Non-Recursive Graph Convolutional Networks
Hao Chen, Zengde Deng, Yue Xu, Zhoujun Li

TL;DR
This paper introduces NRGCN, a novel GCN architecture that avoids recursive neighborhood aggregation, leading to improved training efficiency and better node classification performance by independently representing neighbor hops.
Contribution
NRGCN proposes a layer-independent sampling and aggregation method that precomputes neighbor information, enhancing efficiency and performance over traditional recursive GCNs.
Findings
NRGCN outperforms state-of-the-art GCNs in node classification accuracy.
Precomputing neighbor information accelerates training significantly.
NRGCN reduces feature redundancy and information loss.
Abstract
Graph Convolutional Networks (GCNs) are powerful models for node representation learning tasks. However, the node representation in existing GCN models is usually generated by performing recursive neighborhood aggregation across multiple graph convolutional layers with certain sampling methods, which may lead to redundant feature mixing, needless information loss, and extensive computations. Therefore, in this paper, we propose a novel architecture named Non-Recursive Graph Convolutional Network (NRGCN) to improve both the training efficiency and the learning performance of GCNs in the context of node classification. Specifically, NRGCN proposes to represent different hops of neighbors for each node based on inner-layer aggregation and layer-independent sampling. In this way, each node can be directly represented by concatenating the information extracted independently from each hop of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Brain Tumor Detection and Classification
MethodsGraph Convolutional Network
