GLC++: Source-Free Universal Domain Adaptation through Global-Local Clustering and Contrastive Affinity Learning
Sanqing Qu, Tianpei Zou, Florian R\"ohrbein, Cewu Lu, Guang Chen, Dacheng Tao, Changjun Jiang

TL;DR
This paper introduces GLC++ for source-free universal domain adaptation, combining global-local clustering with contrastive affinity learning to improve classification of known and unknown target data across diverse scenarios.
Contribution
It proposes a novel GLC++ method that enhances open-set domain adaptation by integrating adaptive clustering and contrastive learning, outperforming existing approaches.
Findings
GLC++ surpasses GATE by 18.9% in H-score on VisDA.
GLC++ improves clustering accuracy of novel categories by 4.1%.
Contrastive affinity learning enhances GLC and other methods.
Abstract
Deep neural networks often exhibit sub-optimal performance under covariate and category shifts. Source-Free Domain Adaptation (SFDA) presents a promising solution to this dilemma, yet most SFDA approaches are restricted to closed-set scenarios. In this paper, we explore Source-Free Universal Domain Adaptation (SF-UniDA) aiming to accurately classify "known" data belonging to common categories and segregate them from target-private "unknown" data. We propose a novel Global and Local Clustering (GLC) technique, which comprises an adaptive one-vs-all global clustering algorithm to discern between target classes, complemented by a local k-NN clustering strategy to mitigate negative transfer. Despite the effectiveness, the inherent closed-set source architecture leads to uniform treatment of "unknown" data, impeding the identification of distinct "unknown" categories. To address this, we…
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
Methodsk-Nearest Neighbors · Contrastive Learning
