CVLGMar 26, 2021

Contrastive Domain Adaptation

arXiv:2103.15566v180 citations
Originality Incremental advance
AI Analysis

This addresses domain adaptation in computer vision, but it is incremental as it builds on existing contrastive learning frameworks.

The paper tackles the problem of domain adaptation by extending contrastive self-supervised learning to handle samples from different probability distributions without labels, resulting in improved performance on downstream tasks as demonstrated in experiments.

Recently, contrastive self-supervised learning has become a key component for learning visual representations across many computer vision tasks and benchmarks. However, contrastive learning in the context of domain adaptation remains largely underexplored. In this paper, we propose to extend contrastive learning to a new domain adaptation setting, a particular situation occurring where the similarity is learned and deployed on samples following different probability distributions without access to labels. Contrastive learning learns by comparing and contrasting positive and negative pairs of samples in an unsupervised setting without access to source and target labels. We have developed a variation of a recently proposed contrastive learning framework that helps tackle the domain adaptation problem, further identifying and removing possible negatives similar to the anchor to mitigate the effects of false negatives. Extensive experiments demonstrate that the proposed method adapts well, and improves the performance on the downstream domain adaptation task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes