Fast Classification Using Sparse Decision DAGs
Abstract
In this paper we propose an algorithm that builds sparse decision DAGs (directed acyclic graphs) from a list of base classifiers provided by an external learning method such as AdaBoost. The basic idea is to cast the DAG design task as a Markov decision process. Each instance can decide to use or to skip each base classifier, based on the current state of the classifier being built. The result is a sparse decision DAG where the base classifiers are selected in a data-dependent way. The method has a single hyperparameter with a clear semantics of controlling the accuracy/speed trade-off. The algorithm is competitive with state-of-the-art cascade detectors on three object-detection benchmarks, and it clearly outperforms them when there is a small number of base classifiers. Unlike cascades, it is also readily applicable for multi-class classification. Using the multi-class setup, we show on a benchmark Web page ranking data set that we can significantly improve the decision speed without harming the performance of the ranker.
Cite
Text
Busa-Fekete et al. "Fast Classification Using Sparse Decision DAGs." International Conference on Machine Learning, 2012.Markdown
[Busa-Fekete et al. "Fast Classification Using Sparse Decision DAGs." International Conference on Machine Learning, 2012.](https://mlanthology.org/icml/2012/busafekete2012icml-fast/)BibTeX
@inproceedings{busafekete2012icml-fast,
title = {{Fast Classification Using Sparse Decision DAGs}},
author = {Busa-Fekete, Róbert and Benbouzid, Djalel and Kégl, Balázs},
booktitle = {International Conference on Machine Learning},
year = {2012},
url = {https://mlanthology.org/icml/2012/busafekete2012icml-fast/}
}