English

Continual Test-Time Adaptation in Computer Vision: Methods, Benchmarks, and Future Directions

Computer Vision and Pattern Recognition 2026-07-09 v1

Abstract

Deep neural nets achieve remarkable performance when training and test data share the same distribution, but this assumption frequently breaks in real-world deployment, where data undergoes continual distributional shifts. Continual Test-Time Adaptation (CTTA) addresses this challenge by adapting pretrained models to non-stationary target distributions on-the-fly, without access to source data or labeled targets, while mitigating two critical failure modes: catastrophic forgetting of source knowledge and error accumulation from noisy pseudo-labels over extended time horizons. In this comprehensive survey, we formally define the CTTA problem, analyze the diverse continual domain shift patterns that characterize different evaluation protocols, and propose a hierarchical taxonomy that categorizes existing methods into three families: optimization-based strategies (entropy minimization, pseudo-labeling, parameter restoration), parameter-efficient methods (normalization layer adaptation, adaptive parameter selection), and architecture-based approaches (teacher-student frameworks, adapters, visual prompting, masked modeling). We systematically review representative methods within each category and present comparative benchmarks and experimental results across standard evaluation settings. Finally, we discuss limitations of current approaches and highlight emerging research directions, including adaptation of foundation models and black-box systems, providing a roadmap for future research in robust continual test-time adaptation. We encourage visiting our repository at [https://github.com/sarthaxxxxx/Awesome-Continual-Test-Time-Adaptation](https://github.com/sarthaxxxxx/Awesome-Continual-Test-Time-Adaptation)

Cite

@article{arxiv.2607.08164,
  title  = {Continual Test-Time Adaptation in Computer Vision: Methods, Benchmarks, and Future Directions},
  author = {Sarthak Kumar Maharana and Shambhavi Mishra and Yunbei Zhang and Shuaicheng Niu and Taki Hasan Rafi and Jihun Hamm and Marco Pedersoli and Jose Dolz and Yunhui Guo},
  journal= {arXiv preprint arXiv:2607.08164},
  year   = {2026}
}

Comments

TMLR 2026