AIApr 18, 2024

SGRU: A High-Performance Structured Gated Recurrent Unit for Traffic Flow Prediction

arXiv:2404.11854v18 citationsh-index: 1ICPADS
Originality Incremental advance
AI Analysis

This work addresses traffic flow prediction for smart cities, presenting an incremental improvement over existing methods.

The paper tackled traffic flow prediction by proposing SGRU, a structured gated recurrent unit model, which outperformed baseline models with average improvements of 11.7% to 18.6% on four datasets.

Traffic flow prediction is an essential task in constructing smart cities and is a typical Multivariate Time Series (MTS) Problem. Recent research has abandoned Gated Recurrent Units (GRU) and utilized dilated convolutions or temporal slicing for feature extraction, and they have the following drawbacks: (1) Dilated convolutions fail to capture the features of adjacent time steps, resulting in the loss of crucial transitional data. (2) The connections within the same temporal slice are strong, while the connections between different temporal slices are too loose. In light of these limitations, we emphasize the importance of analyzing a complete time series repeatedly and the crucial role of GRU in MTS. Therefore, we propose SGRU: Structured Gated Recurrent Units, which involve structured GRU layers and non-linear units, along with multiple layers of time embedding to enhance the model's fitting performance. We evaluate our approach on four publicly available California traffic datasets: PeMS03, PeMS04, PeMS07, and PeMS08 for regression prediction. Experimental results demonstrate that our model outperforms baseline models with average improvements of 11.7%, 18.6%, 18.5%, and 12.0% respectively.

Foundations

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

Your Notes