English

Rethinking Atrous Convolution for Semantic Image Segmentation

Computer Vision and Pattern Recognition 2017-12-06 v3

Abstract

In this work, we revisit atrous convolution, a powerful tool to explicitly adjust filter's field-of-view as well as control the resolution of feature responses computed by Deep Convolutional Neural Networks, in the application of semantic image segmentation. To handle the problem of segmenting objects at multiple scales, we design modules which employ atrous convolution in cascade or in parallel to capture multi-scale context by adopting multiple atrous rates. Furthermore, we propose to augment our previously proposed Atrous Spatial Pyramid Pooling module, which probes convolutional features at multiple scales, with image-level features encoding global context and further boost performance. We also elaborate on implementation details and share our experience on training our system. The proposed `DeepLabv3' system significantly improves over our previous DeepLab versions without DenseCRF post-processing and attains comparable performance with other state-of-art models on the PASCAL VOC 2012 semantic image segmentation benchmark.

Keywords

Cite

@article{arxiv.1706.05587,
  title  = {Rethinking Atrous Convolution for Semantic Image Segmentation},
  author = {Liang-Chieh Chen and George Papandreou and Florian Schroff and Hartwig Adam},
  journal= {arXiv preprint arXiv:1706.05587},
  year   = {2017}
}

Comments

Add more experimental results

R2 v1 2026-06-22T20:21:51.527Z