paper-with-me

Papers

Parameter-Selective Continual Test-Time Adaptation

2024-07-02 · Jiaxu Tian, Fan Lyu

Continual Test-Time Adaptation (CTTA) aims to adapt a pretrained model to ever-changing environments during the test time under continuous domain shifts. Most existing CTTA approaches are based on the Mean Teacher (MT) structure, which contains a student and a teacher model, where the student is updated using the pseudo-labels from the teacher model, and the teacher is then updated by exponential moving average strategy. However, these methods update the MT model indiscriminately on all parameters of the model. That is, some critical parameters involving sharing knowledge across different domains may be erased, intensifying error accumulation and catastrophic forgetting. In this paper, we introduce Parameter-Selective Mean Teacher (PSMT) method, which is capable of effectively updating the critical parameters within the MT network under domain shifts. First, we introduce a selective distillation mechanism in the student model, which utilizes past knowledge to regularize novel knowledge, thereby mitigating the impact of error accumulation. Second, to avoid catastrophic forgetting, in the teacher model, we create a mask through Fisher information to selectively update parameters via exponential moving average, with preservation measures applied to crucial parameters. Extensive experimental results verify that PSMT outperforms state-of-the-art methods across multiple benchmark datasets. Our code is available at \url{https://github.com/JiaxuTian/PSMT}.

📄 PDF Abstract BibTeX arXiv:2407.02253

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

Audio-Visual Continual Test-Time Adaptation without Forgetting

2026-02-20 · Sarthak Kumar Maharana, Akshay Mehra, Bhavya Ramakrishna, Yunhui Guo 외 arxiv

Audio-visual continual test-time adaptation involves continually adapting a source audio-visual model at test-time, to unlabeled non-stationary domains, where either or both modalities can be distributionally shifted, wh…

Test-time Adaptation

Conformal Uncertainty Indicator for Continual Test-Time Adaptation

2025-02-05 · Fan Lyu, Hanyu Zhao, Ziqi Shi, Ye Liu 외

Continual Test-Time Adaptation (CTTA) aims to adapt models to sequentially changing domains during testing, relying on pseudo-labels for self-adaptation. However, incorrect pseudo-labels can accumulate, leading to perfor…

Conformal PredictionTest-time Adaptation

ConDA: Continual Unsupervised Domain Adaptation

2021-03-19 · Abu Md Niamul Taufique, Chowdhury Sadman Jahan, Andreas Savakis

Domain Adaptation (DA) techniques are important for overcoming the domain shift between the source domain used for training and the target domain where testing takes place. However, current DA methods assume that the ent…

Domain AdaptationManagementUnsupervised Domain Adaptation

BECoTTA: Input-dependent Online Blending of Experts for Continual Test-time Adaptation

2024-02-13 · Daeun Lee, Jaehong Yoon, Sung Ju Hwang

Continual Test Time Adaptation (CTTA) is required to adapt efficiently to continuous unseen domains while retaining previously learned knowledge. However, despite the progress of CTTA, it is still challenging to deploy t…

Test-time Adaptation

Generalized Robust Test-Time Adaptation in Continuous Dynamic Scenarios

2023-10-07 · Shuang Li, Longhui Yuan, Binhui Xie, Tao Yang

Test-time adaptation (TTA) adapts the pre-trained models to test distributions during the inference phase exclusively employing unlabeled test data streams, which holds great value for the deployment of models in real-wo…

Test-time Adaptation