Test Time Adaptation Using Adaptive Quantile Recalibration
Paria Mehrbod, Pedro Vianna, Geraldin Nanfack, Guy Wolf, Eugene Belilovsky

TL;DR
This paper introduces Adaptive Quantile Recalibration (AQR), a novel test-time adaptation method that aligns activation distribution quantiles to improve model robustness across diverse and changing data domains without retraining.
Contribution
AQR is the first method to adapt pre-activation distributions by quantile alignment across various normalization layers, capturing full distribution shapes and improving stability with tail calibration.
Findings
AQR outperforms existing methods on CIFAR-10-C, CIFAR-100-C, and ImageNet-C benchmarks.
AQR effectively generalizes across architectures using BatchNorm, GroupNorm, or LayerNorm.
AQR provides robust unsupervised adaptation without retraining models.
Abstract
Domain adaptation is a key strategy for enhancing the generalizability of deep learning models in real-world scenarios, where test distributions often diverge significantly from the training domain. However, conventional approaches typically rely on prior knowledge of the target domain or require model retraining, limiting their practicality in dynamic or resource-constrained environments. Recent test-time adaptation methods based on batch normalization statistic updates allow for unsupervised adaptation, but they often fail to capture complex activation distributions and are constrained to specific normalization layers. We propose Adaptive Quantile Recalibration (AQR), a test-time adaptation technique that modifies pre-activation distributions by aligning quantiles on a channel-wise basis. AQR captures the full shape of activation distributions and generalizes across architectures…
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 · Face recognition and analysis · Advanced Neural Network Applications
