Accelerating Flood Warnings by 10 Hours: The Power of River Network Topology in AI-enhanced Flood Forecasting
Hongjun Wang, Jiyuan Chen, Yinqiang Zheng, Xuan Song
TL;DR
The study addresses the underutilization of river network topology in GNN-based flood forecasting, which stems from over-squashing in tree-like river networks and high resistance distances $R_{u,v}$. It introduces a dense graph transformation using a Gaussian kernel on inter-node distances, with $\mathcal{D}_{i,j} = \exp(-||d_{i,j}||^2/(2\sigma^2))$, to densify connections and lower effective resistance, enabling GNNs to capture distal river interactions. Across six GNN architectures, the dense topology yields superior long-horizon predictive performance, achieving 24-hour forecasts whose accuracy rivals EA-LSTM's 14-hour forecasts (a 71% improvement in horizon) and providing an average lead-time advantage of about 10 hours over the baseline. The approach demonstrates that appropriately dense, topology-aware representations can significantly enhance early flood warning capabilities, especially for rare, large-spike events, and suggests hybrid modeling opportunities that balance topology with attention mechanisms for varying hydrological conditions.
Abstract
Climate change-driven floods demand advanced forecasting models, yet Graph Neural Networks (GNNs) underutilize river network topology due to tree-like structures causing over-squashing from high node resistance distances. This study identifies this limitation and introduces a reachability-based graph transformation to densify topological connections, reducing resistance distances. Empirical tests show transformed-GNNs outperform EA-LSTM in extreme flood prediction, achieving 24-h water level accuracy equivalent to EA-LSTM's 14-h forecasts - a 71% improvement in long-term predictive horizon. The dense graph retains flow dynamics across hierarchical river branches, enabling GNNs to capture distal node interactions critical for rare flood events. This topological innovation bridges the gap between river network structure and GNN modeling, offering a scalable framework for early warning systems.
