LGMay 21, 2012

The Role of Weight Shrinking in Large Margin Perceptron Learning

arXiv:1205.4698v2
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing margin-based classification for machine learning practitioners, offering incremental improvements to existing perceptron methods.

The authors tackled the problem of improving the classical perceptron algorithm by introducing weight shrinking to better approximate the maximum margin hyperplane, resulting in new classifiers that provably achieve any desired approximation in finite steps and are competitive in 2-norm soft margin tasks.

We introduce into the classical perceptron algorithm with margin a mechanism that shrinks the current weight vector as a first step of the update. If the shrinking factor is constant the resulting algorithm may be regarded as a margin-error-driven version of NORMA with constant learning rate. In this case we show that the allowed strength of shrinking depends on the value of the maximum margin. We also consider variable shrinking factors for which there is no such dependence. In both cases we obtain new generalizations of the perceptron with margin able to provably attain in a finite number of steps any desirable approximation of the maximal margin hyperplane. The new approximate maximum margin classifiers appear experimentally to be very competitive in 2-norm soft margin tasks involving linear kernels.

Foundations

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

Your Notes