arXiv:2607.23735cs.LGcs.CV2026-07

提出无需源数据的动态教师适应方法,提升持续测试时自适应性能

Source-Free Controlled Adaptation of Teachers for Continual Test-Time Adaptation

论文配图:Source-Free Controlled Adaptation of Teachers for Continual Test-Time Adaptation
图 1 · 摘自论文原文
  • 根据输入数据质量动态调整教师模型动量,防止模型漂移
  • 利用预训练模型类原型对目标数据进行实时对齐,提升泛化能力
  • 真正无源数据依赖,适用于部署后持续更新的场景

在真实场景中,推理时持续遭遇领域分布变化极为常见。为此,基于教师-学生框架的持续测试时自适应(CTTA)技术受到关注,可在模型上线后持续适应。现有方法使用指数移动平均的均值教师生成测试数据伪标签用于自训练,但动量值固定不变,难以应对不同分布的数据。本文提出一种新的受控教师自适应方法,根据输入数据质量动态调节动量值;同时,从源预训练模型中估计类原型,帮助目标数据在流入时实现对齐。关键优势在于整个流程不依赖源数据或其统计信息,实现真正的无源自由适应。在多个基准数据集上进行大量实验,结果表明该方法优于多种需访问源数据的先进自适应框架。

原文摘要 · Abstract (English)

In many real-world scenarios, encountering continual shifts in domain during inference is very common. Consequently, continual test-time adaptation (CTTA) techniques leveraging a teacher-student framework have gained prominence, allowing models to adapt continuously even after deployment. In such a framework, a weight-averaged mean teacher is used to produce pseudo-labels from test data for self-training. The mean teacher gets updated as an exponential moving average of the student parameters using a high value of momentum that is kept fixed even if different distributions of test data are encountered. To combat the resulting drift of the model, we propose a novel controlled teacher adaptation methodology that dynamically sets a proper momentum value depending on the quality of the incoming data. Additionally, we estimate class prototypes from the source pretrained model to help align the target data as they come in. Importantly, our method does not require access to source data or its statistics at any stage of the pipeline, making it truly source-free. We perform extensive experiments on benchmark datasets to demonstrate that our approach outperforms different state-of-the-art adaptation frameworks, many of which require access to source data.

持续学习测试时适应无源适应教师-学生

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。