PulseAugur
实时 00:13:28

新方法增强AI模型适应性,提高其在对抗性攻击和数据漂移下的鲁棒性 · 追踪6个来源

研究人员开发了新的方法来提高机器学习模型在测试时适应(TTA)的鲁棒性,尤其是在对抗性攻击和不断变化的数据分布场景下。一种名为SAFER的方法,利用随机增强和可靠性引导池来增强弹性,而无需源数据。另一个框架DO-ALL采用数据集蒸馏来创建用于稳定长期适应的合成锚点,通过避免保留原始源数据来解决隐私问题。此外,还提出了一个基于状态空间模型的概率框架用于在线TTA,以表征参数学习和演化。最后,双分布估计(DDE)提供了一种无需训练的方法,用于处理带有视觉语言模型的嘈杂TTA,提高了分布内准确性和分布外检测能力。 AI

影响 这些进展旨在使AI模型在真实、动态的环境中更加可靠和适应性强,减少因数据漂移和对抗性输入引起的错误。

排序理由 多篇研究论文提出了机器学习中测试时适应的新方法。

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 12 个来源。 我们如何撰写摘要 →

新方法增强AI模型适应性,提高其在对抗性攻击和数据漂移下的鲁棒性 · 追踪6个来源

报道来源 [12]

  1. arXiv cs.AI TIER_1 English(EN) · Afshar Shamsi, Xiao-Yu Guo, Hamid Alinejad-Rokny, Arash Mohammadi, Damien Teney, Ehsan Abbasnejad ·

    多假设测试时自适应以缓解欠规定

    arXiv:2607.00259v1 Announce Type: cross Abstract: Test-Time Adaptation (TTA) seeks to improve model robustness under distribution shifts by adapting parameters using unlabeled target data. However, in the absence of supervision, entropy-based adaptation is fundamentally undercons…

  2. arXiv cs.AI TIER_1 English(EN) · Shaoyang Huang, Yashi Zhu, Yichen Yu, Lei Zhang, Zhang Yi, Tao He ·

    BP-TTA:动态场景下的平衡与原型引导测试时自适应

    arXiv:2606.31420v1 Announce Type: new Abstract: Test-Time Adaptation (TTA) enables models trained on a source domain to adapt online to unlabeled test data under distribution shifts. While recent TTA methods have moved beyond static settings and begun to consider continual domain…

  3. arXiv cs.LG TIER_1 English(EN) · Mansoo Jung, Youngwook Kim, Jungwoo Lee ·

    MixTTA:用于可靠测试时自适应的低秩跨通道混合

    arXiv:2606.28142v1 Announce Type: new Abstract: Test-Time Adaptation (TTA) methods commonly update the affine parameters of normalization layers to adapt deployed models under distribution shifts. However, per-channel affine parameters perform axis-aligned scaling and shifting, m…

  4. arXiv cs.LG TIER_1 English(EN) · Jungwoo Lee ·

    MixTTA:用于可靠测试时自适应的低秩跨通道混合

    Test-Time Adaptation (TTA) methods commonly update the affine parameters of normalization layers to adapt deployed models under distribution shifts. However, per-channel affine parameters perform axis-aligned scaling and shifting, making them geometrically incapable of correcting…

  5. Hugging Face Daily Papers TIER_1 English(EN) ·

    一种用于在线测试时自适应的概率框架

    This paper presents a probabilistic framework for online test-time adaptation problems. In them, a model is trained on labeled data but must adapt to unlabeled data at test time under the assumption that training and test distributions potentially differ, that is, there might hav…

  6. Hugging Face Daily Papers TIER_1 English(EN) ·

    面向鲁棒性测试时自适应集成:可靠性引导

    Test-time adaptation (TTA) can mitigate domain shift without source data, but it is highly brittle under adversarially contaminated test streams, where corrupted inputs also destabilize online updates. We study robust test-time adaptation (RTTA) in the adversarial-stream setting,…

  7. arXiv cs.AI TIER_1 English(EN) · Yuhong Guo ·

    面向鲁棒性测试时自适应集成:可靠性引导

    Test-time adaptation (TTA) can mitigate domain shift without source data, but it is highly brittle under adversarially contaminated test streams, where corrupted inputs also destabilize online updates. We study robust test-time adaptation (RTTA) in the adversarial-stream setting,…

  8. Hugging Face Daily Papers TIER_1 English(EN) ·

    一次蒸馏,终生适应:探索用于持续测试时适应的数据集蒸馏

    DO-ALL is a test-time adaptation framework that uses dataset distillation to create synthetic anchors for stable long-term model performance without retaining source data.

  9. arXiv stat.ML TIER_1 English(EN) · Daniel Corrales, David R\'ios Insua ·

    一种用于在线测试时自适应的概率框架

    arXiv:2606.26457v1 Announce Type: new Abstract: This paper presents a probabilistic framework for online test-time adaptation problems. In them, a model is trained on labeled data but must adapt to unlabeled data at test time under the assumption that training and test distributi…

  10. arXiv cs.CV TIER_1 English(EN) · Wenjie Zhu, Yabin Zhang, Liang Xu, Xin Jin, Wenjun Zeng, Lei Zhang ·

    面向视觉语言模型(VLMs)的零样本、带噪声测试时自适应的双分布估计

    arXiv:2606.25758v1 Announce Type: new Abstract: While test-time adaptation (TTA) empowers vision-language models to adapt without costly retraining, it remains highly vulnerable to out-of-distribution (OOD) outliers prevalent in real-world applications. This discrepancy motivates…

  11. arXiv stat.ML TIER_1 English(EN) · David Ríos Insua ·

    用于在线测试时自适应的概率框架

    This paper presents a probabilistic framework for online test-time adaptation problems. In them, a model is trained on labeled data but must adapt to unlabeled data at test time under the assumption that training and test distributions potentially differ, that is, there might hav…

  12. arXiv cs.CV TIER_1 English(EN) · Lei Zhang ·

    面向视觉语言模型(VLMs)的零样本、带噪声的测试时自适应的双分布估计

    While test-time adaptation (TTA) empowers vision-language models to adapt without costly retraining, it remains highly vulnerable to out-of-distribution (OOD) outliers prevalent in real-world applications. This discrepancy motivates Noisy TTA (NTTA), an online task to filter nois…