NCGNN: Node-Level Capsule Graph Neural Network for Semisupervised Classification
Rui Yang, Wenrui Dai, Chenglin Li, Junni Zou, Hongkai Xiong

TL;DR
This paper introduces NCGNN, a novel graph neural network that uses node-level capsules and dynamic routing to improve interpretability and mitigate over-smoothing in semi-supervised node classification tasks.
Contribution
The paper proposes a new message passing scheme with node-level capsules and dynamic routing, enhancing interpretability and performance over existing GNNs in various graph types.
Findings
NCGNN effectively alleviates over-smoothing.
NCGNN outperforms state-of-the-art methods in node classification.
The method is robust to both homophily and heterophily in graphs.
Abstract
Message passing has evolved as an effective tool for designing Graph Neural Networks (GNNs). However, most existing methods for message passing simply sum or average all the neighboring features to update node representations. They are restricted by two problems, i.e., (i) lack of interpretability to identify node features significant to the prediction of GNNs, and (ii) feature over-mixing that leads to the over-smoothing issue in capturing long-range dependencies and inability to handle graphs under heterophily or low homophily. In this paper, we propose a Node-level Capsule Graph Neural Network (NCGNN) to address these problems with an improved message passing scheme. Specifically, NCGNN represents nodes as groups of node-level capsules, in which each capsule extracts distinctive features of its corresponding node. For each node-level capsule, a novel dynamic routing procedure is…
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 · Functional Brain Connectivity Studies
MethodsGraph Neural Network · Interpretability
