TO-SDG lets a text description of the target domain, encoded by CLIP, guide single-source training through feature re-centering, spectral projection, distillation, and mixup, improving classification and detection generalization.
Towards Unified and Effective Domain Generalization
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We propose $\textbf{UniDG}$, a novel and $\textbf{Uni}$fied framework for $\textbf{D}$omain $\textbf{G}$eneralization that is capable of significantly enhancing the out-of-distribution generalization performance of foundation models regardless of their architectures. The core idea of UniDG is to finetune models during the inference stage, which saves the cost of iterative training. Specifically, we encourage models to learn the distribution of test data in an unsupervised manner and impose a penalty regarding the updating step of model parameters. The penalty term can effectively reduce the catastrophic forgetting issue as we would like to maximally preserve the valuable knowledge in the original model. Empirically, across 12 visual backbones, including CNN-, MLP-, and Transformer-based models, ranging from 1.89M to 303M parameters, UniDG shows an average accuracy improvement of +5.4% on DomainBed. These performance results demonstrate the superiority and versatility of UniDG. The code is publicly available at https://github.com/invictus717/UniDG
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Target-Oriented Single Domain Generalization
TO-SDG lets a text description of the target domain, encoded by CLIP, guide single-source training through feature re-centering, spectral projection, distillation, and mixup, improving classification and detection generalization.