Prototypical Partial Optimal Transport for Universal Domain Adaptation
Yucheng Yang, Xiang Gu, Jian Sun
TL;DR
This work tackles Universal Domain Adaptation (UniDA) by formulating partial distribution alignment between source and target domains using mini-batch Prototypical Partial Optimal Transport (m-PPOT). The approach builds source-class prototypes and performs partial OT to align common-class mass, while leveraging the transport plan to reweight source prototypes and target samples via reweighted cross-entropy and entropy losses to distinguish known versus unknown samples. The authors provide theoretical connections between POT, m-PPOT, and prototype distances, and demonstrate state-of-the-art performance on four UniDA benchmarks with extensive ablations showing the effectiveness of the m-PPOT loss, reweighting strategies, and contrastive pre-training. The method offers a scalable, principled partial alignment framework for UniDA with strong empirical impact on OPDA, PDA, and OSDA tasks across large and diverse datasets.
Abstract
Universal domain adaptation (UniDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain without requiring the same label sets of both domains. The existence of domain and category shift makes the task challenging and requires us to distinguish "known" samples (i.e., samples whose labels exist in both domains) and "unknown" samples (i.e., samples whose labels exist in only one domain) in both domains before reducing the domain gap. In this paper, we consider the problem from the point of view of distribution matching which we only need to align two distributions partially. A novel approach, dubbed mini-batch Prototypical Partial Optimal Transport (m-PPOT), is proposed to conduct partial distribution alignment for UniDA. In training phase, besides minimizing m-PPOT, we also leverage the transport plan of m-PPOT to reweight source prototypes and target samples, and design reweighted entropy loss and reweighted cross-entropy loss to distinguish "known" and "unknown" samples. Experiments on four benchmarks show that our method outperforms the previous state-of-the-art UniDA methods.
