Towards Understanding Why FixMatch Generalizes Better Than Supervised Learning
Jingyang Li, Jiachun Pan, Vincent Y. F. Tan, Kim-Chuan Toh, Pan Zhou

TL;DR
This paper provides the first theoretical explanation for why FixMatch semi-supervised learning outperforms supervised learning in deep neural networks, highlighting differences in feature learning and proposing an improved method called SA-FixMatch.
Contribution
It offers a novel theoretical framework explaining FixMatch's superior generalization and introduces SA-FixMatch, an improved variant inspired by the analysis.
Findings
FixMatch learns all discriminative features of each class
Supervised learning captures only a subset of features due to lottery ticket hypothesis
SA-FixMatch shows improved generalization in experiments
Abstract
Semi-supervised learning (SSL), exemplified by FixMatch (Sohn et al., 2020), has shown significant generalization advantages over supervised learning (SL), particularly in the context of deep neural networks (DNNs). However, it is still unclear, from a theoretical standpoint, why FixMatch-like SSL algorithms generalize better than SL on DNNs. In this work, we present the first theoretical justification for the enhanced test accuracy observed in FixMatch-like SSL applied to DNNs by taking convolutional neural networks (CNNs) on classification tasks as an example. Our theoretical analysis reveals that the semantic feature learning processes in FixMatch and SL are rather different. In particular, FixMatch learns all the discriminative features of each semantic class, while SL only randomly captures a subset of features due to the well-known lottery ticket hypothesis. Furthermore, we show…
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
TopicsMachine Learning and Data Classification · Neural Networks and Applications · Image Retrieval and Classification Techniques
MethodsFixMatch
