LGAIAug 29, 2023

A Comparative Study of Loss Functions: Traffic Predictions in Regular and Congestion Scenarios

arXiv:2308.15464v14 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the need for reliable AI in traffic management by improving congestion forecasting, though it is incremental as it focuses on loss function adaptations.

The paper tackled the problem of traffic congestion forecasting by exploring loss functions for spatiotemporal graph neural networks, finding that MAE-Focal Loss and Gumbel Loss improved accuracy in congestion scenarios without harming regular traffic forecasts.

Spatiotemporal graph neural networks have achieved state-of-the-art performance in traffic forecasting. However, they often struggle to forecast congestion accurately due to the limitations of traditional loss functions. While accurate forecasting of regular traffic conditions is crucial, a reliable AI system must also accurately forecast congestion scenarios to maintain safe and efficient transportation. In this paper, we explore various loss functions inspired by heavy tail analysis and imbalanced classification problems to address this issue. We evaluate the efficacy of these loss functions in forecasting traffic speed, with an emphasis on congestion scenarios. Through extensive experiments on real-world traffic datasets, we discovered that when optimizing for Mean Absolute Error (MAE), the MAE-Focal Loss function stands out as the most effective. When optimizing Mean Squared Error (MSE), Gumbel Loss proves to be the superior choice. These choices effectively forecast traffic congestion events without compromising the accuracy of regular traffic speed forecasts. This research enhances deep learning models' capabilities in forecasting sudden speed changes due to congestion and underscores the need for more research in this direction. By elevating the accuracy of congestion forecasting, we advocate for AI systems that are reliable, secure, and resilient in practical traffic management scenarios.

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