Neural Approximation of Graph Topological Features

Abstract

Topological features based on persistent homology capture high-order structural information so as to augment graph neural network methods. However, computing extended persistent homology summaries remains slow for large and dense graphs and can be a serious bottleneck for the learning pipeline. Inspired by recent success in neural algorithmic reasoning, we propose a novel graph neural network to estimate extended persistence diagrams (EPDs) on graphs efficiently. Our model is built on algorithmic insights, and benefits from better supervision and closer alignment with the EPD computation algorithm. We validate our method with convincing empirical results on approximating EPDs and downstream graph representation learning tasks. Our method is also efficient; on large and dense graphs, we accelerate the computation by nearly 100 times.

Cite

Text

Yan et al. "Neural Approximation of Graph Topological Features." Neural Information Processing Systems, 2022.

Markdown

[Yan et al. "Neural Approximation of Graph Topological Features." Neural Information Processing Systems, 2022.](https://mlanthology.org/neurips/2022/yan2022neurips-neural/)

BibTeX

@inproceedings{yan2022neurips-neural,
  title     = {{Neural Approximation of Graph Topological Features}},
  author    = {Yan, Zuoyu and Ma, Tengfei and Gao, Liangcai and Tang, Zhi and Wang, Yusu and Chen, Chao},
  booktitle = {Neural Information Processing Systems},
  year      = {2022},
  url       = {https://mlanthology.org/neurips/2022/yan2022neurips-neural/}
}