HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models

Ke Sun; Zhanxing Zhu; Zhouchen Lin

AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models

Abstract

The design of deep graph models still remains to be investigated and the crucial part is how to explore and exploit the knowledge from different hops of neighbors in an efficient way. In this paper, we propose a novel RNN-like deep graph neural network architecture by incorporating AdaBoost into the computation of network; and the proposed graph convolutional network called AdaGCN~(Adaboosting Graph Convolutional Network) has the ability to efficiently extract knowledge from high-order neighbors of current nodes and then integrates knowledge from different hops of neighbors into the network in an Adaboost way. Different from other graph neural networks that directly stack many graph convolution layers, AdaGCN shares the same base neural network architecture among all ``layers'' and is recursively optimized, which is similar to an RNN. Besides, We also theoretically established the connection between AdaGCN and existing graph convolutional methods, presenting the benefits of our proposal. Finally, extensive experiments demonstrate the consistent state-of-the-art prediction performance on graphs across different label rates and the computational advantage of our approach AdaGCN~\footnote{Code is available at \url{https://github.com/datake/AdaGCN}.}

Code Repositories

datake/AdaGCN
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
node-classification-on-citeseerAdaGCN
Accuracy: 76.22 ± 0.20
node-classification-on-coraAdaGCN
Accuracy: 85.46% ± 0.25%
node-classification-on-ms-academicAdaGCN
Accuracy: 92.87 ± 0.07
node-classification-on-ms-academicAPPNP (AdaGCN authors)
Accuracy: 92.98 ± 0.07
node-classification-on-pubmedAdaGCN
Accuracy: 79.76 ± 0.27

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models | Papers | HyperAI