CVMay 9, 2022

Multi-level Consistency Learning for Semi-supervised Domain Adaptation

arXiv:2205.04066v341 citationsh-index: 54
Originality Incremental advance
AI Analysis

This work addresses the problem of adapting models from labeled source domains to scarcely labeled target domains, which is incremental as it builds on existing consistency-based methods.

The paper tackles semi-supervised domain adaptation by proposing a Multi-level Consistency Learning framework, which achieves state-of-the-art performance on benchmarks like VisDA2017, DomainNet, and Office-Home datasets.

Semi-supervised domain adaptation (SSDA) aims to apply knowledge learned from a fully labeled source domain to a scarcely labeled target domain. In this paper, we propose a Multi-level Consistency Learning (MCL) framework for SSDA. Specifically, our MCL regularizes the consistency of different views of target domain samples at three levels: (i) at inter-domain level, we robustly and accurately align the source and target domains using a prototype-based optimal transport method that utilizes the pros and cons of different views of target samples; (ii) at intra-domain level, we facilitate the learning of both discriminative and compact target feature representations by proposing a novel class-wise contrastive clustering loss; (iii) at sample level, we follow standard practice and improve the prediction accuracy by conducting a consistency-based self-training. Empirically, we verified the effectiveness of our MCL framework on three popular SSDA benchmarks, i.e., VisDA2017, DomainNet, and Office-Home datasets, and the experimental results demonstrate that our MCL framework achieves the state-of-the-art performance.

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