LGCVOct 24, 2025

Buffer layers for Test-Time Adaptation

arXiv:2510.21271v23 citationsh-index: 5Has Code
Originality Highly original
AI Analysis

This work provides a novel paradigm for TTA that enhances model adaptability in real-world scenarios with domain shifts, though it appears incremental as it builds on existing TTA frameworks.

The paper tackles the problem of test-time adaptation (TTA) by addressing limitations of normalization-based methods, such as sensitivity to small batch sizes and poor generalization to unseen domains, and introduces a Buffer layer that preserves the pre-trained backbone to mitigate catastrophic forgetting, resulting in outperformance of traditional methods in domain shift mitigation and robustness.

In recent advancements in Test Time Adaptation (TTA), most existing methodologies focus on updating normalization layers to adapt to the test domain. However, the reliance on normalization-based adaptation presents key challenges. First, normalization layers such as Batch Normalization (BN) are highly sensitive to small batch sizes, leading to unstable and inaccurate statistics. Moreover, normalization-based adaptation is inherently constrained by the structure of the pre-trained model, as it relies on training-time statistics that may not generalize well to unseen domains. These issues limit the effectiveness of normalization-based TTA approaches, especially under significant domain shift. In this paper, we introduce a novel paradigm based on the concept of a Buffer layer, which addresses the fundamental limitations of normalization layer updates. Unlike existing methods that modify the core parameters of the model, our approach preserves the integrity of the pre-trained backbone, inherently mitigating the risk of catastrophic forgetting during online adaptation. Through comprehensive experimentation, we demonstrate that our approach not only outperforms traditional methods in mitigating domain shift and enhancing model robustness, but also exhibits strong resilience to forgetting. Furthermore, our Buffer layer is modular and can be seamlessly integrated into nearly all existing TTA frameworks, resulting in consistent performance improvements across various architectures. These findings validate the effectiveness and versatility of the proposed solution in real-world domain adaptation scenarios. The code is available at https://github.com/hyeongyu-kim/Buffer_TTA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes