Enhancing Graph Representations with Neighborhood-Contextualized Message-Passing
Brian Godwin Lim, Galvin Brice Lim, Renzo Roel Tan, Irwin King, Kazushi Ikeda

TL;DR
This paper introduces neighborhood-contextualized message-passing (NCMP), a novel framework that enhances graph neural networks by incorporating broader neighborhood information, leading to improved expressivity and performance in graph property prediction tasks.
Contribution
It formalizes neighborhood-contextualization, generalizes message-passing to NCMP, and develops SINC-GCN, a practical model demonstrating significant performance improvements.
Findings
SINC-GCN achieves competitive results on benchmark datasets.
Neighborhood-contextualization improves GNN expressivity.
Significant gains in graph property prediction tasks.
Abstract
Graph neural networks (GNNs) have become an indispensable tool for analyzing relational data. Classical GNNs are broadly classified into three variants: convolutional, attentional, and message-passing. While the standard message-passing variant is expressive, its typical pair-wise messages only consider the features of the center node and each neighboring node individually. This design fails to incorporate contextual information contained within the broader local neighborhood, potentially hindering its ability to learn complex relationships within the entire set of neighboring nodes. To address this limitation, this work first formalizes the concept of neighborhood-contextualization, rooted in a key property of the attentional variant. This then serves as the foundation for generalizing the message-passing variant to the proposed neighborhood-contextualized message-passing (NCMP)…
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 · Graph Theory and Algorithms · Machine Learning in Healthcare
