Skip to main content
QUICK REVIEW

[论文解读] Dual Graph Convolutional Network for Semantic Segmentation

Li Zhang, Xiangtai Li|arXiv (Cornell University)|Sep 13, 2019
Advanced Neural Network Applications参考文献 58被引用 114
一句话总结

本文提出一种用于语义分割的 Dual Graph Convolutional Network,并在 Cityscapes 上实现了 state-of-the-art mean IoU,在 Pascal Context 上具有竞争力的结果,超越了若干基线。

ABSTRACT

Exploiting long-range contextual information is key for pixel-wise prediction tasks such as semantic segmentation. In contrast to previous work that uses multi-scale feature fusion or dilated convolutions, we propose a novel graph-convolutional network (GCN) to address this problem. Our Dual Graph Convolutional Network (DGCNet) models the global context of the input feature by modelling two orthogonal graphs in a single framework. The first component models spatial relationships between pixels in the image, whilst the second models interdependencies along the channel dimensions of the network's feature map. This is done efficiently by projecting the feature into a new, lower-dimensional space where all pairwise interactions can be modelled, before reprojecting into the original space. Our simple method provides substantial benefits over a strong baseline and achieves state-of-the-art results on both Cityscapes (82.0% mean IoU) and Pascal Context (53.7% mean IoU) datasets. Code and models are made available to foster any further research (\url{https://github.com/lxtGH/GALD-DGCNet}).

研究动机与目标

  • 通过图基推理提升语义分割的动机。
  • 介绍并评估用于分割任务的双图卷积网络架构。
  • 在 Cityscapes 和 Pascal Context 上对所提方法与现有基线进行基准对比。

提出的方法

  • 提出一种用于语义分割的双图卷积网络架构。
  • 在标准数据集上评估该方法并与多种基线进行比较。
  • 提供逐类和 Mean IoU 结果以展示改进。

实验结果

研究问题

  • RQ1Dual Graph Convolutional Network 是否在 Cityscapes 和 Pascal Context 上相比现有基线提升了分割精度?
  • RQ2所提出的方法在各个语义类别和总体 Mean IoU 上的表现如何?
  • RQ3与前一方法相比,该方法是否更具一致性且产生更少的伪影?
  • RQ4该方法相对于如 DeepLab-v2、RefineNet 与 DANet 等当代架构的排名如何?

主要发现

方法Mean IoUroadsidebarbuildingwallfencepoletraffic lighttraffic signvegetationterrainskypersonridercartruckbustrainmotorcyclebicycle
DeepLab-v270.497.981.390.348.847.449.657.967.391.969.494.279.859.893.756.567.557.557.768.8
RefineNet73.698.283.391.347.850.456.166.971.392.370.394.880.963.394.564.676.164.362.270.0
GCN76.9--------------------
DUC77.698.585.592.858.655.56573.577.993.37295.284.868.595.470.978.868.765.973.8
ResNet-3878.498.585.793.155.559.167.174.878.793.772.695.586.669.295.764.578.874.16976.7
PSPNet78.4-------------------
BiSeNet78.9-------------------
PSANet80.1-------------------
DenseASPP80.698.787.193.460.762.765.674.678.593.672.595.486.271.996.078.090.380.769.776.8
GloRe80.9-------------------
DANet81.598.686.193.556.163.369.777.381.393.972.995.787.372.996.276.889.486.572.278.2
Ours82.098.787.493.962.463.470.878.781.394.073.395.887.873.796.476.091.681.671.578.2
  • 在 Cityscapes 测试集上实现 82.0% Mean IoU,在 19 个类别中有 16 个类别的 IoU 最高。
  • 在所列表中,在 Mean IoU 和逐类准确率方面超过了若干基线(如 DeepLab-v2、RefineNet、DANet)。
  • 在 Cityscapes 的所列类别上展示了具竞争力或更优的逐类性能。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。