Traffic MAP Prediction in Python

Traffic MAP Prediction in Python

Abstract.

This paper describes our UNet based deep convolutional neural net-work approach on the Traffic4cast challenge 2019. Challenge’s 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.