LGMLSep 24, 2021

Long-Range Transformers for Dynamic Spatiotemporal Forecasting

arXiv:2109.12218v3124 citations
Originality Incremental advance
AI Analysis

This work addresses forecasting challenges in domains such as traffic and weather by integrating spatial and temporal learning without predefined graphs, though it is incremental in combining existing Transformer concepts.

The paper tackled the problem of multivariate time series forecasting by proposing a spatiotemporal sequence formulation that jointly learns interactions between space, time, and value information, achieving competitive results on benchmarks like traffic forecasting, electricity demand, and weather prediction.

Multivariate time series forecasting focuses on predicting future values based on historical context. State-of-the-art sequence-to-sequence models rely on neural attention between timesteps, which allows for temporal learning but fails to consider distinct spatial relationships between variables. In contrast, methods based on graph neural networks explicitly model variable relationships. However, these methods often rely on predefined graphs that cannot change over time and perform separate spatial and temporal updates without establishing direct connections between each variable at every timestep. Our work addresses these problems by translating multivariate forecasting into a "spatiotemporal sequence" formulation where each Transformer input token represents the value of a single variable at a given time. Long-Range Transformers can then learn interactions between space, time, and value information jointly along this extended sequence. Our method, which we call Spacetimeformer, achieves competitive results on benchmarks from traffic forecasting to electricity demand and weather prediction while learning spatiotemporal relationships purely from data.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes