Papers › Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting
Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting
Yaguang Li, Rose Yu, Cyrus Shahabi, Yan Liu
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.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1707.01926")
Code
Syntology Ran 17 of 35 code samples harvested from 10 repositories linked to this paper; 18 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 2 ran · fixture could not drive it; 8 ran with no contract checked.
By repository: community (archive-listed): 33 samples from 10 repositories, 15 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
19 repositories listed; official and paper-mentioned ones first.
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
35 samples harvested; 17 ran; 1 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.
Licence: 15 of the 35 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.
Harvested from 10 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.
Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.
Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.
32b5a7d77b24b5cd · report
5e48426623092cf5 · report
319bce25c1ed1a8a · report
96ad06e5fe8cfc29 · report
e632670569333e9a · report
e33df6dc4211304d · report
8270d99929375ca3 · report
be2ba8673c35addb · report
2f342093fe5f43a5 · report
e6b81aabdda0144d · report
78617ea838ebf1d7 · report
e2aab04d03ce5b9e · report
c6093e02db929cdb · report
3f3635de6141a77f · report
72a2fa4a5c7ef95e · report
c7e0d424d1798692 · report
548b03f3de02c21d · report
9b1c6b146841f18a · report
54bfc4e9c5b17c5d · report
09f08f32064514b2 · report
2f656e5644089219 · report
4700d1a2b2f274c3 · report
ee4d8bb67da9cf12 · report
ba19e4968b2f19aa · report
ce2ff6a9f7c4ceb2 · report
81515332fcab2baf · report
4ff718f4bfb8cb58 · report
ac5645e8e8afed2e · report
bb2970e5be9064be · report
ab1351994a36a9d2 · report
c3fd95434a5fba9c · report
ad1013ddca6dfa78 · report
fde1716c2510a3a6 · report
e7b2e6a60daa42ca · report
f6b944f50d3f15ae · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Traffic Prediction | EXPY-TKY | DCRNN | 1 step MAE | 6.04 | #7 of 8 | Archive leaderboard | report |
| Traffic Prediction | EXPY-TKY | DCRNN | 3 step MAE | 6.85 | #7 of 8 | Archive leaderboard | report |
| Traffic Prediction | EXPY-TKY | DCRNN | 6 step MAE | 7.45 | #7 of 8 | Archive leaderboard | report |
| Traffic Prediction | METR-LA | DCRNN | MAE @ 12 step | 3.6 | #19 of 20 | Archive leaderboard | report |
| Traffic Prediction | METR-LA | DCRNN | MAE @ 3 step | 2.77 | #19 of 20 | Archive leaderboard | report |
| Traffic Prediction | PEMS-BAY | DCRNN | MAE @ 12 step | 2.07 | #15 of 16 | Archive leaderboard | report |
| Traffic Prediction | PEMS-BAY | DCRNN | RMSE | 4.74 | #15 of 16 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections