English

Partial Domain Adaptation via Importance Sampling-based Shift Correction

Machine Learning 2025-07-29 v1 Artificial Intelligence

Abstract

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 (IS2^2C) 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 IS2^2C by proving that the generalization error can be sufficiently dominated by IS2^2C. 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 IS2^2C. 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 O(n3)\mathcal{O}(n^3) to O(n2)\mathcal{O}(n^2) in realistic PDA scenarios. Extensive experiments on PDA benchmarks validate the theoretical results and demonstrate the effectiveness of our IS2^2C over existing methods.

Keywords

Cite

@article{arxiv.2507.20191,
  title  = {Partial Domain Adaptation via Importance Sampling-based Shift Correction},
  author = {Cheng-Jun Guo and Chuan-Xian Ren and You-Wei Luo and Xiao-Lin Xu and Hong Yan},
  journal= {arXiv preprint arXiv:2507.20191},
  year   = {2025}
}
R2 v1 2026-07-01T04:20:47.480Z