Greatriver commited on
Commit
e69b1c1
·
verified ·
1 Parent(s): baa3847

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - time-series-forecasting
5
+ language:
6
+ - en
7
+ tags:
8
+ - traffic_forecasting,
9
+ - drones
10
+ ---
11
+
12
+
13
+
14
+ # 🚥 SimBarca: Simulated Barcelona Traffic
15
+
16
+ This is the dataset accompanying https://github.com/Weijiang-Xiong/OpenSkyTraffic
17
+
18
+
19
+ # 📚 Publications and Citation
20
+
21
+ Weijiang Xiong, Robert Fonod, Alexandre Alahi and Nikolas Geroliminis, "Multi-Source Urban Traffic Flow Forecasting With Drone and Loop Detector Data," in IEEE Transactions on Intelligent Transportation Systems.
22
+ [[Paper]](https://ieeexplore.ieee.org/document/11174070)
23
+ [[Preprint]](https://arxiv.org/abs/2501.03492)
24
+ [[Exp. Config]](config/himsnet/HiMSNet.py)
25
+
26
+
27
+ Weijiang Xiong, Robert Fonod and Nikolas Geroliminis, "Unveiling Stochasticity: Universal Multi-modal Probabilistic Modeling for Traffic Forecasting", ArXiv preprint 2026.
28
+ [[Preprint]](https://arxiv.org/abs/2604.16084)
29
+ [[Exp. Config]](config/gwnet/GWNET_GMM.py)
30
+
31
+ ```
32
+ @ARTICLE{xiong2025himsnet,
33
+ author={Xiong, Weijiang and Fonod, Robert and Alahi, Alexandre and Geroliminis, Nikolas},
34
+ journal={IEEE Transactions on Intelligent Transportation Systems},
35
+ title={Multi-Source Urban Traffic Flow Forecasting With Drone and Loop Detector Data},
36
+ year={2025},
37
+ volume={26},
38
+ number={11},
39
+ pages={18637-18652},
40
+ doi={10.1109/TITS.2025.3605014}}
41
+ ```