Pyramid Attention Network for Semantic Segmentation
Hanchao Li, Pengfei Xiong, Jie An, Lingxue Wang
TL;DR
The paper tackles semantic segmentation by addressing spatial detail loss from downsampling. It introduces the Pyramid Attention Network (PAN), which combines a Feature Pyramid Attention (FPA) module for multi-scale, pixel-level attention with a Global Attention Upsample (GAU) decoder that uses high-level global context to guide low-level features. The approach achieves state-of-the-art 84.0% mIoU on PASCAL VOC 2012 without COCO pretraining and strong results on Cityscapes (78.6 mIoU) without coarse annotations, outperforming several heavy decoder architectures. PAN offers an efficient, context-aware alternative to dilated convolutions and complex decoders for high-accuracy semantic segmentation.
Abstract
A Pyramid Attention Network(PAN) is proposed to exploit the impact of global contextual information in semantic segmentation. Different from most existing works, we combine attention mechanism and spatial pyramid to extract precise dense features for pixel labeling instead of complicated dilated convolution and artificially designed decoder networks. Specifically, we introduce a Feature Pyramid Attention module to perform spatial pyramid attention structure on high-level output and combining global pooling to learn a better feature representation, and a Global Attention Upsample module on each decoder layer to provide global context as a guidance of low-level features to select category localization details. The proposed approach achieves state-of-the-art performance on PASCAL VOC 2012 and Cityscapes benchmarks with a new record of mIoU accuracy 84.0% on PASCAL VOC 2012, while training without COCO dataset.
