LGMar 1, 2024

Graph Construction with Flexible Nodes for Traffic Demand Prediction

arXiv:2403.00276v23 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of handling complex and inhomogeneous data in free-floating traffic forecasting, offering a domain-specific solution for transportation systems.

The paper tackles the problem of inflexible graph construction for free-floating traffic demand prediction by introducing a novel density-based clustering algorithm (HDPC-L) to position nodes flexibly, resulting in average accuracy improvements of around 25% and 19.5% on two datasets and training time reductions of approximately 12% and 32.5%.

Graph neural networks (GNNs) have been widely applied in traffic demand prediction, and transportation modes can be divided into station-based mode and free-floating traffic mode. Existing research in traffic graph construction primarily relies on map matching to construct graphs based on the road network. However, the complexity and inhomogeneity of data distribution in free-floating traffic demand forecasting make road network matching inflexible. To tackle these challenges, this paper introduces a novel graph construction method tailored to free-floating traffic mode. We propose a novel density-based clustering algorithm (HDPC-L) to determine the flexible positioning of nodes in the graph, overcoming the computational bottlenecks of traditional clustering algorithms and enabling effective handling of large-scale datasets. Furthermore, we extract valuable information from ridership data to initialize the edge weights of GNNs. Comprehensive experiments on two real-world datasets, the Shenzhen bike-sharing dataset and the Haikou ride-hailing dataset, show that the method significantly improves the performance of the model. On average, our models show an improvement in accuracy of around 25\% and 19.5\% on the two datasets. Additionally, it significantly enhances computational efficiency, reducing training time by approximately 12% and 32.5% on the two datasets. We make our code available at https://github.com/houjinyan/HDPC-L-ODInit.

Foundations

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

Your Notes