Rethinking Clustering-Based Pseudo-Labeling for Unsupervised Meta-Learning
Xingping Dong, Jianbing Shen, and Ling Shao

TL;DR
This paper improves unsupervised meta-learning by enhancing embedding clustering properties, leading to better pseudo-labeling and diversity, and demonstrates significant performance gains on few-shot benchmarks.
Contribution
It introduces a method to produce clustering-friendly embeddings by minimizing inter- to intra-class similarity ratio, improving pseudo-label quality in unsupervised meta-learning.
Findings
Significant performance improvements on few-shot benchmarks.
Outperforms state-of-the-art models and some supervised methods.
Effective integration with existing algorithms like MAML and EP.
Abstract
The pioneering method for unsupervised meta-learning, CACTUs, is a clustering-based approach with pseudo-labeling. This approach is model-agnostic and can be combined with supervised algorithms to learn from unlabeled data. However, it often suffers from label inconsistency or limited diversity, which leads to poor performance. In this work, we prove that the core reason for this is lack of a clustering-friendly property in the embedding space. We address this by minimizing the inter- to intra-class similarity ratio to provide clustering-friendly embedding features, and validate our approach through comprehensive experiments. Note that, despite only utilizing a simple clustering algorithm (k-means) in our embedding space to obtain the pseudo-labels, we achieve significant improvement. Moreover, we adopt a progressive evaluation mechanism to obtain more diverse samples in order to…
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
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Text and Document Classification Technologies
MethodsModel-Agnostic Meta-Learning
