English

ReSeg: A Recurrent Neural Network-based Model for Semantic Segmentation

Computer Vision and Pattern Recognition 2016-05-25 v3 Machine Learning

Abstract

We propose a structured prediction architecture, which exploits the local generic features extracted by Convolutional Neural Networks and the capacity of Recurrent Neural Networks (RNN) to retrieve distant dependencies. The proposed architecture, called ReSeg, is based on the recently introduced ReNet model for image classification. We modify and extend it to perform the more challenging task of semantic segmentation. Each ReNet layer is composed of four RNN that sweep the image horizontally and vertically in both directions, encoding patches or activations, and providing relevant global information. Moreover, ReNet layers are stacked on top of pre-trained convolutional layers, benefiting from generic local features. Upsampling layers follow ReNet layers to recover the original image resolution in the final predictions. The proposed ReSeg architecture is efficient, flexible and suitable for a variety of semantic segmentation tasks. We evaluate ReSeg on several widely-used semantic segmentation datasets: Weizmann Horse, Oxford Flower, and CamVid; achieving state-of-the-art performance. Results show that ReSeg can act as a suitable architecture for semantic segmentation tasks, and may have further applications in other structured prediction problems. The source code and model hyperparameters are available on https://github.com/fvisin/reseg.

Keywords

Cite

@article{arxiv.1511.07053,
  title  = {ReSeg: A Recurrent Neural Network-based Model for Semantic Segmentation},
  author = {Francesco Visin and Marco Ciccone and Adriana Romero and Kyle Kastner and Kyunghyun Cho and Yoshua Bengio and Matteo Matteucci and Aaron Courville},
  journal= {arXiv preprint arXiv:1511.07053},
  year   = {2016}
}

Comments

In CVPR Deep Vision Workshop, 2016

R2 v1 2026-06-22T11:51:36.629Z