paper-with-me

홈 › Papers

Scalable Spatiotemporal Graph Neural Networks

2022-09-14 · Andrea Cini, Ivan Marisca, Filippo Maria Bianchi, Cesare Alippi

Neural forecasting of spatiotemporal time series drives both research and industrial innovation in several relevant application domains. Graph neural networks (GNNs) are often the core component of the forecasting architecture. However, in most spatiotemporal GNNs, the computational complexity scales up to a quadratic factor with the length of the sequence times the number of links in the graph, hence hindering the application of these models to large graphs and long temporal sequences. While methods to improve scalability have been proposed in the context of static graphs, few research efforts have been devoted to the spatiotemporal case. To fill this gap, we propose a scalable architecture that exploits an efficient encoding of both temporal and spatial dynamics. In particular, we use a randomized recurrent neural network to embed the history of the input time series into high-dimensional state representations encompassing multi-scale temporal dynamics. Such representations are then propagated along the spatial dimension using different powers of the graph adjacency matrix to generate node embeddings characterized by a rich pool of spatiotemporal features. The resulting node embeddings can be efficiently pre-computed in an unsupervised manner, before being fed to a feed-forward decoder that learns to map the multi-scale spatiotemporal representations to predictions. The training procedure can then be parallelized node-wise by sampling the node embeddings without breaking any dependency, thus enabling scalability to large networks. Empirical results on relevant datasets show that our approach achieves results competitive with the state of the art, while dramatically reducing the computational burden.

📄 PDF Abstract BibTeX arXiv:2209.06520

Code (1)

graph-machine-learning-group/sgp 공식 구현 pytorch

Tasks

Temporal SequencesTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Towards Scalable and Structured Spatiotemporal Forecasting

2025-09-10 · Hongyi Chen, Xiucheng Li, Xinyang Chen, Jing Li 외 arxiv

In this paper, we propose a novel Spatial Balance Attention block for spatiotemporal forecasting. To strike a balance between obeying spatial proximity and capturing global correlation, we partition the spatial graph int…

PatchSTG: Scalable Spatiotemporal Graph Transformers for Traffic Forecasting on Irregular Sensor Networks

2026-06-02 · Jichao Li, Xuanming Shi arxiv

Traffic forecasting is a fundamental component of intelligent transportation systems, yet remains challenging in real-world settings due to irregular sensor distributions and the high computational cost of modeling large…

Computational Efficiency

PGT-I: Scaling Spatiotemporal GNNs with Memory-Efficient Distributed Training

2025-07-15 · Seth Ockerman, Amal Gueroudji, Tanwi Mallick, Yixuan He 외

Spatiotemporal graph neural networks (ST-GNNs) are powerful tools for modeling spatial and temporal data dependencies. However, their applications have been limited primarily to small-scale datasets because of memory con…

graph partitioning

Scalable Spatiotemporal Prediction with Bayesian Neural Fields

2024-03-12 · Feras Saad, Jacob Burnim, Colin Carroll, Brian Patton 외

Spatiotemporal datasets, which consist of spatially-referenced time series, are ubiquitous in diverse applications, such as air pollution monitoring, disease tracking, and cloud-demand forecasting. As the scale of modern…

Bayesian InferenceDemand ForecastingGPUPrediction+1

Inductive Graph Neural Networks for Spatiotemporal Kriging

2020-06-13 · Yuankai Wu, Dingyi Zhuang, Aurelie Labbe, Lijun Sun

Time series forecasting and spatiotemporal kriging are the two most important tasks in spatiotemporal data analysis. Recent research on graph neural networks has made substantial progress in time series forecasting, whil…

Graph Neural NetworkTime SeriesTime Series AnalysisTime Series Forecasting