This is the official repository for the paper Enhancing Graph Representations with Neighborhood-Contextualized Message-Passing.
SINC-GCN, as an instance of the neighborhood-contextualized message-passing (NCMP) GNN variant, integrates contextualized messages (i.e., anisotropic and dynamic messages) and neighborhood-contextualization (i.e., functional dependence of the convolution operation on the entire set of neighborhood features) for a maximally expressive GNN architecture. It may be expressed as
where
by leveraging linearity, applying only an activation function along edges, and performing a two-step convolution constrained to the one-hop neighborhood receptive field.
All experiments are conducted on a single Nvidia A800 (40GB) card using the Deep Graph Library (DGL) with PyTorch backend.