Semi-Supervised Domain Adaptation by Similarity based Pseudo-label Injection
Abhay Rawat, Isha Dua, Saurav Gupta, Rahul Tallamraju

TL;DR
This paper introduces a semi-supervised domain adaptation method that uses contrastive learning and pseudo-label injection to improve alignment between source and target domains, achieving state-of-the-art results.
Contribution
It proposes a novel approach combining contrastive loss and progressive pseudo-label injection to enhance domain alignment in SSDA.
Findings
Achieves state-of-the-art performance on Office-Home, DomainNet, and Office-31 benchmarks.
Effectively mitigates label imbalance by gradually injecting pseudo-labeled target samples.
Utilizes a temperature-scaled cosine similarity for soft pseudo-labeling.
Abstract
One of the primary challenges in Semi-supervised Domain Adaptation (SSDA) is the skewed ratio between the number of labeled source and target samples, causing the model to be biased towards the source domain. Recent works in SSDA show that aligning only the labeled target samples with the source samples potentially leads to incomplete domain alignment of the target domain to the source domain. In our approach, to align the two domains, we leverage contrastive losses to learn a semantically meaningful and a domain agnostic feature space using the supervised samples from both domains. To mitigate challenges caused by the skewed label ratio, we pseudo-label the unlabeled target samples by comparing their feature representation to those of the labeled samples from both the source and target domains. Furthermore, to increase the support of the target domain, these potentially noisy…
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
MethodsSupervised Contrastive Loss · ALIGN
