MLLGDec 27, 2015

Robust Semi-supervised Least Squares Classification by Implicit Constraints

arXiv:1512.08240v217 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for semi-supervised learning, offering a robust method without explicit additional assumptions.

The paper tackles the problem of semi-supervised classification by introducing the implicitly constrained least squares (ICLS) classifier, which minimizes squared loss on labeled data while leveraging implicit assumptions from unlabeled data, and shows experimental improvements in squared loss and classification error.

We introduce the implicitly constrained least squares (ICLS) classifier, a novel semi-supervised version of the least squares classifier. This classifier minimizes the squared loss on the labeled data among the set of parameters implied by all possible labelings of the unlabeled data. Unlike other discriminative semi-supervised methods, this approach does not introduce explicit additional assumptions into the objective function, but leverages implicit assumptions already present in the choice of the supervised least squares classifier. This method can be formulated as a quadratic programming problem and its solution can be found using a simple gradient descent procedure. We prove that, in a limited 1-dimensional setting, this approach never leads to performance worse than the supervised classifier. Experimental results show that also in the general multidimensional case performance improvements can be expected, both in terms of the squared loss that is intrinsic to the classifier, as well as in terms of the expected classification error.

Foundations

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

Your Notes