LGCVMLJul 5, 2020

Meta-Semi: A Meta-learning Approach for Semi-supervised Learning

arXiv:2007.02394v330 citations
AI Analysis

This addresses the practical challenge of applying SSL with scarce labeled data, though it is incremental as it builds on existing meta-learning and SSL methods.

The paper tackles the problem of hyper-parameter tuning in semi-supervised learning by proposing Meta-Semi, a meta-learning approach that requires tuning only one additional hyper-parameter, achieving competitive performance on datasets like CIFAR-100 and STL-10.

Deep learning based semi-supervised learning (SSL) algorithms have led to promising results in recent years. However, they tend to introduce multiple tunable hyper-parameters, making them less practical in real SSL scenarios where the labeled data is scarce for extensive hyper-parameter search. In this paper, we propose a novel meta-learning based SSL algorithm (Meta-Semi) that requires tuning only one additional hyper-parameter, compared with a standard supervised deep learning algorithm, to achieve competitive performance under various conditions of SSL. We start by defining a meta optimization problem that minimizes the loss on labeled data through dynamically reweighting the loss on unlabeled samples, which are associated with soft pseudo labels during training. As the meta problem is computationally intensive to solve directly, we propose an efficient algorithm to dynamically obtain the approximate solutions. We show theoretically that Meta-Semi converges to the stationary point of the loss function on labeled data under mild conditions. Empirically, Meta-Semi outperforms state-of-the-art SSL algorithms significantly on the challenging semi-supervised CIFAR-100 and STL-10 tasks, and achieves competitive performance on CIFAR-10 and SVHN.

Foundations

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

Your Notes