项目作者: VGraphRNN

项目描述 :
Variational Graph Recurrent Neural Networks - PyTorch
高级语言: Python
项目地址: git://github.com/VGraphRNN/VGRNN.git
创建时间: 2019-05-22T15:53:04Z
项目社区:https://github.com/VGraphRNN/VGRNN

开源协议:

下载


Variational Graph Recurrent Neural Networks

This is a PyTorch implementation of the VGRNN model as described in our paper:

E. Hajiramezanali, A. Hasanzadeh, N. Duffield, K. R. Narayanan, M. Zhou, and X. Qian, Variational Graph Recurrent Neural Networks, Advances in Neural Information Processing Systems (NeurIPS), 2019, *equal contribution

VGRNN

Abstract: Representation learning over graph structured data has been mostly studied in static graph settings while efforts for modeling dynamic graphs are still scant. In this paper, we develop a novel hierarchical variational model that introduces additional latent random variables to jointly model the hidden states of a graph recurrent neural network (GRNN) to capture both topology and node attribute changes in dynamic graphs. We argue that the use of high-level latent random variables in this variational GRNN (VGRNN) can better capture potential variability observed in dynamic graphs as well as the uncertainty of node latent representation. With semi-implicit variational inference developed for this new VGRNN architecture (SI-VGRNN), we show that flexible non-Gaussian latent representations can further help dynamic graph analytic tasks. Our experiments with multiple real-world dynamic graph datasets demonstrate that SI-VGRNN and VGRNN consistently outperform the existing baseline and state-of-the-art methods by a significant margin in dynamic link prediction.

Example: VGRNN learns interpretable latent representations.

VGRNN_graphs
VGRNN_representations

Requirements

  1. CUDA==9.0.176
  2. Python==2.7.12
  3. networkx==2.2
  4. scipy==1.1.0
  5. torch==1.0.0
  6. torch-cluster==1.2.3
  7. torch-geometric==1.0.2
  8. torch-scatter==1.1.1
  9. torch-sparse==0.2.3
  10. torch-spline-conv==1.0.5
  11. torchvision==0.2.1

Cite

Please cite our paper if you use this code in your own work:

  1. @inproceedings{hajiramezanali2019variational,
  2. title={Variational graph recurrent neural networks},
  3. author={Hajiramezanali, Ehsan and Hasanzadeh, Arman and Narayanan, Krishna and Duffield, Nick and Zhou, Mingyuan and Qian, Xiaoning},
  4. booktitle={Advances in Neural Information Processing Systems},
  5. pages={10700--10710},
  6. year={2019}
  7. }

Please direct your inquiries to armanihm@tamu.edu or ehsanr@tamu.edu .