paper-with-me

홈 › Papers

Active Source Free Domain Adaptation

2022-05-22 · Fan Wang, Zhongyi Han, Zhiyan Zhang, Yilong Yin

Source free domain adaptation (SFDA) aims to transfer a trained source model to the unlabeled target domain without accessing the source data. However, the SFDA setting faces an effect bottleneck due to the absence of source data and target supervised information, as evidenced by the limited performance gains of newest SFDA methods. In this paper, for the first time, we introduce a more practical scenario called active source free domain adaptation (ASFDA) that permits actively selecting a few target data to be labeled by experts. To achieve that, we first find that those satisfying the properties of neighbor-chaotic, individual-different, and target-like are the best points to select, and we define them as the minimum happy (MH) points. We then propose minimum happy points learning (MHPL) to actively explore and exploit MH points. We design three unique strategies: neighbor ambient uncertainty, neighbor diversity relaxation, and one-shot querying, to explore the MH points. Further, to fully exploit MH points in the learning process, we design a neighbor focal loss that assigns the weighted neighbor purity to the cross-entropy loss of MH points to make the model focus more on them. Extensive experiments verify that MHPL remarkably exceeds the various types of baselines and achieves significant performance gains at a small cost of labeling.

📄 PDF Abstract BibTeX arXiv:2205.10711

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSource-Free Domain Adaptation

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

A Comparison of Strategies for Source-Free Domain Adaptation

2021-08-17 · ACL ARR August 2021 8 · Anonymous

Data sharing restrictions are common in NLP, especially in the clinical domain, but there is limited research on adapting models to new domains without access to the original training data, a setting known as source-free…

Active LearningData AugmentationDomain AdaptationSource-Free Domain Adaptation

A Comparison of Strategies for Source-Free Domain Adaptation

2022-05-01 · ACL 2022 5 · Xin Su, Yiyun Zhao, Steven Bethard

Data sharing restrictions are common in NLP, especially in the clinical domain, but there is limited research on adapting models to new domains without access to the original training data, a setting known as source-free…

Active LearningData AugmentationDomain AdaptationSource-Free Domain Adaptation

A3: Active Adversarial Alignment for Source-Free Domain Adaptation

2024-09-27 · Chrisantus Eze, Christopher Crick

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain. Recent works have focused on source-free UDA, where only target data is available. This is chall…

Active LearningDomain AdaptationSelf-Supervised LearningSource-Free Domain Adaptation+1

Learn from the Learnt: Source-Free Active Domain Adaptation via Contrastive Sampling and Visual Persistence

2024-07-26 · Mengyao Lyu, Tianxiang Hao, Xinhao Xu, Hui Chen 외

Domain Adaptation (DA) facilitates knowledge transfer from a source domain to a related target domain. This paper investigates a practical DA paradigm, namely Source data-Free Active Domain Adaptation (SFADA), where sour…

Active LearningComputational EfficiencyDomain AdaptationTransfer 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