Conformal Uncertainty Indicator for Continual Test-Time Adaptation
Fan Lyu, Hanyu Zhao, Ziqi Shi, Ye Liu, Fuyuan Hu, Zhang Zhang, Liang Wang
TL;DR
This work tackles the problem of error accumulation in Continual Test-Time Adaptation (CTTA) caused by unreliable pseudo-labels. It introduces Conformal Uncertainty Indicator (CUI), a plug-and-play CP-based uncertainty estimator that generates prediction sets with coverage $1-\alpha$ and compensates for coverage gaps arising from continual domain shifts by jointly measuring model and data differences, producing a domain-shift-adjusted threshold $\hat{\tau}$. CUI also guides adaptation by weighting samples according to the reliability of their CP-based predictions, via CP Ada, improving robustness across CTTA methods on benchmarks such as CIFAR10C, CIFAR100C, and ImageNetC. The experimental results demonstrate that CUI yields reliable uncertainty estimates and enhances adaptation performance, while revealing tradeoffs related to calibration data storage and computation, making it suitable for safety-critical deployment with long-term domain drift.
Abstract
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 performance degradation. To address this, we propose a Conformal Uncertainty Indicator (CUI) for CTTA, leveraging Conformal Prediction (CP) to generate prediction sets that include the true label with a specified coverage probability. Since domain shifts can lower the coverage than expected, making CP unreliable, we dynamically compensate for the coverage by measuring both domain and data differences. Reliable pseudo-labels from CP are then selectively utilized to enhance adaptation. Experiments confirm that CUI effectively estimates uncertainty and improves adaptation performance across various existing CTTA methods.
