LGSTMLMay 28, 2021

Support vector machines and linear regression coincide with very high-dimensional features

arXiv:2105.14084v232 citations
Originality Incremental advance
AI Analysis

This work addresses a theoretical problem in machine learning by clarifying the conditions under which different linear models converge, which is incremental but provides new bounds and insights.

The paper investigates the phenomenon of support vector proliferation, where support vector machines (SVM) and linear regression coincide in very high-dimensional settings, proving a super-linear lower bound on the dimension required for this to occur and identifying a sharp phase transition in Gaussian feature models.

The support vector machine (SVM) and minimum Euclidean norm least squares regression are two fundamentally different approaches to fitting linear models, but they have recently been connected in models for very high-dimensional data through a phenomenon of support vector proliferation, where every training example used to fit an SVM becomes a support vector. In this paper, we explore the generality of this phenomenon and make the following contributions. First, we prove a super-linear lower bound on the dimension (in terms of sample size) required for support vector proliferation in independent feature models, matching the upper bounds from previous works. We further identify a sharp phase transition in Gaussian feature models, bound the width of this transition, and give experimental support for its universality. Finally, we hypothesize that this phase transition occurs only in much higher-dimensional settings in the $\ell_1$ variant of the SVM, and we present a new geometric characterization of the problem that may elucidate this phenomenon for the general $\ell_p$ case.

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