English

Fully Convolutional Networks for Semantic Segmentation

Computer Vision and Pattern Recognition 2016-05-23 v1

Abstract

Convolutional networks are powerful visual models that yield hierarchies of features. We show that convolutional networks by themselves, trained end-to-end, pixels-to-pixels, improve on the previous best result in semantic segmentation. Our key insight is to build "fully convolutional" networks that take input of arbitrary size and produce correspondingly-sized output with efficient inference and learning. We define and detail the space of fully convolutional networks, explain their application to spatially dense prediction tasks, and draw connections to prior models. We adapt contemporary classification networks (AlexNet, the VGG net, and GoogLeNet) into fully convolutional networks and transfer their learned representations by fine-tuning to the segmentation task. We then define a skip architecture that combines semantic information from a deep, coarse layer with appearance information from a shallow, fine layer to produce accurate and detailed segmentations. Our fully convolutional network achieves improved segmentation of PASCAL VOC (30% relative improvement to 67.2% mean IU on 2012), NYUDv2, SIFT Flow, and PASCAL-Context, while inference takes one tenth of a second for a typical image.

Keywords

Cite

@article{arxiv.1605.06211,
  title  = {Fully Convolutional Networks for Semantic Segmentation},
  author = {Evan Shelhamer and Jonathan Long and Trevor Darrell},
  journal= {arXiv preprint arXiv:1605.06211},
  year   = {2016}
}

Comments

to appear in PAMI (accepted May, 2016); journal edition of arXiv:1411.4038

R2 v1 2026-06-22T14:05:19.479Z