Distributionally Robust Classification for Multi-source Unsupervised Domain Adaptation
Seonghwi Kim, Sung Ho Jo, Wooseok Ha, Minwoo Chae

TL;DR
This paper introduces a distributionally robust learning framework for unsupervised domain adaptation that models uncertainty in data distributions, improving model generalization especially with scarce target data.
Contribution
It proposes a novel distributionally robust approach applicable to multi-source and single-source UDA, with an efficient algorithm that enhances existing methods.
Findings
Outperforms strong baselines in various distribution shift scenarios.
Shows significant improvements when target data are scarce.
Robust against spurious correlations and limited unlabeled data.
Abstract
Unsupervised domain adaptation (UDA) is a statistical learning problem when the distribution of training (source) data is different from that of test (target) data. In this setting, one has access to labeled data only from the source domain and unlabeled data from the target domain. The central objective is to leverage the source data and the unlabeled target data to build models that generalize to the target domain. Despite its potential, existing UDA approaches often struggle in practice, particularly in scenarios where the target domain offers only limited unlabeled data or spurious correlations dominate the source domain. To address these challenges, we propose a novel distributionally robust learning framework that models uncertainty in both the covariate distribution and the conditional label distribution. Our approach is motivated by the multi-source domain adaptation setting but…
Peer Reviews
Decision·ICLR 2026 Poster
1. Novel extension of DRO to UDA 2. Impressive results on target accuracy
1. The paper attempts to apply Distributionally Robust Optimization (DRO) to the problem of Unsupervised Domain Adaptation (UDA). The idea of applying DRO to UDA appears to be novel although some of the technical contributions are from pre-existing DRO work. The proposed approach is not technically convincing due to tedious notation and workflow. It was quite difficult and frustrating to follow the logic in explanation in the paper. 2. Target accuracy is the only result made available. This doe
1. The paper proposes a unified Distributionally Robust Optimization (DRO) framework that is applicable to both multi-source and single-source Unsupervised Domain Adaptation (UDA), offering flexibility across different scenarios. 2. Unlike traditional approaches that typically model either input uncertainty or label distribution uncertainty in isolation, this method simultaneously accounts for both, providing a more comprehensive solution. 3. The proposed algorithm is highly tractable, ensurin
1. A reliance on labeled target data for model selection moves the problem into a "partially supervised" or "few-shot" adaptation setting. While the main training uses unlabeled target data, the crucial choice of hyperparameters $\epsilon_1$ and $\epsilon_2$ is supervised. 2. The appendix shows heatmaps of performance vs. $(\epsilon_1, \epsilon_2)$, which is good. However, the main paper should discuss how sensitive the method is. Is there a broad range of "good" hyperparameters, or does the p
1. The paper identifies two overlooked issues in UDA: scarce unlabeled target data and spurious source correlations. 2. This dual modeling is theoretically elegant and practically relevant for multi-source robustness. 3. The paper is well-written and easy to read.
1. D₁ (Wasserstein-∞) and D₂ (Euclidean) are chosen “for computational tractability” (Sec. 3.3) but without theoretical or empirical justification. 2. Hyperparameters ϵ₁, ϵ₂ are selected via a small labeled validation set (Sec. 4.1), partially violating the unsupervised setting. 3. No ablation compares using only conditional-mixing vs. only covariate-perturbation. 4. The relationship between pseudo-source construction (Sec. 3.1) and mixture weights β is not fully explained; readers may confuse s
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Face recognition and analysis · Speech Recognition and Synthesis
