English

Gated Graph Convolutional Recurrent Neural Networks

Machine Learning 2019-06-28 v3 Machine Learning

Abstract

Graph processes model a number of important problems such as identifying the epicenter of an earthquake or predicting weather. In this paper, we propose a Graph Convolutional Recurrent Neural Network (GCRNN) architecture specifically tailored to deal with these problems. GCRNNs use convolutional filter banks to keep the number of trainable parameters independent of the size of the graph and of the time sequences considered. We also put forward Gated GCRNNs, a time-gated variation of GCRNNs akin to LSTMs. When compared with GNNs and another graph recurrent architecture in experiments using both synthetic and real-word data, GCRNNs significantly improve performance while using considerably less parameters.

Keywords

Cite

@article{arxiv.1903.01888,
  title  = {Gated Graph Convolutional Recurrent Neural Networks},
  author = {Luana Ruiz and Fernando Gama and Alejandro Ribeiro},
  journal= {arXiv preprint arXiv:1903.01888},
  year   = {2019}
}

Comments

Accepted at EUSIPCO 2019

R2 v1 2026-06-23T07:58:48.104Z