SimMatchV2: Semi-Supervised Learning with Graph Consistency
Mingkai Zheng, Shan You, Lang Huang, Chen Luo, Fei Wang, Chen Qian,, Chang Xu

TL;DR
SimMatchV2 introduces a graph-based semi-supervised learning algorithm that leverages multiple consistency regularizations between labeled and unlabeled data, achieving state-of-the-art results on image classification benchmarks.
Contribution
The paper proposes a novel graph perspective for semi-supervised learning with four types of consistency regularizations, improving performance significantly.
Findings
Achieves 71.9% Top-1 accuracy on ImageNet with 1% labels
Outperforms previous semi-supervised methods on multiple benchmarks
Feature normalization enhances model performance
Abstract
Semi-Supervised image classification is one of the most fundamental problem in computer vision, which significantly reduces the need for human labor. In this paper, we introduce a new semi-supervised learning algorithm - SimMatchV2, which formulates various consistency regularizations between labeled and unlabeled data from the graph perspective. In SimMatchV2, we regard the augmented view of a sample as a node, which consists of a label and its corresponding representation. Different nodes are connected with the edges, which are measured by the similarity of the node representations. Inspired by the message passing and node classification in graph theory, we propose four types of consistencies, namely 1) node-node consistency, 2) node-edge consistency, 3) edge-edge consistency, and 4) edge-node consistency. We also uncover that a simple feature normalization can reduce the gaps of the…
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
SimMatchV2: Semi-Supervised Learning with Graph Consistency· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
