ActiveMatch: End-to-end Semi-supervised Active Representation Learning
Xinkai Yuan, Zilinghan Li, Gaoang Wang (Zhejiang University-University, of Illinois at Urbana-Champaign Institute, Zhejiang University)

TL;DR
ActiveMatch introduces an end-to-end semi-supervised active learning framework that combines contrastive learning with label-efficient sample selection, significantly improving classification accuracy on CIFAR-10 with limited labels.
Contribution
The paper proposes ActiveMatch, a novel end-to-end method integrating SSL, contrastive learning, and active learning for improved representation learning with limited labels.
Findings
Achieves 89.24% accuracy on CIFAR-10 with 100 labels.
Outperforms MixMatch and FixMatch with the same labeled data.
Effectively leverages limited labels for better representations.
Abstract
Semi-supervised learning (SSL) is an efficient framework that can train models with both labeled and unlabeled data, but may generate ambiguous and non-distinguishable representations when lacking adequate labeled samples. With human-in-the-loop, active learning can iteratively select informative unlabeled samples for labeling and training to improve the performance in the SSL framework. However, most existing active learning approaches rely on pre-trained features, which is not suitable for end-to-end learning. To deal with the drawbacks of SSL, in this paper, we propose a novel end-to-end representation learning method, namely ActiveMatch, which combines SSL with contrastive learning and active learning to fully leverage the limited labels. Starting from a small amount of labeled data with unsupervised contrastive learning as a warm-up, ActiveMatch then combines SSL and supervised…
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.
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 · Machine Learning and Algorithms
MethodsContrastive Learning · FixMatch
