Road network digital twins (RNDTs) play a critical role in the development of next-generation intelligent transportation systems, enabling more precise traffic planning and control. To support just-in-time (JIT) decision making, RNDTs require a model that dynamically learns the traffic patterns from online sensor data and generates high-fidelity simulation results. Although current traffic prediction techniques based on graph neural networks have achieved state-of-the-art performance, these techniques only predict future traffic by mining correlations in historical traffic data, disregarding the causes of traffic generation, such as traffic demands and route selection. Therefore, their performance is unreliable for JIT decision making. To fill this gap, we introduce a novel deep learning framework called TraffNet that learns the causality of traffic volume from vehicle trajectory data. First, we use a heterogeneous graph to represent the road network, allowing the model to incorporate causal features of traffic volumes. Next, motivated by the traffic domain knowledge, we propose a traffic causality learning method to learn an embedding vector that encodes travel demands and path-level dependencies for each road segment. Then, we model temporal dependencies to match the underlying process of traffic generation. Finally, the experiments verify the utility of TraffNet. The code of TraffNet is available at https://github.com/mayunyi-1999/TraffNet_code.git.
翻译:路网数字孪生(RNDTs)在下一代智能交通系统的发展中发挥着关键作用,能够实现更精准的交通规划与控制。为支持即时决策,RNDTs需要一种能够从在线传感器数据中动态学习交通模式并生成高保真仿真结果的模型。尽管当前基于图神经网络的交通预测技术已取得最先进性能,但这些技术仅通过挖掘历史交通数据的相关性来预测未来交通,忽视了交通生成的成因(如交通需求与路径选择),因此其性能在即时决策中不可靠。为填补这一空白,我们提出了一种名为TraffNet的新型深度学习框架,该框架能从车辆轨迹数据中学习交通流量的因果关系。首先,我们利用异构图表示路网,使模型能够整合交通流量的因果特征。其次,受交通领域知识的启发,我们提出了一种交通因果关系学习方法,为每个路段学习一个编码旅行需求与路径级依赖关系的嵌入向量。随后,我们建模时间依赖性以匹配交通生成的底层过程。最后,实验验证了TraffNet的有效性。TraffNet的代码已开源在https://github.com/mayunyi-1999/TraffNet_code.git。