paper-with-me

홈 › Papers

Efficient Yet Deep Convolutional Neural Networks for Semantic Segmentation

2017-07-26 · Sharif Amit Kamran, Ali Shihab Sabbir

Semantic Segmentation using deep convolutional neural network pose more complex challenge for any GPU intensive task. As it has to compute million of parameters, it results to huge memory consumption. Moreover, extracting finer features and conducting supervised training tends to increase the complexity. With the introduction of Fully Convolutional Neural Network, which uses finer strides and utilizes deconvolutional layers for upsampling, it has been a go to for any image segmentation task. In this paper, we propose two segmentation architecture which not only needs one-third the parameters to compute but also gives better accuracy than the similar architectures. The model weights were transferred from the popular neural net like VGG19 and VGG16 which were trained on Imagenet classification data-set. Then we transform all the fully connected layers to convolutional layers and use dilated convolution for decreasing the parameters. Lastly, we add finer strides and attach four skip architectures which are element-wise summed with the deconvolutional layers in steps. We train and test on different sparse and fine data-sets like Pascal VOC2012, Pascal-Context and NYUDv2 and show how better our model performs in this tasks. On the other hand our model has a faster inference time and consumes less memory for training and testing on NVIDIA Pascal GPUs, making it more efficient and less memory consuming architecture for pixel-wise segmentation.

📄 PDF Abstract BibTeX arXiv:1707.08254

Code (1)

SharifAmit/DilatedFCNSegmentation 공식 구현 caffe2

Tasks

GPUImage SegmentationScene SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
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…

Similar Papers 제목 키워드 기반

Graph-FCN for image semantic segmentation

2020-01-02 · Yi Lu, Yaran Chen, Dongbin Zhao, Jianxin Chen

Semantic segmentation with deep learning has achieved great progress in classifying the pixels in the image. However, the local location information is usually ignored in the high-level feature extraction by the deep lea…

Deep LearningGeneral ClassificationNode ClassificationSegmentation+1

BiSeg: Simultaneous Instance Segmentation and Semantic Segmentation with Fully Convolutional Networks

2017-06-07 · Viet-Quoc Pham, Satoshi Ito, Tatsuo Kozakaya

We present a simple and effective framework for simultaneous semantic segmentation and instance segmentation with Fully Convolutional Networks (FCNs). The method, called BiSeg, predicts instance segmentation as a posteri…

Bayesian InferenceInstance SegmentationPositionSegmentation+1

RiFCN: Recurrent Network in Fully Convolutional Network for Semantic Segmentation of High Resolution Remote Sensing Images

2018-05-05 · Lichao Mou, Xiao Xiang Zhu

Semantic segmentation in high resolution remote sensing images is a fundamental and challenging task. Convolutional neural networks (CNNs), such as fully convolutional network (FCN) and SegNet, have shown outstanding per…

SegmentationSemantic Segmentation

Hypergraph Convolutional Networks for Weakly-Supervised Semantic Segmentation

2022-10-11 · Jhony H. Giraldo, Vincenzo Scarrica, Antonino Staiano, Francesco Camastra 외

Semantic segmentation is a fundamental topic in computer vision. Several deep learning methods have been proposed for semantic segmentation with outstanding results. However, these models require a lot of densely annotat…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Learning High-level Prior with Convolutional Neural Networks for Semantic Segmentation

2015-11-22 · Haitian Zheng, Yebin Liu, Mengqi Ji, Feng Wu 외

This paper proposes a convolutional neural network that can fuse high-level prior for semantic image segmentation. Motivated by humans' vision recognition system, our key design is a three-layer generative structure cons…

DecoderImage SegmentationSegmentationSemantic Segmentation+1