English

Object Contour Detection with a Fully Convolutional Encoder-Decoder Network

Computer Vision and Pattern Recognition 2016-03-16 v1 Machine Learning

Abstract

We develop a deep learning algorithm for contour detection with a fully convolutional encoder-decoder network. Different from previous low-level edge detection, our algorithm focuses on detecting higher-level object contours. Our network is trained end-to-end on PASCAL VOC with refined ground truth from inaccurate polygon annotations, yielding much higher precision in object contour detection than previous methods. We find that the learned model generalizes well to unseen object classes from the same super-categories on MS COCO and can match state-of-the-art edge detection on BSDS500 with fine-tuning. By combining with the multiscale combinatorial grouping algorithm, our method can generate high-quality segmented object proposals, which significantly advance the state-of-the-art on PASCAL VOC (improving average recall from 0.62 to 0.67) with a relatively small amount of candidates (\sim1660 per image).

Keywords

Cite

@article{arxiv.1603.04530,
  title  = {Object Contour Detection with a Fully Convolutional Encoder-Decoder Network},
  author = {Jimei Yang and Brian Price and Scott Cohen and Honglak Lee and Ming-Hsuan Yang},
  journal= {arXiv preprint arXiv:1603.04530},
  year   = {2016}
}

Comments

Accepted by CVPR2016 as spotlight

R2 v1 2026-06-22T13:10:52.652Z