paper-with-me

Papers

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, Juncheng Li, Mengze Li, Siliang Tang, Yueting Zhuang

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 training data are collected from multiple sources. This motivates us to target a new and challenging setting of knowledge transfer that extends ADA from a single source domain to multiple source domains, termed Multi-source Active Domain Adaptation (MADA). Not surprisingly, we find that most traditional ADA methods cannot work directly in such a setting, mainly due to the excessive domain gap introduced by all the source domains and thus their uncertainty-aware sample selection can easily become miscalibrated under the multi-domain shifts. Considering this, we propose a Dynamic integrated uncertainty valuation framework(Detective) that comprehensively consider the domain shift between multi-source domains and target domain to detect the informative target samples. Specifically, the leverages a dynamic Domain Adaptation(DA) model that learns how to adapt the model's parameters to fit the union of multi-source domains. This enables an approximate single-source domain modeling by the dynamic model. We then comprehensively measure both domain uncertainty and predictive uncertainty in the target domain to detect informative target samples using evidential deep learning, thereby mitigating uncertainty miscalibration. Furthermore, we introduce a contextual diversity-aware calculator to enhance the diversity of the selected samples. Experiments demonstrate that our solution outperforms existing methods by a considerable margin on three domain adaptation benchmarks.

📄 PDF Abstract BibTeX arXiv:2311.12905

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDomain AdaptationTransfer Learning

Methods 이 논문이 사용한 방법론

ADA 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Prompt Learning with Negative Textual Semantics and Uncertainty Modeling for Universal Multi-Source Domain Adaptation

2024-04-23 · Yuxiang Yang, Lu Wen, Yuanyuan Xu, Jiliu Zhou 외

Universal Multi-source Domain Adaptation (UniMDA) transfers knowledge from multiple labeled source domains to an unlabeled target domain under domain shifts (different data distribution) and class shifts (unknown target …

Domain AdaptationPrompt Learning

BD-Merging: Bias-Aware Dynamic Model Merging with Evidence-Guided Contrastive Learning

2026-03-04 · Yuhan Xie, Chen Lyu arxiv

Model Merging (MM) has emerged as a scalable paradigm for multi-task learning (MTL), enabling multiple task-specific models to be integrated without revisiting the original training data. Despite recent progress, the rel…

Contrastive LearningMulti-Task Learning

Revisiting Batch Normalization for Improving Corruption Robustness

2020-10-07 · Philipp Benz, Chaoning Zhang, Adil Karjauv, In So Kweon

The performance of DNNs trained on clean images has been shown to decrease when the test images have common corruptions. In this work, we interpret corruption robustness as a domain shift and propose to rectify batch nor…

Structural Alignment Improves Graph Test-Time Adaptation

2025-02-25 · Hans Hao-Hsun Hsu, Shikun Liu, Han Zhao, Pan Li

Graph-based learning has achieved remarkable success in domains ranging from recommendation to fraud detection and particle physics by effectively capturing underlying interaction patterns. However, it often struggles to…

Fraud DetectionTest-time Adaptation

Unsupervised Temperature Scaling: Robust Post-processing Calibration for Domain Shift

2019-09-25 · Azadeh Sadat Mozafari, Hugo Siqueira Gomes, Christian Gagne

The uncertainty estimation is critical in real-world decision making applications, especially when distributional shift between the training and test data are prevalent. Many calibration methods in the literature have be…

Decision Making