QT-DoG: Quantization-aware Training for Domain Generalization
Saqib Javed, Hieu Le, Mathieu Salzmann

TL;DR
This paper introduces QT-DoG, a quantization-aware training method that uses weight quantization as a regularizer to find flatter minima, improving domain generalization and model robustness without extra computational costs.
Contribution
QT-DoG is the first to leverage quantization as an implicit regularizer for domain generalization, promoting flatter minima and enhancing model robustness across domains.
Findings
Quantization leads to flatter minima in the loss landscape.
Ensemble of quantized models outperforms state-of-the-art DG methods.
Model size is reduced without sacrificing accuracy.
Abstract
A key challenge in Domain Generalization (DG) is preventing overfitting to source domains, which can be mitigated by finding flatter minima in the loss landscape. In this work, we propose Quantization-aware Training for Domain Generalization (QT-DoG) and demonstrate that weight quantization effectively leads to flatter minima in the loss landscape, thereby enhancing domain generalization. Unlike traditional quantization methods focused on model compression, QT-DoG exploits quantization as an implicit regularizer by inducing noise in model weights, guiding the optimization process toward flatter minima that are less sensitive to perturbations and overfitting. We provide both an analytical perspective and empirical evidence demonstrating that quantization inherently encourages flatter minima, leading to better generalization across domains. Moreover, with the benefit of reducing the model…
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.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · AI in cancer detection · Image Processing Techniques and Applications
