paper-with-me

홈 › Papers

Gated Graph Recurrent Neural Networks

2020-02-03 · Luana Ruiz, Fernando Gama, Alejandro Ribeiro

Graph processes exhibit a temporal structure determined by the sequence index and and a spatial structure determined by the graph support. To learn from graph processes, an information processing architecture must then be able to exploit both underlying structures. We introduce Graph Recurrent Neural Networks (GRNNs) as a general learning framework that achieves this goal by leveraging the notion of a recurrent hidden state together with graph signal processing (GSP). In the GRNN, the number of learnable parameters is independent of the length of the sequence and of the size of the graph, guaranteeing scalability. We prove that GRNNs are permutation equivariant and that they are stable to perturbations of the underlying graph support. To address the problem of vanishing gradients, we also put forward gated GRNNs with three different gating mechanisms: time, node and edge gates. In numerical experiments involving both synthetic and real datasets, time-gated GRNNs are shown to improve upon GRNNs in problems with long term dependencies, while node and edge gates help encode long range dependencies present in the graph. The numerical results also show that GRNNs outperform GNNs and RNNs, highlighting the importance of taking both the temporal and graph structures of a graph process into account.

📄 PDF Abstract BibTeX arXiv:2002.01038

Code (1)

luanaruiz9/gated_gcrnns pytorch

Similar Papers 제목 키워드 기반

Gated Graph Convolutional Recurrent Neural Networks

2019-03-05 · Luana Ruiz, Fernando Gama, Alejandro Ribeiro

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…

Node Classification

Fast Graph Convolutional Recurrent Neural Networks

2020-01-26

This paper proposes a Fast Graph Convolutional Neural Network (FGRNN) architecture to predict sequences with an underlying graph structure. The proposed architecture addresses the limitations of the standard recurrent ne…

Edge-Labeling based Directed Gated Graph Network for Few-shot Learning

2021-01-27 · Peixiao Zheng, Xin Guo, Lin Qi

Existing graph-network-based few-shot learning methods obtain similarity between nodes through a convolution neural network (CNN). However, the CNN is designed for image data with spatial information rather than vector f…

Few-Shot Learning

Gated Recurrent Networks for Seizure Detection

2018-01-03 · Meysam Golmohammadi, Saeedeh Ziyabari, Vinit Shah, Eva Von Weltin 외

Recurrent Neural Networks (RNNs) with sophisticated units that implement a gating mechanism have emerged as powerful technique for modeling sequential signals such as speech or electroencephalography (EEG). The latter is…

EEGElectroencephalogram (EEG)Seizure Detection

A Baselined Gated Attention Recurrent Network for Request Prediction in Ridesharing

2022-07-11 · Jingran Shen, Nikos Tziritas, Georgios Theodoropoulos

Ridesharing has received global popularity due to its convenience and cost efficiency for both drivers and passengers and its strong potential to contribute to the implementation of the UN Sustainable Development Goals. …

Prediction