Highlight

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

Introduces DeepLab for semantic segmentation, combining atrous convolution, atrous spatial pyramid pooling, and fully connected CRFs.

Based on

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

By Liang-Chieh Chen, G. Papandreou, Iasonas Kokkinos et al.IEEE Transactions on Pattern Analysis and Machine Intelligence
Read original article →

This work addresses semantic image segmentation with deep learning through three contributions shown to have substantial practical merit. It highlights atrous convolution — convolution with upsampled filters — as a tool for dense prediction that explicitly controls the resolution of feature responses and enlarges filters' field of view without increasing parameters or computation; it proposes atrous spatial pyramid pooling (ASPP), which probes a convolutional feature layer with filters at multiple sampling rates and effective fields of view to robustly segment objects at multiple scales; and it combines the final DCNN layer's responses with a fully connected Conditional Random Field to recover object boundary localization lost to max-pooling and downsampling.

The proposed DeepLab system set a new state of the art on the PASCAL VOC-2012 semantic segmentation task, reaching 79.7 percent mIOU on the test set, and advanced results on PASCAL-Context, PASCAL-Person-Part, and Cityscapes, with the CRF shown both qualitatively and quantitatively to improve localization performance. All of the code was made publicly available online.

Abstract

DeepLab addresses semantic image segmentation with three contributions. Atrous convolution controls the resolution of feature responses and enlarges filters' field of view without extra parameters or computation; atrous spatial pyramid pooling (ASPP) probes features at multiple sampling rates to capture objects and context at multiple scales; and a fully connected CRF on the final DCNN layer improves boundary localization. DeepLab set a new state of the art on PASCAL VOC-2012 (79.7% test mIOU) and advanced results on PASCAL-Context, PASCAL-Person-Part, and Cityscapes.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

semantic segmentationatrous convolutionASPPconditional random fieldsconvolutional neural networks
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.