Skip to content

lpasa/RecurrentDGNN

Repository files navigation

Deep Recurrent Graph Neural Networks

Luca Pasa, Nicolò Navarin, Alessandro Sperduti

Abstract

Graph Neural Networks (GNN) show good results in classification and regression on graphs, notwithstanding most GNN models use a limited depth. In fact, they are composed of only a few stacked graph convolutional layers. One reason for this is the number of parameters growing with the number of GNN layers. In this paper, we show how using a recurrent graph convolution layer can help in building deeper GNNs, without increasing the complexity of the training phase, while improving on the predictive performances. We also analyze how the depth of the model influences the final result.

Paper: https://www.esann.org/sites/default/files/proceedings/2020/ES2020-107.pdf

If you find this code useful, please cite the following:

@inproceedings{pasa2020deep,
title={Deep Recurrent Graph Neural Networks},
author={Pasa, Luca and Navarin, Nicol{`o} and Sperduti, Alessandro},
booktitle={ESANN},
year={2020}
}