Scalable Multi-Class Object Detection
Abstract
Scalability of object detectors with respect to the number of classes is a very important issue for applications where many object classes need to be detected. While combining single-class detectors yields a linear complexity for testing, multi-class detectors that localize all objects at once come often at the cost of a reduced detection accuracy. In this work, we present a scalable multi-class detection algorithm which scales sublinearly with the number of classes without compromising accuracy. To this end, a shared discriminative codebook of feature appearances is jointly trained for all classes and detection is also performed for all classes jointly. Based on the learned sharing distributions of features among classes, we build a taxonomy of object classes. The taxonomy is then exploited to further reduce the cost of multi-class object detection. Our method has linear training and sublinear detection complexity in the number of classes. We have evaluated our method on the challenging PASCAL VOC'06 and PASCAL VOC'07 datasets and show that scaling the system does not lead to a loss in accuracy. © 2011 IEEE.
Cite
Text
Razavi et al. "Scalable Multi-Class Object Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995441Markdown
[Razavi et al. "Scalable Multi-Class Object Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/razavi2011cvpr-scalable/) doi:10.1109/CVPR.2011.5995441BibTeX
@inproceedings{razavi2011cvpr-scalable,
title = {{Scalable Multi-Class Object Detection}},
author = {Razavi, Nima and Gall, Juergen and Van Gool, Luc},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2011},
pages = {1505-1512},
doi = {10.1109/CVPR.2011.5995441},
url = {https://mlanthology.org/cvpr/2011/razavi2011cvpr-scalable/}
}