Search papers, labs, and topics across Lattice.
This paper critically examines the conventional teacher-student framework in Test-Time Adaptation (TTA) and reveals that the typical approach of using an exponential moving average for teacher weights leads to error accumulation, particularly in longer sequences. By introducing an intransigent teacher that maintains fixed weights, the authors demonstrate significant performance improvements across multiple datasets and enhanced robustness to hyperparameter variations. This approach not only challenges existing assumptions but also shows versatility across different architectures, including semantic segmentation tasks.
Fixing the teacher's weights during Test-Time Adaptation can lead to substantial performance gains and greater robustness against hyperparameter changes.
Test-Time Adaptation (TTA) has recently emerged as a promising strategy that allows the adaptation of pre-trained models to changing data distributions at deployment time, without access to any labels. To mitigate error accumulation, researchers have widely adopted the teacher-student framework, though its long-term stability is often taken for granted. In this work, we challenge the common strategy of setting the teacher weights to an exponential moving average of the student by showing that error accumulation still occurs, although it is mostly apparent on longer sequences compared to those commonly utilized. We analyze the stability-plasticity trade-off within the teacher-student framework and propose to use an intransigent teacher that does not update its weights. Surprisingly, we show that this simple change allows TTA methods to significantly improve their performance on multiple datasets with longer scenarios and result in increased robustness to changes in hyperparameters. Finally, we show that those changes can be seamlessly and effectively applied to various architectures and experimental setups, including semantic segmentation. The code is available at https://github.com/dmn-sjk/intransigent_teacher.