Dirac--Bianconi Graph Neural Networks -- Enabling Non-Diffusive Long-Range Graph Predictions
Christian Nauck, Rohan Gorantla, Michael Lindner, Konstantin Schürholt, Antonia S. J. S. Mey, Frank Hellmann
TL;DR
The paper tackles the limitation of diffusion-dominated GNNs by introducing Dirac--Bianconi GNNs (DBGNNs) that leverage the topological Dirac equation to enable non-diffusive, wave-like long-range propagation on graphs. It defines the Dirac--Bianconi layer (DBT) and the DB 1-Step (DB1S) building blocks, stacking them with shared weights and skip connections to form the DBGNN, and demonstrates that this architecture preserves feature heterogeneity (nonzero Dirichlet energy) across depth. Empirically, DBGNNs achieve state-of-the-art or competitive performance on long-range tasks such as power-grid stability and peptide property prediction, requiring fewer parameters than some baselines and showing strong out-of-distribution generalization. The work provides a principled, physics-inspired alternative to diffusion-based MPNNs, highlighting long-range graph dynamics and potential extensions to incorporate attention-like mechanisms.
Abstract
The geometry of a graph is encoded in dynamical processes on the graph. Many graph neural network (GNN) architectures are inspired by such dynamical systems, typically based on the graph Laplacian. Here, we introduce Dirac--Bianconi GNNs (DBGNNs), which are based on the topological Dirac equation recently proposed by Bianconi. Based on the graph Laplacian, we demonstrate that DBGNNs explore the geometry of the graph in a fundamentally different way than conventional message passing neural networks (MPNNs). While regular MPNNs propagate features diffusively, analogous to the heat equation, DBGNNs allow for coherent long-range propagation. Experimental results showcase the superior performance of DBGNNs over existing conventional MPNNs for long-range predictions of power grid stability and peptide properties. This study highlights the effectiveness of DBGNNs in capturing intricate graph dynamics, providing notable advancements in GNN architectures.
