Improving the Effective Receptive Field of Message-Passing Neural Networks
Shahaf E. Finder, Ron Shapira Weber, Moshe Eliasof, Oren Freifeld, Eran Treister
TL;DR
This work addresses the limited effective receptive field and over-squashing in MPNNs by introducing Interleaved Multiscale MPNNs (IM-MPNN). IM-MPNN uses hierarchical graph coarsening and inter-scale scale-mixing to propagate information across distant regions without increasing depth or parameter count significantly. Theoretical ERF analysis and extensive experiments on Long Range Graph Benchmark (LRGB) show substantial gains in capturing long-range dependencies while maintaining efficiency, outperforming several baselines including GCN, GIN, and some Graph Transformers in various settings. The approach offers a principled, scalable way to enhance expressiveness of GNNs for large, complex graphs and heterophilic domains, with practical impact on tasks requiring long-range information flow.
Abstract
Message-Passing Neural Networks (MPNNs) have become a cornerstone for processing and analyzing graph-structured data. However, their effectiveness is often hindered by phenomena such as over-squashing, where long-range dependencies or interactions are inadequately captured and expressed in the MPNN output. This limitation mirrors the challenges of the Effective Receptive Field (ERF) in Convolutional Neural Networks (CNNs), where the theoretical receptive field is underutilized in practice. In this work, we show and theoretically explain the limited ERF problem in MPNNs. Furthermore, inspired by recent advances in ERF augmentation for CNNs, we propose an Interleaved Multiscale Message-Passing Neural Networks (IM-MPNN) architecture to address these problems in MPNNs. Our method incorporates a hierarchical coarsening of the graph, enabling message-passing across multiscale representations and facilitating long-range interactions without excessive depth or parameterization. Through extensive evaluations on benchmarks such as the Long-Range Graph Benchmark (LRGB), we demonstrate substantial improvements over baseline MPNNs in capturing long-range dependencies while maintaining computational efficiency.
