Accelerating Model Selection with Safe Screening for L 1-Regularized L 2-SVM

Abstract

The L _1-regularized support vector machine (SVM) is a powerful predictive learning model that can generate sparse solutions. Compared to a dense solution, a sparse solution is usually more interoperable and more effective for removing noise and preserving signals. The L _1-regularized SVM has been successfully applied in numerous applications to solve problems from text mining, bioinformatics, and image processing. The regularization parameter has a significant impact on the performance of an L _1-regularized SVM model. Therefore, model selection needs to be performed to choose a good regularization parameter. In model selection, one needs to learn a solution path using a set of predefined parameter values. Therefore, many L _1-regularized SVM models need to be fitted, which is usually very time consuming. This paper proposes a novel safe screening technique to accelerate model selection for the L _1-regularized L _2-SVM, which can lead to much better efficiency in many scenarios. The technique can successfully identify most inactive features in an optimal solution of the L _1-regularized L _2-SVM model and remove them before training. To achieve safe screening, the technique solves a minimization problem for each feature on a convex set that is formed by the intersection of a tight n -dimensional hyperball and the upper half-space. An efficient algorithm is designed to solve the problem based on zero-finding. Every feature that is removed by the proposed technique is guaranteed to have zero weight in the optimal solution. Therefore, an L _1-regularized L _2-SVM solver achieves exactly the same result by using only the selected features as when it uses the full feature set. Empirical study on high-dimensional benchmark data sets produced promising results and demonstrated the effectiveness of the proposed technique.

Cite

Text

Zhao et al. "Accelerating Model Selection with Safe Screening for L 1-Regularized L 2-SVM." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014. doi:10.1007/978-3-662-44845-8_25

Markdown

[Zhao et al. "Accelerating Model Selection with Safe Screening for L 1-Regularized L 2-SVM." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014.](https://mlanthology.org/ecmlpkdd/2014/zhao2014ecmlpkdd-accelerating/) doi:10.1007/978-3-662-44845-8_25

BibTeX

@inproceedings{zhao2014ecmlpkdd-accelerating,
  title     = {{Accelerating Model Selection with Safe Screening for L 1-Regularized L 2-SVM}},
  author    = {Zhao, Zheng and Liu, Jun and Cox, James},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2014},
  pages     = {385-400},
  doi       = {10.1007/978-3-662-44845-8_25},
  url       = {https://mlanthology.org/ecmlpkdd/2014/zhao2014ecmlpkdd-accelerating/}
}