SimMatch: Semi-supervised Learning with Similarity Matching
Mingkai Zheng, Shan You, Lang Huang, Fei Wang, Chen Qian, Chang Xu

TL;DR
SimMatch introduces a semi-supervised learning framework that leverages both semantic and instance similarities through consistency regularization, a labeled memory buffer, and similarity transformation operations, leading to state-of-the-art results on benchmark datasets.
Contribution
The paper proposes a novel semi-supervised learning framework, SimMatch, that jointly considers semantic and instance similarities with new operations for improved label propagation.
Findings
Achieves 67.2% Top-1 accuracy with 1% labeled data on ImageNet
Outperforms previous semi-supervised learning methods
Demonstrates effectiveness across multiple datasets and settings
Abstract
Learning with few labeled data has been a longstanding problem in the computer vision and machine learning research community. In this paper, we introduced a new semi-supervised learning framework, SimMatch, which simultaneously considers semantic similarity and instance similarity. In SimMatch, the consistency regularization will be applied on both semantic-level and instance-level. The different augmented views of the same instance are encouraged to have the same class prediction and similar similarity relationship respected to other instances. Next, we instantiated a labeled memory buffer to fully leverage the ground truth labels on instance-level and bridge the gaps between the semantic and instance similarities. Finally, we proposed the \textit{unfolding} and \textit{aggregation} operation which allows these two similarities be isomorphically transformed with each other. In this…
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 · Advanced Image and Video Retrieval Techniques
