LGAIJan 7, 2025

MHGNet: Multi-Heterogeneous Graph Neural Network for Traffic Prediction

arXiv:2501.03635v12 citationsh-index: 2ICASSP
Originality Incremental advance
AI Analysis

This addresses traffic prediction for intelligent transportation systems, offering an incremental improvement over existing graph-based methods.

The paper tackles traffic flow prediction by proposing MHGNet, a multi-heterogeneous graph neural network framework that captures complex spatiotemporal patterns, achieving superior performance on four benchmarks.

In recent years, traffic flow prediction has played a crucial role in the management of intelligent transportation systems. However, traditional forecasting methods often model non-Euclidean low-dimensional traffic data as a simple graph with single-type nodes and edges, failing to capture similar trends among nodes of the same type. To address this limitation, this paper proposes MHGNet, a novel framework for modeling spatiotemporal multi-heterogeneous graphs. Within this framework, the STD Module decouples single-pattern traffic data into multi-pattern traffic data through feature mappings of timestamp embedding matrices and node embedding matrices. Subsequently, the Node Clusterer leverages the Euclidean distance between nodes and different types of limit points to perform clustering with O(N) time complexity. The nodes within each cluster undergo residual subgraph convolution within the spatiotemporal fusion subgraphs generated by the DSTGG Module, followed by processing in the SIE Module for node repositioning and redistribution of weights. To validate the effectiveness of MHGNet, this paper conducts extensive ablation studies and quantitative evaluations on four widely used benchmarks, demonstrating its superior performance.

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