Test-Time Model Adaptation for Quantized Neural Networks
Zeshuai Deng, Guohao Chen, Shuaicheng Niu, Hui Luo, Shuhai Zhang, Yifan Yang, Renjie Chen, Wei Luo, Mingkui Tan

TL;DR
This paper introduces a zeroth-order test-time adaptation framework for quantized neural networks, significantly improving their robustness and accuracy in dynamic environments with domain shifts, while maintaining computational efficiency.
Contribution
It proposes a novel zeroth-order adaptation method and a domain knowledge management scheme tailored for quantized models, enabling efficient and effective long-term adaptation.
Findings
Achieves 5.0% accuracy improvement on ImageNet-C with quantized ViT-B.
Outperforms existing state-of-the-art methods in quantized model adaptation.
Demonstrates effectiveness across CNN and transformer architectures.
Abstract
Quantizing deep models prior to deployment is a widely adopted technique to speed up inference for various real-time applications, such as autonomous driving. However, quantized models often suffer from severe performance degradation in dynamic environments with potential domain shifts and this degradation is significantly more pronounced compared with their full-precision counterparts, as shown by our theoretical and empirical illustrations. To address the domain shift problem, test-time adaptation (TTA) has emerged as an effective solution by enabling models to learn adaptively from test data. Unfortunately, existing TTA methods are often impractical for quantized models as they typically rely on gradient backpropagation--an operation that is unsupported on quantized models due to vanishing gradients, as well as memory and latency constraints. In this paper, we focus on TTA for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis
