Skip to content

Latest commit

 

History

History

nonlocal_net

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Non-local Neural Networks

Introduction

Official Repo

Code Snippet

NonLocal Net (CVPR'2018)
@inproceedings{wang2018non,
  title={Non-local neural networks},
  author={Wang, Xiaolong and Girshick, Ross and Gupta, Abhinav and He, Kaiming},
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
  pages={7794--7803},
  year={2018}
}

Results and models

Cityscapes

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
NonLocal R-50-D8 512x1024 40000 7.4 2.72 78.24 - config model | log
NonLocal R-101-D8 512x1024 40000 10.9 1.95 78.66 - config model | log
NonLocal R-50-D8 769x769 40000 8.9 1.52 78.33 79.92 config model | log
NonLocal R-101-D8 769x769 40000 12.8 1.05 78.57 80.29 config model | log
NonLocal R-50-D8 512x1024 80000 - - 78.01 - config model | log
NonLocal R-101-D8 512x1024 80000 - - 78.93 - config model | log
NonLocal R-50-D8 769x769 80000 - - 79.05 80.68 config model | log
NonLocal R-101-D8 769x769 80000 - - 79.40 80.85 config model | log

ADE20K

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
NonLocal R-50-D8 512x512 80000 9.1 21.37 40.75 42.05 config model | log
NonLocal R-101-D8 512x512 80000 12.6 13.97 42.90 44.27 config model | log
NonLocal R-50-D8 512x512 160000 - - 42.03 43.04 config model | log
NonLocal R-101-D8 512x512 160000 - - 44.63 45.79 config model | log

Pascal VOC 2012 + Aug

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
NonLocal R-50-D8 512x512 20000 6.4 21.21 76.20 77.12 config model | log
NonLocal R-101-D8 512x512 20000 9.8 14.01 78.15 78.86 config model | log
NonLocal R-50-D8 512x512 40000 - - 76.65 77.47 config model | log
NonLocal R-101-D8 512x512 40000 - - 78.27 79.12 config model | log