paper-with-me

Papers

Structured Sequence Modeling with Graph Convolutional Recurrent Networks

2016-12-22 · Youngjoo Seo, Michaël Defferrard, Pierre Vandergheynst, Xavier Bresson

This paper introduces Graph Convolutional Recurrent Network (GCRN), a deep learning model able to predict structured sequences of data. Precisely, GCRN is a generalization of classical recurrent neural networks (RNN) to data structured by an arbitrary graph. Such structured sequences can represent series of frames in videos, spatio-temporal measurements on a network of sensors, or random walks on a vocabulary graph for natural language modeling. The proposed model combines convolutional neural networks (CNN) on graphs to identify spatial structures and RNN to find dynamic patterns. We study two possible architectures of GCRN, and apply the models to two practical problems: predicting moving MNIST data, and modeling natural language with the Penn Treebank dataset. Experiments show that exploiting simultaneously graph spatial and dynamic information about data can improve both precision and learning speed.

📄 PDF Abstract BibTeX arXiv:1612.07659

Code (5)

youngjoo-epfl/gconvRNN 공식 구현 tf
andymogul/gcrnn_revised tf
benedekrozemberczki/pytorch_geometric_temporal pytorch
dariush-salami/gcn-gesture-recognition pytorch
mdeff/paper-cnn-graph-recurrent-iclr2017

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Deep Graph Convolutional Encoders for Structured Data to Text Generation

2018-10-23 · WS 2018 11 · Diego Marcheggiani, Laura Perez-Beltrachini

Most previous work on neural text generation from graph-structured data relies on standard sequence-to-sequence methods. These approaches linearise the input graph to be fed to a recurrent neural network. In this paper, …

Data-to-Text GenerationGraph-to-SequenceKG-to-Text GenerationText Generation

An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling

2018-03-04 · Shaojie Bai, J. Zico Kolter, Vladlen Koltun

For most deep learning practitioners, sequence modeling is synonymous with recurrent networks. Yet recent results indicate that convolutional architectures can outperform recurrent networks on tasks such as audio synthes…

Audio SynthesisLanguage ModellingMachine TranslationMusic Modeling+3

ST-UNet: A Spatio-Temporal U-Network for Graph-structured Time Series Modeling

2019-03-13 · Bing Yu, Haoteng Yin, Zhanxing Zhu

The spatio-temporal graph learning is becoming an increasingly important object of graph study. Many application domains involve highly dynamic graphs where temporal information is crucial, e.g. traffic networks and fina…

Graph LearningTime SeriesTime Series AnalysisTraffic Prediction

Modeling Structure with Undirected Neural Networks

2022-02-08 · Tsvetomila Mihaylova, Vlad Niculae, André F. T. Martins

Neural networks are powerful function estimators, leading to their status as a paradigm of choice for modeling structured data. However, unlike other structured representations that emphasize the modularity of the proble…

Dependency Parsingimage-classificationImage Classification

Convolutional Sequence Modeling Revisited

2018-01-01 · ICLR 2018 1 · Shaojie Bai, J. Zico Kolter, Vladlen Koltun

This paper revisits the problem of sequence modeling using convolutional architectures. Although both convolutional and recurrent architectures have a long history in sequence prediction, the current "default" mindset …

Language ModellingTime Series Analysis