2016

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

Lin, Guosheng, Milan, Anton, Shen, Chunhua et al.

Understand

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.

Reading the bibliography…