Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Enhancing Topological Dependencies in Spatio-Temporal Graphs with Cycle Message Passing Blocks

About

Graph Neural Networks (GNNs) and Transformer-based models have been increasingly adopted to learn the complex vector representations of spatio-temporal graphs, capturing intricate spatio-temporal dependencies crucial for applications such as traffic datasets. Although many existing methods utilize multi-head attention mechanisms and message-passing neural networks (MPNNs) to capture both spatial and temporal relations, these approaches encode temporal and spatial relations independently, and reflect the graph's topological characteristics in a limited manner. In this work, we introduce the Cycle to Mixer (Cy2Mixer), a novel spatio-temporal GNN based on topological non-trivial invariants of spatio-temporal graphs with gated multi-layer perceptrons (gMLP). The Cy2Mixer is composed of three blocks based on MLPs: A temporal block for capturing temporal properties, a message-passing block for encapsulating spatial information, and a cycle message-passing block for enriching topological information through cyclic subgraphs. We bolster the effectiveness of Cy2Mixer with mathematical evidence emphasizing that our cycle message-passing block is capable of offering differentiated information to the deep learning model compared to the message-passing block. Furthermore, empirical evaluations substantiate the efficacy of the Cy2Mixer, demonstrating state-of-the-art performances across various spatio-temporal benchmark datasets. The source code is available at https://github.com/leemingo/cy2mixer.

Minho Lee, Yun Young Choi, Sun Woo Park, Seunghwan Lee, Joohwan Ko, Jaeyoung Hong• 2024

Related benchmarks

TaskDatasetResultRank
Traffic ForecastingPeMS08
RMSE23.22
242
Traffic ForecastingPeMS07
MAE19.45
152
Traffic ForecastingPeMS04
MAE18.14
63
Traffic ForecastingMETR-LA 30min horizon 6
MAE3.03
44
Traffic ForecastingMETR-LA Horizon 12 (60 min) (test)
MAE3.39
20
Traffic ForecastingMETR-LA Horizon 3 (15 min) (test)
MAE2.7
20
Traffic Flow PredictionTDrive
MAPE13.56
15
Traffic Flow PredictionCHBike
MAPE29.2
15
Traffic Flow PredictionNYTaxi
Mean Absolute Error12.59
8
Air pollution predictionKnowAir 4-year (Sub-dataset 1)
RMSE19.34
7
Showing 10 of 12 rows

Other info

Follow for update