Persistence Enhanced Graph Neural Network

Abstract

Local structural information can increase the adaptability of graph convolutional networks to large graphs with heterogeneous topology. Existing methods only use relatively simplistic topological information, such as node degrees.We present a novel approach leveraging advanced topological information, i.e., persistent homology, which measures the information flow efficiency at different parts of the graph. To fully exploit such structural information in real world graphs, we propose a new network architecture which learns to use persistent homology information to reweight messages passed between graph nodes during convolution. For node classification tasks, our network outperforms existing ones on a broad spectrum of graph benchmarks.

Cite

Text

Zhao et al. "Persistence Enhanced Graph Neural Network." Artificial Intelligence and Statistics, 2020.

Markdown

[Zhao et al. "Persistence Enhanced Graph Neural Network." Artificial Intelligence and Statistics, 2020.](https://mlanthology.org/aistats/2020/zhao2020aistats-persistence/)

BibTeX

@inproceedings{zhao2020aistats-persistence,
  title     = {{Persistence Enhanced Graph Neural Network}},
  author    = {Zhao, Qi and Ye, Ze and Chen, Chao and Wang, Yusu},
  booktitle = {Artificial Intelligence and Statistics},
  year      = {2020},
  pages     = {2896-2906},
  volume    = {108},
  url       = {https://mlanthology.org/aistats/2020/zhao2020aistats-persistence/}
}