mmsegmentation/configs/nonlocal_net
Junjun2016 36c81441c1
update metafiles (#661)
* update metafiles

* update metafiles
2021-07-01 22:31:00 +08:00
..
README.md comment tag (#505) 2021-04-24 09:58:59 -07:00
metafile.yml update metafiles (#661) 2021-07-01 22:31:00 +08:00
nonlocal_r50-d8_512x512_20k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r50-d8_512x512_40k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r50-d8_512x512_80k_ade20k.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r50-d8_512x512_160k_ade20k.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r50-d8_512x1024_40k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r50-d8_512x1024_80k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r50-d8_769x769_40k_cityscapes.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
nonlocal_r50-d8_769x769_80k_cityscapes.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
nonlocal_r101-d8_512x512_20k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r101-d8_512x512_40k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r101-d8_512x512_80k_ade20k.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r101-d8_512x512_160k_ade20k.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r101-d8_512x1024_40k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r101-d8_512x1024_80k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r101-d8_769x769_40k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
nonlocal_r101-d8_769x769_80k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00

README.md

Non-local Neural Networks

Introduction

@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 - - 43.36 44.83 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