A new continual test-time adaptation framework that disentangles target features into semantic and domain parts, enforces dual consistency, and weights self-supervised losses by confidence, achieving small average error reductions on CIFAR10/100-C and ImageNet-C.
PALM: Pushing Adaptive Learning Rate Mechanisms for Continual Test-Time Adaptation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Real-world vision models in dynamic environments face rapid shifts in domain distributions, leading to decreased recognition performance. Using unlabeled test data, continuous test-time adaptation (CTTA) directly adjusts a pre-trained source discriminative model to these changing domains. A highly effective CTTA method involves applying layer-wise adaptive learning rates for selectively adapting pre-trained layers. However, it suffers from the poor estimation of domain shift and the inaccuracies arising from the pseudo-labels. This work aims to overcome these limitations by identifying layers for adaptation via quantifying model prediction uncertainty without relying on pseudo-labels. We utilize the magnitude of gradients as a metric, calculated by backpropagating the KL divergence between the softmax output and a uniform distribution, to select layers for further adaptation. Subsequently, for the parameters exclusively belonging to these selected layers, with the remaining ones frozen, we evaluate their sensitivity to approximate the domain shift and adjust their learning rates accordingly. We conduct extensive image classification experiments on CIFAR-10C, CIFAR-100C, and ImageNet-C, demonstrating the superior efficacy of our method compared to prior approaches.
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
DCFS: Continual Test-Time Adaptation via Dual Consistency of Feature and Sample
A new continual test-time adaptation framework that disentangles target features into semantic and domain parts, enforces dual consistency, and weights self-supervised losses by confidence, achieving small average error reductions on CIFAR10/100-C and ImageNet-C.