Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Asymmetric Non-local Neural Networks for Semantic Segmentation

About

The non-local module works as a particularly useful technique for semantic segmentation while criticized for its prohibitive computation and GPU memory occupation. In this paper, we present Asymmetric Non-local Neural Network to semantic segmentation, which has two prominent components: Asymmetric Pyramid Non-local Block (APNB) and Asymmetric Fusion Non-local Block (AFNB). APNB leverages a pyramid sampling module into the non-local block to largely reduce the computation and memory consumption without sacrificing the performance. AFNB is adapted from APNB to fuse the features of different levels under a sufficient consideration of long range dependencies and thus considerably improves the performance. Extensive experiments on semantic segmentation benchmarks demonstrate the effectiveness and efficiency of our work. In particular, we report the state-of-the-art performance of 81.3 mIoU on the Cityscapes test set. For a 256x128 input, APNB is around 6 times faster than a non-local block on GPU while 28 times smaller in GPU running memory occupation. Code is available at: https://github.com/MendelXu/ANN.git.

Zhen Zhu, Mengde Xu, Song Bai, Tengteng Huang, Xiang Bai• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU45.24
2731
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU76.7
2040
Semantic segmentationCityscapes (test)
mIoU81.3
1145
Semantic segmentationADE20K
mIoU45.24
936
Semantic segmentationCityscapes (val)
mIoU79.9
572
Semantic segmentationCityscapes (val)
mIoU79.32
332
Semantic segmentationPASCAL Context (val)
mIoU52.8
323
Semantic segmentationCityscapes (val)
mIoU80.3
287
Semantic segmentationPascal Context (test)
mIoU52.8
176
Semantic segmentationPASCAL-Context 59 class (val)
mIoU52.8
125
Showing 10 of 21 rows

Other info

Code

Follow for update