Skip to content

zachysun/Taxi_Traffic_Benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Traffic Benchmark

Pipeline

Dataset

  • Shanghai Taxi
  • Note: This link has expired. The processed data is located in the "/data" directory.

Baseline

Proposed

[Paper]MA2GCN: Multi Adjacency relationship Attention Graph Convolutional Networks for Traffic Prediction using Trajectory data

Architecture Multi Adjacency relationship Attention mechanism

Related Links

Important Notes

  • The Shanghai Taxi Dataset rarely appears in traffic prediction tasks, so the six baselines above can be used as a reference.
  • The 'io_matrix' in code corresponds to the 'vehicle entry and exit matrix ' in ma2gcn paper. The 'io_adj' in code corresponds to the $A_{mo}$ in ma2gcn paper.
  • The six baselines can't use the mobility matrix as it's specificly used for proposed ma2gcn model.
  • Due to the mobility matrix is time sensitive, the dataset needs to be divided in chronological order and cannot be shuffled. For the six baselines, there is no such limit.
  • The proposed model is on arxiv.org. Now it can be seen as a simple technical report exploring the use of taxi trajectories for traffic prediction tasks. There's still significant potential for enhancement.

About

Taxi Traffic Speed/Flow Prediction Benchmark(based on Shanghai Taxi Dataset)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages