Approximate Model Selection for Large Scale LSSVM

Abstract

Model selection is critical to least squares support vector machine (LSSVM). A major problem of existing model selection approaches of LSSVM is that the inverse of the kernel matrix need to be calculated with O(n^3) complexity for each iteration, where n is the number of training examples. It is prohibitive for the large scale application. In this paper, we propose an approximate approach to model selection of LSSVM. We use multilevel circulant matrices to approximate the kernel matrix so that the fast Fourier transform (FFT) can be applied to reduce the computational cost of matrix inverse. With such approximation, we first design an efficient LSSVM algorithm with O(nlog(n)) complexity and theoretically analyze the effect of kernel matrix approximation on the decision function of LSSVM. We further show that the approximate optimal model produced with the multilevel circulant matrix is consistent with the accurate one produced with the original kernel matrix. Under the guarantee of consistency, we present an approximate model selection scheme, whose complexity is significantly lower than the previous approaches. Experimental results on benchmark datasets demonstrate the effectiveness of approximate model selection.

Cite

Text

Ding and Liao. "Approximate Model Selection for Large Scale LSSVM." Proceedings of the Third Asian Conference on Machine Learning, 2011.

Markdown

[Ding and Liao. "Approximate Model Selection for Large Scale LSSVM." Proceedings of the Third Asian Conference on Machine Learning, 2011.](https://mlanthology.org/acml/2011/ding2011acml-approximate/)

BibTeX

@inproceedings{ding2011acml-approximate,
  title     = {{Approximate Model Selection for Large Scale LSSVM}},
  author    = {Ding, Lizhong and Liao, Shizhong},
  booktitle = {Proceedings of the Third Asian Conference on Machine Learning},
  year      = {2011},
  pages     = {165-180},
  volume    = {20},
  url       = {https://mlanthology.org/acml/2011/ding2011acml-approximate/}
}