When and Where to Reset Matters for Long-Term Test-Time Adaptation
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CINIC-10 iid (test) | Test Accuracy49.63 | 34 | |
| Continual Test-Time Adaptation | CCC Easy | Error (%)36.47 | 32 | |
| Continual Test-Time Adaptation | CCC Medium | Error (%)41.72 | 32 | |
| Continual Test-Time Adaptation | CCC Hard | Error (%)84.04 | 32 | |
| Image Classification | CCC | Accuracy (Easy)61.48 | 18 | |
| Image Classification | CCC Easy | Accuracy63.53 | 16 | |
| Image Classification | CCC Medium | Accuracy58.28 | 16 | |
| Continual Test-Time Adaptation | CIN-C iid | Error (%)50.37 | 16 | |
| Continual Test-Time Adaptation | CIN-C (corr split) | Error (%)50.72 | 16 | |
| Image Classification | CCC Hard | Accuracy15.96 | 16 |