Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation

About

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}.

Liang-Chieh Chen, Yukun Zhu, George Papandreou, Florian Schroff, Hartwig Adam• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU48.4
2731
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU84.6
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU89
1342
Semantic segmentationCityscapes (test)
mIoU82.14
1145
Semantic segmentationADE20K--
936
Semantic segmentationCityscapes
mIoU79.4
578
Semantic segmentationCityscapes (val)
mIoU80.9
572
Semantic segmentationCamVid (test)
mIoU69.84
411
Semantic segmentationPASCAL VOC (val)
mIoU80.6
338
Semantic segmentationSemanticKITTI (test)
mIoU38.4
335
Showing 10 of 204 rows
...

Other info

Code

Follow for update