Contrastive Bi-Projector for Unsupervised Domain Adaption
Lin-Chieh Huang, Hung-Hsu Tsai

TL;DR
This paper introduces a contrastive bi-projector approach for unsupervised domain adaptation that enhances feature discrimination and reduces ambiguity, leading to improved classification performance across various tasks.
Contribution
It proposes a novel contrastive bi-projector framework with a new loss function and gradient scaling scheme to improve UDA effectiveness and stability.
Findings
CBPUDA outperforms conventional UDA methods
The contrastive discrepancy loss enhances feature compactness and separability
The gradient scaling scheme stabilizes training with contrastive and adversarial learning
Abstract
This paper proposes a novel unsupervised domain adaption (UDA) method based on contrastive bi-projector (CBP), which can improve the existing UDA methods. It is called CBPUDA here, which effectively promotes the feature extractors (FEs) to reduce the generation of ambiguous features for classification and domain adaption. The CBP differs from traditional bi-classifier-based methods at that these two classifiers are replaced with two projectors of performing a mapping from the input feature to two distinct features. These two projectors and the FEs in the CBPUDA can be trained adversarially to obtain more refined decision boundaries so that it can possess powerful classification performance. Two properties of the proposed loss function are analyzed here. The first property is to derive an upper bound of joint prediction entropy, which is used to form the proposed loss function,…
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
MethodsContrastive Learning
