Publication | Open Access
Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation
4.5K
Citations
55
References
2018
Year
Convolutional Neural NetworkEngineeringMachine LearningImage AnalysisData SciencePattern RecognitionAtrous Separable ConvolutionSemantic SegmentationComputational ImagingVideo TransformerSpatial PyramidXception ModelMachine VisionObject DetectionComputer ScienceDeep LearningComputer VisionScene InterpretationScene UnderstandingScene ModelingImage SegmentationSpatial Information
Semantic segmentation networks use either spatial pyramid pooling modules or encoder–decoder structures to capture multi‑scale context or refine object boundaries, respectively. The authors aim to merge the strengths of spatial pyramid pooling and encoder–decoder architectures into a single model. They extend DeepLabv3 by adding a lightweight decoder and applying depthwise separable convolutions in both the ASPP and decoder modules, yielding a faster, stronger encoder–decoder network implemented in TensorFlow. On PASCAL VOC 2012 and Cityscapes, the model attains 89.0 % and 82.1 % test‑set accuracy without post‑processing.
Spatial pyramid pooling module or encode-decoder structure are used in deep neural networks for semantic segmentation task. The former networks are able to encode multi-scale contextual information by probing the incoming features with filters or pooling operations at multiple rates and multiple effective fields-of-view, while the latter networks can capture sharper object boundaries by gradually recovering the spatial information. In this work, we propose to combine the advantages from both methods. Specifically, our proposed model, DeepLabv3+, extends DeepLabv3 by adding a simple yet effective decoder module to refine the segmentation results especially along object boundaries. We further explore the Xception model and apply the depthwise separable convolution to both Atrous Spatial Pyramid Pooling and decoder modules, resulting in a faster and stronger encoder-decoder network. We demonstrate the effectiveness of the proposed model on PASCAL VOC 2012 and Cityscapes datasets, achieving the test set performance of 89.0\% and 82.1\% without any post-processing. Our paper is accompanied with a publicly available reference implementation of the proposed models in Tensorflow at \url{https://github.com/tensorflow/models/tree/master/research/deeplab}.
| Year | Citations | |
|---|---|---|
Page 1
Page 1