Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SimMatchV2: Semi-Supervised Learning with Graph Consistency

About

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 feature norm between different augmented views, significantly improving the performance of SimMatchV2. Our SimMatchV2 has been validated on multiple semi-supervised learning benchmarks. Notably, with ResNet-50 as our backbone and 300 epochs of training, SimMatchV2 achieves 71.9\% and 76.2\% Top-1 Accuracy with 1\% and 10\% labeled examples on ImageNet, which significantly outperforms the previous methods and achieves state-of-the-art performance. Code and pre-trained models are available at \href{https://github.com/mingkai-zheng/SimMatchV2}{https://github.com/mingkai-zheng/SimMatchV2}.

Mingkai Zheng, Shan You, Lang Huang, Chen Luo, Fei Wang, Chen Qian, Chang Xu• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationSUN397--
425
Image ClassificationDTD
Accuracy75.26
419
Image ClassificationCIFAR-100--
302
Image ClassificationCaltech-101--
146
Image ClassificationImageNet (10% labels)
Top-1 Acc74.8
98
Image ClassificationImageNet 1k (10% labels)
Top-1 Acc77.8
92
Image ClassificationFood--
92
Image ClassificationCIFAR-10 40 labels
Error Rate5.38
81
Image ClassificationCIFAR-10 4000 labels
Error Rate4.41
68
Image ClassificationCIFAR-100 400 labels
Error Rate39.32
67
Showing 10 of 38 rows

Other info

Code

Follow for update