Multi-class Support Vector Machine with Maximizing Minimum Margin
Zhezheng Hao, Feiping Nie, Rong Wang

TL;DR
This paper introduces a novel multi-class SVM method that maximizes the minimum margin with pairwise class loss, offering increased flexibility and improved performance over existing approaches.
Contribution
It proposes a new formulation for multi-class SVM incorporating pairwise class loss and a regularizer that enhances deep learning softmax classifiers.
Findings
Demonstrates superior classification accuracy
Shows increased flexibility in multi-class SVM formulation
Provides effective guidance for deep network training
Abstract
Support Vector Machine (SVM) stands out as a prominent machine learning technique widely applied in practical pattern recognition tasks. It achieves binary classification by maximizing the "margin", which represents the minimum distance between instances and the decision boundary. Although many efforts have been dedicated to expanding SVM for multi-class case through strategies such as one versus one and one versus the rest, satisfactory solutions remain to be developed. In this paper, we propose a novel method for multi-class SVM that incorporates pairwise class loss considerations and maximizes the minimum margin. Adhering to this concept, we embrace a new formulation that imparts heightened flexibility to multi-class SVM. Furthermore, the correlations between the proposed method and multiple forms of multi-class SVM are analyzed. The proposed regularizer, akin to the concept of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Machine Learning and ELM · Advanced Algorithms and Applications
MethodsSupport Vector Machine · Softmax
