CVSep 18, 2021

A Studious Approach to Semi-Supervised Learning

arXiv:2109.08924v1
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for semi-supervised computer vision, addressing deployability issues with existing methods.

The paper tackles the problem of deploying semi-supervised learning models with many parameters by using distillation to reduce model size while improving performance over supervised baselines, finding that fewer labels benefit more from smaller student networks.

The problem of learning from few labeled examples while using large amounts of unlabeled data has been approached by various semi-supervised methods. Although these methods can achieve superior performance, the models are often not deployable due to the large number of parameters. This paper is an ablation study of distillation in a semi-supervised setting, which not just reduces the number of parameters of the model but can achieve this while improving the performance over the baseline supervised model and making it better at generalizing. After the supervised pretraining, the network is used as a teacher model, and a student network is trained over the soft labels that the teacher model generates over the entire unlabeled data. We find that the fewer the labels, the more this approach benefits from a smaller student network. This brings forward the potential of distillation as an effective solution to enhance performance in semi-supervised computer vision tasks while maintaining deployability.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes