Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Deconvolution Network for Semantic Segmentation

About

We propose a novel semantic segmentation algorithm by learning a deconvolution network. We learn the network on top of the convolutional layers adopted from VGG 16-layer net. The deconvolution network is composed of deconvolution and unpooling layers, which identify pixel-wise class labels and predict segmentation masks. We apply the trained network to each proposal in an input image, and construct the final semantic segmentation map by combining the results from all proposals in a simple manner. The proposed algorithm mitigates the limitations of the existing methods based on fully convolutional networks by integrating deep deconvolution network and proposal-wise prediction; our segmentation method typically identifies detailed structures and handles objects in multiple scales naturally. Our network demonstrates outstanding performance in PASCAL VOC 2012 dataset, and we achieve the best accuracy (72.5%) among the methods trained with no external data through ensemble with the fully convolutional network.

Hyeonwoo Noh, Seunghoon Hong, Bohyung Han• 2015

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU49.76
2731
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU67.1
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU74.8
1342
Instance SegmentationCOCO 2017 (val)--
1144
Semantic segmentationADE20K
mIoU50.01
936
Semantic segmentationCamVid (test)
mIoU48.9
411
Semantic segmentationScanNet (val)
mIoU24.56
231
Panoptic SegmentationCOCO 2017 (val)
PQ39.6
172
Semantic segmentationSUN-RGBD (test)
mIoU22.6
77
Semantic segmentationSYNTHIA (val)
mIoU70.54
71
Showing 10 of 21 rows

Other info

Follow for update