ChatTraffic: Text-to-Traffic Generation via Diffusion Model
Chengyang Zhang, Yong Zhang, Qitan Shao, Bo Li, Yisheng Lv, Xinglin Piao, Baocai Yin
TL;DR
The paper addresses the challenge of predicting and generating realistic traffic states under abnormal events and long horizons by proposing Text-to-Traffic Generation (TTG). It introduces ChatTraffic, a diffusion-based model augmented with a Graph Convolutional Network to tie textual descriptions to road-network structure, trained on a large text–traffic dataset. Key contributions include the first diffusion-based TTG model, a multimodal dataset with over 20k text–traffic pairs, and comprehensive ablations showing GCN improves generation consistency and anomaly sensitivity. The approach enables scenario-aware traffic generation from text, offering practical benefits for ITS planning and management by simulating futures under various events and times.
Abstract
Traffic prediction is one of the most significant foundations in Intelligent Transportation Systems (ITS). Traditional traffic prediction methods rely only on historical traffic data to predict traffic trends and face two main challenges. 1) insensitivity to unusual events. 2) limited performance in long-term prediction. In this work, we explore how generative models combined with text describing the traffic system can be applied for traffic generation, and name the task Text-to-Traffic Generation (TTG). The key challenge of the TTG task is how to associate text with the spatial structure of the road network and traffic data for generating traffic situations. To this end, we propose ChatTraffic, the first diffusion model for text-to-traffic generation. To guarantee the consistency between synthetic and real data, we augment a diffusion model with the Graph Convolutional Network (GCN) to extract spatial correlations of traffic data. In addition, we construct a large dataset containing text-traffic pairs for the TTG task. We benchmarked our model qualitatively and quantitatively on the released dataset. The experimental results indicate that ChatTraffic can generate realistic traffic situations from the text. Our code and dataset are available at https://github.com/ChyaZhang/ChatTraffic.
