Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.58 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.58 KB

Simpler is better: Multilevel Abstraction with Graph Convolutional Recurrent Neural Network Cells for Traffic Prediction

Montreal Street Level Traffic Data (MSLTD)

We present the Montreal street-level traffic dataset (MSLTD), which provides traffic speed over 15-minute intervals. The data was collected from street segments in Montreal, QC, Canada, during the six months from January 2019 to June 2019. The raw data is the historical travel time records on road segments provided by the City of Montreal.

The adjacency matrix corresponding to the road network is calculated based on the road segment information. The variable features are mapped to the nodes, and the static states are considered as the edges to have a fixed graph structure. Each road segment is represented as a node and contains information including its origin and destination detector IDs. If two roads share the same start or end points, then a connection is formed in the graph.

Dataset Coverage

(left) Montreal Street-level Traffic Dataset covering certain strategic road segments of Montreal.

(right) METR-LA dataset sensor distribution.

Multilevel Sequence-to-Sequence (MLS2S) Architecture for a 2-level encoder

alt text

The output from the last layer of each encoder is used to initialize the decoder. The number of encoder levels equals number of decoder layers.

Reference

https://arxiv.org/abs/2209.03858