Home

Awesome

ANN

This repository is for Asymmetric Non-local Neural Networks for Semantic Segmentation (to appear in ICCV 2019),

by Zhen Zhu, Mengde Xu, Song Bai, Tengteng Huang and Xiang Bai.

The source code is in preparing. We will release as soon as possible.

citation

If you find our paper useful in your research, please consider citing:

@inproceedings{annn,
  author    = {Zhen Zhu and
               Mengde Xu and
               Song Bai and
               Tengteng Huang and
               Xiang Bai},
  title     = {Asymmetric Non-local Neural Networks for Semantic Segmentation},
  booktitle={International Conference on Computer Vision},
  year      = {2019},
  url       = {http://arxiv.org/abs/1908.07678},
}

Table of contents

Introduction

ANNet

<div align=center id="model">Fig.1 Model Architecture</div>

In this work, we present Asymmetric Non-local Neural Network to semantic segmentation for acquiring long range dependency efficiently and effectively. The whole network is shown in Fig. 1. It can fuse features between different level under a sufficient consideration of inter long range dependencies with AFNB and refine features in the same level involving the inner long range dependencies with APNB.

Usage

Results

Tab.1 Comparisons on the test set of Cityscapes with the state-of-the-art methods.(multi scale testing)

MethodBackbonemIOU
DeepLab-V2ResNet-10170.4
RefineNetResNet-10173.6
GCNResNet-10176.9
DUCResNet-10177.6
SACResNet-10178.1
ResNet-38ResNet-10178.4
PSPNetResNet-10178.4
BiSeNetResNet-10178.9
AAFResNet-10179.1
DFNResNet-10179.3
PSANetResNet-10179.3
DenseASPPDenseNet-10180.1
OursResNet-10181.3

Tab.2 Comparisons on the validation set of PASCAL Context with the state-of-the-art methods.(multi scale testing)

MethodBackbonemIOU
FCN-8s-37.8
Piecewise-43.3
DeepLab-v2ResNet-10145.7
RefineNetResNet-15247.3
PSPNetResnet-10147.8
CCLResNet-10151.6
EncNetResNet-10151.7
OursResNet-10152.8

Tab.3 Comparisons on the validation set of ADE20k with the state-of-the-art methods.(multi scale testing)

MethodBackbonemIOU
RefineNetResNet-15240.70
UperNetResNet-10142.65
DSSPNResNet-10143.68
PSANetResNet-10143.77
SACResNet-10144.30
EncNetResNet-10144.65
PSPNetResNet-10143.29
PSPNetResNet-26944.94
OursResNet-10145.24

Acknowledgement

We genuinely thank Ansheng You for his kind help and suggestions throughout our work. We also recommend others to implement computer vision algorithm with his framework torchcv.