Probabilistic Contrastive Learning for Domain Adaptation
Junjie Li, Yixin Zhang, Zilei Wang, Saihui Hou, Keyu Tu, Man Zhang

TL;DR
This paper introduces Probabilistic Contrastive Learning (PCL), a novel approach that replaces features with probabilities to improve domain adaptation performance across various visual tasks.
Contribution
The paper proposes PCL, which removes $ ext{l}_2$ normalization and aligns feature probabilities with class weights, enhancing domain adaptation effectiveness.
Findings
PCL achieves consistent improvements on five domain adaptation tasks.
On SYNTHIA semantic segmentation, PCL outperforms CPSL-D by over 2% in mean IoU.
PCL requires significantly less training time compared to previous methods.
Abstract
Contrastive learning has shown impressive success in enhancing feature discriminability for various visual tasks in a self-supervised manner, but the standard contrastive paradigm (features+ normalization) has limited benefits when applied in domain adaptation. We find that this is mainly because the class weights (weights of the final fully connected layer) are ignored in the domain adaptation optimization process, which makes it difficult for features to cluster around the corresponding class weights. To solve this problem, we propose the \emph{simple but powerful} Probabilistic Contrastive Learning (PCL), which moves beyond the standard paradigm by removing normalization and replacing the features with probabilities. PCL can guide the probability distribution towards a one-hot configuration, thus minimizing the discrepancy between features and class weights. We…
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 · Multimodal Machine Learning Applications
MethodsContrastive Learning · Softmax
