CVRONov 2, 2020

Real-time Semantic Segmentation with Context Aggregation Network

arXiv:2011.00993v278 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient and accurate semantic segmentation in autonomous systems, offering incremental improvements over existing dual branch architectures.

The paper tackles the problem of real-time semantic segmentation by proposing a Context Aggregation Network, achieving state-of-the-art results with 75.9% mIOU at 76 FPS on Cityscapes and 63.5% mIOU at 15 FPS on UAVid.

With the increasing demand of autonomous systems, pixelwise semantic segmentation for visual scene understanding needs to be not only accurate but also efficient for potential real-time applications. In this paper, we propose Context Aggregation Network, a dual branch convolutional neural network, with significantly lower computational costs as compared to the state-of-the-art, while maintaining a competitive prediction accuracy. Building upon the existing dual branch architectures for high-speed semantic segmentation, we design a cheap high resolution branch for effective spatial detailing and a context branch with light-weight versions of global aggregation and local distribution blocks, potent to capture both long-range and local contextual dependencies required for accurate semantic segmentation, with low computational overheads. We evaluate our method on two semantic segmentation datasets, namely Cityscapes dataset and UAVid dataset. For Cityscapes test set, our model achieves state-of-the-art results with mIOU of 75.9%, at 76 FPS on an NVIDIA RTX 2080Ti and 8 FPS on a Jetson Xavier NX. With regards to UAVid dataset, our proposed network achieves mIOU score of 63.5% with high execution speed (15 FPS).

Foundations

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

Your Notes