Kernel Support Vector Machine Classifiers with the $\ell_0$-Norm Hinge Loss
Rongrong Lin, Yingjia Yao, Yulan Liu

TL;DR
This paper introduces a kernel SVM with an $- norm hinge loss that is more robust to noise and resampling issues, providing a nonconvex optimization approach with promising experimental results.
Contribution
It characterizes the subdifferential of the $- norm hinge loss and develops an ADMM algorithm to solve the nonconvex $- KSVM, demonstrating its effectiveness.
Findings
Achieves comparable accuracy to standard KSVM.
Uses fewer support vectors in experiments.
Provides a convergence analysis for the proposed algorithm.
Abstract
Support Vector Machine (SVM) has been one of the most successful machine learning techniques for binary classification problems. The key idea is to maximize the margin from the data to the hyperplane subject to correct classification on training samples. The commonly used hinge loss and its variations are sensitive to label noise, and unstable for resampling due to its unboundedness. This paper is concentrated on the kernel SVM with the -norm hinge loss (referred as -KSVM), which is a composite function of hinge loss and -norm and then could overcome the difficulties mentioned above. In consideration of the nonconvexity and nonsmoothness of -norm hinge loss, we first characterize the limiting subdifferential of the -norm hinge loss and then derive the equivalent relationship among the proximal stationary point, the Karush-Kuhn-Tucker point, and…
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.
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
MethodsAlternating Direction Method of Multipliers · Support Vector Machine
