Deep Neural Networks for Object Detection
Abstract
Deep Neural Networks (DNNs) have recently shown outstanding performance on the task of whole image classification. In this paper we go one step further and address the problem of object detection -- not only classifying but also precisely localizing objects of various classes using DNNs. We present a simple and yet powerful formulation of object detection as a regression to object masks. We define a multi-scale inference procedure which is able to produce a high-resolution object detection at a low cost by a few network applications. The approach achieves state-of-the-art performance on Pascal 2007 VOC.
Cite
Text
Szegedy et al. "Deep Neural Networks for Object Detection." Neural Information Processing Systems, 2013.Markdown
[Szegedy et al. "Deep Neural Networks for Object Detection." Neural Information Processing Systems, 2013.](https://mlanthology.org/neurips/2013/szegedy2013neurips-deep/)BibTeX
@inproceedings{szegedy2013neurips-deep,
title = {{Deep Neural Networks for Object Detection}},
author = {Szegedy, Christian and Toshev, Alexander and Erhan, Dumitru},
booktitle = {Neural Information Processing Systems},
year = {2013},
pages = {2553-2561},
url = {https://mlanthology.org/neurips/2013/szegedy2013neurips-deep/}
}