Spatial Support Matters: Geometry-Aware Graph Fusion for Rainfall Field Reconstruction
Summary
Fine-scale rainfall reconstruction is critical for urban flood modeling, but real rainfall sensing systems observe the field through incompatible spatial supports: gauges measure 0D points, microwave links measure 1D paths, and radar/satellite products measure 2D gridded areas. This paper proposes a geometry-aware multi-support heterogeneous graph neural network that represents each observation according to its support type as a distinct node layer. These layers are fused through cross-support message passing into a point-support prediction layer, enabling field reconstruction. An inductive masked-node formulation decouples prediction resolution from sensing resolution. On Singapore data, the method reduces RMSE by 23.2% over inverse-distance weighting and outperforms other neural architectures. A generalization study in Sydney, Australia, indicates that multi-support fusion provides the largest gains when the field is under-sampled relative to its spatial correlation length.
Key takeaway
For AI Scientists or Research Scientists developing environmental models, this work suggests that explicitly modeling sensor spatial support (0D, 1D, 2D) within graph neural networks significantly improves rainfall field reconstruction accuracy. You should consider geometry-aware graph fusion, especially when integrating diverse sensor types or working with under-sampled fields, to enhance model performance for applications like urban flood prediction.
Key insights
Geometry-aware graph fusion effectively reconstructs rainfall fields by integrating multi-support sensor data.
Principles
- Spatial support geometry impacts rainfall field reconstruction.
- Fusion gains depend on sampling density relative to correlation length.
- Decouple prediction resolution from sensing resolution.
Method
Represents 0D point, 1D line, and 2D grid observations as distinct node layers in a heterogeneous graph, fusing them via cross-support message passing for point-support prediction.
In practice
- Integrate gauge, microwave, and radar data for rainfall mapping.
- Apply to urban flood modeling requiring fine-scale rainfall.
- Reconstruct rainfall at custom target locations or grids.
Topics
- Rainfall Reconstruction
- Graph Neural Networks
- Spatial Support
- Heterogeneous Graphs
- Urban Flood Modeling
- Sensor Fusion
Best for: AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.