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 Origin-Destination (OD) 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 volumes 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, inspired by the traffic domain knowledge, we propose a traffic causality learning method to learn an embedding vector that encodes OD 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)在下一代智能交通系统的发展中发挥着关键作用,能够实现更精确的交通规划与控制。为支持即时(JIT)决策,RNDT需要一种能够从在线传感器数据中动态学习交通模式并生成高保真仿真结果的模型。尽管当前基于图神经网络的交通预测技术已取得最先进性能,但这些技术仅通过挖掘历史交通数据中的相关性来预测未来交通,忽略了交通生成的成因(如起讫点(OD)需求和路径选择)。因此,其性能对JIT决策而言并不可靠。为填补这一空白,我们提出名为TraffNet的新型深度学习框架,该框架从车辆轨迹数据中学习交通流量的因果性。首先,我们使用异构图表示路网,使模型能够纳入交通流量的因果特征。其次,受交通领域知识启发,我们提出一种交通因果学习方法来学习嵌入向量,该向量为每个路段编码了OD需求与路径级依赖关系。接着,我们对时间依赖性进行建模以匹配交通生成的内在过程。最后,实验验证了TraffNet的有效性。TraffNet的代码可从https://github.com/mayunyi-1999/TraffNet_code.git获取。