LGAIOct 30, 2022

Transposed Variational Auto-encoder with Intrinsic Feature Learning for Traffic Forecasting

arXiv:2211.00641v45 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This work addresses traffic forecasting for urban planning and management, but it is incremental as it builds on existing competition frameworks and methods.

The authors tackled traffic state prediction for future 15-minute intervals using vehicle counter data, introducing a Transposed Variational Auto-encoder with Graph Attention Networks and feature selection to handle missing data and sparse generalization, achieving first place in both challenges of the Traffic4cast 2022 competition.

In this technical report, we present our solutions to the Traffic4cast 2022 core challenge and extended challenge. In this competition, the participants are required to predict the traffic states for the future 15-minute based on the vehicle counter data in the previous hour. Compared to other competitions in the same series, this year focuses on the prediction of different data sources and sparse vertex-to-edge generalization. To address these issues, we introduce the Transposed Variational Auto-encoder (TVAE) model to reconstruct the missing data and Graph Attention Networks (GAT) to strengthen the correlations between learned representations. We further apply feature selection to learn traffic patterns from diverse but easily available data. Our solutions have ranked first in both challenges on the final leaderboard. The source code is available at \url{https://github.com/Daftstone/Traffic4cast}

Code Implementations2 repos
Foundations

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

Your Notes