StuffNet: Using 'Stuff' to Improve Object Detection

Abstract

We propose a Convolutional Neural Network (CNN) based algorithm – StuffNet – for object detection. In addition to the standard convolutional features trained for region proposal and object detection [33], StuffNet uses convolutional features trained for segmentation of objects and 'stuff' (amorphous categories such as ground and water). Through experiments on Pascal VOC 2010, we show the importance of features learnt from stuff segmentation for improving object detection performance. StuffNet improves performance from 18.8% mAP to 23.9% mAP for small objects. We also devise a method to train StuffNet on datasets that do not have stuff segmentation labels. Through experiments on Pascal VOC 2007 and 2012, we demonstrate the effectiveness of this method and show that StuffNet also significantly improves object detection performance on such datasets.

Cite

Text

Brahmbhatt et al. "StuffNet: Using 'Stuff' to Improve Object Detection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017. doi:10.1109/WACV.2017.109

Markdown

[Brahmbhatt et al. "StuffNet: Using 'Stuff' to Improve Object Detection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017.](https://mlanthology.org/wacv/2017/brahmbhatt2017wacv-stuffnet/) doi:10.1109/WACV.2017.109

BibTeX

@inproceedings{brahmbhatt2017wacv-stuffnet,
  title     = {{StuffNet: Using 'Stuff' to Improve Object Detection}},
  author    = {Brahmbhatt, Samarth and Christensen, Henrik I. and Hays, James},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2017},
  pages     = {934-943},
  doi       = {10.1109/WACV.2017.109},
  url       = {https://mlanthology.org/wacv/2017/brahmbhatt2017wacv-stuffnet/}
}