SelfReg: Self-supervised Contrastive Regularization for Domain Generalization
Daehee Kim, Seunghyun Park, Jinkyu Kim, and Jaekoo Lee

TL;DR
SelfReg introduces a self-supervised contrastive regularization technique for domain generalization that relies solely on positive data pairs, improving robustness without negative pair sampling.
Contribution
It proposes a novel regularization method using only positive pairs and a class-specific domain perturbation layer to enhance domain generalization.
Findings
Achieves comparable performance to state-of-the-art methods on DomainBed benchmark.
Effectively applies mixup augmentation with only positive pairs.
Improves domain generalization without negative pair sampling.
Abstract
In general, an experimental environment for deep learning assumes that the training and the test dataset are sampled from the same distribution. However, in real-world situations, a difference in the distribution between two datasets, domain shift, may occur, which becomes a major factor impeding the generalization performance of the model. The research field to solve this problem is called domain generalization, and it alleviates the domain shift problem by extracting domain-invariant features explicitly or implicitly. In recent studies, contrastive learning-based domain generalization approaches have been proposed and achieved high performance. These approaches require sampling of the negative data pair. However, the performance of contrastive learning fundamentally depends on quality and quantity of negative data pairs. To address this issue, we propose a new regularization method…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Cancer-related molecular mechanisms research
MethodsContrastive Learning · Mixup
