Spatiotemporal Decision Transformer for Traffic Coordination
Haoran Su, Yandong Sun, Hanxiao Deng
TL;DR
MADT reframes multi-agent traffic signal control as conditional sequence modeling by integrating graph attention with a Decision Transformer and return-to-go conditioning. This yields a spatiotemporal architecture that captures both network topology and dynamic traffic flow, enabling offline learning from historical data and potential online fine-tuning. It achieves state-of-the-art results across synthetic grids and real-world Atlanta and Boston networks, with 5.3–5.9% reductions in average travel time and 5.5–6.2% throughput gains over strong baselines, as well as significant improvements in coordination among adjacent intersections. The approach demonstrates robustness to data quality, favorable scaling within tested networks, and interpretable coordination patterns such as green waves and spillback prevention, highlighting practical potential for real-world deployment with careful safety and adaptation considerations.
Abstract
Traffic signal control is a critical challenge in urban transportation, requiring coordination among multiple intersections to optimize network-wide traffic flow. While reinforcement learning has shown promise for adaptive signal control, existing methods struggle with multi-agent coordination and sample efficiency. We introduce MADT (Multi-Agent Decision Transformer), a novel approach that reformulates multi-agent traffic signal control as a sequence modeling problem. MADT extends the Decision Transformer paradigm to multi-agent settings by incorporating: (1) a graph attention mechanism for modeling spatial dependencies between intersections, (2) a|temporal transformer encoder for capturing traffic dynamics, and (3) return-to-go conditioning for target performance specification. Our approach enables offline learning from historical traffic data, with architecture design that facilitates potential online fine-tuning. Experiments on synthetic grid networks and real-world traffic scenarios demonstrate that MADT achieves state-of-the-art performance, reducing average travel time by 5-6% compared to the strongest baseline while exhibiting superior coordination among adjacent intersections.
