TL;DR
This paper introduces AML-SVM, an adaptive multilevel framework for nonlinear SVMs that enhances classification accuracy and significantly reduces training time by leveraging hierarchical learning and parallel processing.
Contribution
It presents a novel multilevel learning approach for nonlinear SVMs that integrates parameter fitting and adaptive stopping to improve efficiency and performance.
Findings
Reduced variance in predictions across hierarchy levels
Significant speedup over state-of-the-art nonlinear SVMs
Maintained classification quality despite faster training
Abstract
The support vector machines (SVM) is one of the most widely used and practical optimization based classification models in machine learning because of its interpretability and flexibility to produce high quality results. However, the big data imposes a certain difficulty to the most sophisticated but relatively slow versions of SVM, namely, the nonlinear SVM. The complexity of nonlinear SVM solvers and the number of elements in the kernel matrix quadratically increases with the number of samples in training data. Therefore, both runtime and memory requirements are negatively affected. Moreover, the parameter fitting has extra kernel parameters to tune, which exacerbate the runtime even further. This paper proposes an adaptive multilevel learning framework for the nonlinear SVM, which addresses these challenges, improves the classification quality across the refinement process, 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsInterpretability · Support Vector Machine
