Khái niệm cốt lõi
A novel multi-granularity framework that enhances the capture of long-distance and long-term dependencies in traffic networks, enabling accurate and robust traffic forecasting.
Tóm tắt
The paper introduces a Spatial-Temporal Multi-Granularity Framework (STMGF) to address the challenges in accurate traffic prediction. The key components of STMGF are:
-
Multi-granularity spatial-temporal data construction:
- Hierarchical clustering to extract spatial information at different granularities (sensors, blocks, urban areas)
- Temporal aggregation to capture long-term dependencies with fewer prediction hops
- Multi-granularity time interval embedding to model temporal periodicity
-
Multi-granularity prediction:
- Using STGNN-based models for prediction at different spatial and temporal granularities
- Spatial granularity transformation to leverage coarse-grained predictions to refine fine-grained ones
- Temporal fusion to combine predictions from different granularities
-
Historical pattern matching:
- Encoding historical traffic data sequences
- Matching recent data with historical patterns to selectively extract valuable periodic information
- Weighting historical patterns to refine the final prediction
The experiments on two real-world datasets (METR-LA and PEMS08) demonstrate that STMGF outperforms various baseline methods, especially in long-term traffic forecasting. The ablation study further validates the effectiveness of the key components in STMGF.
Thống kê
The traffic network contains N sensors and their connectivity relationships.
The input traffic signal tensor X has dimensions (T, N, C), where T is the number of recent time slices, N is the number of sensors, and C is the number of traffic variables (e.g., speed, flow, occupancy).
The objective is to forecast the future traffic signal tensor Y with dimensions (T', N, C), where T' is the number of future time slices.
Trích dẫn
"Accurate Traffic Prediction is a challenging task in intelligent transportation due to the spatial-temporal aspects of road networks."
"We design a spatial multi-granularity mechanism to enhance the capturing of long-distance dependencies by categorizing the traffic network into sensors, blocks, and urban functional areas."
"We propose a time aggregation based temporal multi-granularity method which synchronizes with spatial multi-granularity."
"We design a matching mechanism between historical data and recent data to selectively extract historical patterns."