Skip to main content
QUICK REVIEW

[论文解读] Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

Yaguang Li, Rose Yu|arXiv (Cornell University)|Jul 6, 2017
Traffic Prediction and Management Techniques参考文献 22被引用 503
一句话总结

引入 DCRNN,将基于扩散的图卷积应用于有向道路图,结合扩散 GRU 和带计划抽样的序列到序列训练,以预测交通速度,在真实数据集上优于基线。

ABSTRACT

Spatiotemporal forecasting has various applications in neuroscience, climate and transportation domain. Traffic forecasting is one canonical example of such learning task. The task is challenging due to (1) complex spatial dependency on road networks, (2) non-linear temporal dynamics with changing road conditions and (3) inherent difficulty of long-term forecasting. To address these challenges, we propose to model the traffic flow as a diffusion process on a directed graph and introduce Diffusion Convolutional Recurrent Neural Network (DCRNN), a deep learning framework for traffic forecasting that incorporates both spatial and temporal dependency in the traffic flow. Specifically, DCRNN captures the spatial dependency using bidirectional random walks on the graph, and the temporal dependency using the encoder-decoder architecture with scheduled sampling. We evaluate the framework on two real-world large scale road network traffic datasets and observe consistent improvement of 12% - 15% over state-of-the-art baselines.

研究动机与目标

  • 在具有非欧几里得、方向性空间依赖的道路网络上,激发时空交通预测的研究。
  • 使用 diffusion convolution 将有向图中的空间关系建模为扩散过程。
  • 在编码器-解码器框架中,使用扩散卷积的 GRU 捕捉时序动态。
  • 通过计划抽样改进长时域预测。
  • 在大型真实交通数据集上展示出色的性能。

提出的方法

  • 在表示道路传感器的加权有向图上定义交通预测。
  • 开发扩散卷积,通过带有 K 步的双向随机游走捕捉空间依赖。
  • 用扩散卷积替代标准 GRU 的乘法,以形成 DCGRU。
  • 使用带 DCGRU 单元的编码器-解码器序列到序列架构进行多步预测。
  • 引入计划抽样以对齐训练和测试分布。
  • 端到端训练以最大化未来时间序列的似然性。

实验结果

研究问题

  • RQ1扩散卷积在有向图上是否能够有效捕捉交通网络中的空间依赖?
  • RQ2将扩散卷积与循环序列到序列建模结合,是否能改进短期和长期交通预测?
  • RQ3双向扩散和计划抽样对预测准确性的影响是什么?
  • RQ4在真实道路网络上,DCRNN 相对于无向图或基于 ChebNet 的图卷积方法有何表现?

主要发现

  • DCRNN 在 METR-LA 和 PEMS-BAY 数据集的所有预测时段上均取得最佳性能。
  • 双向扩散相较单向扩散或不扩散的情况,提升了预测准确性。
  • 增加扩散滤波宽度(K)和更多单元在一定点上可以降低误差,超出此点后收益趋于饱和。
  • 带计划抽样的编码器-解码器在多步预测中减少了误差的传播。
  • 有向图建模在交通数据中优于无向图方法(如基于 ChebNet 的 GCRNN)。
  • 基于 DCGRU 的时序建模在常规 DCNN 和非时序基线方法之上,尤其在较长的预测时域表现更好。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。