Connecting Domains and Contrasting Samples: A Ladder for Domain Generalization
Tianxin Wei, Yifan Chen, Xinrui He, Wenxuan Bao, Jingrui He
TL;DR
This work tackles domain generalization by diagnosing the failure of self-contrastive learning to transfer across domains due to weak intra-class connectivity. It introduces domain-connecting contrastive learning (DCCL), which strengthens cross-domain intra-class links through aggressive data augmentation, cross-domain positive samples, pre-trained model anchoring, and a variational generative transformation loss. The method combines an enhanced contrastive objective with supervised learning, yielding state-of-the-art out-of-domain performance across five benchmarks and demonstrating robust gains under limited labels and varying backbones. The contributions provide a practical pathway to improve DG without relying on explicit domain supervision, with broad implications for real-world generalization under distribution shifts.
Abstract
Distribution shifts between training and testing samples frequently occur in practice and impede model generalization performance. This crucial challenge thereby motivates studies on domain generalization (DG), which aim to predict the label on unseen target domain data by solely using data from source domains. It is intuitive to conceive the class-separated representations learned in contrastive learning (CL) are able to improve DG, while the reality is quite the opposite: users observe directly applying CL deteriorates the performance. We analyze the phenomenon with the insights from CL theory and discover lack of intra-class connectivity in the DG setting causes the deficiency. We thus propose a new paradigm, domain-connecting contrastive learning (DCCL), to enhance the conceptual connectivity across domains and obtain generalizable representations for DG. On the data side, more aggressive data augmentation and cross-domain positive samples are introduced to improve intra-class connectivity. On the model side, to better embed the unseen test domains, we propose model anchoring to exploit the intra-class connectivity in pre-trained representations and complement the anchoring with generative transformation loss. Extensive experiments on five standard DG benchmarks are performed. The results verify that DCCL outperforms state-of-the-art baselines even without domain supervision. The detailed model implementation and the code are provided through https://github.com/weitianxin/DCCL
