[Paper note] RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation

Intuition

  • Conv and pooling result in the lost of finer image structure, producing low resolution segmentation.
    • DeepLab solve this by atrous (or dilated) convolutions to account for larger receptive fields without downscaling the image.
    • FCN and Hypercolumns exploits features from intermediate layers for generating high-resolution prediction.
  • Feature from all levels help to generate semantic segmentation.

Model

  • Compare with standard CNN and Dilated convolutions
    compare
  • Single RefineNet structure
    RefineNet
  • Purpose of different components in RefineNet
    • RCU: finetune feature map for fusion task
    • Multi-resolution fusion: scale to the same resolution and sum
    • Chained residual pooling: capture background context from a large image region
    • Output convolutions: another RCU. There are 3 RCU between two RefineNet blocks (2 path). The whole net also adds 2 RCU before dense softmax classifier.
  • Residual connection: in RefineNet unit and between RefineNet blocks

Experiment

  • Datasets
    • Person-Part 1717 training and 1818 testing, human parsing
    • NYUDv2 795 training, 654 testing, RGB-D images showing interior scenes
    • PASCAL VOC 2012 training/validation/test – 1464/1449/1456 (usually trained with MS COCO dataset)
    • Cityscapes training/validation** 2975/500, 19 classes
    • PASCAL-Context segmentation labels of the whole scene for PASCAL VOC images
    • SUN-RGBD around 10,000 RGB-D indoor images, 37 classes
    • ADE20K MIT 150 classes, more than 20K scene images
  • Measurement: IoU, pixel accuracy, mean accuracy
  • Augmentation: random scaling, random cropping and horizontal flipping
  • The result on PASCAL VOC 2012 is not better than PSPNet (see the following paper note)
  • Variant of model
    • variant
    • 4-cascaded performs best but need more time
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值