Efficient Yet Deep Convolutional Neural Networks for Semantic Segmentation

07/26/2017
by   Sharif Amit Kamran, et al.
0

Semantic Segmentation using deep convolutional neural network pose more complex challenge for any GPU intensive work, as it has to compute million of parameters resulting to huge consumption of memory. Moreover, extracting finer features and conducting supervised training tends to increase the complexity furthermore. 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. We propose two segmentation architecture transferring weights from the popular classification neural net VGG19 and VGG16 which were trained on Imagenet classification dataset, transform all the fully connected layers to convolutional layers, use dilated convolution for decreasing the parameters, moreover we add more finer strides and attach four skip architectures which are concatenated with the deconvolutional layers in steps. We train on two stages, first with PASCAL VOC2012 training data and then with SBD training and validation set. With our model, FCN-2s-Dilated-VGG19 we yield better score for PASCAL VOC2012 test set with a meanIOU of 69 percent which is 1.8 percent better than FCN-8s. And with FCN-2s-Dilated-VGG16 we score a meanIOU of 67.6 percent. On the other hand our model consumes up to 10-20 percent less memory than FCN-8s for training with NVIDIA Pascal GPUs, making it more efficient and less memory consuming architecture for pixel-wise segmentation.

READ FULL TEXT
research
03/09/2015

Fully Connected Deep Structured Networks

Convolutional neural networks with many layers have recently been shown ...
research
04/06/2016

Training Constrained Deconvolutional Networks for Road Scene Semantic Segmentation

In this work we investigate the problem of road scene semantic segmentat...
research
07/13/2016

Application of Convolutional Neural Network for Image Classification on Pascal VOC Challenge 2012 dataset

In this project we work on creating a model to classify images for the P...
research
11/29/2019

Investigations on the inference optimization techniques and their impact on multiple hardware platforms for Semantic Segmentation

In this work, the task of pixel-wise semantic segmentation in the contex...
research
03/15/2017

Comparison of the Deep-Learning-Based Automated Segmentation Methods for the Head Sectioned Images of the Virtual Korean Human Project

This paper presents an end-to-end pixelwise fully automated segmentation...
research
09/04/2019

Distance transform regression for spatially-aware deep semantic segmentation

Understanding visual scenes relies more and more on dense pixel-wise cla...
research
02/02/2022

On-Sensor Binarized Fully Convolutional Neural Network with A Pixel Processor Array

This work presents a method to implement fully convolutional neural netw...

Please sign up or login with your details

Forgot password? Click here to reset