MaxMin-L2-SVC-NCH: A Novel Approach for Support Vector Classifier Training and Parameter Selection
Linkai Luo, Qiaoling Yang, Hong Peng, Yiding Wang, Ziyang Chen

TL;DR
This paper introduces MaxMin-L2-SVC-NCH, a new minimax optimization approach for training support vector classifiers that reduces training time by eliminating the need for cross-validation while maintaining accuracy.
Contribution
The paper proposes a novel minimax formulation for SVC training and parameter selection, along with a gradient-based algorithm that improves flexibility and efficiency over traditional methods.
Findings
Reduces training time compared to grid search with cross-validation.
Maintains competitive accuracy on public datasets.
Provides a flexible training algorithm generalizing SMO.
Abstract
The selection of Gaussian kernel parameters plays an important role in the applications of support vector classification (SVC). A commonly used method is the k-fold cross validation with grid search (CV), which is extremely time-consuming because it needs to train a large number of SVC models. In this paper, a new approach is proposed to train SVC and optimize the selection of Gaussian kernel parameters. We first formulate the training and the parameter selection of SVC as a minimax optimization problem named as MaxMin-L2-SVC-NCH, in which the minimization problem is an optimization problem of finding the closest points between two normal convex hulls (L2-SVC-NCH) while the maximization problem is an optimization problem of finding the optimal Gaussian kernel parameters. A lower time complexity can be expected in MaxMin-L2-SVC-NCH because CV is not needed. We then propose a projected…
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 · Machine Learning and Data Classification
