Cost-Sensitive Tree of Classifiers
Abstract
Recently, machine learning algorithms have successfully entered large-scale real-world industrial applications (e.g. search engines and email spam filters). Here, the CPU cost during test-time must be budgeted and accounted for. In this paper, we address the challenge of balancing test-time cost and the classifier accuracy in a principled fashion. The test-time cost of a classifier is often dominated by the computation required for feature extraction-which can vary drastically across features. We incorporate this extraction time by constructing a tree of classifiers, through which test inputs traverse along individual paths. Each path extracts different features and is optimized for a specific sub-partition of the input space. By only computing features for inputs that benefit from them the most, our cost-sensitive tree of classifiers can match the high accuracies of the current state-of-the-art at a small fraction of the computational cost.
Cite
Text
Xu et al. "Cost-Sensitive Tree of Classifiers." International Conference on Machine Learning, 2013.Markdown
[Xu et al. "Cost-Sensitive Tree of Classifiers." International Conference on Machine Learning, 2013.](https://mlanthology.org/icml/2013/xu2013icml-costsensitive/)BibTeX
@inproceedings{xu2013icml-costsensitive,
title = {{Cost-Sensitive Tree of Classifiers}},
author = {Xu, Zhixiang and Kusner, Matt and Weinberger, Kilian and Chen, Minmin},
booktitle = {International Conference on Machine Learning},
year = {2013},
pages = {133-141},
volume = {28},
url = {https://mlanthology.org/icml/2013/xu2013icml-costsensitive/}
}