AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models
Ke Sun, Zhanxing Zhu, Zhouchen Lin

TL;DR
AdaGCN introduces an AdaBoost-inspired deep graph neural network that efficiently captures high-order neighbor information, sharing a recursive architecture similar to RNNs, and achieves state-of-the-art results.
Contribution
The paper proposes AdaGCN, a novel deep graph neural network architecture that integrates AdaBoost with a recursive, RNN-like structure to enhance high-order neighbor learning.
Findings
Achieves state-of-the-art prediction performance on various graph datasets.
Demonstrates computational efficiency compared to traditional deep GCNs.
Provides theoretical connections between AdaGCN and existing methods.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Complex Network Analysis Techniques
MethodsGraph Neural Network · Convolution
