paper-with-me

Papers

D3GU: Multi-Target Active Domain Adaptation via Enhancing Domain Alignment

2024-01-10 · Lin Zhang, Linghan Xu, Saman Motamed, Shayok Chakraborty, Fernando de la Torre

Unsupervised domain adaptation (UDA) for image classification has made remarkable progress in transferring classification knowledge from a labeled source domain to an unlabeled target domain, thanks to effective domain alignment techniques. Recently, in order to further improve performance on a target domain, many Single-Target Active Domain Adaptation (ST-ADA) methods have been proposed to identify and annotate the salient and exemplar target samples. However, it requires one model to be trained and deployed for each target domain and the domain label associated with each test sample. This largely restricts its application in the ubiquitous scenarios with multiple target domains. Therefore, we propose a Multi-Target Active Domain Adaptation (MT-ADA) framework for image classification, named D3GU, to simultaneously align different domains and actively select samples from them for annotation. This is the first research effort in this field to our best knowledge. D3GU applies Decomposed Domain Discrimination (D3) during training to achieve both source-target and target-target domain alignments. Then during active sampling, a Gradient Utility (GU) score is designed to weight every unlabeled target image by its contribution towards classification and domain alignment tasks, and is further combined with KMeans clustering to form GU-KMeans for diverse image sampling. Extensive experiments on three benchmark datasets, Office31, OfficeHome, and DomainNet, have been conducted to validate consistently superior performance of D3GU for MT-ADA.

📄 PDF Abstract BibTeX arXiv:2401.05465

Code (1)

lzhangbj/d3gu 공식 구현 pytorch

Tasks

ClassificationDomain Adaptationimage-classificationImage ClassificationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Certainty and Uncertainty Guided Active Domain Adaptation

2025-05-26 · Bardia Safaei, Vibashan VS, Vishal M. Patel

Active Domain Adaptation (ADA) adapts models to target domains by selectively labeling a few target samples. Existing ADA methods prioritize uncertain samples but overlook confident ones, which often match ground-truth. …

Domain AdaptationPseudo Label

Enhancing the Generalization Capability of Skin Lesion Classification Models with Active Domain Adaptation Methods

2024-12-01 · Jun Ye

We propose a method to improve the generalization ability of skin lesion classification models by combining self-supervised learning (SSL), unsupervised domain adaptation (UDA), and active domain adaptation (ADA). The ma…

Domain AdaptationLesion ClassificationSelf-Supervised LearningSkin Lesion Classification+1

Revisiting the Domain Shift and Sample Uncertainty in Multi-source Active Domain Transfer

2023-11-21 · CVPR 2024 1 · Wenqiao Zhang, Zheqi Lv, Hao Zhou, Jia-Wei Liu 외

Active Domain Adaptation (ADA) aims to maximally boost model adaptation in a new target domain by actively selecting a limited number of target data to annotate.This setting neglects the more practical scenario where tra…

DiversityDomain AdaptationTransfer Learning

GALA: A GlobAl-LocAl Approach for Multi-Source Active Domain Adaptation

2025-10-25 · Juepeng Zheng, Peifeng Zhang, Yibin Wen, Qingmei Li 외 arxiv

Domain Adaptation (DA) provides an effective way to tackle target-domain tasks by leveraging knowledge learned from source domains. Recent studies have extended this paradigm to Multi-Source Domain Adaptation (MSDA), whi…

Domain AdaptationActive Learning

DAM: Dual Active Learning with Multimodal Foundation Model for Source-Free Domain Adaptation

2025-09-29 · Xi Chen, Hongxun Yao, Zhaopan Xu, Kui Jiang arxiv

Source-free active domain adaptation (SFADA) enhances knowledge transfer from a source model to an unlabeled target domain using limited manual labels selected via active learning. While recent domain adaptation studies …

Source-Free Domain AdaptationActive Learning