LGNov 11, 2019

Building Effective Large-Scale Traffic State Prediction System: Traffic4cast Challenge Solution

arXiv:1911.05699v16 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses traffic management challenges for urban planners and researchers, but it is incremental as it builds on existing methods like U-net with adaptations for spatio-temporal data.

The study tackled the problem of large-scale traffic state prediction by designing a model that balances prediction performance with computational efficiency, achieving competitive results in the Traffic4cast Challenge.

How to build an effective large-scale traffic state prediction system is a challenging but highly valuable problem. This study focuses on the construction of an effective solution designed for spatio-temporal data to predict large-scale traffic state. Considering the large data size in Traffic4cast Challenge and our limited computational resources, we emphasize model design to achieve a relatively high prediction performance within acceptable running time. We adopt a structure similar to U-net and use a mask instead of spatial attention to address the data sparsity. Then, combined with the experience of time series prediction problem, we design a number of features, which are input into the model as different channels. Region cropping is used to decrease the difference between the size of the receptive field and the study area, and the models can be specially optimized for each sub-region. The fusion of interdisciplinary knowledge and experience is an emerging demand in classical traffic research. Several interdisciplinary studies we have been studying are also discussed in the Complementary Challenges. The source codes are available in https://github.com/wufanyou/traffic4cast-TLab.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes