HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs

Liang-Chieh Chen; George Papandreou; Iasonas Kokkinos; Kevin Murphy; Alan L. Yuille

DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs

Abstract

In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial practical merit. First, we highlight convolution with upsampled filters, or 'atrous convolution', as a powerful tool in dense prediction tasks. Atrous convolution allows us to explicitly control the resolution at which feature responses are computed within Deep Convolutional Neural Networks. It also allows us to effectively enlarge the field of view of filters to incorporate larger context without increasing the number of parameters or the amount of computation. Second, we propose atrous spatial pyramid pooling (ASPP) to robustly segment objects at multiple scales. ASPP probes an incoming convolutional feature layer with filters at multiple sampling rates and effective fields-of-views, thus capturing objects as well as image context at multiple scales. Third, we improve the localization of object boundaries by combining methods from DCNNs and probabilistic graphical models. The commonly deployed combination of max-pooling and downsampling in DCNNs achieves invariance but has a toll on localization accuracy. We overcome this by combining the responses at the final DCNN layer with a fully connected Conditional Random Field (CRF), which is shown both qualitatively and quantitatively to improve localization performance. Our proposed "DeepLab" system sets the new state-of-art at the PASCAL VOC-2012 semantic image segmentation task, reaching 79.7% mIOU in the test set, and advances the results on three other datasets: PASCAL-Context, PASCAL-Person-Part, and Cityscapes. All of our code is made publicly available online.

Code Repositories

woonhahaha/place-classification
pytorch
Mentioned in GitHub
leimao/DeepLab_v3
tf
Mentioned in GitHub
Popcorn-sugar/Deep_v2
tf
Mentioned in GitHub
wangleihitcs/DeepLab-V1-PyTorch
pytorch
Mentioned in GitHub
kdethoor/panoptictorch
pytorch
Mentioned in GitHub
johnnylu305/deeplab-imagenet-pytorch
pytorch
Mentioned in GitHub
keb123keb/deeplabv2
Mentioned in GitHub
switchablenorms/SwitchNorm_Segmentation
pytorch
Mentioned in GitHub
OIdiotLin/DeepLab-pytorch
pytorch
Mentioned in GitHub
johnsun03/myTest
pytorch
Mentioned in GitHub
isht7/pytorch-deeplab-resnet
pytorch
Mentioned in GitHub
DeepMotionAIResearch/DenseASPP
pytorch
Mentioned in GitHub
tensorflow/models
tf
Mentioned in GitHub
violin0847/crowdcounting
Mentioned in GitHub
Lxrd-AJ/Advanced_ML
pytorch
Mentioned in GitHub
halbielee/EPS
pytorch
Mentioned in GitHub
waggle-sensor/plugin-water-detector
pytorch
Mentioned in GitHub
kazuto1011/deeplab-pytorch
pytorch
Mentioned in GitHub
zllrunning/deeplab-pytorch-crf
pytorch
Mentioned in GitHub
eceo-epfl/scaleprotoseg
pytorch
Mentioned in GitHub
aldo-aguilar/nu-style
pytorch
Mentioned in GitHub
RituYadav92/Image-segmentation
pytorch
Mentioned in GitHub
divisionai/deep-photo-styletransfer
pytorch
Mentioned in GitHub
leimao/DeepLab-V3
tf
Mentioned in GitHub
liarba/caffe_dev
Mentioned in GitHub
NASA-NeMO-Net/NeMO-Net
tf
Mentioned in GitHub
yaq007/Autofocus-Layer
pytorch
Mentioned in GitHub
ShichengChen/WaveUNet
pytorch
Mentioned in GitHub
open-cv/deeplab-v2
Mentioned in GitHub
cgsaxner/UB_Segmentation
tf
Mentioned in GitHub
z01nl1o02/deeplab-v2
Mentioned in GitHub
cdmh/deeplab-public-ver2
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
semantic-segmentation-on-cityscapesDeepLab-CRF (ResNet-101)
Mean IoU (class): 70.4%
semantic-segmentation-on-event-basedDeepLab
mIoU: 71.05
semantic-segmentation-on-pascal-contextDeepLabV2
mIoU: 45.7
semantic-segmentation-on-pascal-voc-2012DeepLab-CRF (ResNet-101)
Mean IoU: 79.7%
semantic-segmentation-on-pascal-voc-2012-valDeepLab-CRF (ResNet-101)
mIoU: 77.69%
semantic-segmentation-on-selmaDeepLabV2
mIoU: 68.9

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs | Papers | HyperAI