Unsupervised Domain Adaptation via Distilled Discriminative Clustering
Hui Tang, Yaowei Wang, and Kui Jia

TL;DR
This paper introduces DisClusterDA, a novel unsupervised domain adaptation method that formulates the problem as discriminative clustering of target data, leveraging source data for improved class-wise feature compactness and outperforming existing methods on benchmarks.
Contribution
The paper proposes DisClusterDA, a new approach that distills source information into target clustering without explicit distribution alignment, showing superior performance on multiple benchmarks.
Findings
DisClusterDA outperforms existing methods on five benchmark datasets.
Adding class-level feature alignment can harm adaptation performance.
DisClusterDA effectively learns class-pure, compact feature distributions.
Abstract
Unsupervised domain adaptation addresses the problem of classifying data in an unlabeled target domain, given labeled source domain data that share a common label space but follow a different distribution. Most of the recent methods take the approach of explicitly aligning feature distributions between the two domains. Differently, motivated by the fundamental assumption for domain adaptability, we re-cast the domain adaptation problem as discriminative clustering of target data, given strong privileged information provided by the closely related, labeled source data. Technically, we use clustering objectives based on a robust variant of entropy minimization that adaptively filters target data, a soft Fisher-like criterion, and additionally the cluster ordering via centroid classification. To distill discriminative source information for target clustering, we propose to jointly train…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsALIGN
