Annotation-Efficient Active Test-Time Adaptation with Conformal Prediction
Tingyu Shi, Fan Lyu, Shaoliang Peng
TL;DR
This paper tackles the inefficiency of Active Test-Time Adaptation (ATTA) under domain shift by introducing CPATTA, which replaces heuristic uncertainty with principled conformal prediction (CP) signals. CPATTA uses smoothed, top-$K$ certainty scores from two CP modules (pretrained and real-time) to guide selective human labeling and confident pseudo-labeling, while a domain-shift detector modulates annotation budgets. An online weighting mechanism using pseudo coverage calibrates CP under evolving domains, supported by a two-stage model update that anchors updates with human labels and expands learning with model labels. Empirical results on PACS, VLCS, and Tiny-ImageNet-C show consistent accuracy gains of about 5% over SOTA ATTA methods and improved data-selection efficiency, with code available at the provided repository. These contributions advance robust, data-efficient test-time adaptation for real-world, shifting environments.
Abstract
Active Test-Time Adaptation (ATTA) improves model robustness under domain shift by selectively querying human annotations at deployment, but existing methods use heuristic uncertainty measures and suffer from low data selection efficiency, wasting human annotation budget. We propose Conformal Prediction Active TTA (CPATTA), which first brings principled, coverage-guaranteed uncertainty into ATTA. CPATTA employs smoothed conformal scores with a top-K certainty measure, an online weight-update algorithm driven by pseudo coverage, a domain-shift detector that adapts human supervision, and a staged update scheme balances human-labeled and model-labeled data. Extensive experiments demonstrate that CPATTA consistently outperforms the state-of-the-art ATTA methods by around 5% in accuracy. Our code and datasets are available at https://github.com/tingyushi/CPATTA.
