MLLGMar 1, 2017

L$^3$-SVMs: Landmarks-based Linear Local Support Vectors Machines

arXiv:1703.00284v21 citations
Originality Incremental advance
AI Analysis

This incremental improvement addresses scalability and non-linearity issues in machine learning for practitioners dealing with large datasets.

The paper tackles the problem of capturing non-linearities in data while scaling to large training sets by introducing L$^3$-SVMs, a local SVM method that clusters input space, reduces dimensionality via landmarks, and jointly learns linear local models, showing competitive performance with state-of-the-art methods in experiments.

For their ability to capture non-linearities in the data and to scale to large training sets, local Support Vector Machines (SVMs) have received a special attention during the past decade. In this paper, we introduce a new local SVM method, called L$^3$-SVMs, which clusters the input space, carries out dimensionality reduction by projecting the data on landmarks, and jointly learns a linear combination of local models. Simple and effective, our algorithm is also theoretically well-founded. Using the framework of Uniform Stability, we show that our SVM formulation comes with generalization guarantees on the true risk. The experiments based on the simplest configuration of our model (i.e. landmarks randomly selected, linear projection, linear kernel) show that L$^3$-SVMs is very competitive w.r.t. the state of the art and opens the door to new exciting lines of research.

Foundations

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

Your Notes