CVFeb 27, 2020

Attention-guided Chained Context Aggregation for Semantic Segmentation

arXiv:2002.12041v43 citations
AI Analysis

This work addresses the need for improved feature propagation in semantic segmentation, offering a novel method that enhances accuracy across multiple datasets, though it appears incremental in the context of existing segmentation networks.

The paper tackled the problem of capturing multi-scale contexts for precise semantic segmentation by proposing a novel Chained Context Aggregation Network (CANet), which achieved state-of-the-art performance on six challenging datasets.

The way features propagate in Fully Convolutional Networks is of momentous importance to capture multi-scale contexts for obtaining precise segmentation masks. This paper proposes a novel series-parallel hybrid paradigm called the Chained Context Aggregation Module (CAM) to diversify feature propagation. CAM gains features of various spatial scales through chain-connected ladder-style information flows and fuses them in a two-stage process, namely pre-fusion and re-fusion. The serial flow continuously increases receptive fields of output neurons and those in parallel encode different region-based contexts. Each information flow is a shallow encoder-decoder with appropriate down-sampling scales to sufficiently capture contextual information. We further adopt an attention model in CAM to guide feature re-fusion. Based on these developments, we construct the Chained Context Aggregation Network (CANet), which employs an asymmetric decoder to recover precise spatial details of prediction maps. We conduct extensive experiments on six challenging datasets, including Pascal VOC 2012, Pascal Context, Cityscapes, CamVid, SUN-RGBD and GATECH. Results evidence that CANet achieves state-of-the-art performance.

Code Implementations3 repos
Foundations

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

Your Notes