English

FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation

Computer Vision and Pattern Recognition 2019-03-29 v1

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.

Keywords

Cite

@article{arxiv.1903.11816,
  title  = {FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation},
  author = {Huikai Wu and Junge Zhang and Kaiqi Huang and Kongming Liang and Yizhou Yu},
  journal= {arXiv preprint arXiv:1903.11816},
  year   = {2019}
}

Comments

Code is available in https://github.com/wuhuikai/FastFCN

R2 v1 2026-06-23T08:21:48.079Z