CVSep 27, 2023

Confidence-based Visual Dispersal for Few-shot Unsupervised Domain Adaptation

arXiv:2309.15575v213 citationsh-index: 59Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of domain adaptation in scenarios with limited labeled data, which is common in real-world applications due to high annotation costs, by improving transfer learning efficiency and accuracy.

The paper tackles the problem of few-shot unsupervised domain adaptation (FUDA), where only a few labeled source samples are available, by proposing a confidence-based visual dispersal transfer learning method (C-VisDiT) that transfers high-confidence source knowledge and guides hard target samples with easy ones, achieving significant performance improvements over state-of-the-art methods on benchmark datasets like Office-31, Office-Home, VisDA-C, and DomainNet.

Unsupervised domain adaptation aims to transfer knowledge from a fully-labeled source domain to an unlabeled target domain. However, in real-world scenarios, providing abundant labeled data even in the source domain can be infeasible due to the difficulty and high expense of annotation. To address this issue, recent works consider the Few-shot Unsupervised Domain Adaptation (FUDA) where only a few source samples are labeled, and conduct knowledge transfer via self-supervised learning methods. Yet existing methods generally overlook that the sparse label setting hinders learning reliable source knowledge for transfer. Additionally, the learning difficulty difference in target samples is different but ignored, leaving hard target samples poorly classified. To tackle both deficiencies, in this paper, we propose a novel Confidence-based Visual Dispersal Transfer learning method (C-VisDiT) for FUDA. Specifically, C-VisDiT consists of a cross-domain visual dispersal strategy that transfers only high-confidence source knowledge for model adaptation and an intra-domain visual dispersal strategy that guides the learning of hard target samples with easy ones. We conduct extensive experiments on Office-31, Office-Home, VisDA-C, and DomainNet benchmark datasets and the results demonstrate that the proposed C-VisDiT significantly outperforms state-of-the-art FUDA methods. Our code is available at https://github.com/Bostoncake/C-VisDiT.

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