scispace - formally typeset
Open AccessBook ChapterDOI

Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation

Reads0
Chats0
TLDR
This work extends DeepLabv3 by adding a simple yet effective decoder module to refine the segmentation results especially along object boundaries and applies the depthwise separable convolution to both Atrous Spatial Pyramid Pooling and decoder modules, resulting in a faster and stronger encoder-decoder network.
Abstract
Spatial pyramid pooling module or encode-decoder structure are used in deep neural networks for semantic segmentation task. The former networks are able to encode multi-scale contextual information by probing the incoming features with filters or pooling operations at multiple rates and multiple effective fields-of-view, while the latter networks can capture sharper object boundaries by gradually recovering the spatial information. In this work, we propose to combine the advantages from both methods. Specifically, our proposed model, DeepLabv3+, extends DeepLabv3 by adding a simple yet effective decoder module to refine the segmentation results especially along object boundaries. We further explore the Xception model and apply the depthwise separable convolution to both Atrous Spatial Pyramid Pooling and decoder modules, resulting in a faster and stronger encoder-decoder network. We demonstrate the effectiveness of the proposed model on PASCAL VOC 2012 and Cityscapes datasets, achieving the test set performance of 89% and 82.1% without any post-processing. Our paper is accompanied with a publicly available reference implementation of the proposed models in Tensorflow at https://github.com/tensorflow/models/tree/master/research/deeplab.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

Tree-Structured Kronecker Convolutional Network for Semantic Segmentation

TL;DR: Wang et al. as mentioned in this paper proposed a tree-structured Kronecker convolutional network (TKCN) to enlarge the receptive field of filters simultaneously without introducing extra parameters.
Journal ArticleDOI

Automatic soiling and partial shading assessment on PV modules through RGB images analysis

- 01 Jan 2022 - 
TL;DR: In this paper , an artificial neural network is used to quantify the power loss due to soiling and partial shading effects of solar photovoltaic modules in the field, which may play a key factor on an optimal operation and maintenance of PV systems.
Posted Content

Semantic-Transferable Weakly-Supervised Endoscopic Lesions Segmentation

TL;DR: A pseudo label generator is proposed to leverage seed information to generate highly-confident pseudo pixel labels by incorporating class balance and super-pixel spatial prior in a new semantic lesions representation transfer model for weakly-supervised endoscopic lesions segmentation.
Book ChapterDOI

BEFD: Boundary Enhancement and Feature Denoising for Vessel Segmentation

TL;DR: By introducing Sobel edge detector, the network is able to acquire additional edge prior, thus enhancing boundary in an unsupervised manner for medical image segmentation, and a denoising block is utilized to reduce the noise hidden in the low-level features.
Journal ArticleDOI

Improving segmentation accuracy for ears of winter wheat at flowering stage by semantic segmentation

TL;DR: The proposed EarSegNet outperformed the compared methods, making a robust and efficient tool to segment ears of winter wheat from canopy images captured at the flowering stage, and had great potentials for field applications.
References
More filters
Proceedings ArticleDOI

Deep Residual Learning for Image Recognition

TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Proceedings Article

ImageNet Classification with Deep Convolutional Neural Networks

TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Proceedings Article

Very Deep Convolutional Networks for Large-Scale Image Recognition

TL;DR: In this paper, the authors investigated the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting and showed that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 layers.
Book ChapterDOI

U-Net: Convolutional Networks for Biomedical Image Segmentation

TL;DR: Neber et al. as discussed by the authors proposed a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently, which can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks.
Journal ArticleDOI

Gradient-based learning applied to document recognition

TL;DR: In this article, a graph transformer network (GTN) is proposed for handwritten character recognition, which can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters.
Related Papers (5)