English

Squeeze-and-Attention Networks for Semantic Segmentation

Computer Vision and Pattern Recognition 2020-04-02 v4

Abstract

The recent integration of attention mechanisms into segmentation networks improves their representational capabilities through a great emphasis on more informative features. However, these attention mechanisms ignore an implicit sub-task of semantic segmentation and are constrained by the grid structure of convolution kernels. In this paper, we propose a novel squeeze-and-attention network (SANet) architecture that leverages an effective squeeze-and-attention (SA) module to account for two distinctive characteristics of segmentation: i) pixel-group attention, and ii) pixel-wise prediction. Specifically, the proposed SA modules impose pixel-group attention on conventional convolution by introducing an 'attention' convolutional channel, thus taking into account spatial-channel inter-dependencies in an efficient manner. The final segmentation results are produced by merging outputs from four hierarchical stages of a SANet to integrate multi-scale contexts for obtaining an enhanced pixel-wise prediction. Empirical experiments on two challenging public datasets validate the effectiveness of the proposed SANets, which achieves 83.2% mIoU (without COCO pre-training) on PASCAL VOC and a state-of-the-art mIoU of 54.4% on PASCAL Context.

Keywords

Cite

@article{arxiv.1909.03402,
  title  = {Squeeze-and-Attention Networks for Semantic Segmentation},
  author = {Zilong Zhong and Zhong Qiu Lin and Rene Bidart and Xiaodan Hu and Ibrahim Ben Daya and Zhifeng Li and Wei-Shi Zheng and Jonathan Li and Alexander Wong},
  journal= {arXiv preprint arXiv:1909.03402},
  year   = {2020}
}

Comments

Accepted to CVPR 2020

R2 v1 2026-06-23T11:08:49.480Z