CVLGJan 29, 2021

Surprisingly Simple Semi-Supervised Domain Adaptation with Pretraining and Consistency

arXiv:2101.12727v330 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses semi-supervised domain adaptation for machine learning practitioners by demonstrating a surprisingly simple approach that outperforms complex adversarial methods, though it is incremental in combining existing techniques.

The paper tackles semi-supervised domain adaptation by showing that a good target classifier can be learned without domain alignment, using self-supervised pretraining and consistency regularization to achieve state-of-the-art target accuracy on benchmarks like DomainNet and Visda-17, often outperforming recent methods by sizeable margins.

Most modern unsupervised domain adaptation (UDA) approaches are rooted in domain alignment, i.e., learning to align source and target features to learn a target domain classifier using source labels. In semi-supervised domain adaptation (SSDA), when the learner can access few target domain labels, prior approaches have followed UDA theory to use domain alignment for learning. We show that the case of SSDA is different and a good target classifier can be learned without needing alignment. We use self-supervised pretraining (via rotation prediction) and consistency regularization to achieve well separated target clusters, aiding in learning a low error target classifier. With our Pretraining and Consistency (PAC) approach, we achieve state of the art target accuracy on this semi-supervised domain adaptation task, surpassing multiple adversarial domain alignment methods, across multiple datasets. PAC, while using simple techniques, performs remarkably well on large and challenging SSDA benchmarks like DomainNet and Visda-17, often outperforming recent state of the art by sizeable margins. Code for our experiments can be found at https://github.com/venkatesh-saligrama/PAC

Code Implementations1 repo
Foundations

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

Your Notes