Traffic map prediction using UNet based deep convolutional neural network
Sungbin Choi

TL;DR
This paper presents a UNet-based deep convolutional neural network for short-term traffic prediction, achieving top performance on the Traffic4cast 2019 challenge by accurately forecasting traffic flow, heading, and speed across city maps.
Contribution
The paper introduces a novel UNet-based model with DenseNet-like connections for traffic prediction, demonstrating superior results on real-world city data.
Findings
Achieved best performance in Traffic4cast 2019 challenge
Effective prediction of traffic flow, heading, and speed
Model trained on diverse city datasets
Abstract
This paper describes our UNet based deep convolutional neural network approach on the Traffic4cast challenge 2019. Challenges task is to predict future traffic flow volume, heading and speed on high resolution whole city map. We used UNet based deep convolutional neural network to train predictive model for the short term traffic forecast. On each convolution block, layers are densely connected with subsequent layers like a DenseNet. Trained and evaluated on the real world data set collected from three distinct cities in the world, our method achieved best performance in this challenge.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Time Series Analysis and Forecasting · Anomaly Detection Techniques and Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Average Pooling · Concatenated Skip Connection · Global Average Pooling · Dense Block · Kaiming Initialization · 1x1 Convolution · Dropout
