TIDE: Time Derivative Diffusion for Deep Learning on Graphs
Maysam Behmanesh, Maximilian Krahn, Maks Ovsjanikov

TL;DR
TIDE introduces a novel graph diffusion method that enhances long-distance communication in graph neural networks, overcoming oversmoothing issues and outperforming existing methods on benchmarks.
Contribution
The paper proposes a time derivative graph diffusion approach that optimizes diffusion extent, enabling efficient long-distance communication while retaining local message-passing capabilities.
Findings
Outperforms state-of-the-art methods on graph benchmarks
Effectively balances local and long-distance communication
Reduces oversmoothing in deep graph neural networks
Abstract
A prominent paradigm for graph neural networks is based on the message-passing framework. In this framework, information communication is realized only between neighboring nodes. The challenge of approaches that use this paradigm is to ensure efficient and accurate long-distance communication between nodes, as deep convolutional networks are prone to oversmoothing. In this paper, we present a novel method based on time derivative graph diffusion (TIDE) to overcome these structural limitations of the message-passing framework. Our approach allows for optimizing the spatial extent of diffusion across various tasks and network channels, thus enabling medium and long-distance communication efficiently. Furthermore, we show that our architecture design also enables local message-passing and thus inherits from the capabilities of local message-passing approaches. We show that on both widely…
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
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Privacy-Preserving Technologies in Data
MethodsGraph Convolutional Network · Diffusion
