Unlabeled Data vs. Pre-trained Knowledge: Rethinking SSL in the Era of Large Models
Song-Lin Lv, Rui Zhu, Tong Wei, Yu-Feng Li, Lan-Zhe Guo
TL;DR
This work systematically compares SSL methods with pre-trained vision-language models under a fixed supervision budget to address label scarcity. Across standard, open-set, open-world, and long-tailed settings, pre-trained models (notably CLIP with prompt-tuning) generally offer higher data efficiency and stronger performance than traditional SSL, while SSL struggles with adaptation to distribution shifts and unseen classes. The authors also reveal that very large multimodal language models do not consistently outperform CLIP-based approaches on image classification, highlighting limitations in visual encoders and the need for better vision-focused representations. They conclude with recommendations for integrating SSL and pre-training, and outline directions to advance SSL in the era of large models, including more challenging high-resolution benchmarks and robust adaptation strategies.
Abstract
Semi-supervised learning (SSL) alleviates the cost of data labeling process by exploiting unlabeled data and has achieved promising results. Meanwhile, with the development of large foundation models, exploiting pre-trained models becomes a promising way to address the label scarcity in the downstream tasks, such as various parameter-efficient fine-tuning techniques. This raises a natural yet critical question: When labeled data is limited, should we rely on unlabeled data or pre-trained models? To investigate this issue, we conduct a fair comparison between SSL methods and pre-trained models (e.g., CLIP) on representative image classification tasks under a controlled supervision budget. Experiments reveal that SSL has met its ``Waterloo" in the era of large models, as pre-trained models show both high efficiency and strong performance on widely adopted SSL benchmarks. This underscores the urgent need for SSL researchers to explore new avenues, such as deeper integration between the SSL and pre-trained models. Furthermore, we investigate the potential of Multi-Modal Large Language Models (MLLMs) in image classification tasks. Results show that, despite their massive parameter scales, MLLMs still face significant performance limitations, highlighting that even a seemingly well-studied task remains highly challenging.
