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.
Original language | English |
---|---|
Title of host publication | Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining |
Place of Publication | New York |
Publisher | Association for Computing Machinery (ACM) |
Pages | 1563-1574 |
Number of pages | 12 |
Volume | 1 |
ISBN (Print) | 9798400712456 |
DOIs | |
Publication status | Published - 20 Jul 2025 |
Event | 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2025 - Toronto, Canada Duration: 3 Aug 2025 → 7 Aug 2025 https://dl.acm.org/doi/proceedings/10.1145/3690624 (Conference Proceedings) https://kdd2025.kdd.org/ (Conference website) |
Publication series
Name | Proceedings of ACM SIGKDD Conference on Knowledge Discovery and Data Mining |
---|---|
Publisher | Association for Computing Machinery |
Conference
Conference | 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2025 |
---|---|
Abbreviated title | KDD 2025 |
Country/Territory | Canada |
City | Toronto |
Period | 3/08/25 → 7/08/25 |
Internet address |
|
User-Defined Keywords
- contrastive learning
- domain generalization
- pre-trained model anchoring