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
Posted Content

FloodNet: A High Resolution Aerial Imagery Dataset for Post Flood Scene Understanding

TL;DR: This paper presents a high resolution UAV imagery, FloodNet, captured after the hurricane Harvey and compares and contrast the performances of baseline methods for image classification, semantic segmentation, and visual question answering on this dataset.
Book ChapterDOI

Inter-Image Communication for Weakly Supervised Localization

TL;DR: This paper proposes to leverage pixel-level similarities across different objects for learning more accurate object locations in a complementary way, and proposes two kinds of constraints that can benefit each other to learn consistent pixel- level features within the same categories, and improve the quality of localization maps.
Proceedings ArticleDOI

SegGCN: Efficient 3D Point Cloud Segmentation With Fuzzy Spherical Kernel

TL;DR: The proposed fuzzy kernel is defined over a spherical volume that uses discrete bins, and the proposed graph convolutional network, SegGCN, capitalizes on the separable convolution operation of the proposed fuzzy kernels for efficiency.
Posted Content

SegFix: Model-Agnostic Boundary Refinement for Segmentation

TL;DR: A model-agnostic post-processing scheme to improve the boundary quality for the segmentation result that is generated by any existing segmentation model and empirically verify that the SegFix consistently reduces the boundary errors for segmentation results generated from various state-of-the-art models.
Posted Content

PLOP: Learning without Forgetting for Continual Semantic Segmentation

TL;DR: Local POD is proposed, a multi-scale pooling distillation scheme that preserves long- and short-range spatial relationships at feature level that significantly outperforms state-of-the-art methods in existing CSS scenarios, as well as in newly proposed challenging benchmarks 1.
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)