DELUGE: Towards Continental-Scale Daily Pluvial Flood Damage Prediction via Interpretable Conditioning on Foundation Model Embeddings


Abstract

Pluvial (rainfall-driven) flooding accounts for 45% of National Flood Insurance Program (NFIP) claims in the United States and is harder to predict than its riverine and coastal counterparts, with existing approaches limited to coarse resolution, regional domains, or computationally intensive process-based models unsuitable for daily continental-scale use. We present DELUGE, a multimodal deep learning framework for daily pluvial flood damage prediction at \({\sim}1\) km resolution and national scale, trained on spatially and temporally corrected NFIP claims (2017–2022) and structured around the hazard, exposure, and vulnerability components of disaster risk. Rather than blanket coverage of the Conterminous United States (CONUS), we model the top 100 highest-claim 75 km cells, distributed nationwide and accounting for \(81\%\) of total pluvial flood claims. Our architectural novelty is a pair of parametric modules in the hydrometeorology branch, a Value Modulator and a Temporal Modulator, conditioned on terrain descriptors and AlphaEarth foundation-model embeddings, that expose directly inspectable hydrological response parameters and provide architecture-level interpretability-by-design. Under a spatial block holdout, DELUGE outperforms tuned Random Forest, XGBoost, and LightGBM baselines by 9% to 30% on a dollar-weighted area under the precision-recall curve (PR-AUC), a metric that emphasizes the rare, high-cost claims of greatest operational interest. Beyond DELUGE, we argue this interpretable conditioning scheme is a transferable pattern for integrating foundation-model embeddings into other geospatial prediction tasks.

<ccs2012> <concept> <concept_id>10010147.10010341.10010342</concept_id> <concept_desc>Computing methodologies Model development and analysis</concept_desc> <concept_significance>500</concept_significance> </concept> <concept> <concept_id>10010405.10010432.10010437</concept_id> <concept_desc>Applied computing Earth and atmospheric sciences</concept_desc> <concept_significance>500</concept_significance> </concept> </ccs2012>

1 Introduction↩︎

Flooding is among the costliest natural hazards in the conterminous United States (CONUS) [1], with damage dynamics that vary sharply by topography, drainage infrastructure, and climate regime [2]. Among flood types, pluvial flooding (inundation driven by intense rainfall exceeding local drainage capacity) is a particularly difficult prediction target [3], [4]. Anticipating pluvial damage at a resolution operationally meaningful to insurers, emergency managers, and municipal planners is both an open scientific problem and is of immediate societal value.

Despite this urgency, pluvial flood damage prediction lags behind its riverine and coastal counterparts [3]. Riverine flooding benefits from a dense network of stream gauges that provide a relatively clean, continuous training signal [5], [6], and coastal flooding is similarly well-tracked by tide and surge gauges [7], [8]. Pluvial flooding, on the other hand, has a noisy observational backbone, and its damage signal lives in scattered insurance claims [9] and citizen reports [10], [11], each carrying nontrivial spatial and temporal uncertainty. CONUS-scale pluvial products do exist, but they occupy a different operating regime than ours. FEMA flood maps [12] are static delineations of long-term flood hazard zones rather than dynamic estimates of damage, while CONUS-scale hydrodynamic models [7], [13] simulate physical inundation at high fidelity but are computationally heavy and produced for fixed design scenarios rather than on a daily basis. Neither delivers a lightweight, daily, \({\sim}1\) km prediction of insured pluvial damage, the regime we target.

We close this gap with DELUGE (Daily Estimation of pLUvial flood damaGE), to our knowledge the first end-to-end learned system to predict daily, \({\sim}1\) km insured pluvial flood damage across the highest-claim regions of CONUS through interpretable conditioning on Earth-observation foundation-model embeddings. DELUGE is a multimodal CNN whose local inductive bias matches the locally driven nature of pluvial dynamics, in contrast to the catchment-scale connectivity behind GNN-based riverine approaches [14], [15]. We train DELUGE on NFIP claims as a damage proxy, after applying temporal and spatial uncertainty corrections that refine each claim’s timing and footprint. Under a spatial block holdout protocol that partitions 75 km grid cells into a train/test split, DELUGE achieves a PR-AUC of \(0.24\), well above the \(0.0025\) no-skill baseline implied by the task’s \(0.25\%\) positive rate, and outperforms tuned Random Forest, XGBoost, and LightGBM baselines commonly used in claims-based flood-damage prediction, with the largest gains on high-cost claims.

Beyond its predictive performance, DELUGE’s architectural novelty lies in two parametric modules within the hydrometeorology branch. The Value Modulator learns a per-sample monotone warp of each hydrometeorological input, and the Temporal Modulator learns a per-sample temporal-response kernel that causally convolves the hydrometeorological time series. Both modules are conditioned on local place characteristics, encoded through terrain descriptors and Google AlphaEarth foundation-model embeddings [16], which supply a dense, learned representation of the built and natural environment that varies continuously across CONUS.

Rather than concatenating these embeddings into a black-box encoder, we route them through the physics-shaped modulators, whose parameters carry direct hydrological meaning such as response peak lag in hours and decay timescale. This makes the modulators a principled and interpretable way to consume an otherwise opaque foundation embedding, yielding interpretability-by-design [17] where ConvLSTM or Transformer-style encoders would require post-hoc attribution approximations like SHAP [18]. Thus our interpretability is at the architecture level, exposing the per-location hydrological response DELUGE has learned, rather than a per-prediction explanation. Our main contributions are:

  1. DELUGE, the first end-to-end learned system for daily pluvial flood damage prediction at \({\sim}1\) km across the highest-claim regions of CONUS, outperforming tree-based baselines standard in the pluvial flood prediction literature, with the largest gains on high-cost claims.

  2. Two uncertainty-correction procedures for NFIP claims, a precipitation guided correction of claim dates and a spatial refinement that intersects redacted geographies to localize damage to higher resolution.

  3. The Value Modulator and Temporal Modulator, terrain- and AlphaEarth-conditioned parametric modules whose learned per-patch parameters are themselves hydrologically meaningful, yielding interpretability-by-design of Geospatial Foundation Model integration.

  4. Inspection of the learned modulator parameters via geography-blind clustering, showing they recover hydrologically coherent regimes consistent with physical expectation.

2 Related Works↩︎

2.0.0.1 Flood Hazard Modeling and Process-Based Approaches

Flood risk mapping has traditionally relied on process-based hydrological and hydraulic models that simulate fluid physics over high-resolution topography [19], [20]. These models underpin FEMA flood maps and CONUS-scale ambient-flood products [7], [12], [13], [21], providing 30 m-to-street-level inundation footprints valuable for insurance and long-term planning, often at decadal scales. For damage estimation specifically, the insurance industry has developed catastrophe (CAT) models that integrate hazard, exposure, and vulnerability for detailed risk assessment [22]. However, neither of these approaches is suited to daily, dynamic damage prediction. Ambient-flood products characterize long-run risk rather than the daily prediction, and CAT models are computationally expensive to run at scale [15], [23].

2.0.0.2 Machine Learning for Flood Prediction

Machine learning approaches address the operational gap left by process-based models by learning directly from large archives of hydrological, topographical, and socioeconomic data [24][27]. Tabular tree-based methods (Random Forest, XGBoost, LightGBM) are the dominant choice in the flood damage prediction literature [8], [25], [26], [28], typically operating on aggregated features at the county or grid-cell level. A parallel line of work applies sequence and graph models (LSTM, GNN) to riverine and flash-flood prediction [6], [14], [15], [29][31], achieving strong results, but the targets are typically river gauge measurements or hazard indicators rather than insured damage directly. A further body of remote-sensing work maps flood extent from satellite imagery [10], [32], [33], but likewise recovers inundation footprints rather than damage. Among damage-targeted ML works, most are constrained to regional domains (a single county, or city) where local data permit detailed modeling [34][36], leaving the CONUS-wide daily pluvial damage problem largely unaddressed.

2.0.0.3 Pluvial Flood Damage Prediction from Claims

Pluvial flooding is a particularly difficult prediction target [3], [4], due to the highly localized natures of impacts and lack the dense observational infrastructure of stream and tide gauges that supports riverine and coastal flood predictions. NFIP claims are the most comprehensive source of insured pluvial damage in the United States [9] and have become the de facto damage signal for data-driven CONUS-scale work [8], [28]. However, claims data are known to carry nontrivial spatial and temporal uncertainty. Data redaction to protect personally identifiable information limits localization to Census Tract or ZIP polygons, reported dates frequently misalign with precipitation events due to reporting lags and mislabeling [37][39], and uninsured losses are systematically absent (\(2/3\) of total losses [40]). Past work has largely treated these uncertainties as fixed properties of the dataset. Here, we instead build an explicit temporal and spatial uncertainty correction pipeline (§3.1.1, §3.1.2) to refine each claim before it enters the model, which we view as a prerequisite for using NFIP claims as a daily training signal.

2.0.0.4 GeoAI Foundation Models and Interpretability

Earth-observation foundation models are increasingly becoming backbones of geospatial analysis tasks [41][43]. Efforts like Google AlphaEarth [16] provide dense, high-resolution learned embeddings that implicitly encode the built and natural environment and spatial context. A growing body of work also probes what these embeddings represent about physical space [44][46]. However, less attention has been paid to how downstream models should consume them. The default pattern, which is to concatenate embeddings into a black-box encoder, makes it difficult to verify whether the geospatial prior is being used in a physically meaningful way. This raises the same interpretability concerns that motivate broader calls for explainable GeoAI [43], [47][49] and interpretable flood models [30], and that Rudin [17] has addressed by advocating inherently interpretable architectures over post-hoc attribution. DELUGE’s interpretable conditioning modules are designed to fill exactly this gap. Rather than treating foundation-model embeddings as opaque feature vectors, we route them through parametric, physics-shaped modules whose learned parameters are themselves hydrologically meaningful and inspectable.

3 Data↩︎

3.1 Prediction Target: FIMA NFIP Claims↩︎

Our prediction target is derived from the OpenFEMA FIMA NFIP Redacted Claims Dataset v2 [9], which records every NFIP insurance claim filed under the National Flood Insurance Program, including the reported dateOfLoss, redacted location (Census Tract, ZIP code, and nearest \(0.1^{\circ}\times 0.1^{\circ}\) grid cell), causeOfDamage category, and paid amounts for building and contents coverage. As we target pluvial claims, we filter the dataset to include only those claims defined as causeOfDamage = Accumulation of rainfall or snowmelt, which serve as the supervisory signal for our prediction task. NFIP data, while the most comprehensive source of insured flood damage in CONUS, is known to have uncertainties and errors in both space and time [37][39]. To improve learning dynamics and model validation, we apply two correction methods, temporal and spatial, to mitigate these uncertainties.

3.1.1 Temporal Uncertainty Correction↩︎

The dateOfLoss field in the NFIP claims data is known to be noisy where reported dates of loss often fail to align with precipitation events in the historical precipitation records. These discrepancies may arise from reporting lags, human error during claim filing, and misclassification of causeOfDamage, where fluvial or coastal damages are mislabeled as pluvial [38]. To mitigate this noise, we apply the following correction to the dateOfLoss field \(d\):

  1. Compute the daily maximum hourly accumulated precipitation from NOAA AORC [50] for day \(d\) at the location of the claim.

  2. If the daily maximum hourly accumulated precipitation on day \(d\) exceeds 10 mm, accept dateOfLoss as reported.

  3. Otherwise, search the window \(d' \in \{d-3, \ldots, d+3\}\) and select the day with the largest daily maximum hourly precipitation. If this maximum exceeds 10 mm, update dateOfLoss to \(d'\).

  4. If no day’s daily maximum hourly precipitation in the window exceeds 10 mm, discard the claim as erroneous.

We adopt 10 mm as a conservative threshold for maximum hourly accumulated precipitation, sitting between two reference points. National Weather Service Flash Flood Guidance (FFG) thresholds are most predictive for most areas when hourly precipitation exceeds \(25.4\) mm [51], while the American Meteorological Society’s Glossary of Meteorology defines heavy precipitation as 7.62 mm in one hour [52]. With this processing, \(81.1\%\) of claims are accepted as reported, \(12.9\%\) are shifted within \(\pm 3\) days, and \(6.0\%\) are discarded. We place the full table of date shifts in the Appendix.

3.1.2 Spatial Uncertainty Correction↩︎

The address-level claims data is not publicly available and the redacted claims data is only identifiable by its Census Tract, Zip Code and the nearest \(0.1^{\circ}\times 0.1^{\circ}\) degree cell. To mitigate this spatial uncertainty of the location of the claim, for every claim, we retrieve the intersection of the reported Census Tract, Zip Code, and the \(0.1^{\circ}\times 0.1^{\circ}\) cell centered on the reported coordinate, yielding a polygon for each claim. After this spatial uncertainty correction, our median polygon area for each claim is \(\sim1.7\)km\(^2\) with a mean area of \(\sim7.7\)km\(^2\) due to a significant right tail of large rural polygons.

3.2 Study Region and Period↩︎

We segment CONUS into 75\(\times\)​75 km grid cells and select the top 100 cells by pluvial NFIP damage claim count, yielding a nationally distributed set of the most flood-affected regions rather than blanket coverage of CONUS. These cells span CONUS, while concentrating in the Northeast and Gulf regions of the United States (Fig. 1), and together account for \(\sim\)​81% of all pluvial NFIP claims from 2017–2022. Extending to the top 200 cells would raise claim coverage only modestly to \(\sim\)​91% while roughly doubling the dataset, so we adopt the top 100 as a balance between capturing the large majority of pluvial claims and keeping storage and compute tractable. Within each 75\(\times\)​75 km grid cell, we further discretize space into a 64\(\times\)​64 raster of pixels (\(\sim\)​1.17 km on a side), which constitute the unit of spatial prediction throughout the remainder of the paper. We restrict our study period to 2017–2022, the longest contiguous interval over which all data sources have full-year coverage.

Figure 1: Our study region in blue. We select the Top 100 75\times​75 km grid cells for NFIP pluvial flood damage claims, accounting for \sim​81% of claims from 2017–2022. After rasterizing NFIP claims (see §3.1.1,§3.1.2), training samples take the form of (pixel, day) tuples, and DELUGE takes input a \sim​8x8km patch centered around the pixel as spatial context.

3.3 Dataset Construction↩︎

The unit of binary prediction is a (pixel, day) tuple over our study region and period, i.e., was there a pluvial NFIP damage claim reported at pixel \(p\) on day \(d\)? First to collect our positive class, we rasterize each claim’s spatial-uncertainty polygon (§3.1.2) onto the 64\(\times\)​64 grid, labeling every intersecting pixel as positive. To prevent claims with large polygons from dominating the loss, we associate each claim with a confidence score: \(c_{claim} = \min(1,\, A_{\text{pix}}/A_{\text{claim}})\) with \(A_{\text{pix}} = 1.17^{2}\) km\(^{2}\). To account for pixels with many intersecting claims, we calculate and define our confidence at each pixel \(c_{pixel}\) as the complement of the product of each claim’s confidence score: \(c_{pixel} = 1 - \prod_{i\in\text{claim}}(1 - c_i)\). This operation captures the intuition that multiple claims intersecting a pixel should increase the confidence of a claim for that pixel.

For the negative class, exhaustively enumerating every pixel-day in our study period would yield a label distribution dominated by trivially negative dry days, further exacerbating class imbalance. We therefore construct the dataset along three data types drawn from two contrastive axes: positives, spatial negatives (same-day, different-pixel), and temporal negatives (different-day, same-grid). Positives: Pixel-days containing at least one NFIP pluvial claim after the temporal and spatial uncertainty corrections described above, along with a confidence score \(c\). Spatial Negatives: Pixel-days without a claim on grid-days that contain at least one claim somewhere within the same 75\(\times\)​75 km grid cell. Temporal Negatives: Pixel-days on grid-days where the spatial mean of the 1-hour maximum accumulated precipitation from NOAA AORC exceeds 10 mm and no NFIP claim was filed anywhere in the grid cell. We reuse the 10 mm threshold from our temporal uncertainty correction (§3.1.1) so that meaningful precipitation events are defined consistently across the pipeline. Despite this undersampling of temporal negatives, the dataset exhibits significant class imbalance with a positive rate of \(0.25\%\) across the study region and period.

4 DELUGE Architecture↩︎

Figure 2: DELUGE architecture. DELUGE is a multimodal CNN-based model that integrates various data modalities, including meteorological, terrain-hazard, vulnerability, and exposure features, to predict pluvial flood damage at a daily and \sim​1km resolution across the highest-claim regions of CONUS. The model consists of separate CNN branches for each modality, which are then fused together to produce the final damage prediction. The hydrometeorology branch is described in detail in Fig. 3.

Pluvial flooding is often a localized event with dynamics that depend strongly on local conditions such as topography, land use, and drainage infrastructure. Although pluvial events, especially street-level events, may occur at sub-kilometer scales [53] beyond the resolution of our modeling, we provide the model with a larger \(8\times8\) km spatial context centered on each sample (a \(7\times7\) pixel patch) for two reasons.

First, prior work has identified the spatial scale at which pluvial flooding develops [54], [55]. The effective extent varies across locations, but our \(8\times8\) km context covers the scale of pluvial flooding identified in the literature. Second, pluvial flood events are often driven by convective storms [56] that deposit large amounts of precipitation in a localized area. These extreme precipitation events are less reliably captured in the NOAA AORC archive [50], and we expect their reported locations to carry variable spatial noise even with the latest observational and radar-based products. A larger spatial context lets the model associate observed damage with the precipitation pattern in the surrounding area, which is more reliably recorded than the storm’s exact center. These considerations motivate DELUGE, the multimodal CNN-based model described in the following sections.

4.1 Overview↩︎

We predict per-pixel binary pluvial flood insurance claims occurrence at \(\sim\)​1.17 km resolution across the highest-claim regions of CONUS (§3.2) by fusing four modality branches (hydrometeorology, terrain, exposure, and vulnerability) into a per-pixel probability (Figure 2). With respect to the standard triad in disaster risk modeling, the hydrometeorology and terrain branches capture the hazard, while the exposure and vulnerability branches capture exposure and vulnerability respectively. Our target is the center pixel of a \(7 \times 7\) patch (\(8\times8\)km) and all branches operate on this patch.

4.1.1 Supporting interpretability↩︎

Predictive accuracy alone is insufficient for models intended to inform real-world flood-risk decisions. Insurers and emergency managers must be able to inspect and justify a model’s reasoning before acting on its outputs, especially under the high financial stakes of flood damage. Prior work in deep-learning based flood and hydrological modeling has emphasized this same need for interpretability [30], [57], [58]. We target this need at the architecture level, designing modulators (§4.3 and 4.4) whose hydrological response parameters are directly inspectable, a distinct goal from per-prediction interpretability.

We expose this interpretability via the hydrometeorology branch, the most important modality for prediction, where we develop two terrain and foundation model-conditioned modules that modulate the hydrometeorology signal along its two axes. First, the Value modulator (Section 4.3) learns a per-patch, per-channel monotonic warp of the hydrometeorology value range (value axis) and then the Temporal modulator (Section 4.4), which learns a per-patch mixed gamma-kernel hydrological response over the hydrometeorology lookback window (time axis). Both modules are terrain and foundation model-conditioned, so their parameters vary spatially as explicit model outputs (Fig. 3). Conditioned on the local place characteristics, they answer two questions: which range of values in the hydrometeorology signal is most relevant to flood damage (Value Modulator), and what temporal pattern of the hydrometeorology signal is most relevant to flood damage (Temporal Modulator).

A similar module to our Value Modulator was offered in [30] via Kolmogorov-Arnold Networks (KAN), but here we allow the model to learn location-specific warps that are conditioned on each local terrain and foundation model features. This is a deliberate interpretability-by-design choice rather than the more common path of pairing a flexible black-box encoder (ConvLSTM, Transformer) with post-hoc attribution (SHAP, integrated gradients, attention visualization) [17], allowing us to inspect the model’s reasoning directly from hydrologically meaningful, spatially explicit modulator parameters instead of generic feature importance scores.

4.2 Data Inputs↩︎

Predicting flood damages requires accounting for the three components of risk, hazard, exposure, and vulnerability, and we gather a comprehensive set of inputs to capture each. Hydrometeorological hazard is drawn from hourly NOAA AORC accumulated precipitation [50] and 3-hourly NOAA National Water Model Retrospective volumetric soil moisture and snow water equivalent [59]. Terrain hazard combines the Topographic Wetness Index [60], Height Above Nearest Drainage [61], Global Curve Number under three antecedent runoff conditions [62], NLCD fractional impervious surface [63], and POLARIS soil properties (saturated hydraulic conductivity, clay percentage, and saturated water content) [64]. Exposure and vulnerability come from FIMA NFIP active policy counts and coverage [65] and per-structure attributes from the USACE National Structure Inventory [66] (structure count, foundation types, mobile-home share, Special Flood Hazard Area [SFHA] membership, first-floor elevation statistics). Finally, to complement these and to condition our modulators, we include 64-dimensional Google AlphaEarth Foundation (AEF) embeddings at 10 m resolution [16], which implicitly encode land cover and the built environment. Per-source descriptions, exact variables used, and feature normalization details are deferred to the Appendix.

For each sample, a pixel-day tuple, we extract data for our modalities from the \(7 \times 7\) pixel patch centered on the prediction pixel, bilinearly interpolating to match our \(\sim\)​1.17 km resolution regular grid. For inputs that are natively offered at a higher resolution, all sources except for the hydrometeorology and NFIP active policies, we extract the data at \(56\times 56\) resolution. For our hydrometeorology inputs, we extract a \(T=73\)-hour input window spanning Day \(D-2\) through Day \(D\) (inclusive). The temporal modulator (§4.4) convolves this window with an \(L=48\)-hour kernel, and the temporal reduction selects a peak-response hour within Day \(D\). The two are sized so that every reduction hour in Day \(D\) has its full \(L=48\)-hour kernel reach contained inside the \(T=73\)-hour input, requiring no padding. We choose a 48-hour time window by considering the typical temporal dynamics of pluvial flooding, which can occur rapidly within hours of heavy rainfall, but also considering the need to capture antecedent conditions like soil moisture that can influence flood risk [51], [67], [68]. A 48-hour kernel allows us to capture both the immediate impact of precipitation and the influence of prior hydrometeorological conditions, providing a comprehensive view of the factors contributing to pluvial flooding.

Table 1: DELUGE’s input modalities and tensor shapes \((H \times W \times C)\). For hydrometeorology, the third axis is the \(T=73\)-step hourly window and the final dimension stacks the three channels; for other modalities the last axis is the feature-channel count.
Modality Source Shape
Hydrometeorology Precipitation (NOAA AORC [50]); soil moisture and snow water equivalent (NWM v3 [59]) \(7 \times 7 \times 73 \times 3\)
Terrain HAND [61], TWI [60], GCN (dry/avg/wet) [62], POLARIS (\(K_{sat}\), clay, \(\theta_s\)[64] \(56 \times 56 \times 8\)
Foundation Model AlphaEarth embeddings [16] \(56 \times 56 \times 64\)
Exposure NSI building inventory [66], NFIP active policies [65] \(56 \times 56 \times 2\)
Vulnerability NSI structural [66], NFIP policy attributes [65] \(56 \times 56 \times 10\)

4pt


4.3 Value Modulator↩︎

Raw hydrometeorology values often span large ranges, and their flood-relevance is nonlinearly distributed across that range. For instance, a soil moisture measurement of \(0.2~\mathrm{m^3\,m^{-3}}\) may be more relevant to pluvial flood dynamics in one location than in another. Standard ML pipelines typically apply a global transformation (e.g.min-max standardization or a log transform) to the raw values, but we expect the value-relevance relationship to vary across locations, so such a one-size-fits-all transformation may miss this local variability. This motivates our Value Modulator, which learns a per-patch, per-channel transformation of the raw climate values, conditioned on the local terrain and foundation model features which we call a warp.

4.3.0.1 Warp definition.

For each hydrometeorology channel \(v\) and patch \(i\), the value modulator produces \(K = 16\) width parameters \(\{u_{v,i,k}\}_{k=1}^{K}\) and \(K = 16\) height parameters \(\{h_{v,i,k}\}_{k=1}^{K}\), each softmax-normalized so \(\sum_k u_{v,i,k} = \sum_k h_{v,i,k} = 1\). We choose \(K=16\) as a balance between expressivity and simplicity, finding 16 control points sufficient to capture the value-relevance relationship. These control points define cumulative breakpoints on the input and output axes, so that \(X_{v,i,k} \;=\; \sum_{j=1}^{k} u_{v,i,j}\) and \(Y_{v,i,k} \;=\; \sum_{j=1}^{k} h_{v,i,j}\),with \(X_{v,i,0} = Y_{v,i,0} = 0\) and \(X_{v,i,K} = Y_{v,i,K} = 1\). The warp \(\phi_{v,i} : [0, 1] \to [0, 1]\) is then a monotonic piecewise-linear map satisfying \(\phi_{v,i}(X_{v,i,k}) = Y_{v,i,k}\), with slope \(m_{v,i,k} = h_{v,i,k} / u_{v,i,k}\) inside the \(k\)-th segment. We define the warp, \(\phi_{v,i}\), for each \(\tilde{x}\in [X_{v,i,k-1},\, X_{v,i,k}]\) as \(\phi_{v,i}(\tilde{x}) \;=\; Y_{v,i,k-1} + m_{v,i,k}\,(\tilde{x} - X_{v,i,k-1})\).

4.3.0.2 Application.

Each raw input \(x_v[t, i]\) is first min-max normalized to \(\tilde{x}_v[t, i] \in [0, 1]\) using channel-specific bounds, then the warp is applied to produce the warped value, \(\tilde{x}^{\,\prime}_v[t, i] \;=\; \phi_{v,i}\!\left(\tilde{x}_v[t, i]\right)\). The warp \(\phi_{v,i}\) varies per channel and per patch but is shared across time steps within the input window, so a single learned warp reshapes every channel \(v\) at patch \(i\) identically. The warped sequence \(\tilde{x}^{\,\prime}_v[t, i]\) then forms the input to the temporal modulator (§4.4).

4.3.0.3 Per-patch terrain and foundation-model conditioning.

The \(2K \cdot V\) warp parameters per patch are produced by a terrain- and foundation-model-conditioned module value_modulation, a single convolution layer on the stacked terrain and AEF features followed by a two-layer MLP. We zero-initialize the weights and biases of this module’s final layer, so the softmax over \(u_{v,i,k}\) and \(h_{v,i,k}\) yields uniform widths and heights at the start of training. The initial warp is therefore the identity map \(\phi_{v,i}(\tilde{x}) = \tilde{x}\), and training departs from this identity as each patch’s terrain and AEF context pushes its breakpoints apart.

Figure 3: The two terrain- and AEF-conditioned modulators acting on the hydrometeorology branch. The Value Modulator (§4.3) applies a per-channel, per-patch piecewise-linear warp \phi_{v,i}:[0,1]\!\to\![0,1] to each min-max normalized input, reshaping the response curve along the value axis. The Temporal Modulator (§4.4) then convolves the warped sequence with a per-channel gamma-kernel mixture k_v(\tau), integrating the T-hour lookback along the time axis. Each modulator has its own conditioning network (ConvBlock + MLP) over the stacked terrain and AlphaEarth Foundation features, making the learned warp shapes and kernel peaks/decay timescales directly interpretable per patch.

4.4 Temporal Modulator↩︎

4.4.0.1 Gamma kernels and two-component mixture.

For each channel \(v\) and lag \(\tau \in \{0, \ldots, L{-}1\}\) with kernel lookback \(L = 48\), a single gamma kernel parameterized by peak lag \(p\) and timescale \(\theta\) is the discretized, normalized Gamma\((\alpha, \theta)\) density: \(k(\tau; p, \theta) \;=\; \frac{\tau^{\alpha - 1}\, e^{-\tau/\theta}}{\sum_{\tau'=0}^{L-1} (\tau')^{\alpha - 1}\, e^{-\tau'/\theta}}\), where \(\alpha = \tfrac{p}{\theta} + 1\). We reparameterize the shape via \(\alpha = p/\theta + 1\) so that the kernel’s peak lag is exactly \(p\) (the mode of Gamma\((\alpha, \theta)\) lies at \((\alpha - 1)\theta = p\)), making the two learned parameters \((p, \theta)\) directly interpretable: \(p\) is the peak response time in hours and \(\theta\) is the decay timescale in hours. The gamma is chosen here as a flexible, two-parameter kernel often used in hydrology to model rainfall-runoff response [69].

To capture varied temporal patterns, we adopt a per-channel convex mixture of two gammas with the same functional form but different parameters for the precipitation channel. Here, we parameterize a convex mixture of two gamma, weighted by a learnt mixing weight \(w_v\): \(k_v(\tau) \;=\; w_v\, k(\tau; p^{\text{1}}_v, \theta^{\text{1}}_v) \;+\; (1 - w_v)\, k(\tau; p^{\text{2}}_v, \theta^{\text{2}}_v)\). For soil moisture and snow water equivalent, we employ a single gamma. In all, each channel’s temporal response kernel is parameterized by five (precipitation) or two (rest) parameters, totaling kernel parameters per patch.

4.4.0.2 Per-patch terrain conditioning.

The temporal_modulation module is structurally analogous to value_modulation, producing the 9 kernel parameters per patch from the stacked terrain and AEF features. The final linear layer is zero-initialized in weight, with bias chosen so each cell decodes the same hydrologically reasonable kernel at step 0 (\(p^{\text{1}} \approx 3\)h, \(p^{\text{2}} \approx 24\)h, \(\theta^{\text{1}} \approx 3\)h, \(\theta^{\text{2}} \approx 12\)h, \(w \approx 0.5\)); training then pushes per-patch parameters apart based on each patch’s characteristics.

4.4.0.3 Causal convolution

Let \(i\) be one of the pixels within the \(7 \times 7\) patch, and let \(x_v[t, i]\) denote the value of hydrometeorology channel \(v\) at time \(t\) and pixel \(i\) within the \(T\)-hour input window. The kernel \(k_v\) is then convolved causally with the input sequence to produce the response at pixel \(i\): \(r_v[t, i] \;=\; \sum_{\tau=0}^{L-1} k_v(\tau)\, x_v[t - \tau,\, i]\). The kernel is shared across all pixels within the patch.

4.4.0.4 Temporal reduction

The temporal axis is collapsed by selecting one time step \(t'\) per pixel, the moment of peak accumulated precipitation response within Day \(D\): \(t'(i) = \operatorname*{argmax}_{t \in \text{Day D}} r_{\text{precip}}[t, i]\). We reduce this via, \(r_{\text{reduced}}[v, i] = r_v[t'(i), i]\). All channels are read at the same \(t'\), yielding a temporally-coherent Day-\(D\) snapshot. We expect this to summarize the hydrometeorological state at the moment of peak precipitation impact, appropriately weighing the lookback hours according to the learned kernel. Finally, a linear \(1 \times 1\) convolution lifts the per-pixel \(V\)-dimensional reduced response to a 32D feature space for fusion with the other modalities.

4.5 Other Components↩︎

4.5.0.1 Modality Encoders.

The remaining three modalities are processed by lightweight convolutional encoders, all operating on the same \(8\times8\) km patch. The NSI building-inventory and structural fields are native to the \(56 \times 56\) grid, while the NFIP active-policy and policy-attribute fields are native to the \(7 \times 7\) grid and are bilinearly upsampled to \(56 \times 56\), so the Terrain-Hazard, Exposure, and Vulnerability encoders all operate at a common \(56 \times 56\) resolution. Each encoder maps its input through strided convolutional blocks that downsample to \(7 \times 7\), producing 16, 8, and 8 channels respectively. All encoders use \(3 \times 3\) convolutions, leaky-ReLU activations, and batch normalization [70].

4.5.0.2 Cross-Modal Fusion.

At each of the \(7 \times 7\) spatial positions, the four modality feature vectors form a set of four tokens. Each token is linearly projected to \(d_{\text{model}} = 32\) by a \(1 \times 1\) convolution and summed with a learnable modality-type embedding that identifies its source modality. We fuse the tokens with a single Transformer encoder layer [71], applying 4-head self-attention and a position-wise feed-forward network, each wrapped in a residual connection and layer normalization, so that every modality attends to the others before fusion. The fused representation \(f\) is read out at the center pixel to align with the per-pixel prediction target.

4.5.0.3 Classifier.

The center-pixel feature vector \(f \in \mathbb{R}^{d_{\text{model}}}\) is mapped to a claim probability by an MLP classification head with a single hidden layer. The hidden layer applies layer normalization and a GELU nonlinearity [72], and a final linear layer with a sigmoid activation produces the per-pixel probability \(\hat{y} \in [0,1]\).

4.6 Training↩︎

4.6.0.1 Spatial Holdout Split.

To prevent spatial leakage, we partition the 100 grid cells (§3.2) into train and test sets at the 75 km cell level rather than at the pixel level. We use a spatially blocked split of grid cells, so the model is evaluated on held-out geographic regions rather than on held-out samples from the same regions. Because our 100 grid cells span the diverse hydroclimatic regions of CONUS, across which flood dynamics are known to vary significantly [2], evaluating on spatially held-out cells tests whether DELUGE generalizes across this wide range of flood dynamics rather than to new samples from cells it has already seen.

4.6.0.2 Loss.

We use focal loss [73] with \(\alpha = 0.5\), \(\gamma = 2\), weighted per sample by our claim polygon area based confidence score \(c\)3.3). This choice is primarily motivated by the extreme class imbalance and to de-emphasize the easy negative samples, which are abundant in the dataset and can overwhelm the learning signal from the more informative positive samples.

In addition to the main loss on the predicted flood probability, we add a smoothness penalty on the Value Modulator’s parameters (§4.3): \(\mathcal{L}_{\text{smooth}}=\sum_{v} \frac{1}{K-1} \sum_{k=1}^{K-1} \left[(u_{v,k+1} - u_{v,k})^2 + (h_{v,k+1} - h_{v,k})^2\right]\). The penalty encourages adjacent widths and adjacent heights to vary smoothly across segments, biasing the learned warp toward a smooth function. In all, we optimize for the weighted sum of the focal loss and the smoothness penalty: \(\mathcal{L} \;=\; \mathcal{L}_{\text{focal}} + \lambda\cdot\mathcal{L}_{\text{smooth}}\) with \(\lambda = 0.1\). We apply the AdamW optimizer [74] with a cosine learning-rate schedule and linear warmup.

5 Results↩︎

Figure 4: Pluvial NFIP claims (top) and DELUGE predictions (bottom) on seven held-out test days. Red colored cells corresponds to pixels with flood claims (top) and pixel where DELUGE predicted pluvial NFIP flood claims (bottom).

To evaluate the performance of DELUGE, we compare it against tree-based baselines, specifically Random Forest, XGBoost [75], and LightGBM [76]. We focus on tree-based baselines for two reasons. First, the existing ML literature on flood-damage prediction overwhelmingly relies on tabular models, with Random Forest the most commonly reported baseline [8], [25][28]; we therefore include Random Forest alongside XGBoost and LightGBM as stronger tuned variants of the same family. Second, while graph neural network (GNN) approaches have been proposed for flood prediction [14], [15], [30], they have been developed primarily for fluvial dynamics, predicting inundation depth, and demonstrated on small catchment-scale domains, making them impractical for a CONUS-wide pluvial setting.

5.0.0.1 Evaluation Metrics.

Given the severe class imbalance of our problem, we use the Precision-Recall AUC (PR-AUC) as our evaluation metric. In addition, we develop a dollar-weighted version of PR-AUC to account for varied range in reported flood damages. To this end, we associate each positive sample with the damage density where the claim damage is equally distributed across the pixels in the claim’s polygon footprint. Then, integrating under a precision-recall curve where the recall is defined as the percentage of total claim dollars correctly predicted as flood claims, with precision as its standard definition, we obtain a dollar-weighted PR-AUC metric that captures the model’s ability to identify the claims weighted by claimed damages. Under this metric, we evaluate the performance of our model in terms of its ability to capture the most costly flood claims, which is of interest to insurance companies and other stakeholders.

5.1 Comparison against Baselines↩︎

Table 2 presents the headline performance comparison between DELUGE and baseline models. Since tree-based models do not natively handle time-series or spatial rasters, we use the same set of features as introduced in §4.2, but with some modifications to make them compatible with tree-based models. For the hydrometeorological time-series, we extract the daily sum and daily max for each of the hydrometeorological features as often done in literature [8], [26] and the center pixel value and the spatial mean for all other features in the given patch. We tuned the tree-based baselines (RF, XGBoost, LightGBM) by randomized search over 50 configurations.

DELUGE outperforms all three baselines on both metrics, with LightGBM the strongest tree baseline (Table 2). Because every method is evaluated on the same splits, \(\Delta\%\) is a mean per-seed difference rather than a ratio of marginal means. DELUGE leads every baseline on this paired basis, so the overlapping absolute-error bars reflect shared seed-to-seed variance, not ambiguity in the ranking. The relative gap widens on the dollar-weighted metric, with the tree baselines trailing DELUGE by \(9\) to \(30\%\) on $-Weighted PR-AUC versus \(6\) to \(27\%\) on PR-AUC. This pattern suggests that DELUGE’s architecture helps capture the high-cost claims that tabular baselines under-predict, the regime most relevant to insurance and emergency-management stakeholders. Figure 4 shows observed claims alongside DELUGE predictions drawn from the held-out spatial split.

Table 2: Comparison of DELUGE against tree-based baselines. PR-AUC measures binary damage-occurrence prediction, and $-Weighted PR-AUC weights predictions by claim amount. At a \(0.25\%\) prevalence, DELUGE shows a \(100\)x improvement over chance performance. Scores are reported over three matched spatial splits, and \(\Delta\%\) is each baseline’s mean per-seed relative change from DELUGE.
Model PR-AUC \(\Delta\%\) $-W PR-AUC \(\Delta\%\)
DELUGE (Ours) \(\mathbf{0.243_{\pm 0.007}}\) \(\mathbf{0.594_{\pm 0.049}}\)
Random Forest \(0.177_{\pm 0.014}\) \(-27\%\) \(0.413_{\pm 0.016}\) \(-30\%\)
XGBoost [75] \(0.219_{\pm 0.006}\) \(-10\%\) \(0.511_{\pm 0.018}\) \(-14\%\)
LightGBM [76] \(0.228_{\pm 0.015}\) \(-6\%\) \(0.538_{\pm 0.030}\) \(-9\%\)

5.1.0.1 Operating-Point Analysis.

To probe how this dollar concentration manifests at fixed alert budgets, we report top-\(K\) recall at several values of \(K\) (Table 3), separating occurrence recall (R@K) from dollar recall ($R@K). At every \(K\), $R@K sharply exceeds R@K. At \(K=0.1\%\) DELUGE captures only \(19\%\) of pluvial claim events but \(62\%\) of total damage dollars and at \(K=1\%\) the gap remains (\(52\%\) events vs.\(90\%\) dollars). DELUGE also leads both XGBoost and LightGBM at every \(K\) on both metrics, with the largest gap at the tightest, most operationally relevant budgets. DELUGE’s top-ranked predictions are therefore concentrated in the high-cost regime, the operationally meaningful slice of the test set for insurance and emergency-management workflows.

Table 3: Top-\(K\) recall. R@K is occurrence recall at \(K\) (fraction of positive pixel-days captured) and $R@K is dollar recall at \(K\) (fraction of total claim dollars captured). \(K\) given as a percentile of the held-out pixel-day test set.
DELUGE XGBoost LightGBM
2-3(lr)4-5(lr)6-7 \(\boldsymbol{K}\) R@K $R@K R@K $R@K R@K $R@K
\(0.1\%\) \(\mathbf{0.193}\) \(\mathbf{0.617}\) 0.173 0.609 0.180 0.557
\(0.2\%\) \(\mathbf{0.279}\) \(\mathbf{0.728}\) 0.257 0.701 0.260 0.668
\(0.5\%\) \(\mathbf{0.412}\) \(\mathbf{0.832}\) 0.388 0.813 0.391 0.803
\(1\%\) \(\mathbf{0.521}\) \(\mathbf{0.897}\) 0.495 0.880 0.500 0.872

5.2 Ablation Studies↩︎

We ablate DELUGE along two axes (Table 4). Module ablations swap out our architectural contributions and feature ablations drop one input modality at a time while leaving the architecture intact.

5.2.0.1 Modulator Ablations.

We replace our modulator-based encoder with a standard ConvLSTM and a Transformer, common architectures for spatiotemporal data, applied to the hydrometeorological time-series. DELUGE performs on par with both alternatives on mean, with the Transformer marginally ahead on PR-AUC and DELUGE marginally ahead on $-Weighted PR-AUC, while ConvLSTM trails slightly on both. Our modulator design therefore retains predictive accuracy comparable to stronger sequence-model alternatives while adding interpretability-by-design. We then progressively ablate the modulators’ conditioning, from frozen at initialization (Uniform), to learnable but globally shared, to per-patch conditioned on a single channel (AEF-only or Terrain-only). Each step closes part of the gap to full DELUGE on both metrics, confirming that both learning the modulator parameters and conditioning them per patch matter. AEF-only and Terrain-only perform nearly identically on PR-AUC, with AEF-only modestly stronger on $-Weighted PR-AUC, suggesting the two conditioning channels carry largely overlapping information about local hydrology. This demonstrates the utility of AlphaEarth embeddings for pluvial flood prediction. As a conditioning signal they perform on par with a curated suite of hydrological terrain descriptors and well above unconditioned modulators, with no hydrological feature engineering required.

5.2.0.2 Feature Ablations.

The single largest drop comes from removing the hydrometeorological hazard inputs (precipitation, soil moisture, and snow water equivalent), which collapses the model and confirms hydrometeorology as the dominant driver of DELUGE’s prediction. Among the remaining modalities, Exposure shows the largest gap, reflecting its role in identifying which structures sit in the path of damaging precipitation. Vulnerability shows the smallest gap, suggesting structural attributes carry less independent signal, perhaps as they correlate with AlphaEarth [46].

Table 4: Module and feature ablations of DELUGE. Each row removes or replaces the listed component from the full model.Module ablations swap an architectural component while feature ablations drop one input modality while leaving the architecture intact.
Configuration PR-AUC \(\Delta\%\) $-W PR-AUC \(\Delta\%\)
DELUGE (Full) \(\mathbf{0.243_{\pm 0.007}}\) \(\mathbf{0.594_{\pm 0.049}}\)
Module ablations
  Uniform Modulators \(0.196_{\pm 0.014}\) \(-\)19% \(0.414_{\pm 0.050}\) \(-\)30%
  Globally-shared Modulators \(0.217_{\pm 0.011}\) \(-\)11% \(0.528_{\pm 0.053}\) \(-\)11%
  AEF-only Modulators \(0.234_{\pm 0.016}\) \(-\)4% \(0.572_{\pm 0.081}\) \(-\)4%
  Terrain-only Modulators \(0.235_{\pm 0.012}\) \(-\)3% \(0.558_{\pm 0.073}\) \(-\)6%
  ConvLSTM Hydromet. \(0.234_{\pm 0.014}\) \(-\)4% \(0.543_{\pm 0.089}\) \(-\)9%
  Transformer Hydromet. \(0.250_{\pm 0.029}\) \(+\)3% \(0.574_{\pm 0.119}\) \(-\)4%
Feature ablations
  Exposure \(0.217_{\pm 0.017}\) \(-\)11% \(0.476_{\pm 0.071}\) \(-\)20%
  Vulnerability \(0.229_{\pm 0.012}\) \(-\)6% \(0.526_{\pm 0.056}\) \(-\)11%
  Terrain Hazard \(0.218_{\pm 0.007}\) \(-\)11% \(0.496_{\pm 0.078}\) \(-\)17%
  Hydromet. Hazard \(0.020_{\pm 0.002}\) \(-\)92% \(0.038_{\pm 0.008}\) \(-\)94%

3pt

Figure 5: Learned modulator dynamics clustering result for five representative held-out cells (§5.3). Colors follows the same scheme as Fig. 6 for consistency.

5.3 Verifying Learned Behavior of the Modulators↩︎

Explainability and physical fidelity are growing concerns in Geospatial AI [47][49] and flood modeling [30]. While a substantial body of work examines what geospatial embeddings encode about physical space [44], [45], comparatively little addresses how downstream models should consume these representations in a physically verifiable manner. DELUGE’s modulators are designed to this end. Because their parameters constitute the model’s predictive computation directly, the interpretability they afford is architectural rather than post-hoc, obtained by inspecting the learned parameters themselves rather than by explaining individual predictions.

The modulators act on the hydrometeorology branch, which our ablations also identify as the dominant predictive driver (Table 4), so its learned response is the most consequential to interpret. For each patch, we summarize the Value Modulator’s warp \(\phi_{v,i}(\tilde{x})\) and Temporal Modulator’s response kernel \(k_v(\tau)\) by their CDFs. Here, we omit snow water equivalent and focus on precipitation and soil moisture, the channels most directly relevant to pluvial flooding. To cluster, we apply PCA on the CDFs down to two components (\(75\%\) of variance) followed by K-means. A silhouette sweep determined \(K=4\). To illustrate the learned modulator behavior within each cluster, Figure 5 shows representative held-out grid cells with their modulator dynamics clustering assignments, and Figure 6 shows the corresponding modulator dynamics for each cluster.

First, examining the Temporal Modulator’s kernel (Fig. 6) for 1hr acc. precip. (top) and soil moisture (bottom), we find that DELUGE learns to rely on precipitation for the immediate risk and soil moisture to capture antecedent conditions, with the latter kernels peaking in the \(7-15\) hour range in contrast with the precipitation kernels that peak at \(\tau\approx0\) and decay rapidly. Notice in Fig 6 that within every cluster the two kernels are cleanly staggered, with the precipitation kernel concentrated at the most recent hour and the soil-moisture kernel peaking several hours later, an explicit hand-off from instantaneous precipitation forcing to antecedent wetness state that DELUGE recovers without a hydrological prior. Next, with a further qualitative inspection of the clustering results, we derive the characters of the four identified clusters.

Figure 6: Clusters identified in modulator-parameter space (K=4) and their corresponding modulator dynamics.

  Cluster 1 (Blue) corresponds to denser urban areas, with a sharp reliance on recent precipitation. This short lag time aligns with how impervious surfaces accelerate runoff yield [27]. Furthermore, it shows higher importance of lower precipitation than others, signaling its relative vulnerability to lower precipitation and relies on relatively recent soil moisture with emphasis on the higher soil moisture values.


  Cluster 2 (Orange) corresponds to suburban areas in inland regions of CONUS, with moderate reliance on recent precipitation. Soil moisture kernel is similar to cluster 1, with a slightly even emphasis on all soil moisture values.


  Cluster 3 (Green) corresponds to suburban areas along the Gulf, with a longer tail of precipitation kernel and a longer and wider lookback range than the first two clusters. Its characteristics lie in the middle of the clusters 2 and 4 drawing on both the suburban and water-facing characteristics.


  Cluster 4 (Red) corresponds to water-facing regions. Represented by the longest tail in the precipitation kernel and the widest lookback range in the soil moisture kernel, this cluster also places the most even importance in soil moisture values. This may suggest water-facing regions are more susceptible to flooding even when the top layer of soil is not saturated due to the high water table.

We emphasize that the value of this result lies not in the clusters aligning with geography. Such alignment is unsurprising, since the modulators are conditioned on foundation-model embeddings and terrain descriptors that already encode geographic structure. It lies instead in the fact that the clusters admit a coherent hydrological interpretation, the architecture-level interpretability we set out to establish, which allows the physical fidelity of the foundation-model conditioning to be assessed directly from the learned parameters. More broadly, we view this conditioning scheme as not unique to pluvial flooding but applicable to other geospatial tasks that build on Geospatial Foundation Models, where routing embeddings through physically meaningful parametric modules can make the model’s use of them directly inspectable. The full clustering results are placed in the Appendix.

5.4 Failure Modes↩︎

5.4.0.1 Low-damage claims are harder to predict.

These claims are often associated with less anomalous hydrometeorological conditions, making them more difficult to distinguish from non-damage cases. To characterize this quantitatively, we stratify held-out claim-days by claim amount (Table 5). PR-AUC rises sharply from the smallest bin to the [$50K, $500K) tier (\(0.04\to0.37\)), with $-Weighted PR-AUC tracking the same trend. The slight drop in the largest [$500K, \(\infty\)) tier reflects its extreme base rate (0.004%) rather than degraded ranking. DELUGE is therefore strongest in the high-cost regime most relevant to insurance and emergency management stakeholders.

Table 5: DELUGE performance stratified by claim amount. Per-bin prevalence, PR-AUC, and dollar-weighted PR-AUC on a single held-out spatial split.
Damage range ($) Prev. (%) PR-AUC $-W PR-AUC
[0, 5,000) 0.124 0.043 0.049
[5,000, 50,000) 0.087 0.154 0.186
[50,000, 500,000) 0.030 0.368 0.424
[500,000, \(\infty\)) 0.004 0.313 0.331
Figure 7: DELUGE dense urban failure cases NFIP claims and DELUGE predictions on four held-out test days where DELUGE fails to pinpoint flood claims in urban areas.

5.4.0.2 Locations of impacts of large storm systems with widespread precipitation are hard to resolve.

Pinpointing which pixels experience damage is difficult, especially in dense urban areas where flood response is governed by fine-scale local processes. Figure 7 shows representative cases where DELUGE registers that a large storm system causes damage but struggles to localize exactly which urban pixels are affected. We attribute this to two factors. First, because we predict only insured damage reported through NFIP, some pixels in our negative class may have experienced unreported damage, blurring the supervisory signal. Second, and independent of this, dense urban areas are where we most consistently observe DELUGE to struggle, as we show by stratifying performance over AEF-defined location characteristics in the Appendix. We anticipate that higher spatial (sub-kilometer) and temporal (sub-hourly) resolution hydrometeorology will be needed to resolve fine-scale urban damage.

6 Discussion and Conclusion↩︎

We presented DELUGE, a multimodal CNN-based system for daily pluvial insured flood damage prediction at \({\sim}1\) km resolution across the highest-claim regions of CONUS, trained on NFIP claims. We structured the model around the core disaster-management components of hazard, exposure, and vulnerability, introduced an interpretable conditioning scheme for integrating foundation-model embeddings into the prediction task, and inspected the physical fidelity of that scheme. As a prerequisite for using NFIP claims as a daily training signal, we also introduced precipitation-guided temporal and intersection-based spatial corrections that refine the timing and footprint of each claim. DELUGE outperforms tuned gradient-boosted tree baselines on PR-AUC and concentrates high-dollar claims more effectively near the top of its prediction ranking, the regime most relevant to insurance and emergency-management stakeholders. For insurers, these gains can improve risk segmentation. When calibrated to average annual loss, a model that better identifies high-dollar pluvial flood risk could support territory rating, risk selection, and reinsurance analysis, while also providing clearer risk signals for policyholders and communities. We further demonstrated the efficacy of our Value and Temporal Modulators, which gain interpretability-by-design while remaining competitive with standard encoders for spatial time series. We believe this offers a scheme transferable to other geospatial tasks built on nascent Geospatial Foundation Models.

Three limitations point to natural next steps. First, data quality remains the dominant bottleneck, on both the label and input sides. On the label side, NFIP claims, despite our spatial and temporal uncertainty corrections, remain a noisy and incomplete proxy for pluvial damage. Uninsured losses and unreported events are systematically absent from the record, and claimed damage amount is itself an imperfect proxy for severity or societal importance. The resulting sparsity in both space and time is reflected in the modest absolute performance of all models including DELUGE, which nonetheless remains strong when the low prevalence of claims is taken into account. On the input side, our hydrometeorology inputs themselves carry nontrivial uncertainty at the hourly kilometer scale. Improving the fidelity of both the damage signal and the hydrometeorological hazard inputs is likely the single largest lever for further predictive gains. Second, interpretability remains open. Our conditioning scheme is a step forward in that it exposes how the model utilizes foundation-model embeddings, but it does not explain individual predictions. Closing this gap, from architecture-level fidelity to case-level explanation, is a natural direction for future work. Third, our spatial evaluation shows that DELUGE generalizes across the wide range of flood dynamics present within highest-claim regions in CONUS [2], but it does not yet test extrapolation to geographies absent from training. Applying DELUGE to regions or countries outside its training distribution, where flood dynamics and the built environment may differ from anything it has seen, is a distinct problem that we leave to future work.

Together, these results suggest that DELUGE can serve as a starting point for CONUS-scale pluvial flood impact modeling, and that interpretable deep learning can turn geospatial foundation-model embeddings into accurate and physically meaningful prediction systems.

7 Data Sources↩︎

This appendix gives per-source descriptions of the input modalities summarized in §4.2, organized by the risk component each contributes to.

7.1 Hazard: Hydrometeorology↩︎

7.1.0.1 NOAA Analysis of Record for Calibration (AORC)

High quality record of precipitation with sufficient temporal and spatial resolution is critical to account for flood damages. Past works have employed a variety of precipitation records including NASA’s IMERG [77] or ERA5 [78] reanalysis data; however, these datasets are insufficient for the daily, \(\sim\)​1km scale of our analysis. In this work, we use the NOAA Analysis of Record for Calibration (AORC) dataset [50], which provides a high quality, high resolution (hourly, \(\sim\)​800m) precipitation record for the Conterminous United States. We use the Hourly Accumulated Precipitation record from this archive.

7.1.0.2 NOAA National Water Model (NWM) Retrospective

Precipitation signal alone is often insufficient to model pluvial flood occurrence and intensity, as past works have shown that pluvial flooding is fundamentally a hydrological problem [51]. Thus to supplement the NOAA AORC precipitation records, we turn to NOAA’s National Water Model (NWM) Retrospective dataset v3.0 [59] available from Feb. 1979 to Jan. 2023. Amongst its various outputs, we use the Land Surface Model component, which provides 3-hourly records of physical land surface and hydrologic states at \(\sim\)​1 km resolution. We use two variables from the NWM Retrospective dataset: Volumetric Soil Moisture and Snow Water Equivalent.

7.2 Hazard: Terrain↩︎

7.2.0.1 Topographic Wetness Index (TWI)

Topographic Wetness Index quantifies the steady-state propensity of a location to accumulate surface water from its upslope contributing area, defined as \(\mathrm{TWI} = \ln(a/\tan\beta)\), where \(a\) is the upslope contributing area per unit contour length and \(\beta\) is the local slope. We use the CONUS-wide 30m product from [60].

7.2.0.2 Height Above Nearest Drainage (HAND)

Height Above Nearest Drainage measures the vertical elevation of each cell above its hydrologically connected drainage network. Low-HAND cells lie nearest the drainage corridors that inundate first when local drainage capacity is exceeded, making HAND a direct proxy for pluvial flood susceptibility. We use the Copernicus DEM HAND dataset at 30 m resolution [61].

7.2.0.3 Global Curve Number (GCN)

The SCS Curve Number parameterizes surface runoff potential as a joint function of soil hydrologic group and land cover, with values ranging from \(\sim\)​30 (high infiltration on sandy or forested terrain) to 100 (fully impervious surfaces). Higher CN indicates a larger fraction of incident precipitation converted to surface runoff, the proximate hydrologic driver of pluvial flooding. CN values from [62] are derived from three different antecedent runoff conditions (ARC): dry (ARC I), average (ARC II), and wet (ARC III) soil moisture states, which we include as separate features. We use the three Global Curve Numbers as terrain hazard descriptors.

7.2.0.4 NLCD Land Cover

Land cover plays an important role in pluvial flood risk with impervious surfaces generating more runoff and thus more pluvial flood risk. To account for impervious surfaces, we include the National Land Cover Database (NLCD) 2016 product [63], which provides 30m land cover classifications across the Conterminous United States. We use the Fractional Impervious Surface classification as a surface descriptor.

7.2.0.5 POLARIS Soil Properties

Soil plays a critical role in modeling pluvial flood events [79], as it controls the partitioning of precipitation into infiltration and runoff. To account for the varied soil properties across the Conterminous United States, we include the POLARIS dataset [64], which provides high-resolution (30m) estimates of soil properties such as texture, hydraulic conductivity, and water retention characteristics. From the dataset, we identify three variables of interest: \(K_{sat}\), the saturated hydraulic conductivity (\(\log_{10}(cm/hr)\)); clay, the clay percentage (%); and \(\theta_{s}\), the saturated soil water content (\(m^3/m^3\)). All values are derived from the 0–5 cm soil layer.

7.3 Exposure and Vulnerability↩︎

7.3.0.1 FIMA NFIP Policies

The FIMA NFIP policies dataset provides spatially aggregated counts and total coverage of active flood insurance policies across the Conterminous United States. We use policy density and total insured value as exposure proxies; regions with denser NFIP coverage contain more structures with known flood vulnerability and a larger insured asset base at risk. These are derived from the OpenFEMA FIMA Redacted Policies Dataset v2 [65] and undergo the same spatial uncertainty correction as the claims data (§3.1.2), yielding a polygon-level count and total coverage for each cell in our analysis grid. We derive # Active NFIP Policy from this archive.

7.3.0.2 National Structure Inventory (NSI)

The U.S. Army Corps of Engineers National Structure Inventory [66] provides a point-level inventory of structures across CONUS, with per-structure attributes including replacement value, occupancy type, square footage, first-floor elevation, and foundation type. From this archive we derive and rasterize using the same methodology as in §3.1.2 the following variables: Total Count of Structures, % Structs with Basements, % Struct. with Slab Foundation, % Mobile Homes, % Structs in Special Flood Hazard Area (SFHA), and Average, Min, Standard Deviation First Floor Elevation.

7.4 Google AlphaEarth Foundation (AEF)↩︎

The AlphaEarth Foundation model provides a 64-dimensional learned embedding of Earth’s surface at 10 m resolution, trained on multi-source Earth observation imagery and other environmental datasets [16]. AEF embeddings implicitly encode land cover, impervious surface fraction, urbanization patterns, vegetation, and built-environment morphology, all factors that modulate runoff generation and drainage capacity, providing a complementary, dense representation alongside the hand-engineered terrain and exposure features above.

7.5 Normalization↩︎

To stabilize training, we apply transformations to our raw feature values. For those that exhibit high right skew, HAND, TWI, # Active NFIP Policies, # NSI Structures, we apply a \(\ln(x+1)\) transformation followed by a z-score normalization. For NSI Foundation height features, we apply a z-score normalization without the log transform, as these features are not as heavily skewed. For the rest we apply a min-max normalization to scale values to the [0,1] range.

8 Date Shift Distribution↩︎

We describe our temporal correction procedure in §3.1.1. Here, we report the distribution of date shifts \(\Delta = d' - d\) applied to the original NFIP claim dates \(d\) to obtain the corrected dates \(d'\) used in our study region. As shown in Table 6, the vast majority of claims (\(81.1\%\)) had no date shift, while \(7\%\) has shifts of \(\pm 1\) day and \(6\%\) were discarded.

Table 6: Distribution of date shifts \(\Delta = d' - d\) from the temporal correction. (See §[sec:ssec:study95region])
\(\Delta\) (days) \(-3\) \(-2\) \(-1\) \(\phantom{-}0\) \(+1\) \(+2\) \(+3\)
% \(2.0\) \(1.9\) \(5.0\) \(\mathbf{81.1}\) \(2.0\) \(1.4\) \(0.6\) \(6.0\)

9 All Held-Out Cell Modulator Dynamics↩︎

For completeness, Figures 89 and 10 show, respectively, the basemap, the AEF clustering, and the learned modulator clustering for every held-out cell. Panel positions match across the three figures.

Figure 8: Basemaps of all 30 held-out cells, paired with the modulator kernels in Figure 10
Figure 9: Google AlphaEarth Clustering results for all 30 held-out cells. See §11.
Figure 10: Learned modulator clustering for all 30 held-out cells. See §5.3.

10 Temporal Generalization↩︎

Under a strict temporal split (train 2017–2020, test 2021–2022, single split), DELUGE retains its lead on both PR-AUC and $-Weighted PR-AUC (Table 7). PR-AUC degrades only modestly from the spatial split, with DELUGE the least affected at a \(3\%\) drop and the tree baselines down \(7\) to \(10\%\), preserving DELUGE’s lead and the baseline ordering. $-Weighted PR-AUC drops sharply for every model (roughly \(38\) to \(41\%\) from the spatial split), but DELUGE retains its lead and the ordering across baselines is preserved.

Table 7: Temporal split (train 2017–2020, test 2021–2022, single split). DELUGE retains its lead on both metrics.
Model PR-AUC \(\Delta\) $-W PR-AUC \(\Delta\)
DELUGE (Ours) \(\mathbf{0.237}\) \(\mathbf{0.370}\)
XGBoost \(0.197\) \(-\)17% \(0.303\) \(-\)18%
LightGBM \(0.212\) \(-\)11% \(0.329\) \(-\)11%

The divergence between metrics is structural. PR-AUC averages over all positives whereas $-Weighted PR-AUC concentrates on the few costliest claims, so models are judged primarily on how well they rank the tail. Training is dominated by Hurricane Harvey in 2017 ($5.8B, more than the other three training years combined at $2.0B), a clear signal that any reasonable model can learn to flag. Test years ($1.4B in 2021, $1.9B in 2022) lack a comparably obvious extreme, which hampers the $-Weighted PR-AUC of all models.

11 Performance Comparison by Location Characteristics↩︎

To understand whether DELUGE’s headline performance is uniform across our study cells or concentrated in particular locations, we stratify the held-out cells by their underlying landscape and report PR-AUC within each stratum. We characterize each held-out pixel by its AlphaEarth Foundation embedding [16] and cluster the resulting per-pixel vectors with K-means and a silhouette sweep selects \(K=6\). We then report DELUGE’s PR-AUC within each AEF cluster (Table 8), along with the lift over prevalence (PR-AUC \(/\) prevalence), the multiplicative gain over a random predictor. Inspecting the clusters’ geographic membership, we label them as seen in Table 8. DELUGE’s raw PR-AUC varies substantially across these strata. Lift over prevalence largely controls for this, and across most clusters the gain over chance is comparable.

Of note, however, is the poor relative lift of the dense developed cluster (C4, \(42\times\)). Despite the highest raw PR-AUC of any built-environment stratum, DELUGE’s marginal contribution over a base-rate predictor is the smallest here. We attribute this to local, sub-kilometer flood dynamics in dense urban areas, that operate below the \({\sim}1\) km resolution at which DELUGE operates. This matches the localization failure mode to be discussed in §5.4 and points to spatial resolution as a natural lever for future work in this regime. We place the full cluster membership and geographic distribution in Appendix.

Table 8: DELUGE performance stratified by AEF cluster. Held-out cells grouped by K-means (\(K=6\)) on the center-pixel AlphaEarth embedding. Prev.is per-pixel-day prevalence and lift is PR-AUC \(/\) prevalence, the multiplicative gain over a random predictor.
Cluster Prev. (%) PR-AUC Lift
C1: NE developed \(0.139\) \(0.184\) \(132{\times}\)
C2: Coastal wetland \(0.166\) \(0.138\) \(83{\times}\)
C3: Inland developed \(0.065\) \(0.080\) \(124{\times}\)
C4: Dense developed \(0.610\) \(0.255\) \(42{\times}\)
C5: SE mixed rural-developed \(0.249\) \(0.322\) \(129{\times}\)
C6: Inland less-developed \(0.222\) \(0.238\) \(107{\times}\)

References↩︎

[1]
Federal Emergency Management Agency, Accessed: 2026-06-19“The cost of flooding.” https://www.floodsmart.gov/know-your-risk/cost-of-flooding, 2024.
[2]
M. I. Brunner, E. Gilleland, A. Wood, D. L. Swain, and M. Clark, “Spatial Dependence of Floods Shaped by Spatiotemporal Variations in Meteorological and Land-Surface Processes,” Geophysical Research Letters, vol. 47, no. 13, p. e2020GL088000, 2020, doi: 10.1029/2020GL088000.
[3]
B. R. Rosenzweig et al., “Pluvial flood risk and opportunities for resilience,” WIREs Water, vol. 5, no. 6, p. e1302, 2018, doi: https://doi.org/10.1002/wat2.1302.
[4]
B. Nelson-Mercer, T. Kim, V. N. Tran, and V. Ivanov, “Pluvial flood impacts and policyholder responses throughout the United States,” npj Natural Hazards, vol. 2, no. 1, p. 8, Jan. 2025, doi: 10.1038/s44304-025-00058-7.
[5]
A. Boutayeb, I. Lahsen-Cherif, and A. E. Khadimi, “When Machine Learning Meets Geospatial Data: A Comprehensive GeoAI Review,” IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 18, pp. 13135–13191, 2025, doi: 10.1109/JSTARS.2025.3568715.
[6]
G. Nearing et al., “Global prediction of extreme floods in ungauged watersheds,” Nature, vol. 627, no. 8004, pp. 559–563, Mar. 2024, doi: 10.1038/s41586-024-07145-1.
[7]
P. D. Bates et al., _eprint: https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2020WR028673“Combined Modeling of US Fluvial, Pluvial, and Coastal Flood Hazard Under Current and Future Climates,” Water Resources Research, vol. 57, no. 2, p. e2020WR028673, 2021, doi: 10.1029/2020WR028673.
[8]
Q. Yang et al., “Predicting Flood Property Insurance Claims over CONUS, Fusing Big Earth Observation Data,” Bulletin of the American Meteorological Society, vol. 103, no. 3, pp. E791–E809, Mar. 2022, doi: 10.1175/BAMS-D-21-0082.1.
[9]
Federal Emergency Management Agency, OpenFEMA Dataset: FIMA NFIP Redacted Claims - v2.” https://www.fema.gov/openfema-data-page/fima-nfip-redacted-claims-v2, 2026.
[10]
S. Puttinaovarat and P. Horkaew, “Flood Forecasting System Based on Integrated Big and Crowdsource Data by Using Machine Learning Techniques,” IEEE Access, vol. 8, pp. 5885–5905, 2020, doi: 10.1109/ACCESS.2019.2963819.
[11]
R. Mayo et al., “Groundsource: A Dataset of Flood Events from News.” Zenodo, Feb. 2026, doi: 10.5281/ZENODO.18647054.
[12]
Federal Emergency Management Agency, Publication Date: December 26, 2021“FEMA flood zone.” FEMA-NFHL; Federal Emergency Management Agency, Dec. 26, 2021, [Online]. Available: https://msc.fema.gov.
[13]
O. E. J. Wing et al., _eprint: https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2023WR036460“A 30 m Global Flood Inundation Model for Any Climate Scenario,” Water Resources Research, vol. 60, no. 8, p. e2023WR036460, 2024, doi: 10.1029/2023WR036460.
[14]
A. Sarkar et al., “HydroGAT: Distributed heterogeneous graph attention transformer for spatiotemporal flood prediction,” in Proceedings of the 33rd ACM international conference on advances in geographic information systems, 2025, pp. 1019–1030, doi: 10.1145/3748636.3764172.
[15]
A. Kazadi, J. Doss-Gollin, A. Sebastian, and A. Silva, FloodGNN-GRU: A spatio-temporal graph neural network for flood prediction,” Environmental Data Science, vol. 3, p. e21, 2024, doi: 10.1017/eds.2024.19.
[16]
C. F. Brown et al., arXiv:2507.22291 [cs.CV]AlphaEarth Foundations: An embedding field model for accurate and efficient global mapping from sparse label data.” arXiv, Sep. 2025, doi: 10.48550/arXiv.2507.22291.
[17]
C. Rudin, “Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead,” Nature Machine Intelligence, vol. 1, no. 5, pp. 206–215, May 2019, doi: 10.1038/s42256-019-0048-x.
[18]
S. M. Lundberg and S.-I. Lee, “A unified approach to interpreting model predictions,” in Proceedings of the 31st international conference on neural information processing systems, 2017, pp. 4768–4777.
[19]
V. Kumar, K. V. Sharma, T. Caloiero, D. J. Mehta, and K. Singh, “Comprehensive Overview of Flood Modeling Approaches: A Review of Recent Advances,” Hydrology, vol. 10, no. 7, p. 141, Jul. 2023, doi: 10.3390/hydrology10070141.
[20]
P. D. Bates and A. P. J. De Roo, “A simple raster-based model for flood inundation simulation,” Journal of Hydrology, vol. 236, no. 1–2, pp. 54–77, Sep. 2000, doi: 10.1016/S0022-1694(00)00278-X.
[21]
S. A. Woznicki, J. Baynes, S. Panlasigui, M. Mehaffey, and A. Neale, “Development of a spatially complete floodplain map of the conterminous United States using random forest,” Science of The Total Environment, vol. 647, pp. 942–953, Jan. 2019, doi: 10.1016/j.scitotenv.2018.07.353.
[22]
S. Zanardo and J. L. Salinas, “An introduction to flood modeling for catastrophe risk management,” WIREs Water, vol. 9, no. 1, p. e1568, 2022, doi: https://doi.org/10.1002/wat2.1568.
[23]
P. D. Bates, “Flood Inundation Prediction,” Annual Review of Fluid Mechanics, vol. 54, no. Volume 54, 2022, pp. 287–315, Jan. 2022, doi: 10.1146/annurev-fluid-030121-113138.
[24]
P. C. Oddo, J. D. Bolten, S. V. Kumar, and B. Cleary, “Deep Convolutional LSTM for improved flash flood prediction,” Frontiers in Water, vol. 6, Feb. 2024, doi: 10.3389/frwa.2024.1346104.
[25]
E. L. Collins et al., “Predicting flood damage probability across the conterminous United States,” Environmental Research Letters, vol. 17, no. 3, p. 034006, Feb. 2022, doi: 10.1088/1748-9326/ac4f0f.
[26]
A. Alipour, A. Ahmadalipour, P. Abbaszadeh, and H. Moradkhani, “Leveraging machine learning for predicting flash flood damage in the Southeast US,” Environmental Research Letters, vol. 15, no. 2, p. 024011, Feb. 2020, doi: 10.1088/1748-9326/ab6edd.
[27]
Y. Liao, Z. Wang, X. Chen, and C. Lai, “Fast simulation and prediction of urban pluvial floods using a deep convolutional neural network model,” Journal of Hydrology, vol. 624, p. 129945, 2023, doi: https://doi.org/10.1016/j.jhydrol.2023.129945.
[28]
H. M. Garcia, A. Sebastian, K. P. Fitzmaurice, M. Hino, E. L. Collins, and G. W. Characklis, “Reconstructing Repetitive Flood Exposure Across 78 Events From 1996 to 2020 in North Carolina, USA,” Earth’s Future, vol. 13, no. 7, p. e2025EF006026, Jul. 2025, doi: 10.1029/2025EF006026.
[29]
V. N. Tran et al., AI Improves the Accuracy, Reliability, and Economic Value of ContinentalScale Flood Predictions,” AGU Advances, vol. 6, no. 3, p. e2025AV001678, Jun. 2025, doi: 10.1029/2025AV001678.
[30]
M. Taghizadeh, Z. Zandsalimi, M. A. Nabian, M. Shafiee-Jood, and N. Alemazkoor, “Interpretable physics-informed graph neural networks for flood forecasting,” Computer-Aided Civil and Infrastructure Engineering, vol. 40, no. 18, pp. 2629–2649, 2025, doi: https://doi.org/10.1111/mice.13484.
[31]
M. Moishin, R. C. Deo, R. Prasad, N. Raj, and S. Abdulla, “Designing Deep-Based Learning Flood Forecast Model With ConvLSTM Hybrid Algorithm,” IEEE Access, vol. 9, pp. 50982–50993, 2021, doi: 10.1109/ACCESS.2021.3065939.
[32]
C. Rambour, N. Audebert, E. Koeniguer, B. L. Saux, M. Crucianu, and M. Datcu, “SEN12-FLOOD : A SAR and multispectral dataset for flood detection.” IEEE Dataport, 2020, doi: 10.21227/w6xz-s898.
[33]
D. Bonafilia, B. Tellman, T. Anderson, and E. Issenberg, “Sen1Floods11: A georeferenced dataset to train and test deep learning flood algorithms for sentinel-1,” in 2020 IEEE/CVF conference on computer vision and pattern recognition workshops (CVPRW), 2020, pp. 835–845, doi: 10.1109/CVPRW50498.2020.00113.
[34]
C.-F. Liu, L. Huang, K. Yin, S. Brody, and A. Mostafavi, FloodDamageCast: Building flood damage nowcasting with machine-learning and data augmentation,” International Journal of Disaster Risk Reduction, vol. 114, p. 104971, Nov. 2024, doi: 10.1016/j.ijdrr.2024.104971.
[35]
L. Zhang, H. Qin, J. Mao, X. Cao, and G. Fu, “High temporal resolution urban flood prediction using attention-based LSTM models,” Journal of Hydrology, vol. 620, p. 129499, May 2023, doi: 10.1016/j.jhydrol.2023.129499.
[36]
X. Shu, Z. Xu, S. Zhang, C. Ye, and L. Yu, “Assessing Pluvial Flooding Risk in Urban Areas with High Spatial Heterogeneity Using a Fused Physically-Based and Data-Driven Framework,” International Journal of Disaster Risk Science, May 2026, doi: 10.1007/s13753-026-00728-8.
[37]
O. E. J. Wing, N. Pinter, P. D. Bates, and C. Kousky, “New insights into US flood vulnerability revealed from flood insurance big data,” Nature Communications, vol. 11, no. 1, p. 1444, Mar. 2020, doi: 10.1038/s41467-020-15264-2.
[38]
D. W. Shin, S. Cocke, and B.-M. Kim, “A Systematic Revision of the NFIP Claims Hazard Data in Florida for Flood Risk Assessment,” Applied Sciences, vol. 12, no. 7, p. 3537, Jan. 2022, doi: 10.3390/app12073537.
[39]
I. Petkov and F. Ortega, “Learning from experience: Flooding and insurance take-up in the flood zone and its periphery,” Journal of Risk and Insurance, vol. 92, no. 2, pp. 312–356, 2025, doi: 10.1111/jori.70002.
[40]
N. Amornsiripanitch, S. Biswas, J. Orellana, and D. Zink, “Flood underinsurance,” 2024.
[41]
M. Agarwal et al., “General geospatial inference with a population dynamics foundation model,” 2026, [Online]. Available: https://arxiv.org/abs/2411.07207.
[42]
D. Szwarcman et al., “Prithvi-EO-2.0: A versatile multitemporal foundation model for earth observation applications,” IEEE Transactions on Geoscience and Remote Sensing, vol. 64, pp. 1–20, 2026, doi: 10.1109/TGRS.2025.3642610.
[43]
X. X. Zhu et al., “On the foundations of Earth foundation models,” Communications Earth & Environment, vol. 7, no. 1, p. 103, Jan. 2026, doi: 10.1038/s43247-025-03127-x.
[44]
I. F. Benavides-Martinez et al., “What on earth is AlphaEarth? Hierarchical structure and functional interpretability for global land cover,” arXiv preprint arXiv:2603.16911, 2026.
[45]
M. Rahman, “Physically interpretable AlphaEarth foundation model embeddings enable LLM-based land surface intelligence,” Remote Sensing Applications: Society and Environment, vol. 42, p. 102045, Apr. 2026, doi: 10.1016/j.rsase.2026.102045.
[46]
A. Bell et al., arXiv:2510.18318 [cs.AI]“Earth AI: Unlocking Geospatial Insights with Foundation Models and Cross-Modal Reasoning.” arXiv, Feb. 2026, doi: 10.48550/arXiv.2510.18318.
[47]
C.-Y. Hsu and W. Li, “Explainable GeoAI: Can saliency maps help interpret artificial intelligence’s learning process? An empirical study on natural feature detection,” International Journal of Geographical Information Science, vol. 37, no. 5, pp. 963–987, May 2023, doi: 10.1080/13658816.2023.2191256.
[48]
C. Roussel and K. Böhm, “Introducing geo-glocal explainable artificial intelligence,” IEEE Access, vol. 13, pp. 30952–30964, 2025, doi: 10.1109/ACCESS.2025.3541781.
[49]
S. Suri and M. Sonnewald, “Trusting machine learning with physics: A fidelity verification framework for complex systems,” ESS Open Archive, vol. 2026, no. 120, 2026, doi: 10.22541/essoar.176894678.89831689/v1.
[50]
G. Fall et al., “The office of water prediction’s analysis of record for calibration, version 1.1: Dataset description and precipitation evaluation,” JAWRA Journal of the American Water Resources Association, vol. 59, no. 6, pp. 1246–1272, 2023, doi: https://doi.org/10.1111/1752-1688.13143.
[51]
E. P. James and R. S. Schumacher, “Precipitation Proxies for Flash Flooding: A Seven-Year Analysis over the Contiguous United States,” Journal of Hydrometeorology, vol. 25, no. 9, pp. 1323–1344, Sep. 2024, doi: 10.1175/JHM-D-23-0203.1.
[52]
American Meteorological Society, Accessed: 2026-06-09“Glossary of meteorology: rain.” 2026, [Online]. Available: https://glossary.ametsoc.org/wiki/rain.
[53]
R. Löwe and K. Arnbjerg-Nielsen, “Urban pluvial flood risk assessment – data resolution and spatial scale when developing screening approaches on the microscale,” Natural Hazards and Earth System Sciences, vol. 20, no. 4, pp. 981–997, Apr. 2020, doi: 10.5194/nhess-20-981-2020.
[54]
E. Cristiano, M.-C. ten Veldhuis, and N. van de Giesen, “Spatial and temporal variability of rainfall and their effects on hydrological response in urban areas – a review,” Hydrology and Earth System Sciences, vol. 21, no. 7, pp. 3859–3878, Jul. 2017, doi: 10.5194/hess-21-3859-2017.
[55]
M. Weiler et al., “The Pluvial Flood Index (PFI): A new instrument for evaluating flash flood hazards and facilitating real-time warning.” Hydrological Hazards, Apr. 2025, doi: 10.5194/egusphere-2025-1519.
[56]
Z. Li et al., “The conterminous United States are projected to become more prone to flash floods in a high-end emissions scenario,” Communications Earth & Environment, vol. 3, no. 1, p. 86, Apr. 2022, doi: 10.1038/s43247-022-00409-6.
[57]
W. Li et al., “An interpretable hybrid deep learning model for flood forecasting based on Transformer and LSTM,” Journal of Hydrology: Regional Studies, vol. 54, p. 101873, Aug. 2024, doi: 10.1016/j.ejrh.2024.101873.
[58]
H. Lee and W. Li, “Improving interpretability of deep active learning for flood inundation mapping through class ambiguity indices using multi-spectral satellite imagery,” Remote Sensing of Environment, vol. 309, Aug. 2024, doi: 10.1016/j.rse.2024.114213.
[59]
B. Cosgrove et al., “NOAA’s national water model: Advancing operational hydrology through continental-scale modeling,” JAWRA Journal of the American Water Resources Association, vol. 60, no. 2, pp. 247–272, 2024, doi: https://doi.org/10.1111/1752-1688.13184.
[60]
Z. H. Hoylman, “A 30m Topographic Wetness Index Dataset for the Continental United States.” Zenodo, Jan. 2021, doi: 10.5281/zenodo.4460354.
[61]
European Space Agency and Sinergise, Accessed: 2026-05-18“Copernicus digital elevation model (DEM).” Registry of Open Data on AWS, 2021, [Online]. Available: https://registry.opendata.aws/copernicus-dem/.
[62]
H. H. Jaafar, F. A. Ahmad, and N. El Beyrouthy, GCN250, new global gridded curve numbers for hydrologic modeling and design,” Scientific Data, vol. 6, no. 1, p. 145, Aug. 2019, doi: 10.1038/s41597-019-0155-x.
[63]
U.S. Geological Survey (USGS), “Annual NLCD collection 1 science products.” U.S. Geological Survey data release, 2024, doi: 10.5066/P94UXNTS.
[64]
N. W. Chaney et al., “POLARIS soil properties: 30-m probabilistic maps of soil properties over the contiguous united states,” Water Resources Research, vol. 55, no. 4, pp. 2916–2938, 2019, doi: https://doi.org/10.1029/2018WR022797.
[65]
Federal Emergency Management Agency, OpenFEMA Dataset: FIMA NFIP Redacted Policies - v2.” https://www.fema.gov/openfema-data-page/fima-nfip-redacted-policies-v2, 2026.
[66]
U.S. Army Corps of Engineers, National Structure Inventory (NSI) Base Data.” https://www.hec.usace.army.mil/confluence/nsi, 2022.
[67]
C. Bouwens, M.-C. ten Veldhuis, M. Schleiss, X. Tian, and J. Schepers, “Towards identification of critical rainfall thresholds for urban pluvial flooding prediction based on crowdsourced flood observations,” Hydrology and Earth System Sciences Discussions, vol. 2018, pp. 1–24, 2018, doi: 10.5194/hess-2017-751.
[68]
P. Upreti and C. Ojha, “Comparison of antecedent precipitation based rainfall-runoff models,” Water Supply, vol. 21, no. 5, pp. 2122–2138, 2021.
[69]
J. E. Nash, “Systematic determination of unit hydrograph parameters,” Journal of Geophysical Research (1896-1977), vol. 64, no. 1, pp. 111–115, 1959, doi: https://doi.org/10.1029/JZ064i001p00111.
[70]
S. Ioffe and C. Szegedy, “Batch normalization: Accelerating deep network training by reducing internal covariate shift,” in Proceedings of the 32nd international conference on machine learning - volume 37, 2015, pp. 448–456.
[71]
A. Vaswani et al., “Attention is all you need,” in Proceedings of the 31st international conference on neural information processing systems, 2017, pp. 6000–6010.
[72]
D. Hendrycks and K. Gimpel, “Bridging nonlinearities and stochastic regularizers with gaussian error linear units,” CoRR, vol. abs/1606.08415, 2016, [Online]. Available: http://arxiv.org/abs/1606.08415.
[73]
T.-Y. Lin, P. Goyal, R. Girshick, K. He, and P. Dollár, “Focal Loss for Dense Object Detection,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 42, no. 2, pp. 318–327, Feb. 2020, doi: 10.1109/TPAMI.2018.2858826.
[74]
I. Loshchilov and F. Hutter, arXiv:1711.05101 [cs.LG]“Decoupled Weight Decay Regularization.” arXiv, Jan. 2019, doi: 10.48550/arXiv.1711.05101.
[75]
T. Chen and C. Guestrin, “XGBoost: A scalable tree boosting system,” in Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining, 2016, pp. 785–794, doi: 10.1145/2939672.2939785.
[76]
G. Ke et al., “LightGBM: A highly efficient gradient boosting decision tree,” in Proceedings of the 31st international conference on neural information processing systems, 2017, pp. 3149–3157.
[77]
[78]
H. Hersbach et al., “The ERA5 global reanalysis,” Quarterly Journal of the Royal Meteorological Society, vol. 146, no. 730, pp. 1999–2049, 2020, doi: https://doi.org/10.1002/qj.3803.
[79]
Y. Rong, P. Bates, J. Neal, L. Archer, S. Hatchard, and E. Kendon, “Impact of Soil Moisture Dynamics and Precipitation Pattern on UK Urban Pluvial Flood Hazards Under Climate Change,” Earth’s Future, vol. 12, no. 5, p. e2023EF004073, 2024, doi: 10.1029/2023EF004073.