Efficient Large Scale Image Classification via Prediction Score Decomposition

Abstract

There has been growing interest in reducing the test time complexity of multi-class classification problems with large numbers of classes. The key idea to solve it is to reduce the number of classifier evaluations used to predict labels. The state-of-the-art methods usually employ the label tree approach that usually suffers the well-know error propagation problem and it is difficult for parallelization for further speedup. We propose another practical approach, with the same goal of using a small number of classifiers to achieve a good trade-off between testing efficiency and classification accuracy. The proposed method analyzes the correlation among classes, suppresses redundancy, and generates a small number of classifiers that best approximate the prediction scores of the original large number of classes. Different from label-tree methods in which each test example follows a different traversing path from the root to a leaf node and results in a different set of classifiers each time, the proposed method applies the same set of classifiers to all test examples. As a result, it is much more efficient in practice, even in the case of using the same number of classifier evaluations as the label-tree methods. Experiments on several large datasets including ILSVRC2010-1K, SUN-397, and Caltech-256 show the efficiency of our method.

Cite

Text

Le et al. "Efficient Large Scale Image Classification via Prediction Score Decomposition." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46466-4_46

Markdown

[Le et al. "Efficient Large Scale Image Classification via Prediction Score Decomposition." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/le2016eccv-efficient/) doi:10.1007/978-3-319-46466-4_46

BibTeX

@inproceedings{le2016eccv-efficient,
  title     = {{Efficient Large Scale Image Classification via Prediction Score Decomposition}},
  author    = {Le, Duy-Dinh and Mai, Tien-Dung and Satoh, Shin'ichi and Ngo, Thanh Duc and Duong, Duc Anh},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {770-785},
  doi       = {10.1007/978-3-319-46466-4_46},
  url       = {https://mlanthology.org/eccv/2016/le2016eccv-efficient/}
}