LGOct 31, 2022

Large scale traffic forecasting with gradient boosting, Traffic4cast 2022 challenge

arXiv:2211.00157v13 citationsh-index: 3Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses traffic prediction for urban mobility planning, but it is incremental as it applies an existing method (gradient boosting) to a new competition format.

The authors tackled the Traffic4cast 2022 challenge by developing a gradient-boosted decision tree model with PCA for traffic forecasting on road graph edges, achieving second place in the competition.

Accurate traffic forecasting is of the utmost importance for optimal travel planning and for efficient city mobility. IARAI (The Institute of Advanced Research in Artificial Intelligence) organizes Traffic4cast, a yearly traffic prediction competition based on real-life data [https://www.iarai.ac.at/traffic4cast/], aiming to leverage artificial intelligence advances for producing accurate traffic estimates. We present our solution to the IARAI Traffic4cast 2022 competition, in which the goal is to develop algorithms for predicting road graph edge congestion classes and supersegment-level travel times. In contrast to the previous years, this year's competition focuses on modelling graph edge level behaviour, rather than more coarse aggregated grid-based traffic movies. Due to this, we leverage a method familiar from tabular data modelling -- gradient-boosted decision tree ensembles. We reduce the dimensionality of the input data representing traffic counters with the help of the classic PCA method and feed it as input to a LightGBM model. This simple, fast, and scalable technique allowed us to win second place in the core competition. The source code and references to trained model files and submissions are available at https://github.com/skandium/t4c22 .

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