arXiv:2510.03258cs.LGcs.AI2025-10

通过挖掘未被利用的可靠样本,提升测试时自适应性能

POEM: Explore Unexplored Reliable Samples to Enhance Test-Time Adaptation

  • 引入新方法探索此前忽略的可靠样本,避免依赖固定熵阈值
  • 在多个数据集上显著超越现有TTA方法,提升幅度达2.1%~3.7%
  • 适用于追求高鲁棒性的实际部署场景,尤其适合分布偏移严重的任务

测试时自适应(TTA)旨在在线地将源模型知识迁移到存在分布偏移的未知测试数据。现有方法多依赖熵作为置信度指标进行模型优化,但对预设熵阈值敏感,导致部分潜在可靠的样本被遗漏。例如,某样本初始熵略超阈值,模型更新后熵可能回落至阈值以下,此类样本可提供稳定监督信号和正常梯度。本文提出通用方法POEM,通过探索先前未被利用的可靠样本增强TTA。同时引入适配分支网络,在提取领域无关表征与目标数据性能间取得平衡。大量实验表明,POEM在多种架构下均持续优于现有方法,挑战性场景与真实分布偏移下表现更优,且计算开销低。通过充分分析与消融实验验证其有效性。核心思想还可作为增强策略提升已有TTA方法性能。代码已开源。

原文摘要 · Abstract (English)

Test-time adaptation (TTA) aims to transfer knowledge from a source model to unknown test data with potential distribution shifts in an online manner. Many existing TTA methods rely on entropy as a confidence metric to optimize the model. However, these approaches are sensitive to the predefined entropy threshold, influencing which samples are chosen for model adaptation. Consequently, potentially reliable target samples are often overlooked and underutilized. For instance, a sample's entropy might slightly exceed the threshold initially, but fall below it after the model is updated. Such samples can provide stable supervised information and offer a normal range of gradients to guide model adaptation. In this paper, we propose a general approach, \underline{POEM}, to promote TTA via ex\underline{\textbf{p}}loring the previously unexpl\underline{\textbf{o}}red reliabl\underline{\textbf{e}} sa\underline{\textbf{m}}ples. Additionally, we introduce an extra Adapt Branch network to strike a balance between extracting domain-agnostic representations and achieving high performance on target data. Comprehensive experiments across multiple architectures demonstrate that POEM consistently outperforms existing TTA methods in both challenging scenarios and real-world domain shifts, while remaining computationally efficient. The effectiveness of POEM is evaluated through extensive analyses and thorough ablation studies. Moreover, the core idea behind POEM can be employed as an augmentation strategy to boost the performance of existing TTA approaches. The source code is publicly available at \emph{https://github.com/ycarobot/POEM}

测试时自适应可靠样本模型鲁棒性

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