Skip to content

Adaptive Diffused Spatiotemporal Graph Convolution for Traffic Flow Forecasting

Nov 2026 · Journal of Transportation Engineering Part A Systems · 0 citations · 23 references

TL;DR

A novel method called adaptive diffused spatiotemporal graph convolution network (ADSTGCN) is proposed for accurate traffic flow prediction and achieves superior performance compared to other state-of-the-art methods.

Abstract

Recent research typically formulates traffic forecasting tasks as spatiotemporal graph modeling problems. For spatial correlations, researchers typically use predefined graphs to learn short-range spatial dependencies among traffic data, neglecting the learning of long-rang spatial features that are crucial for accurately capturing the dependencies among traffic data. For temporal correlations, studies tend to focus on local continuous correlations while overlooking global temporal correlations. To this end, this paper presents an in-depth study on long-range spatial dependencies and global temporal continuity. Specifically, a novel method called adaptive diffused spatiotemporal graph convolution network (ADSTGCN) is proposed for accurate traffic flow prediction. In this approach, an adaptive adjacency matrix–based graph convolution operation is introduced to learn local spatial features. Building on this, global spatial interdependencies between traffic series are represented through graph diffusion convolution, which also relies on the adaptive adjacency matrix. Additionally, a novel module for learning continuous temporal correlations is introduced to effectively capture the sequential patterns in traffic flow data. Additionally, multihead attention is employed to model global temporal dependencies among the traffic series. The experimental results show that the proposed approach achieves superior performance compared to other state-of-the-art methods.

View source

Similar papers

Open access Jul 2026

Traffic Flow Prediction System Based on Spatiotemporal Graph Neural Network

This framework introduces an adaptive graph learning module that dynamically infers meaningful connectivity relationships among traffic sensors—not relying on fixed geographic or distance-based assumptions—but instead leveraging real-time traffic correlations and node-level embeddings, enabling effective modeling of both localized spatial interactions and multi-scale temporal dependencies across varying prediction horizons.

Zhengxu Luan, Huan Wang, Miaobowen Wang et al. · 0 citations
Preprint Aug 2026

Spatiotemporal Graph Transformer for Traffic Intelligence in Edge Computing

A spatiotemporal graph Transformer framework that jointly models spatial interactions and temporal dependencies for traffic forecasting in edge computing and leverages Transformer-based self-attention to learn long-range temporal patterns from historical traffic observations is proposed.

Laha Ale, Letian Lin, Na Cao et al. · 0 citations
Open access Aug 2026

Building Urban Traffic Flow Prediction Model Using Spatio-Temporal Graph Convolutional Networks

The proposed position-aware spatio-temporal modeling strategy provides a practical reference for information fusion and dynamic state estimation in large-scale wireless sensing networks and electromagnetic signal-driven monitoring systems, supporting future intelligent perception and communication infrastructures.

J. Sun, Y. Liu, Y. Dou et al. · 0 citations
Open access Jul 2026

Multi-Perspective Spatio-Temporal Feature Fusion Model for Urban Traffic Flow Prediction

Urban traffic flow is difficult to forecast accurately because its evolution is non-linear and governed by dependencies that operate over different spatial and temporal ranges. This paper introduces the Multi-Perspective Spatio-Temporal Feature Fusion Model (MPSTFFM) to describe these dependencies through complementary views. The temporal signal is separated into a slowly varying trend and a residual fluctuation, while the spatial structure is represented by four graphs: first-order adjacency, second-order in-degree, second-order out-degree, and a data-adaptive graph. These graphs respectively encode physical road connectivity, common inflow sources, common outflow destinations, and latent spatial associations. Whereas the first three are constructed from the known network topology, the adaptive graph is learned together with the prediction model and can therefore identify correlations not expressed by physical links. Within each spatio-temporal view, self-attention captures dependencies over long ranges, and convolutional operations extract local patterns. The features learned from all views are subsequently fused into a high-dimensional representation used to predict future flow. Experiments on real-world datasets compare MPSTFFM with twelve methods published during the preceding five years. On these benchmarks MPSTFFM outperforms every baseline, lowering the average MAE, RMSE, and MAPE across the four datasets by 13.04%, 5.28%, and 9.59%, respectively, relative to the best baseline on each one.

A. Marakhimov, Rustem Jalelov, J.K. Kudaybergenov et al. · 0 citations
Open access Jul 2026

Tensor-evolving graph with temporal separation network for traffic flow forecasting

A Tensor-Evolving Graph with Temporal Separation Network (TEG-TSNet) for traffic flow forecasting is proposed, which constructs a unified spatial prior via graph Laplacian spectral embedding and introduces a time-conditioned structure generation paradigm.

Hongyan Wang, Linlong Chen · 0 citations
Book Open access Aug 2026

Unified Spatio-Temporal Tokens are Bases for Generalizable Traffic Forecasting

Traffic forecasting plays a crucial role in real-world applications such as traffic management and urban planning. Recent studies have mainly focused on spatio-temporal graph neural networks (STGNNs) and attention-based methods, which have shown promising results. Nevertheless, both approaches model spatial information implicitly, which limits their ability to generalize across different traffic networks. In this paper, we propose Spatio-Temporal Unified Network (STUNet), a framework to explicitly encode spatial features into unified representations and integrate them with temporal information effectively. To obtain spatial representations explicitly, we design a spatial tokenizer that segments the adjacency matrix of the relation graph into patches to serve as spatial tokens. Furthermore, to effectively integrate spatial and temporal representations, we introduce query-aggregate attention, which simulates the process of tracing upstream and downstream nodes and aggregating their information, thereby capturing complex spatio-temporal dependencies. Extensive experiments on traffic benchmarks demonstrate that STUNet achieves generalization across different traffic networks with competitive performance. Code is available at https://github.com/JimmyChen6/STUNet.

Yujun Chen, Shihao Tu, Wenyu Ding et al. · 0 citations

Related blog posts