Weakly Supervised Deep Detection Networks
Abstract
Weakly supervised learning of object detection is an important problem in image understanding that still does not have a satisfactory solution. In this paper, we address this problem by exploiting the power of deep convolutional neural networks pre-trained on large-scale image-level classification tasks. We propose a weakly supervised deep detection architecture that modifies one such network to operate at the level of image regions, performing simultaneously region selection and classification. Trained as an image classifier, the architecture implicitly learns object detectors that are better than alternative weakly supervised detection systems on the PASCAL VOC data. The model, which is a simple and elegant end-to-end architecture, outperforms standard data augmentation and fine-tuning techniques for the task of image-level classification as well.
Cite
Text
Bilen and Vedaldi. "Weakly Supervised Deep Detection Networks." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.311Markdown
[Bilen and Vedaldi. "Weakly Supervised Deep Detection Networks." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/bilen2016cvpr-weakly/) doi:10.1109/CVPR.2016.311BibTeX
@inproceedings{bilen2016cvpr-weakly,
title = {{Weakly Supervised Deep Detection Networks}},
author = {Bilen, Hakan and Vedaldi, Andrea},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2016},
doi = {10.1109/CVPR.2016.311},
url = {https://mlanthology.org/cvpr/2016/bilen2016cvpr-weakly/}
}