Table of Contents
Fetching ...

Reinforcement Learning-Guided Dynamic Multi-Graph Fusion for Evacuation Traffic Prediction

Md Nafees Fuad Rafi, Samiul Hasan

TL;DR

The paper tackles real-time evacuation traffic forecasting amid hurricanes, addressing limitations of static graphs and opaque feature influence. It proposes RL-DMF, a framework that fuses two dynamic graphs—distance-based and travel-time-based—via an attention mechanism and augments it with RL-IFSR, a Double Deep Q-Network that masks input features to produce an implicit feature ranking. Evaluated on Florida hurricane data (2016–2024), including Milton and Ian, RL-DMF achieves superior accuracy across 1–6 hour horizons and demonstrates strong generalization to unseen events, outperforming LSTM, CNN-LSTM, and static/dynamic GCN baselines. The approach offers actionable, interpretable predictions for evacuation planning and policy decisions (e.g., contraflow, shoulder use) without requiring retraining for new hurricanes, though its data-centric Florida scope suggests avenues for broader regional adaptation.

Abstract

Real-time traffic prediction is critical for managing transportation systems during hurricane evacuations. Although data-driven graph-learning models have demonstrated strong capabilities in capturing the complex spatiotemporal dynamics of evacuation traffic at a network level, they mostly consider a single dimension (e.g., travel-time or distance) to construct the underlying graph. Furthermore, these models often lack interpretability, offering little insight into which input variables contribute most to their predictive performance. To overcome these limitations, we develop a novel Reinforcement Learning-guided Dynamic Multi-Graph Fusion (RL-DMF) framework for evacuation traffic prediction. We construct multiple dynamic graphs at each time step to represent heterogeneous spatiotemporal relationships between traffic detectors. A dynamic multi-graph fusion (DMF) module is employed to adaptively learn and combine information from these graphs. To enhance model interpretability, we introduce RL-based intelligent feature selection and ranking (RL-IFSR) method that learns to mask irrelevant features during model training. The model is evaluated using a real-world dataset of 12 hurricanes affecting Florida from 2016 to 2024. For an unseen hurricane (Milton, 2024), the model achieves a 95% accuracy (RMSE = 293.9) for predicting the next 1-hour traffic flow. Moreover, the model can forecast traffic flow for up to next 6 hours with 90% accuracy (RMSE = 426.4). The RL-DMF framework outperforms several state-of-the-art traffic prediction models. Furthermore, ablation experiments confirm the effectiveness of dynamic multi-graph fusion and RL-IFSR approaches for improving model performance. This research provides a generalized and interpretable model for real-time evacuation traffic forecasting, with significant implications for evacuation traffic management.

Reinforcement Learning-Guided Dynamic Multi-Graph Fusion for Evacuation Traffic Prediction

TL;DR

The paper tackles real-time evacuation traffic forecasting amid hurricanes, addressing limitations of static graphs and opaque feature influence. It proposes RL-DMF, a framework that fuses two dynamic graphs—distance-based and travel-time-based—via an attention mechanism and augments it with RL-IFSR, a Double Deep Q-Network that masks input features to produce an implicit feature ranking. Evaluated on Florida hurricane data (2016–2024), including Milton and Ian, RL-DMF achieves superior accuracy across 1–6 hour horizons and demonstrates strong generalization to unseen events, outperforming LSTM, CNN-LSTM, and static/dynamic GCN baselines. The approach offers actionable, interpretable predictions for evacuation planning and policy decisions (e.g., contraflow, shoulder use) without requiring retraining for new hurricanes, though its data-centric Florida scope suggests avenues for broader regional adaptation.

Abstract

Real-time traffic prediction is critical for managing transportation systems during hurricane evacuations. Although data-driven graph-learning models have demonstrated strong capabilities in capturing the complex spatiotemporal dynamics of evacuation traffic at a network level, they mostly consider a single dimension (e.g., travel-time or distance) to construct the underlying graph. Furthermore, these models often lack interpretability, offering little insight into which input variables contribute most to their predictive performance. To overcome these limitations, we develop a novel Reinforcement Learning-guided Dynamic Multi-Graph Fusion (RL-DMF) framework for evacuation traffic prediction. We construct multiple dynamic graphs at each time step to represent heterogeneous spatiotemporal relationships between traffic detectors. A dynamic multi-graph fusion (DMF) module is employed to adaptively learn and combine information from these graphs. To enhance model interpretability, we introduce RL-based intelligent feature selection and ranking (RL-IFSR) method that learns to mask irrelevant features during model training. The model is evaluated using a real-world dataset of 12 hurricanes affecting Florida from 2016 to 2024. For an unseen hurricane (Milton, 2024), the model achieves a 95% accuracy (RMSE = 293.9) for predicting the next 1-hour traffic flow. Moreover, the model can forecast traffic flow for up to next 6 hours with 90% accuracy (RMSE = 426.4). The RL-DMF framework outperforms several state-of-the-art traffic prediction models. Furthermore, ablation experiments confirm the effectiveness of dynamic multi-graph fusion and RL-IFSR approaches for improving model performance. This research provides a generalized and interpretable model for real-time evacuation traffic forecasting, with significant implications for evacuation traffic management.
Paper Structure (10 sections, 24 equations, 9 figures, 7 tables)

This paper contains 10 sections, 24 equations, 9 figures, 7 tables.

Figures (9)

  • Figure 1: Traffic detectors and hurricane paths in Florida
  • Figure 2: Dynamic Multi-Graph Fusion (DMF) Framework
  • Figure 3: The Proposed RL-Guided Dynamic Multi-Graph Fusion (RL-DMF) Framework
  • Figure 4: Comparison between actual and predicted traffic flows for 1-hour to 6-hour prediction horizons during Milton
  • Figure 5: Detector-wise comparison of average actual and predicted flow for 1-hour to 6-hour prediction horizons during Milton
  • ...and 4 more figures