LGMLMay 28, 2016

Muffled Semi-Supervised Learning

arXiv:1605.08833v1
Originality Incremental advance
AI Analysis

This addresses a problem in machine learning for improving semi-supervised learning performance, but appears incremental as it builds on existing paradigms with a new twist.

The paper tackled semi-supervised learning by introducing a novel approach where unlabeled examples muffle guidance from labeled ones, achieving significantly higher AUC than methods like boosted trees, random forests, and logistic regression when unlabeled data is available.

We explore a novel approach to semi-supervised learning. This approach is contrary to the common approach in that the unlabeled examples serve to "muffle," rather than enhance, the guidance provided by the labeled examples. We provide several variants of the basic algorithm and show experimentally that they can achieve significantly higher AUC than boosted trees, random forests and logistic regression when unlabeled examples are available.

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