TIDE: Time Derivative Diffusion for Deep Learning on Graphs

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 over smoothing. 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 used graph benchmarks and synthetic mesh and graph datasets, the proposed framework outperforms state-of-the-art methods by a significant margin.

Cite

Text

Behmanesh et al. "TIDE: Time Derivative Diffusion for Deep Learning on Graphs." International Conference on Machine Learning, 2023.

Markdown

[Behmanesh et al. "TIDE: Time Derivative Diffusion for Deep Learning on Graphs." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/behmanesh2023icml-tide/)

BibTeX

@inproceedings{behmanesh2023icml-tide,
  title     = {{TIDE: Time Derivative Diffusion for Deep Learning on Graphs}},
  author    = {Behmanesh, Maysam and Krahn, Maximilian and Ovsjanikov, Maks},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {2015-2030},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/behmanesh2023icml-tide/}
}