SOTAVerified

Graph Capsule Convolutional Neural Networks

2018-05-21Code Available0· sign in to hype

Saurabh Verma, Zhi-Li Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Graph Convolutional Neural Networks (GCNNs) are the most recent exciting advancement in deep learning field and their applications are quickly spreading in multi-cross-domains including bioinformatics, chemoinformatics, social networks, natural language processing and computer vision. In this paper, we expose and tackle some of the basic weaknesses of a GCNN model with a capsule idea presented in hinton2011transforming and propose our Graph Capsule Network (GCAPS-CNN) model. In addition, we design our GCAPS-CNN model to solve especially graph classification problem which current GCNN models find challenging. Through extensive experiments, we show that our proposed Graph Capsule Network can significantly outperforms both the existing state-of-art deep learning methods and graph kernels on graph classification benchmark datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
D&DGCAPS-CNNAccuracy77.62Unverified
IMDb-BGCAPS-CNNAccuracy71.69Unverified
NCI1GCAPS-CNNAccuracy82.72Unverified
PROTEINSGCAPS-CNNAccuracy76.4Unverified

Reproductions