The Quo Vadis submission at Traffic4cast 2019
Dan Oneata, Cosmin George Alexandru, Marius Stanescu, Octavian Pascu,, Alexandru Magan, Adrian Postelnicu, Horia Cucu

TL;DR
This paper describes the Quo Vadis team's approach to the Traffic4cast 2019 challenge, using a temporal regression model with biases to incorporate seasonal patterns, achieving competitive results.
Contribution
Introduces a simple, efficient temporal regression model with biases for traffic prediction, and explores spatial correlation incorporation with limited success.
Findings
Biases improve model performance
Spatial correlations did not enhance results
Achieved 8th place in competition
Abstract
We describe the submission of the Quo Vadis team to the Traffic4cast competition, which was organized as part of the NeurIPS 2019 series of challenges. Our system consists of a temporal regression module, implemented as 2d convolutions, augmented with spatio-temporal biases. We have found that using biases is a straightforward and efficient way to include seasonal patterns and to improve the performance of the temporal regression model. Our implementation obtains a mean squared error of on the test data, placing us on the eight place team-wise. We also present our attempts at incorporating spatial correlations into the model; however, contrary to our expectations, adding this type of auxiliary information did not benefit the main system. Our code is available at https://github.com/danoneata/traffic4cast.
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
TopicsAnomaly Detection Techniques and Applications · Time Series Analysis and Forecasting · Generative Adversarial Networks and Image Synthesis
MethodsTest
