TL;DR
This paper introduces Graph Wave Networks (GWNs), a novel GNN framework based on wave equations that better model wave-like graph signals, offering improved stability and performance over traditional heat-based methods.
Contribution
The paper develops a graph wave equation for message passing in GNNs, connecting it to spectral methods and demonstrating enhanced stability and efficiency in graph learning tasks.
Findings
Achieves state-of-the-art performance on benchmarks.
Improves stability and efficiency over heat-based GNNs.
Effectively addresses over-smoothing and heterophily issues.
Abstract
Dynamics modeling has been introduced as a novel paradigm in message passing (MP) of graph neural networks (GNNs). Existing methods consider MP between nodes as a heat diffusion process, and leverage heat equation to model the temporal evolution of nodes in the embedding space. However, heat equation can hardly depict the wave nature of graph signals in graph signal processing. Besides, heat equation is essentially a partial differential equation (PDE) involving a first partial derivative of time, whose numerical solution usually has low stability, and leads to inefficient model training. In this paper, we would like to depict more wave details in MP, since graph signals are essentially wave signals that can be seen as a superposition of a series of waves in the form of eigenvector. This motivates us to consider MP as a wave propagation process to capture the temporal evolution of wave…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDiffusion
