Neighborhood Convolutional Network: A New Paradigm of Graph Neural Networks for Node Classification
Jinsong Chen, Boyu Li, Kun He

TL;DR
This paper introduces Neighborhood Convolutional Network (NCN), a new graph neural network paradigm that improves node classification by combining efficient neighborhood aggregation with powerful convolutional feature learning.
Contribution
The paper proposes NCN, which decouples neighborhood aggregation from feature transformation, enabling more expressive models and reducing training costs compared to existing decoupled GCNs.
Findings
NCN outperforms existing GCN variants on diverse graph datasets.
The mask training strategy enhances model performance.
NCN is effective on both homophilic and heterophilic graphs.
Abstract
The decoupled Graph Convolutional Network (GCN), a recent development of GCN that decouples the neighborhood aggregation and feature transformation in each convolutional layer, has shown promising performance for graph representation learning. Existing decoupled GCNs first utilize a simple neural network (e.g., MLP) to learn the hidden features of the nodes, then propagate the learned features on the graph with fixed steps to aggregate the information of multi-hop neighborhoods. Despite effectiveness, the aggregation operation, which requires the whole adjacency matrix as the input, is involved in the model training, causing high training cost that hinders its potential on larger graphs. On the other hand, due to the independence of node attributes as the input, the neural networks used in decoupled GCNs are very simple, and advanced techniques cannot be applied to the modeling. To this…
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 · Complex Network Analysis Techniques · Text and Document Classification Technologies
MethodsGraph Convolutional Network
