pith. sign in

arxiv: 1903.11816 · v1 · pith:K7JBH5GSnew · submitted 2019-03-28 · 💻 cs.CV

FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation

classification 💻 cs.CV
keywords dilatedupsamplingcomplexitycomputationconvolutionsjointperformanceapproaches
0
0 comments X
read the original abstract

Modern approaches for semantic segmentation usually employ dilated convolutions in the backbone to extract high-resolution feature maps, which brings heavy computation complexity and memory footprint. To replace the time and memory consuming dilated convolutions, we propose a novel joint upsampling module named Joint Pyramid Upsampling (JPU) by formulating the task of extracting high-resolution feature maps into a joint upsampling problem. With the proposed JPU, our method reduces the computation complexity by more than three times without performance loss. Experiments show that JPU is superior to other upsampling modules, which can be plugged into many existing approaches to reduce computation complexity and improve performance. By replacing dilated convolutions with the proposed JPU module, our method achieves the state-of-the-art performance in Pascal Context dataset (mIoU of 53.13%) and ADE20K dataset (final score of 0.5584) while running 3 times faster.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Adaptive Context Encoding Module for Semantic Segmentation

    cs.CV 2019-07 unverdicted novelty 4.0

    Proposes ACE module with three deformable convolution blocks that outperforms PPM and ASPP on Pascal-Context and ADE20K datasets for semantic segmentation.