CVMar 28, 2019

FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation

arXiv:1903.11816v1335 citations
Originality Highly original
AI Analysis

This addresses the problem of high computational cost in semantic segmentation for researchers and practitioners, offering a plug-and-play solution that is incremental but effective.

The paper tackles the computational inefficiency of dilated convolutions in semantic segmentation by proposing a Joint Pyramid Upsampling (JPU) module, which reduces computation by over three times without performance loss and achieves state-of-the-art results on Pascal Context (mIoU 53.13%) and ADE20K (score 0.5584).

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.

Code Implementations12 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes