Upcycling Models under Domain and Category Shift
Sanqing Qu, Tianpei Zou, Florian Roehrbein, Cewu Lu, Guang Chen,, Dacheng Tao, Changjun Jiang

TL;DR
This paper proposes a novel global and local clustering technique for source-free universal domain adaptation, enabling models to identify known and reject unknown data under domain and category shifts, improving performance in challenging scenarios.
Contribution
It introduces the GLC method, combining adaptive global clustering and local k-NN clustering, to handle category and domain shifts in source-free universal domain adaptation.
Findings
GLC outperforms existing methods on multiple benchmarks.
Achieves 14.8% improvement in open-partial-set DA scenario.
Effective in partial-set, open-set, and open-partial-set scenarios.
Abstract
Deep neural networks (DNNs) often perform poorly in the presence of domain shift and category shift. How to upcycle DNNs and adapt them to the target task remains an important open problem. Unsupervised Domain Adaptation (UDA), especially recently proposed Source-free Domain Adaptation (SFDA), has become a promising technology to address this issue. Nevertheless, existing SFDA methods require that the source domain and target domain share the same label space, consequently being only applicable to the vanilla closed-set setting. In this paper, we take one step further and explore the Source-free Universal Domain Adaptation (SF-UniDA). The goal is to identify "known" data samples under both domain and category shift, and reject those "unknown" data samples (not present in source classes), with only the knowledge from standard pre-trained source model. To this end, we introduce an…
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
