DeepLab:基于深度卷积网络、空洞卷积和全连接条件随机场的语义图像分割

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

陈良杰 Liang-Chieh Chen · Google · 2016-06-02 · arXiv:1606.00915 ↗ · 被引 21170

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

本文利用深度学习解决语义图像分割任务,并做出三项具有实际价值的主要贡献。首先,我们强调使用上采样滤波器的卷积(即“空洞卷积”)作为密集预测任务中的强大工具。空洞卷积使我们能够显式控制深度卷积神经网络中特征响应的计算分辨率,同时有效扩大滤波器的视野以融入更大上下文,而不增加参数数量或计算量。其次,我们提出空洞空间金字塔池化(ASPP)以稳健地分割多尺度物体。ASPP 使用多个采样率和有效视野的滤波器探测输入卷积特征层,从而捕获多尺度的物体及图像上下文。第三,我们通过结合深度卷积神经网络和概率图模型的方法,改进了物体边界的定位。深度卷积神经网络中常用的最大池化和下采样组合实现了不变性,但牺牲了定位精度。我们通过将最终深度卷积神经网络层的响应与全连接条件随机场(CRF)相结合来克服这一问题,定性和定量结果均表明定位性能得到提升。我们提出的“DeepLab”系统在 PASCAL VOC-2012 语义图像分割任务中达到了新的最优水平,测试集上 mIOU 为 79.7%,并在其他三个数据集(PASCAL-Context、PASCAL-Person-Part 和 Cityscapes)上取得了更优结果。所有代码均已公开。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →