paper-with-me

홈 › Papers

Learning Deconvolution Network for Semantic Segmentation

2015-05-17 · ICCV 2015 12 · Hyeonwoo Noh, Seunghoon Hong, Bohyung Han

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.

📄 PDF Abstract BibTeX arXiv:1505.04366

Code (5)

GoNgXiAoPeNg1/caffeBVLCplus
HyeonwooNoh/DeconvNet
HyeonwooNoh/caffe
arahusky/Tensorflow-Segmentation tf
baucheng/caffeFA

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Ethereum Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

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

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

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 i…

Autonomous Drivingimage-classificationImage ClassificationImage Segmentation+3

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