English

ParseNet: Looking Wider to See Better

Computer Vision and Pattern Recognition 2015-11-23 v2

Abstract

We present a technique for adding global context to deep convolutional networks for semantic segmentation. The approach is simple, using the average feature for a layer to augment the features at each location. In addition, we study several idiosyncrasies of training, significantly increasing the performance of baseline networks (e.g. from FCN). When we add our proposed global feature, and a technique for learning normalization parameters, accuracy increases consistently even over our improved versions of the baselines. Our proposed approach, ParseNet, achieves state-of-the-art performance on SiftFlow and PASCAL-Context with small additional computational cost over baselines, and near current state-of-the-art performance on PASCAL VOC 2012 semantic segmentation with a simple approach. Code is available at https://github.com/weiliu89/caffe/tree/fcn .

Keywords

Cite

@article{arxiv.1506.04579,
  title  = {ParseNet: Looking Wider to See Better},
  author = {Wei Liu and Andrew Rabinovich and Alexander C. Berg},
  journal= {arXiv preprint arXiv:1506.04579},
  year   = {2015}
}

Comments

ICLR 2016 submission

R2 v1 2026-06-22T09:53:43.268Z