paper-with-me

Papers

Multivariate and Propagation Graph Attention Network for Spatial-Temporal Prediction with Outdoor Cellular Traffic

2021-08-18 · Chung-Yi Lin, Hung-Ting Su, Shen-Lung Tung, Winston H. Hsu

Spatial-temporal prediction is a critical problem for intelligent transportation, which is helpful for tasks such as traffic control and accident prevention. Previous studies rely on large-scale traffic data collected from sensors. However, it is unlikely to deploy sensors in all regions due to the device and maintenance costs. This paper addresses the problem via outdoor cellular traffic distilled from over two billion records per day in a telecom company, because outdoor cellular traffic induced by user mobility is highly related to transportation traffic. We study road intersections in urban and aim to predict future outdoor cellular traffic of all intersections given historic outdoor cellular traffic. Furthermore, we propose a new model for multivariate spatial-temporal prediction, mainly consisting of two extending graph attention networks (GAT). First GAT is used to explore correlations among multivariate cellular traffic. Another GAT leverages the attention mechanism into graph propagation to increase the efficiency of capturing spatial dependency. Experiments show that the proposed model significantly outperforms the state-of-the-art methods on our dataset.

📄 PDF Abstract BibTeX arXiv:2108.08307

Code (1)

cylin-cmlab/cikm21-mpgat 공식 구현

Tasks

Graph Attention

Methods 이 논문이 사용한 방법론

GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

Multivariate Time Series Forecasting with Dynamic Graph Neural ODEs

2022-02-17 · Ming Jin, Yu Zheng, Yuan-Fang Li, Siheng Chen 외

Multivariate time series forecasting has long received significant attention in real-world applications, such as energy consumption and traffic prediction. While recent methods demonstrate good forecasting abilities, the…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting+1

Connecting the Dots: Multivariate Time Series Forecasting with Graph Neural Networks

2020-05-24 · Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang 외

Modeling multivariate time series has long been a subject that has attracted researchers from a diverse range of fields including economics, finance, and traffic. A basic assumption behind multivariate time series foreca…

Graph LearningGraph Neural NetworkMultivariate Time Series ForecastingTime Series+4

ST-Hyper: Learning High-Order Dependencies Across Multiple Spatial-Temporal Scales for Multivariate Time Series Forecasting

2025-09-02 · Binqing Wu, Jianlong Huang, Zongjiang Shang, Ling Chen arxiv

In multivariate time series (MTS) forecasting, many deep learning based methods have been proposed for modeling dependencies at multiple spatial (inter-variate) or temporal (intra-variate) scales. However, existing metho…

Multivariate Time Series Forecasting

Temporal Attention Evolutional Graph Convolutional Network for Multivariate Time Series Forecasting

2025-05-01 · Xinlong Zhao, Liying Zhang, Tianbo Zou, Yan Zhang

Multivariate time series forecasting enables the prediction of future states by leveraging historical data, thereby facilitating decision-making processes. Each data node in a multivariate time series encompasses a seque…

Multivariate Time Series ForecastingPredictionTime SeriesTime Series Forecasting

SDA-GRIN for Adaptive Spatial-Temporal Multivariate Time Series Imputation

2024-10-04 · Amir Eskandari, Aman Anand, Drishti Sharma, Farhana Zulkernine

In various applications, the multivariate time series often suffers from missing data. This issue can significantly disrupt systems that rely on the data. Spatial and temporal dependencies can be leveraged to impute the …

ImputationMultivariate Time Series ImputationTime Series