RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation

CVPR 2017  ·  Guosheng Lin, Anton Milan, Chunhua Shen, Ian Reid ·

Recently, very deep convolutional neural networks (CNNs) have shown outstanding performance in object recognition and have also been the first choice for dense classification problems such as semantic segmentation. However, repeated subsampling operations like pooling or convolution striding in deep CNNs lead to a significant decrease in the initial image resolution. Here, we present RefineNet, a generic multi-path refinement network that explicitly exploits all the information available along the down-sampling process to enable high-resolution prediction using long-range residual connections. In this way, the deeper layers that capture high-level semantic features can be directly refined using fine-grained features from earlier convolutions. The individual components of RefineNet employ residual connections following the identity mapping mindset, which allows for effective end-to-end training. Further, we introduce chained residual pooling, which captures rich background context in an efficient manner. We carry out comprehensive experiments and set new state-of-the-art results on seven public datasets. In particular, we achieve an intersection-over-union score of 83.4 on the challenging PASCAL VOC 2012 dataset, which is the best reported result to date.

PDF Abstract CVPR 2017 PDF CVPR 2017 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Semantic Segmentation ADE20K RefineNet Validation mIoU 40.7 # 209
Semantic Segmentation ADE20K val RefineNet (ResNet-152) mIoU 40.70 # 89
Semantic Segmentation ADE20K val RefineNet (ResNet-101) mIoU 40.20 # 90
Semantic Segmentation Cityscapes test RefineNet (ResNet-101) Mean IoU (class) 73.6% # 65
Semantic Segmentation NYU Depth v2 RefineNet (ResNet-101) Mean IoU 46.5% # 77
Semantic Segmentation PASCAL Context RefineNet mIoU 47.3 # 51
Semantic Segmentation PASCAL VOC 2012 test Multipath-RefineNet Mean IoU 84.2% # 14
Semantic Segmentation Trans10K RefineNet mIoU 58.18% # 13
GFLOPs 44.56 # 10

Results from Other Papers


Task Dataset Model Metric Name Metric Value Rank Source Paper Compare
Semantic Segmentation COCO-Stuff test RefineNet (ResNet-101) mIoU 33.6% # 17

Methods