Example-Dependent Basis Vector Selection for Kernel-Based Classifiers
Abstract
We study methods for speeding up classification time of kernel-based classifiers. Existing solutions are based on explicitly seeking sparse classifiers during training, or by using budgeted versions of the classifier where one directly limits the number of basis vectors allowed. Here, we propose a more flexible alternative: instead of using the same basis vectors over the whole feature space, our solution uses different basis vectors in different parts of the feature space. At the core of our solution lies an optimization procedure that, given a set of basis vectors, finds a good partition of the feature space and good subsets of the existing basis vectors. Using this procedure repeatedly, we build trees whose internal nodes specify feature space partitions and whose leaves implement simple kernel classifiers. Experiments suggest that our method reduces classification time significantly while maintaining performance. In addition, we propose several heuristics that also perform well.
Cite
Text
Ukkonen and Arias. "Example-Dependent Basis Vector Selection for Kernel-Based Classifiers." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2010. doi:10.1007/978-3-642-15939-8_22Markdown
[Ukkonen and Arias. "Example-Dependent Basis Vector Selection for Kernel-Based Classifiers." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2010.](https://mlanthology.org/ecmlpkdd/2010/ukkonen2010ecmlpkdd-exampledependent/) doi:10.1007/978-3-642-15939-8_22BibTeX
@inproceedings{ukkonen2010ecmlpkdd-exampledependent,
title = {{Example-Dependent Basis Vector Selection for Kernel-Based Classifiers}},
author = {Ukkonen, Antti and Arias, Marta},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2010},
pages = {338-353},
doi = {10.1007/978-3-642-15939-8_22},
url = {https://mlanthology.org/ecmlpkdd/2010/ukkonen2010ecmlpkdd-exampledependent/}
}