Faster Local Solvers for Graph Diffusion Equations
Jiahe Bai, Baojian Zhou, Deqing Yang, Yanghua Xiao

TL;DR
This paper introduces a new framework for efficiently solving graph diffusion equations locally, significantly speeding up computations and enabling scalable applications in large graphs and graph neural networks.
Contribution
It presents a novel local diffusion process framework that improves upon existing methods, providing provably sublinear, parallelizable algorithms for large-scale graph diffusion problems.
Findings
Achieves up to 100x speedup in computing diffusion vectors.
Effective for large-scale and dynamic graphs.
Facilitates more efficient local message passing in GNNs.
Abstract
Efficient computation of graph diffusion equations (GDEs), such as Personalized PageRank, Katz centrality, and the Heat kernel, is crucial for clustering, training neural networks, and many other graph-related problems. Standard iterative methods require accessing the whole graph per iteration, making them time-consuming for large-scale graphs. While existing local solvers approximate diffusion vectors through heuristic local updates, they often operate sequentially and are typically designed for specific diffusion types, limiting their applicability. Given that diffusion vectors are highly localizable, as measured by the participation ratio, this paper introduces a novel framework for approximately solving GDEs using a local diffusion process. This framework reveals the suboptimality of existing local solvers. Furthermore, our approach effectively localizes standard iterative solvers…
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
Taxonomy
TopicsMatrix Theory and Algorithms · Graph theory and applications
MethodsDiffusion · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
