English

When and Where to Reset Matters for Long-Term Test-Time Adaptation

Machine Learning 2026-03-05 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

When continual test-time adaptation (TTA) persists over the long term, errors accumulate in the model and further cause it to predict only a few classes for all inputs, a phenomenon known as model collapse. Recent studies have explored reset strategies that completely erase these accumulated errors. However, their periodic resets lead to suboptimal adaptation, as they occur independently of the actual risk of collapse. Moreover, their full resets cause catastrophic loss of knowledge acquired over time, even though such knowledge could be beneficial in the future. To this end, we propose (1) an Adaptive and Selective Reset (ASR) scheme that dynamically determines when and where to reset, (2) an importance-aware regularizer to recover essential knowledge lost due to reset, and (3) an on-the-fly adaptation adjustment scheme to enhance adaptability under challenging domain shifts. Extensive experiments across long-term TTA benchmarks demonstrate the effectiveness of our approach, particularly under challenging conditions. Our code is available at https://github.com/YonseiML/asr.

Keywords

Cite

@article{arxiv.2603.03796,
  title  = {When and Where to Reset Matters for Long-Term Test-Time Adaptation},
  author = {Taejun Lim and Joong-Won Hwang and Kibok Lee},
  journal= {arXiv preprint arXiv:2603.03796},
  year   = {2026}
}

Comments

ICLR 2026

R2 v1 2026-07-01T11:02:34.817Z