Skip to content
Preprint

Spatiotemporal Graph Transformer for Traffic Intelligence in Edge Computing

Aug 2026 · 0 citations · 31 references
Computer Science

TL;DR

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.

Abstract

Accurate traffic forecasting is essential for proactive resource management in edge computing, where service demand evolves dynamically across both space and time. In practical cellular edge systems, traffic exhibits strong spatial correlations among neighboring service regions and long-range temporal dependencies driven by user mobility and application behavior. Existing recurrent forecasting approaches can capture short-term dynamics but often struggle to model long-horizon traffic evolution under non-stationary conditions. To address this challenge, we propose a spatiotemporal graph Transformer framework that jointly models spatial interactions and temporal dependencies for traffic forecasting in edge computing. The framework employs graph neural networks to capture spatial correlations among service regions and leverages Transformer-based self-attention to learn long-range temporal patterns from historical traffic observations. By decoupling spatial representation learning from temporal reasoning, the proposed approach provides an effective mechanism for large-scale spatiotemporal traffic modeling. Extensive experiments on a real-world cellular network dataset demonstrate that the proposed graph Transformer consistently outperforms recurrent graph-based baselines, including GCN-RNN, GCN-LSTM, and GCN-GRU models, across multiple forecasting horizons. The resulting forecasts enable more effective proactive resource provisioning and reduce overload risk compared with reactive management strategies. These results highlight the potential of graph-enhanced attention mechanisms for building intelligent and adaptive edge computing systems.

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
Open access Jul 2026

TA-STGAT: A Spatio-Temporal Graph Attention Network for Edge-State Prediction in Vehicular Edge Computing

In dynamic Vehicular Edge Computing (VEC) environments, rapidly changing vehicle mobility and traffic lead to fluctuating edge resource demands, challenging task offloading and scheduling. Accurate prediction of future traffic flow and traffic-state-derived workload representations is thus crucial for proactive resource management. To address the limitations of existing methods in short-term dynamic characterization, complex spatial interaction modeling, and heterogeneous target prediction, this paper proposes a Spatio-Temporal Graph Attention Network (TA-STGAT). The proposed model constructs multi-dimensional RSU-level state sequences from simulated trajectories generated on a real-world road network and separately forecasts vehicle flow within RSU coverage areas and the associated traffic-state-derived workload representation under a unified spatio-temporal modeling framework. By integrating gated dilated temporal convolutions with a topology-constrained multi-head graph attention mechanism, the model captures multi-scale temporal dependencies and nonlinear spatial correlations. Experimental results show that, compared with the best-performing baseline in terms of RMSE for each forecasting task, TA-STGAT reduces RMSE by 10.89% and 11.29% in workload-representation prediction and traffic flow prediction, respectively, demonstrating its effectiveness for short-term edge-state forecasting.

Qiong Shi, Wenwen Cheng, Mengli Wang · 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
Open access Jul 2026

Recurrent Graph Neural Network Hybrid Model for Spatio-Temporal Traffic Flow Prediction in Intelligent Transportation Systems

TETRA is proposed, a hybrid spatio-temporal traffic forecasting model that integrates Graph Convolutional Networks (GCNs) with Extended Long Short-Term Memory (xLSTM) to capture complex multi-timescale temporal patterns, including congestion propagation and delayed recovery dynamics, which are not well represented by conventional recurrent models.

Norman Bereczki, Vilmos Simon · 0 citations
Open access Aug 2026

An enhanced dynamic spatiotemporal residual network with multi-scale gridding for network-scale traffic speed prediction

Network-scale traffic speed prediction plays a central role in signal timing, routing, traffic control and congestion management. However, existing methods face challenges in capturing complex spatiotemporal dependencies among road segments, and in achieving computational efficiency in large-scale urban networks. To address these challenges, we propose an enhanced Dynamic Spatiotemporal Residual Network (DST-ResNet) framework for network-scale traffic speed prediction. First, the method employs a multi-scale grid partitioning strategy to segment urban road networks at varying levels of granularity, enabling precise predictions at both local and global scales. Second, a dynamic convolution mechanism is introduced to integrate real-time traffic data with static road network features, allowing the model to adaptively capture the dynamic and heterogeneous characteristics of urban traffic. Then, a spatiotemporal attention mechanism is incorporated to capture sequential dependencies in traffic patterns, improving the accuracy and robustness of long-term traffic speed prediction. Last, we conduct experiments based on GPS trajectory data from taxis in Xi’an city, China. The results demonstrate that DST-ResNet outperforms five baseline models. The model maintains stable performance across five spatial resolutions, and a mask-aware retraining strategy reduces the average MSE by 49.65% under missing observations. Ablation studies confirm the contributions of dynamic convolution and attention mechanisms, while residual units mitigate the vanishing gradient problem, facilitating deeper network training.

Jialin Liu, Zhiyi Zhang, Zhiran Xu et al. · 0 citations