LGNov 13, 2022

Similarity-based Feature Extraction for Large-scale Sparse Traffic Forecasting

arXiv:2211.07031v12 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of predicting citywide traffic states using publicly available sparse data, which is important for intelligent transportation systems, though it appears incremental as it builds on existing competition frameworks.

The authors tackled the problem of large-scale sparse traffic forecasting for travel time estimation by developing a similarity-based feature extraction method with multiple nearest neighbor filters, achieving second place in the NeurIPS 2022 Traffic4cast challenge and outperforming graph-neural-network-based solutions on three cities.

Short-term traffic forecasting is an extensively studied topic in the field of intelligent transportation system. However, most existing forecasting systems are limited by the requirement of real-time probe vehicle data because of their formulation as a time series forecasting problem. Towards this issue, the NeurIPS 2022 Traffic4cast challenge is dedicated to predicting the citywide traffic states with publicly available sparse loop count data. This technical report introduces our second-place winning solution to the extended challenge of ETA prediction. We present a similarity-based feature extraction method using multiple nearest neighbor (NN) filters. Similarity-based features, static features, node flow features and combined features of segments are extracted for training the gradient boosting decision tree model. Experimental results on three cities (including London, Madrid and Melbourne) demonstrate the strong predictive performance of our approach, which outperforms a number of graph-neural-network-based solutions in the task of travel time estimation. The source code is available at \url{https://github.com/c-lyu/Traffic4Cast2022-TSE}.

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