LGFeb 20

Advection-Diffusion on Graphs: A Bakry-Emery Laplacian for Spectral Graph Neural Networks

arXiv:2602.18141v1
Originality Highly original
AI Analysis

This addresses oversmoothing and oversquashing in GNNs for graph learning tasks, offering an efficient and interpretable alternative to costly methods like graph transformers.

The paper tackled the problem of information propagation across long distances in Graph Neural Networks (GNNs) by introducing a Bakry-Emery graph Laplacian with a learnable potential, resulting in consistent gains on synthetic and real-world benchmarks without modifying graph topology.

Graph Neural Networks (GNNs) often struggle to propagate information across long distances due to oversmoothing and oversquashing. Existing remedies such as graph transformers or rewiring typically incur high computational cost or require altering the graph structure. We introduce a Bakry-Emery graph Laplacian that integrates diffusion and advection through a learnable node-wise potential, inducing task-dependent propagation dynamics without modifying topology. This operator has a well-behaved spectral decomposition and acts as a drop-in replacement for standard Laplacians in spectral GNNs. Building on this insight, we develop mu-ChebNet, a spectral architecture that jointly learns the potential and Chebyshev filters, effectively bridging message-passing adaptivity and spectral efficiency. Our theoretical analysis shows how the potential modulates the spectrum, enabling control of key graph properties. Empirically, mu-ChebNet delivers consistent gains on synthetic long-range reasoning tasks, as well as real-world benchmarks, while offering an interpretable routing field that reveals how information flows through the graph. This establishes the Bakry-Emery Laplacian as a principled and efficient foundation for adaptive spectral graph learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes