paper-with-me

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 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.

📄 PDF Abstract BibTeX arXiv:1903.01888

Code (1)

luanaruiz9/gated_gcrnns pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

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

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…

Geo-ConvGRU: Geographically Masked Convolutional Gated Recurrent Unit for Bird-Eye View Segmentation

2024-12-28 · Guanglei Yang, Yongqiang Zhang, Wanlong Li, Yu Tang 외

Convolutional Neural Networks (CNNs) have significantly impacted various computer vision tasks, however, they inherently struggle to model long-range dependencies explicitly due to the localized nature of convolution ope…

Spatial-Temporal Graph Convolutional Gated Recurrent Network for Traffic Forecasting

2022-10-06 · Le Zhao, Mingcai Chen, Yuntao Du, Haiyang Yang 외

As an important part of intelligent transportation systems, traffic forecasting has attracted tremendous attention from academia and industry. Despite a lot of methods being proposed for traffic forecasting, it is still …

Network-wide Multi-step Traffic Volume Prediction using Graph Convolutional Gated Recurrent Neural Network

2021-11-22 · Lei Lin, Weizi Li, Lei Zhu

Accurate prediction of network-wide traffic conditions is essential for intelligent transportation systems. In the last decade, machine learning techniques have been widely used for this task, resulting in state-of-the-a…