CVLGMLMay 2, 2018

SaaS: Speed as a Supervisor for Semi-supervised Learning

arXiv:1805.00980v120 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of leveraging unlabeled data for machine learning, though it appears incremental as it builds on existing speed-based insights.

The paper tackles the problem of semi-supervised learning by using training speed as a criterion to estimate unknown labels, achieving state-of-the-art results on benchmarks.

We introduce the SaaS Algorithm for semi-supervised learning, which uses learning speed during stochastic gradient descent in a deep neural network to measure the quality of an iterative estimate of the posterior probability of unknown labels. Training speed in supervised learning correlates strongly with the percentage of correct labels, so we use it as an inference criterion for the unknown labels, without attempting to infer the model parameters at first. Despite its simplicity, SaaS achieves state-of-the-art results in semi-supervised learning benchmarks.

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