paper-with-me

Papers

Graph WaveNet for Deep Spatial-Temporal Graph Modeling

2019-05-31 · Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, Chengqi Zhang

Spatial-temporal graph modeling is an important task to analyze the spatial relations and temporal trends of components in a system. Existing approaches mostly capture the spatial dependency on a fixed graph structure, assuming that the underlying relation between entities is pre-determined. However, the explicit graph structure (relation) does not necessarily reflect the true dependency and genuine relation may be missing due to the incomplete connections in the data. Furthermore, existing methods are ineffective to capture the temporal trends as the RNNs or CNNs employed in these methods cannot capture long-range temporal sequences. To overcome these limitations, we propose in this paper a novel graph neural network architecture, Graph WaveNet, for spatial-temporal graph modeling. By developing a novel adaptive dependency matrix and learn it through node embedding, our model can precisely capture the hidden spatial dependency in the data. With a stacked dilated 1D convolution component whose receptive field grows exponentially as the number of layers increases, Graph WaveNet is able to handle very long sequences. These two components are integrated seamlessly in a unified framework and the whole framework is learned in an end-to-end manner. Experimental results on two public traffic network datasets, METR-LA and PEMS-BAY, demonstrate the superior performance of our algorithm.

📄 PDF Abstract BibTeX arXiv:1906.00121

Code (9)

nnzhan/Graph-WaveNet 공식 구현 pytorch
E666GT/TrafficPredictionNN pytorch
JiahuiSun/Exp-Graph-WaveNet pytorch
LucaHermes/lightweight-motion-forecasting tf
josegg05/eRGWnet pytorch
razvanc92/enhancenet pytorch
simonvino/graphwavenet_brain_connectivity pytorch
sshleifer/Graph-WaveNet pytorch
zachysun/taxi_traffic_benchmark pytorch

Tasks

Graph Neural NetworkRelationTemporal SequencesTraffic Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Mixture of Logistic Distributions 설명 없음
Dilated Causal Convolution A Dilated Causal Convolution is a causal convolution where the filter is applied over an area larger than its length by…
WaveNet WaveNet is an audio generative model based on the PixelCNN architecture. In order to deal with long-range temporal dependencies…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

HGWaveNet: A Hyperbolic Graph Neural Network for Temporal Link Prediction

2023-04-14 · Qijie Bai, Changli Nie, Haiwei Zhang, Dongming Zhao 외

Temporal link prediction, aiming to predict future edges between paired nodes in a dynamic graph, is of vital importance in diverse applications. However, existing methods are mainly built upon uniform Euclidean space, w…

Graph Neural NetworkLink Prediction

Spatial‐temporal attention wavenet: A deep learning framework for traffic prediction considering spatial‐temporal dependencies

2021-03-02 · Chenyu Tian, Wai Kin (Victor) Chan

Traffic prediction on road networks is highly challenging due to the complexity of traffic systems and is a crucial task in successful intelligent traffic system applications. Existing approaches mostly capture the stati…

PredictionTraffic Prediction

Multi Scale Graph Wavenet for Wind Speed Forecasting

2021-09-30 · Neetesh Rathore, Pradeep Rathore, Arghya Basak, Sri Harsha Nistala 외

Geometric deep learning has gained tremendous attention in both academia and industry due to its inherent capability of representing arbitrary structures. Due to exponential increase in interest towards renewable sources…

Time SeriesTime Series Analysis

Incrementally Improving Graph WaveNet Performance on Traffic Prediction

2019-12-11 · Sam Shleifer, Clara McCreery, Vamsi Chitters

We present a series of modifications which improve upon Graph WaveNet's previously state-of-the-art performance on the METR-LA traffic prediction task. The goal of this task is to predict the future speed of traffic at e…

Graph Neural NetworkPredictionTraffic Prediction

FUSE-Traffic: Fusion of Unstructured and Structured Data for Event-aware Traffic Forecasting

2025-10-16 · Chenyang Yu, Xinpeng Xie, Yan Huang, Chenxi Qiu arxiv

Accurate traffic forecasting is a core technology for building Intelligent Transportation Systems (ITS), enabling better urban resource allocation and improved travel experiences. With growing urbanization, traffic conge…