English

Semantic Binary Segmentation using Convolutional Networks without Decoders

Computer Vision and Pattern Recognition 2018-05-29 v2

Abstract

In this paper, we propose an efficient architecture for semantic image segmentation using the depth-to-space (D2S) operation. Our D2S model is comprised of a standard CNN encoder followed by a depth-to-space reordering of the final convolutional feature maps. Our approach eliminates the decoder portion of traditional encoder-decoder segmentation models and reduces the amount of computation almost by half. As a participant of the DeepGlobe Road Extraction competition, we evaluate our models on the corresponding road segmentation dataset. Our highly efficient D2S models exhibit comparable performance to standard segmentation models with much lower computational cost.

Keywords

Cite

@article{arxiv.1805.00138,
  title  = {Semantic Binary Segmentation using Convolutional Networks without Decoders},
  author = {Shubhra Aich and William van der Kamp and Ian Stavness},
  journal= {arXiv preprint arXiv:1805.00138},
  year   = {2018}
}

Comments

CVPR 2018 DeepGlobe Workshop; Code repository: https://github.com/littleaich/deepglobe2018

R2 v1 2026-06-23T01:40:51.461Z