LGMLApr 6, 2018

Minimal Support Vector Machine

arXiv:1804.02370v15 citations
Originality Synthesis-oriented
AI Analysis

This work addresses classification efficiency for machine learning practitioners, but it is incremental as it modifies an existing norm in SVM formulations.

The authors tackled the problem of reducing support vectors in Support Vector Machines to improve generalization, proposing a Minimal SVM with L0.5 norm on slack variables that reduces support vectors and increases classification performance.

Support Vector Machine (SVM) is an efficient classification approach, which finds a hyperplane to separate data from different classes. This hyperplane is determined by support vectors. In existing SVM formulations, the objective function uses L2 norm or L1 norm on slack variables. The number of support vectors is a measure of generalization errors. In this work, we propose a Minimal SVM, which uses L0.5 norm on slack variables. The result model further reduces the number of support vectors and increases the classification performance.

Foundations

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

Your Notes