paper-with-me

홈 › Papers

Global Deconvolutional Networks for Semantic Segmentation

2016-02-12 · Vladimir Nekrasov, Janghoon Ju, Jaesik Choi

Semantic image segmentation is a principal problem in computer vision, where the aim is to correctly classify each individual pixel of an image into a semantic label. Its widespread use in many areas, including medical imaging and autonomous driving, has fostered extensive research in recent years. Empirical improvements in tackling this task have primarily been motivated by successful exploitation of Convolutional Neural Networks (CNNs) pre-trained for image classification and object recognition. However, the pixel-wise labelling with CNNs has its own unique challenges: (1) an accurate deconvolution, or upsampling, of low-resolution output into a higher-resolution segmentation mask and (2) an inclusion of global information, or context, within locally extracted features. To address these issues, we propose a novel architecture to conduct the equivalent of the deconvolution operation globally and acquire dense predictions. We demonstrate that it leads to improved performance of state-of-the-art semantic segmentation models on the PASCAL VOC 2012 benchmark, reaching 74.0% mean IU accuracy on the test set.

📄 PDF Abstract BibTeX arXiv:1602.03930

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingimage-classificationImage ClassificationImage SegmentationObject RecognitionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Pixel Deconvolutional Networks

2017-05-18 · ICLR 2018 1 · Hongyang Gao, Hao Yuan, Zhengyang Wang, Shuiwang Ji

Deconvolutional layers have been widely used in a variety of deep models for up-sampling, including encoder-decoder networks for semantic segmentation and deep generative models for unsupervised learning. One of the key …

DecoderImage GenerationSegmentationSemantic Segmentation

Learning Common and Specific Features for RGB-D Semantic Segmentation with Deconvolutional Networks

2016-08-03 · Jinghua Wang, Zhenhua Wang, DaCheng Tao, Simon See 외

In this paper, we tackle the problem of RGB-D semantic segmentation of indoor images. We take advantage of deconvolutional networks which can predict pixel-wise class labels, and develop a new structure for deconvolution…

SegmentationSemantic Segmentation

Stacked Deconvolutional Network for Semantic Segmentation

2017-08-16 · Jun Fu, Jing Liu, Yuhang Wang, Hanqing Lu

Recent progress in semantic segmentation has been driven by improving the spatial resolution under Fully Convolutional Networks (FCNs). To address this problem, we propose a Stacked Deconvolutional Network (SDN) for sema…

SegmentationSemantic Segmentation

Training Constrained Deconvolutional Networks for Road Scene Semantic Segmentation

2016-04-06 · German Ros, Simon Stent, Pablo F. Alcantarilla, Tomoki Watanabe

In this work we investigate the problem of road scene semantic segmentation using Deconvolutional Networks (DNs). Several constraints limit the practical performance of DNs in this context: firstly, the paucity of existi…

Semantic Segmentation

Deconvolutional Feature Stacking for Weakly-Supervised Semantic Segmentation

2016-02-16 · Hyo-Eun Kim, Sangheum Hwang

A weakly-supervised semantic segmentation framework with a tied deconvolutional neural network is presented. Each deconvolution layer in the framework consists of unpooling and deconvolution operations. 'Unpooling' upsam…

Lesion SegmentationSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1