Training very large scale nonlinear SVMs using Alternating Direction Method of Multipliers coupled with the Hierarchically Semi-Separable kernel approximations
S. Cipolla, J. Gondzio

TL;DR
This paper introduces an efficient method for training large-scale nonlinear SVMs by combining ADMM with HSS kernel approximations, significantly speeding up computation while maintaining accuracy.
Contribution
The paper presents a novel framework integrating ADMM and HSS kernel approximations for scalable nonlinear SVM training, outperforming existing libraries in speed.
Findings
Significant speed-up over state-of-the-art nonlinear SVMs
Maintains classification accuracy comparable to traditional methods
Effective handling of large-scale datasets with reduced computational resources
Abstract
Typically, nonlinear Support Vector Machines (SVMs) produce significantly higher classification quality when compared to linear ones but, at the same time, their computational complexity is prohibitive for large-scale datasets: this drawback is essentially related to the necessity to store and manipulate large, dense and unstructured kernel matrices. Despite the fact that at the core of training a SVM there is a \textit{simple} convex optimization problem, the presence of kernel matrices is responsible for dramatic performance reduction, making SVMs unworkably slow for large problems. Aiming to an efficient solution of large-scale nonlinear SVM problems, we propose the use of the \textit{Alternating Direction Method of Multipliers} coupled with \textit{Hierarchically Semi-Separable} (HSS) kernel approximations. As shown in this work, the detailed analysis of the interaction among their…
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
TopicsMachine Learning and ELM · Blind Source Separation Techniques · Face and Expression Recognition
MethodsSupport Vector Machine
