TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/DeepGCNs: Making GCNs Go as Deep as CNNs

DeepGCNs: Making GCNs Go as Deep as CNNs

Guohao Li, Matthias Müller, Guocheng Qian, Itzel C. Delgadillo, Abdulellah Abualshour, Ali Thabet, Bernard Ghanem

2019-10-15SegmentationSemantic SegmentationNode Classification3D Semantic Segmentation3D Point Cloud Classification
PaperPDFCodeCode(official)CodeCode(official)

Abstract

Convolutional Neural Networks (CNNs) have been very successful at solving a variety of computer vision tasks such as object classification and detection, semantic segmentation, activity understanding, to name just a few. One key enabling factor for their great performance has been the ability to train very deep networks. Despite their huge success in many tasks, CNNs do not work well with non-Euclidean data, which is prevalent in many real-world applications. Graph Convolutional Networks (GCNs) offer an alternative that allows for non-Eucledian data input to a neural network. While GCNs already achieve encouraging results, they are currently limited to architectures with a relatively small number of layers, primarily due to vanishing gradients during training. This work transfers concepts such as residual/dense connections and dilated convolutions from CNNs to GCNs in order to successfully train very deep GCNs. We show the benefit of using deep GCNs (with as many as 112 layers) experimentally across various datasets and tasks. Specifically, we achieve very promising performance in part segmentation and semantic segmentation on point clouds and in node classification of protein functions across biological protein-protein interaction (PPI) graphs. We believe that the insights in this work will open avenues for future research on GCNs and their application to further tasks not explored in this paper. The source code for this work is available at https://github.com/lightaime/deep_gcns_torch and https://github.com/lightaime/deep_gcns for PyTorch and TensorFlow implementation respectively.

Results

TaskDatasetMetricValueModel
Semantic SegmentationS3DIS Area5mIoU52.49DeepGCN
Semantic SegmentationS3DISMean IoU60DeepGCN
Semantic SegmentationS3DISoAcc85.9DeepGCN
Semantic SegmentationPartNetmIOU45.1DeepGCN
Shape Representation Of 3D Point CloudsModelNet40Mean Accuracy90.9DeepGCN
Shape Representation Of 3D Point CloudsModelNet40Overall Accuracy93.6DeepGCN
3D Semantic SegmentationPartNetmIOU45.1DeepGCN
Node ClassificationPPIF199.43DenseMRGCN-14
Node ClassificationPPIF199.41ResMRGCN-28
3D Point Cloud ClassificationModelNet40Mean Accuracy90.9DeepGCN
3D Point Cloud ClassificationModelNet40Overall Accuracy93.6DeepGCN
10-shot image generationS3DIS Area5mIoU52.49DeepGCN
10-shot image generationS3DISMean IoU60DeepGCN
10-shot image generationS3DISoAcc85.9DeepGCN
10-shot image generationPartNetmIOU45.1DeepGCN
3D Point Cloud ReconstructionModelNet40Mean Accuracy90.9DeepGCN
3D Point Cloud ReconstructionModelNet40Overall Accuracy93.6DeepGCN

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Deep Learning-Based Fetal Lung Segmentation from Diffusion-weighted MRI Images and Lung Maturity Evaluation for Fetal Growth Restriction2025-07-17DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17From Variability To Accuracy: Conditional Bernoulli Diffusion Models with Consensus-Driven Correction for Thin Structure Segmentation2025-07-17Unleashing Vision Foundation Models for Coronary Artery Segmentation: Parallel ViT-CNN Encoding and Variational Fusion2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17Unified Medical Image Segmentation with State Space Modeling Snake2025-07-17A Privacy-Preserving Semantic-Segmentation Method Using Domain-Adaptation Technique2025-07-17