paper-with-me

Papers

Partial Domain Adaptation via Importance Sampling-based Shift Correction

2025-07-27 · Cheng-Jun Guo, Chuan-Xian Ren, You-Wei Luo, Xiao-Lin Xu, Hong Yan arxiv

Partial domain adaptation (PDA) is a challenging task in real-world machine learning scenarios. It aims to transfer knowledge from a labeled source domain to a related unlabeled target domain, where the support set of the source label distribution subsumes the target one. Previous PDA works managed to correct the label distribution shift by weighting samples in the source domain. However, the simple reweighing technique cannot explore the latent structure and sufficiently use the labeled data, and then models are prone to over-fitting on the source domain. In this work, we propose a novel importance sampling-based shift correction (IS$^2$C) method, where new labeled data are sampled from a built sampling domain, whose label distribution is supposed to be the same as the target domain, to characterize the latent structure and enhance the generalization ability of the model. We provide theoretical guarantees for IS$^2$C by proving that the generalization error can be sufficiently dominated by IS$^2$C. In particular, by implementing sampling with the mixture distribution, the extent of shift between source and sampling domains can be connected to generalization error, which provides an interpretable way to build IS$^2$C. To improve knowledge transfer, an optimal transport-based independence criterion is proposed for conditional distribution alignment, where the computation of the criterion can be adjusted to reduce the complexity from $\mathcal{O}(n^3)$ to $\mathcal{O}(n^2)$ in realistic PDA scenarios. Extensive experiments on PDA benchmarks validate the theoretical results and demonstrate the effectiveness of our IS$^2$C over existing methods.

📄 PDF Abstract BibTeX arXiv:2507.20191

Code (0)

등록된 구현이 없습니다.

Tasks

Partial Domain Adaptation

Similar Papers 제목 키워드 기반

Importance Weighted Adversarial Nets for Partial Domain Adaptation

2018-03-25 · CVPR 2018 6 · Jing Zhang, Zewei Ding, Wanqing Li, Philip Ogunbona

This paper proposes an importance weighted adversarial nets-based method for unsupervised domain adaptation, specific for partial domain adaptation where the target domain has less number of classes compared to the sourc…

Domain AdaptationPartial Domain AdaptationTransfer LearningUnsupervised Domain Adaptation+1

Domain Adaptation with Factorizable Joint Shift

2022-03-06 · Hao He, Yuzhe Yang, Hao Wang

Existing domain adaptation (DA) usually assumes the domain shift comes from either the covariates or the labels. However, in real-world applications, samples selected from different domains could have biases in both the …

Domain AdaptationUnsupervised Domain Adaptation

From Big to Small: Adaptive Learning to Partial-Set Domains

2022-03-14 · Zhangjie Cao, Kaichao You, Ziyang Zhang, Jianmin Wang 외

Domain adaptation targets at knowledge acquisition and dissemination from a labeled source domain to an unlabeled target domain under distribution shift. Still, the common requirement of identical class space shared acro…

Domain AdaptationPartial Domain Adaptation

Active Adversarial Domain Adaptation

2019-04-16 · Jong-Chyi Su, Yi-Hsuan Tsai, Kihyuk Sohn, Buyu Liu 외

We propose an active learning approach for transferring representations across domains. Our approach, active adversarial domain adaptation (AADA), explores a duality between two related problems: adversarial domain align…

Active LearningDiversityDomain Adaptationobject-detection+2

Learning to Transfer Examples for Partial Domain Adaptation

2019-03-28 · CVPR 2019 6 · Zhangjie Cao, Kaichao You, Mingsheng Long, Jian-Min Wang 외

Domain adaptation is critical for learning in new and unseen environments. With domain adversarial training, deep networks can learn disentangled and transferable features that effectively diminish the dataset shift betw…

Domain AdaptationPartial Domain AdaptationTransfer Learning