Inductive Unsupervised Domain Adaptation for Few-Shot Classification via Clustering
Xin Cong, Bowen Yu, Tingwen Liu, Shiyao Cui, Hengzhu Tang, Bin Wang

TL;DR
This paper introduces DaFeC, an inductive clustering-based framework that enhances few-shot domain adaptation without requiring test data, achieving significant accuracy improvements on the FewRel 2.0 dataset.
Contribution
Proposes an inductive framework for few-shot domain adaptation using clustering, pseudo-labeling, and feature enhancement techniques, avoiding reliance on test data.
Findings
Outperforms previous methods with up to 11.62% accuracy gain
Effective pseudo-labeling via clustering and similarity minimization
Improved feature learning with adversarial alignment
Abstract
Few-shot classification tends to struggle when it needs to adapt to diverse domains. Due to the non-overlapping label space between domains, the performance of conventional domain adaptation is limited. Previous work tackles the problem in a transductive manner, by assuming access to the full set of test data, which is too restrictive for many real-world applications. In this paper, we set out to tackle this issue by introducing a inductive framework, DaFeC, to improve Domain adaptation performance for Few-shot classification via Clustering. We first build a representation extractor to derive features for unlabeled data from the target domain (no test data is necessary) and then group them with a cluster miner. The generated pseudo-labeled data and the labeled source-domain data are used as supervision to update the parameters of the few-shot classifier. In order to derive high-quality…
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 · Multimodal Machine Learning Applications
MethodsCosine Annealing
