paper-with-me

홈 › Papers

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

2023-09-27 · ICCV 2023 1 · Yizhe Xiong, Hui Chen, Zijia Lin, Sicheng Zhao, Guiguang Ding

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.

📄 PDF Abstract BibTeX arXiv:2309.15575

Code (1)

bostoncake/c-visdit 공식 구현 pytorch

Tasks

Domain AdaptationSelf-Supervised LearningTransfer LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Source Data-absent Unsupervised Domain Adaptation through Hypothesis Transfer and Labeling Transfer

2020-12-14 · Jian Liang, Dapeng Hu, Yunbo Wang, Ran He 외

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a related but different well-labeled source domain to a new unlabeled target domain. Most existing UDA methods require access to the source data, and t…

ClassificationDomain AdaptationGeneral ClassificationObject Recognition+3

Fine-tuning Pre-trained Vision-Language Models in a Human-Annotation-Free Manner

2026-02-04 · Qian-Wei Wang, Guanghao Meng, Ren Cai, Yaguang Song 외 arxiv

Large-scale vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization, but adapting them to downstream tasks typically requires costly labeled data. Existing unsupervised self-training methods re…

parameter-efficient fine-tuningZero-shot GeneralizationContrastive Learning

Prototype-Guided Pseudo-Labeling with Neighborhood-Aware Consistency for Unsupervised Adaptation

2025-07-22 · Eman Ali, Chetan Arora, Muhammad Haris Khan arxiv

In unsupervised adaptation for vision-language models such as CLIP, pseudo-labels derived from zero-shot predictions often exhibit significant noise, particularly under domain shifts or in visually complex scenarios. Con…

Computational Efficiency

Unifying Unsupervised Domain Adaptation and Zero-Shot Visual Recognition

2019-03-25 · Qian Wang, Penghui Bu, Toby P. Breckon

Unsupervised domain adaptation aims to transfer knowledge from a source domain to a target domain so that the target domain data can be recognized without any explicit labelling information for this domain. One limitatio…

Domain Adaptationdomain classificationGeneralized Zero-Shot LearningUnsupervised Domain Adaptation+1

Noise-Tolerant Few-Shot Unsupervised Adapter for Vision-Language Models

2023-09-26 · Eman Ali, Muhammad Haris Khan

Recent advances in large-scale vision-language models have achieved impressive performance in various zero-shot image classification tasks. While prior studies have demonstrated significant improvements by introducing fe…

image-classificationImage ClassificationKnowledge DistillationPseudo Label+1