Preprint
Article

This version is not peer-reviewed.

Unsupervised Estimation of Urban Floodwater Depth Using Post-Event Aerial Imagery and Digital Terrain Models

Submitted:

09 July 2026

Posted:

10 July 2026

You are already at the latest version

Abstract
Accurate urban floodwater depth estimation is vital for disaster management but traditionally relies on data-intensive hydrodynamic models or supervised deep learning restricted by labeled data requirements. To address these bottlenecks, this study proposes a fully unsupervised framework for rapid flood depth estimation using post-event remote sensing imagery and Digital Terrain Models (DTMs). The methodology operates in two steps: first, a binary flood extent map is automatically delineated using a label-free unsupervised approach. Second, leveraging the hydrostatic equilibrium principle, floodwater depth is computed by integrating the extracted flood footprint with the underlying DTM. This framework was evaluated using the Inundation2Depth dataset, encompassing twelve urban and peri-urban sites in the Southeastern United States impacted by Hurricanes Matthew and Florence. Experimental results across all remote sensing sites demonstrated the framework’s viability, with segmentation F1-score and flood depth normalized-RMSE ranging from 64% to 95%, and 0.14 to 0.26, respectively. By eliminating the need for manual annotations and task-specific training, the proposed framework offers a scalable, transferable, and rapidly deployable solution for flood mapping and depth estimation in data-scarce environments, enabling efficient adaptation to new regions and disaster events without retraining or prior ground truth labels.
Keywords: 
;  ;  ;  ;  ;  

1. Introduction

Globally, the compounding effects of climate change, rapid urbanization, and land-use dynamics are increasing the frequency and severity of urban flooding [1]. In urban environments, inadequate drainage infrastructure and expanding impervious surfaces limit rainfall infiltration, accelerating surface runoff and leading to destructive flash floods. Consequently, assessing flood risk and exposure is critical. Recent projections estimate that by 2100, nearly half of all built assets will be at risk of severe flooding [2].
While flood extent mapping using global aerial and satellite imagery data is a well established practice [3,4,5,6], with a broad set of datasets for semantic segmentation available [7,8,9,10], the estimation of floodwater depth in urban areas remains a significant challenge. Depth is a vital metric for damage assessment, emergency response, and risk analysis. Traditionally, hydrodynamic models, such as LISFLOOD [11,12] or MIKE FLOOD [13,14,15], have been used to simulate flood depth, but these require extensive computational resources and rely heavily on high quality, dense ground-based gauge data for calibration. In urban settings characterized by fragmented waterlogging and complex infrastructure, such continuous monitoring is often cost prohibitive and practically infeasible.
To overcome the data limitations of traditional hydrodynamic modeling, recent research has pivoted toward remote sensing and machine learning frameworks [16]. For instance, recent studies have leveraged high resolution aerial imagery and Digital Terrain Models (DTMs) alongside supervised deep learning (DL) architectures to predict flood depth by relying on the hydrostatic equilibrium principle [17,18,19]. However, a major bottleneck of these supervised methods, including state of the art Convolutional Neural Networks (CNNs), is their reliance on meticulously labeled, manually corrected ground truth masks for training. In rapid disaster response scenarios, generating high quality training data is often impossible, which limits the scalability and generalization of supervised models to unseen, data-scarce catchments. Furthermore, model generalization remains intrinsically limited because floodwater depth is highly subjective to the specific topological characteristics of each geographic region, preventing models from easily transferring learned spatial priors across different landscapes.
To address these gaps, this paper introduces a fully unsupervised framework for estimating urban floodwater depth. Utilizing high resolution post flood aerial imagery and LiDAR-derived DTMs from 12 urban and peri-urban sites in the Carolinas impacted by Hurricanes Matthew and Florence, we bypass the need for labeled training data. First, the flood extent map is automatically delineated using an unsupervised approach based on UFS-HT-REM [6]. Subsequently, flood depth is estimated by integrating these derived extents with the underlying DTM leveraging sample points on the extent border and the principle of hydrostatic equilibrium. By removing the dependency on annotated data, this approach offers a scalable, rapid response alternative for flood depth estimation in heterogeneous urban landscapes.
The main contributions of our work can be summarized as follows:
  • To the best of our knowledge, this work presents the first fully unsupervised, calibration-free framework for flood depth estimation in urban/peri-urban environments, relying exclusively on post-event RGB imagery and DTMs.
  • We introduce a training free framework that tightly couples unsupervised horizontal flood extent delineation with hydrostatic equilibrium principles on LiDAR-derived DTMs, completely bypassing the bottleneck of meticulously labeled ground truth masks.
  • We address the spatial heterogeneity of flood dynamics by leveraging localized sample points along the automatically extracted boundaries, adapting the depth estimations dynamically to the unique topographic characteristics of each specific catchment landscape.
  • We provide an extensive validation of our framework across a number of highly heterogeneous urban and peri-urban sites yielding spatially coherent and physically plausible depth estimates.
  • We present a highly scalable and computationally efficient alternative to data-heavy supervised approaches.
These contributions highlight the novelty and effectiveness of our method, particularly its suitability for rapid and efficient deployment in disaster response scenarios.
The remainder of this manuscript is structured as follows. Section 2 provides a review of pertinent literature and existing methodologies. Section 3 introduces the primary dataset utilized in this study, namely the post event remote sensing imagery and DTMs. Section 4 delineates the proposed unsupervised framework. Implementation details and evaluation metrics are presented in Section 5. Section 6 details the experimental evaluation and discusses the implications of the findings. Finally, Section 7 concludes the study and identifies potential avenues for future research.

3. Materials

The Inundation2Depth dataset [19] utilized in this study comprises 12 flood affected urban and peri-urban locations across the Southeastern United States, specifically within North Carolina and South Carolina. These study areas were severely impacted by two major storm events: Hurricane Matthew in 2016 (which affected nine of the selected sites) and Hurricane Florence in 2018 (which affected the remaining three sites). Collectively, these regions cover approximately 25,059 acres of developed land, providing a diverse array of topographic and hydrological conditions for evaluating flood mapping methodologies. Each of these spatial domains is supported by high resolution post event remote sensing imagery coupled with empirical ground truth flood depth measurements [18].
Table 2 summarizes the topographical profiles, flood inundation metrics, and imagery dimensions for all twelve study sites. Given that the underlying DTMs possess a spatial resolution of 1 m [19], the absolute flood area for each site is directly derived from the total pixel count of the corresponding ground truth flood masks. The analysis of the descriptive statistics across the twelve study sites in Table 2 underscores the topographic and hydrological heterogeneity within the dataset. The maximum recorded flood depth exhibits a wide variation, ranging from 0.96 m in Nichols to 8.74 m in Kinston1, while the mean depth spans from 0.31 m to 1.71 m across the locations. Crucially, severe inundation events occur across distinctly contrasting terrain profiles. For instance, Greenville2 is characterized by a very low mean elevation of 2.70 m yet experiences a substantial maximum water depth of 6.12 m. Conversely, Lumberton represents a high-altitude catchment with a mean elevation of 36.54 m, yet still suffers from a critical maximum flood depth of 6.96 m. In terms of spatial scale, Lumberton presents the largest absolute flooded surface, exceeding 8.7 million m2, despite having a relatively low flood cover percentage of 20.74% on the given DTM. In contrast, topographically smaller catchments like Wallace and Chinquaqin exhibit the highest relative inundation density, with 65.57% and 62.01% of their areas submerged, respectively. This broad spectrum of elevational gradients, spatial scales (ranging from 287 × 954 pixels up to 5848 × 7244 pixels), and flood severity metrics establishes a rigorous benchmark for evaluating the generalization and spatial transferability of the proposed unsupervised framework.
The sole inputs for our unsupervised framework, as illustrated in Figure 1, consist exclusively of post event aerial imagery and Digital Terrain Models (DTMs):
  • Post Flood Aerial Imagery: High resolution optical imagery (approximately 0.25 m spatial resolution) captured shortly after the storm events. Imagery for Hurricane Matthew was acquired between October 10 and 15, 2016, and for Hurricane Florence on September 18, 2018, originally sourced from the NOAA Storms Archive.
  • Digital Terrain Models: High resolution elevation data (approximately 1 m spatial resolution) derived from LiDAR point clouds. These were originally sourced from the North Carolina Emergency Management Spatial Data Portal and the USGS 3D Elevation Program (3DEP).
To demonstrate the rapid response capabilities of the proposed unsupervised approach, the data was ingested and processed using the raw, whole remote sensing images. Unlike previous supervised methodologies [2] applied to this dataset, the images were not subdivided or cropped into standardized tiles (e.g., 256 × 256 pixel patches). To ensure spatial alignment between the RGB visual data and the topographic data, all aerial images were resized to match the exact spatial dimensions of their corresponding DTMs.
Furthermore, the depth estimation relied solely on the extracted flood extent and the raw DTM. No additional hydrologically relevant terrain derivatives, such as slope, surface curvature, or Topographic Wetness Index (TWI), were computed or utilized in this study. By eliminating the requirement for supervised training data, the proposed framework was directly evaluated across the entirety of all 12 urban and peri-urban study sites.

4. Methodology

The proposed framework operates in two distinct phases to achieve scalable, near real time floodwater depth estimation. In the first phase, a binary flood extent map is automatically delineated from high resolution aerial imagery using a modified unsupervised image segmentation algorithm. In the second phase, the extracted two dimensional flood footprints are integrated with the underlying Digital Terrain Model (DTM) to calculate the volumetric flood depth based on the principle of hydrostatic equilibrium. A detailed schematic overview of the proposed framework and its sequential processing stages is presented in Figure 1.

4.1. Unsupervised Flood Extent Delineation

To automatically extract the flood extent without the need for labeled training data or pre disaster imagery, we adopt the foundational architecture of the Unsupervised Flood Segmentation (UFS-HT-REM) framework proposed in [6]. The core principle of this algorithm is to iteratively exclude image regions that confidently belong to the non flood background using a series of parameter free binary masks. While we maintain the overall probability optimization and region growing pipeline of the original framework, we introduce critical modifications to the initialization masks. These adaptations are essential to account for the distinct spatial resolutions, spectral signatures, and atmospheric variables inherent to satellite remote sensing imagery, transitioning the methodology from its original focus on low altitude UAV captures to broad scale satellite observation.
  • The extraction process consists of the following sequential steps:
  • Greenery Exclusion via RGB Vegetation Index
In both urban and rural landscapes, dense vegetation and tree canopies are highly unlikely to be completely submerged. To prevent vegetation from being misclassified as floodwater, we compute the RGB Vegetation Index (RGBVI) [41], which is defined as the normalized difference between the squared green reflectance and the product of blue and red reflectance.
To differentiate vegetation from floodwater across diverse urban and rural topologies, an RGBVI threshold was empirically selected in the context of [6]. The threshold value of 0.0 accounts for the specific lighting conditions and atmospheric noise present in post hurricane RGB satellite imagery. Pixels with R G B V I > 0.0 are classified as definitive background, yielding the first exclusion mask M R G B V I .
  • LAB Color Space Masking
The imagery is converted into the perceptually uniform CIELAB color space [42], which decouples luminance (L) from chromaticity (A and B). This transformation provides a wide color gamut and enhances robustness against variable illumination conditions [43]. In low altitude acquisitions, such as UAV imagery, floodwater typically exhibits elevated values across all three LAB components relative to the surrounding terrestrial background [6]. Conversely, satellite imagery reveals a distinct spectral behavior: while the A component (red-green axis) remains elevated, both the luminance (L) and the B component (yellow-blue axis) exhibit depressed values. This spectral shift can be attributed to the strong absorption of visible light by water bodies, yielding a lower overall top of atmosphere luminance compared to highly reflective urban surfaces, coupled with atmospheric path radiance (Rayleigh scattering) that introduces a blue spectral bias (lower B), and the high concentration of optical impurities typical of turbid floodwaters that selectively increases reflectance in the red spectrum (higher A).
To systematically isolate these regions, binary exclusion masks ( M L , M A , M B ) are computed for each LAB component according to adapted thresholds. Whereas the original framework [6] established classification thresholds by uniformly subtracting the standard deviation from the mean for each LAB component, the aforementioned distinct spectral signatures of satellite derived floodwaters necessitate a adapted approach for components L and B. Consequently, we introduce modified mathematical formulations to define the classification thresholds:
Δ L = μ L + σ L ,
Δ A = μ A σ A ,
Δ B = μ B + σ B
M A is labeled as non flood, when the component’s pixel value is smaller than Δ A , while M L and M B are labeled as non flood when the component’s pixel value is higher than Δ L and Δ B , respectively. Figure 2 shows the average value of (a) L, (b) A, and (c) B color components computed on flood (blue curve) and background (red curve) pixels for each image of the Inundation2Depth dataset, sorted in ascending order. The yellow curves represent the corresponding thresholds Δ L , Δ A , and Δ B used to create the three masks.
These tailored calculations significantly improve algorithmic robustness against the highly heterogeneous spectral signatures characteristic of urban floodwaters, ensuring that only confident background areas are excluded. Furthermore, an edge detection mask ( M E d g e ) is derived from the luminance component using the Canny edge detection algorithm [44] on the blurred L component resulting in dilated edges, as to explicitly exclude object boundaries and structural contours from the final flood classification.
  • Dominant Color Estimation and Probability Mapping
The union of the five aforementioned masks defines the absolute non flood areas. Consistent classification across all individual masks synergistically increases the confidence of non flood pixel exclusion. Conversely, in regions where a single mask exhibits low discriminative power, the complementary nature of the remaining masks provides functional redundancy, thereby mitigating misclassification. Subsequently, a morphological closing operation is applied to enforce spatial continuity, effectively bridging narrow discontinuities and consolidating proximate, disjointed regions into unified segments.
The remaining unmasked pixels are designated as Potential Flood Areas (PFAs). Under the assumption that pixels further away from confirmed background areas have a higher likelihood of being actual floodwater, a Euclidean distance transform [45] is applied to assign spatial weights to the PFAs. These weighted pixels are then used to estimate the dominant spectral signature of the floodwater. Based on this estimated dominant color, a Gaussian probability map is computed, assigning every pixel in the image a confidence score [0, 1] representing its likelihood of being flooded. The complete mathematical formulation governing this spatial weighting and probability estimation process is detailed in [6].
  • Final Segmentation via Hysteresis Thresholding
To finalize the binary extent map, hysteresis thresholding is applied to the probability map. Pixels with a probability exceeding a high threshold ( T H = 0.75 ) are designated as strong flood seeds. A connectivity based region growing algorithm then expands the flood area from these seeds, absorbing neighboring pixels that exceed a lower threshold ( T L = 0.01 ), with both thresholds derived from the ablation study in [6]. This dual threshold approach ensures spatial continuity of the water body while rejecting isolated noise, resulting in a highly accurate, unsupervised flood extent map. Following hysteresis thresholding, the final segmentation undergoes morphological dilation for edge refinement [6].
Ultimately, this unsupervised pipeline transitions from broad background exclusion to precise, probability driven region growing, successfully delineating the flood boundaries within complex urban and rural topographies. A schematic overview illustrating the chronological progression of these unsupervised segmentation steps, accompanied by representative visual outputs for each stage, is presented in Figure 3.

4.2. DTM-Based Hydrostatic Flood Depth Estimation

Following the delineation of the two dimensional flood extent map, the volumetric floodwater depth is derived by integrating the spatial flood footprints with the underlying Digital Terrain Model (DTM). This derivation is governed by the physical principle of hydrostatic equilibrium. In the absence of significant momentum, a condition typical of standing or slowly receding post event floodwaters, water distributes itself to conform to the underlying topography, establishing a relatively smooth, horizontal free surface elevation. Under these steady state conditions, the local flood depth at any given spatial coordinate can be analytically calculated as the vertical differential between the established water surface elevation (WSE) and the localized ground elevation provided by the DTM. The principle is expressed as:
H ( x , y ) = W ( x , y ) Z ( x , y ) ,
where H, W, and Z are the flood depth, the WSE, and the ground elevation derived from the DTM at coordinates ( x , y ) , respectively, thereby linking the water stage/volume with the flood extent [46].
Because inundation patterns in urban and peri-urban environments are frequently fragmented, yielding multiple spatially disjointed flooded zones, a global WSE cannot be assumed. Therefore, we conceptualize the binary flood extent mask as a set of N discrete, non overlapping connected components, denoted as C = { C 1 , C 2 , , C N } , utilizing 8-way pixel connectivity. Since the water surface elevation is assumed to be constant within each hydraulically connected flooded region C i , i { 1 , , N } , Equation (4) can be reformulated by replacing the spatially varying water surface elevation W ( x , y ) with a constant reference level c i , i { 1 , , N } , representing the estimated water surface elevation for the corresponding flood component C i (see Figure 4). Consequently, the local flood depth is expressed as:
H ( x , y ) = max 0 , c i Z ( x , y )
The max ( 0 , · ) operator enforces the physical constraint that flood depth cannot be negative, ensuring that topographic points located above the estimated water surface are appropriately assigned a zero depth. This generic formulation establishes the mathematical foundation for our localized depth estimators. To operationalize this model, the reference constant c i is systematically parameterized using specific elevation estimates derived from the discrete flood boundaries, namely the maximum and mean topographic values, as explicitly formalized in Equations (8) and (9).
Algorithmically, this depth estimation protocol is executed independently for each distinct flooded region C i . For any given connected component C i , the physical interaction between the floodwater and the terrain occurs at its spatial boundary. The morphological perimeter of the component C i contains a set of | C i | pixels. Under ideal hydrostatic conditions, the local water surface elevation is bounded by the highest topographic point intersecting this boundary. Thus, the local topography at the perimeter dictates the potential maximum WSE for that specific flooded depression. The absolute maximum terrain elevation along the perimeter is defined as:
Z m a x ( i ) = max ( x , y ) C i Z ( x , y ) .
However, relying exclusively on Z m a x ( i ) renders the estimation highly susceptible to localized DTM anomalies, such as unclassified canopy remnants, minor structural artifacts, or boundary misclassifications. To mitigate these outlier effects and establish a more robust surface estimate, the mean topographical elevation along the entire perimeter is concurrently calculated:
Z m e a n ( i ) = 1 | C i | ( x , y ) C i Z ( x , y )
To estimate the local flood depth for each pixel ( x , y ) C i , we introduce a weighted formulation based on two independent local depth estimates. The first estimate is derived from the maximum boundary elevation, while the second is derived from the mean boundary elevation. These quantities are defined as
H max ( x , y ) = max 0 , Z m a x ( i ) Z ( x , y ) , ( x , y ) C , 0 , ( x , y ) C ,
H mean ( x , y ) = max 0 , Z m e a n ( i ) Z ( x , y ) , ( x , y ) C , 0 , ( x , y ) C .
The flood depth is then computed as a weighted linear combination of the two estimates:
H ^ ( x , y ) = ( 1 w ) · H max ( x , y ) + w · H mean ( x , y ) ,
where w [ 0 , 1 ] serves as a weighting coefficient that regulates the influence of the mean elevation against the absolute physical upper bound. In our experiments, we set w = 1 2 , such that the two depth components contribute equally to the flood depth estimate H ^ . Consequently, H ^ ( x , y ) corresponds to the arithmetic average of H max ( x , y ) and H mean ( x , y ) , ensuring that neither the maximum- nor the mean-boundary-based estimate dominates the solution. This choice reflects a neutral weighting scheme that balances the physically conservative nature of the maximum elevation criterion with the more representative characterization provided by the mean boundary elevation. The application of the max ( · , · ) operator to each individual depth estimate is mathematically critical to ensure that internal topographic features (e.g., elevated terrain or structural islands enclosed within the flood boundary) correctly yield zero local flood depth. This preserves the physical constraints imposed by the terrain and prevents the generation of non-physical negative depth values.
Finally, to eliminate sharp local discontinuities and yield a physically realistic, smooth final depth profile H, the aggregated depth map H ^ undergoes spatial smoothing via convolution with a 5 × 5 Gaussian kernel G σ with σ = 1 :
H ( x , y ) = H ^ ( x , y ) * G σ ( x , y ) ,
where * denotes the 2D convolution operator.
Figure 4 provides a conceptual overview of the proposed DTM-based flood depth estimation framework. The cross-sectional view in Figure 4(a) illustrates the generic depth formulation, where the flood depth at any point p ( x , y ) is defined as the positive difference between the reference water surface elevation c i and the corresponding terrain elevation Z ( x , y ) . The plan-view representation in Figure 4(b) demonstrates the proposed spatial implementation of this principle, where the floodwater boundary (red) defines the flooded region used to estimate the reference water level, and the blue and gray color gradients depict the resulting flood depth distribution and the underlying terrain elevation, respectively. Together, these schematics illustrate the physical basis of the proposed method and its application to DTM-based flood depth estimation.
Figure 5 visually illustrates the sequential outcomes of this depth estimation framework. Specifically, Figure 5(a) and Figure 5(b) display the independent depth profiles generated using the absolute maximum ( H max ) and mean ( H mean ) perimeter elevations, respectively. The arithmetic average of these two bounds, representing the balanced but weighted depth ( H ^ ), is shown in Figure 5(c). Finally, the post-processed depth map following Gaussian convolution (H) is presented in Figure 5(d), demonstrating the successful mitigation of sharp local discontinuities to yield a continuous, physically plausible volumetric floodwater profile.

5. Experimental Setup

  • Implementation Details: The proposed methodology was implemented using MATLAB 2023b. All experimental simulations and evaluations were executed on a standard workstation equipped with an Intel Core i7 CPU processor operating at 2.3 GHz and 40 GB of RAM. A significant architectural advantage of the proposed unsupervised algorithm is its computational efficiency. The method achieves a typical inference time of approximately 3 seconds per image, with an image resolution of 2000 × 1400, using purely CPU-based processing, successfully bypassing the necessity for the power-intensive GPU cores required by heavy DL models. Because of its low computational complexity and minimal hardware resource requirements, the proposed framework is highly suitable for rapid, on-site deployment on standard laptops, enabling immediate execution by emergency response personnel during active disaster scenarios.
To ensure reproducibility and facilitate future research, the source code implementing the proposed method, alongside detailed experimental results, will be made publicly available upon publication at the following repository: https://sites.google.com/site/costaspanagiotakis/research/flood-detection.
  • Evaluation metrics: To assess the dual outputs of our framework, distinct evaluation metrics are employed for the 2D flood extent segmentation and the 3D volumetric depth estimation. For the binary flood extent map, the spatial agreement between the predicted flooded areas and the ground truth annotations is quantified using the F1-score metric, defined as:
F 1 = 2 · T P 2 · T P + F P + F N ,
where T P , F P , and F N represent the number of true positive, false positive, and false negative pixels, respectively.
For the flood depth estimation, the accuracy of the predicted water levels is evaluated using standard regression metrics, specifically the Root Mean Square Error (RMSE) and the Mean Absolute Error (MAE). Let C g t denote the set of spatial coordinates corresponding to the valid flooded pixels within the ground truth mask, such that for all ( x , y ) C g t , the ground truth depth is strictly positive ( H g t ( x , y ) > 0 ). The total number of these valid pixels is represented by | C g t | . To quantitatively evaluate the predictive accuracy of a flood depth estimation model, the Root Mean Square Error (RMSE) and Mean Absolute Error (MAE) are calculated over these localized flooded regions. Measured in meters (m), these absolute evaluation metrics are formally defined as follows:
RMSE = 1 | C g t | ( x , y ) C g t H ( x , y ) H g t ( x , y ) 2
MAE = 1 | C g t | ( x , y ) C g t H ( x , y ) H g t ( x , y )
where H ( x , y ) is the estimated flood depth at pixel ( x , y ) , and H g t ( x , y ) is the corresponding true depth derived from the ground truth data.
Furthermore, to provide a scale-independent assessment of relative depth accuracy across catchments with differing flood magnitudes, we report the maximum-normalized RMSE (nRMSE) and maximum-normalized MAE (nMAE). Normalizing by the maximum ground truth depth ensures mathematical stability and prevents the artificial error inflation that typically plagues traditional relative metrics at shallow inundation boundaries. These are defined as:
nRMSE = RMSE max ( H g t ) , and nMAE = MAE max ( H g t ) ,
where max ( H g t ) represents the maximum recorded ground truth depth within the specific catchment.

6. Experimental Results and Discussion

In this section, we present a comprehensive experimental evaluation of the proposed unsupervised framework. To rigorously assess the dual outputs of our pipeline, we provide both quantitative metrics and qualitative visual analyses for its two core stages: (1) flood region segmentation, and (2) flood depth estimation. Furthermore, a parameter sensitivity analysis is conducted to systematically evaluate the weighted contributions of the maximum and mean boundary elevation estimates, as defined in Equations (8) and (9) respectively, to the final predictive accuracy. Finally, to contextualize the algorithmic efficiency and physical validity of the proposed framework, we conclude with a comparative evaluation against iterative, optimization-based baselines.

6.1. Flood Region Segmentation Performance

The evaluation of the flood extent delineation stage, summarized under the semantic segmentation metrics in Table 3, demonstrates that the proposed unsupervised method achieves robust and reliable segmentation performance across highly heterogeneous environments. Because our depth estimation stage relies entirely on hydrostatic equilibrium constraints sampled from extracted boundaries, establishing a high-fidelity flood extent mask is vital. The experimental results show that our framework successfully captures intricate flood distributions without requiring any manual supervision or pre-training.
When categorized by overall segmentation quality, the highest F1-scores were obtained in catchments HancheysStore (F1 = 0.9512, IoU = 0.9069, Accuracy = 0.9410), Chinquaqin (F1 = 0.9199, IoU = 0.8517, Accuracy = 0.9045), and Wallace (F1 = 0.9084, IoU = 0.8321, Accuracy = 0.8855). These outstanding metrics indicate that the unsupervised boundary delineation module handles continuous, wide-area water layers excellently, producing extremely sharp region outlines that minimize both false positive and false negative pixel assignments. Moreover, the model maintains high structural stability even in more fragmented peri-urban landscapes. Sites like Lumberton and Greenville1 exhibit stable segmentation capabilities with comparable F1-scores of 0.8030 and 0.7836, respectively, combined with strong pixel-level accuracy metrics exceeding 90%.
Furthermore, an analysis of the relationship between Precision and Recall reveals the balanced nature of our unsupervised delineation module. High Precision scores, such as those seen in Chinquaqin (0.9576) and Wallace (0.9556), demonstrate that the method is highly resilient against false alarms caused by non flooded urban features with dark spectral responses. Conversely, the lowest segmentation performance was recorded at the Kinston1 and Goldsboro2 catchments, yielding F1-scores of 0.6955 and 0.6407, respectively. This localized degradation is primarily driven by extreme visual fragmentation and structural occlusions inherent to the site’s layout, shadow and reflectance issues.
Overall, despite the slight performance variations the framework maintains a pixel accuracy above 84% across 11 of the 12 study catchments. This consistent performance underscores the generalizability and effectiveness of our zero-shot unsupervised approach, validating its suitability as a robust, automated mask generation module for downstream hydrological calculations.

6.2. Flood Depth Estimation Performance

From the flood depth estimation metrics (columns 7-10 of Table 3), the maximum-normalized RMSE (nRMSE) serves as our primary performance metric, as it provides a scale-independent assessment of relative depth accuracy across catchments with differing flood magnitudes. As demonstrated in Table 3, our unsupervised framework achieved strong relative precision (nRMSE < 0.17) in sites such as Princeville (nRMSE = 0.1386), Goldsboro1 (RMSE = 0.1541), and Nichols (RMSE = 0.1645). Hydrologically, these low nRMSE values are tied to substantial, continuous inundation scenarios. In these well-defined flooding events (see Figure 6), minor spatial misalignments along the delineated edge borders translate into negligible relative depth errors, validating the robustness of our hydrostatic equilibrium assumptions across wide-area topographies.
Moving beyond the top performers, catchments such as Kinston2 and HancheysStore demonstrate intermediate, yet highly stable, depth estimation accuracy, yielding nRMSE values of 0.1852 and 0.1910, respectively. In these mid-performing scenarios, the absolute discrepancies remain well within acceptable operational tolerances for rapid response, recording MAEs of 0.6864 m and 0.8886 m. Analyzing these results in the context of the spatial classification metrics highlights the non-linear relationship between 2D pixel accuracy and 3D hydrostatic fidelity. For instance, HancheysStore achieves an outstanding global segmentation score (F1 = 0.9512) and a near-perfect Recall (0.9637), indicating exceptional overall flood coverage. However, because the terrain-to-depth mapping phase extracts its vertical references strictly from the delineated margins, even mathematically negligible boundary variations, which barely impact the high global F1-score, can occasionally sample unrepresentative topographic elevations, gently warping the localized hydrostatic plane and elevating the nRMSE to 0.1910 in this case. Conversely, Kinston2 records a slightly lower relative depth error (nRMSE = 0.1852) despite a significant drop in horizontal segmentation quality (F1 = 0.7401). This 2D degradation in Kinston2 is characterized by a lower Recall (0.6916), reflecting boundary omission errors that shift the sampling margin inward. The fact that Kinston2 maintains comparable depth errors to HancheysStore despite these 2D omissions emphasizes that the severity of the 3D depth error is ultimately dictated by the specific topographic gradients present at the boundary pixels, rather than global segmentation metrics alone.
The most pronounced degradation in depth estimation occurs in catchments where the quantitative relationship between horizontal segmentation and vertical elevation sampling breaks down, specifically Goldsboro2 (nRMSE = 0.2564) and Greenville1 (nRMSE =0.2609). In Goldsboro2, the severe absolute depth discrepancy (RMSE = 1.7196 m, MAE = 1.3089 m) is a direct algorithmic consequence of a deficient horizontal segmentation stage (F1 = 0.6407). Notably, this catchment recorded an exceptionally low Recall of 0.5274, indicating severe omission errors in the 2D mask. Because the terrain-to-depth mapping phase extracts its vertical references strictly from the detected water margins, missing nearly half of the true flood boundary forces the algorithm to sample elevations from erroneous, interior topographic pixels, propagating artificially skewed baselines throughout the hydrostatic-based depth estimation module. In contrast, Greenville1 maintains a substantially higher horizontal segmentation accuracy (F1 = 0.7836, Recall = 0.8733) yet still records the highest relative depth error (nRMSE = 0.2609). This quantitative divergence demonstrates that even when 2D boundaries are reasonably well-captured, the algorithm remains highly sensitive to localized topological subjectivity in the underlying DTM. If the accurately segmented boundary pixels coincidentally align with steep elevation gradients or uncorrected micro-topographic artifacts, the sampled baseline will inherently misrepresent the true hydrostatic plane. Nevertheless, bounding the maximum relative error at 0.26 across the most computationally challenging scenarios highlights the practical resilience of this zero-shot, training-free deployment strategy.
Notably, the only competing method on the examined dataset is the one by Blay et al. [18]. This work utilized the same dataset to evaluate terrain-informed deep learning architectures for flood depth estimation. While both studies (ours and [18]) report RMSE and MAE, a direct quantitative comparison between their absolute error values and ours is structurally invalid due to three fundamental methodological divergences. First, their framework relies on a supervised learning paradigm, dividing the dataset to train their models on thousands of localized patches, giving the network prior spatial knowledge of the regional topography. In contrast, our approach is entirely unsupervised and training-free, operating without prior geographic exposure. Second, to establish their reference data, the authors applied systematic manual corrections to their initial flood extent masks to mitigate omission and commission errors, whereas our pipeline derives horizontal boundaries completely automatically. Finally, and most critically for metric interpretation, their reported site-level depth errors are calculated exclusively at sparse High Water Mark (HWM) sample points, often relying on as few as two to four reference points for entire catchments like Wallace, Chinquaqin, and HancheysStore. Conversely, our performance metrics are computed continuously across the entire dense 2D flood extent. Consequently, while both studies provide valuable insights into depth estimation, their point-based supervised errors and our pixel-wise unsupervised metrics evaluate fundamentally different spatial scales and operational paradigms.

6.3. Qualitative Analysis and Depth Error Mapping

To evaluate the spatial robustness of the proposed unsupervised depth estimation framework, Figure 6 illustrates a side-by-side qualitative comparison across six representative catchments. The rows are arranged hierarchically by performance (maximum-normalized RMSE), presenting the best-performing cases in the first two rows (Princeville and Goldsboro1), mid-performing catchments in the third and fourth rows (Kinston2 and HancheysStore), and the worst-performing cases (Goldsboro2, Greenville1) in the last two rows.
The first two rows demonstrate that for our best-performing cases, Princeville and Goldsboro1, the unsupervised depth maps closely mirror the structural topology of the ground truth. The absolute error maps ( | H g t H | ) for these regions, depicted in Figure 6 (d) and (h), are primarily characterized by a highly uniform, low-magnitude error profile dominated by the pale cyan and white spectrum, which corresponds to near-zero vertical discrepancies. Because these catchments generally feature widespread, continuous flood coverage, the boundary extraction module successfully isolates clean land-water interfaces. This allows the localized hydrostatic equilibrium sampler to anchor its vertical height references accurately, minimizing relative depth fluctuations across the vast majority of the water surface. Notably, while the absolute error in Princeville is exceptionally uniform, Goldsboro1 reveals a concentrated pocket of higher discrepancy (visible as the dark blue patch in the central-right corridor in Figure 6 (h)). This indicates that even within highly accurate global estimations, isolated DTM anomalies, undetected structural barriers, or localized boundary occlusions can still perturb the hydrostatic plane on a microscale.
For the mid-performing catchments in the third and fourth rows (Kinston2 and HancheysStore), an inspection of the absolute error maps (Figure 6 (l), (p)) reveals that their moderate depth discrepancies originate from two distinctly different visual challenges. In Kinston2, the visual layout is characterized by multiple small, geometrically complex flooded regions (Figure 6 (j)). Here, the moderate depth error is tied to a drop in horizontal segmentation quality (F1 = 0.7401). When the unsupervised module occasionally misses true boundaries, the hydrostatic-based depth estimation module samples from shifted topographic pixels. Conversely, HancheysStore achieves an exceptional global segmentation (F1 = 0.9512) but is visually characterized by high flood coverage interspersed with dense tree canopies and scattered housing (Figure 6 (n)). The complex textural transitions around these green spaces introduce minor, localized boundary segmentation errors. While mathematically negligible to the 2D mask, sampling from these structural microedges, such as the elevated terrain pad of a scattered house, gently warps the local hydrostatic plane (Figure 6 (o)).
The final rows represent the highly complex catchments of Goldsboro2 and Greenville1, which exhibit the highest vertical discrepancies. Visually, Goldsboro2 suffers from a heavily degraded segmentation (F1 = 0.6407), as can be observed by comparing Figure 6 (r) and (s), where large flooded areas failed to be segmented. A visual inspection reveals a flooded airport facility and adjacent basins where dark, turbid water blends seamlessly with dense greenery and prominent cloud shadows. This lack of spectral contrast leads the unsupervised method to miss a massive subregion of water. Because our terrain-to-depth mapping phase extracts its vertical references directly from these water margins, this massive omission error forces the hydrostatic-based depth estimation module to sample incorrect interior elevations, propagating severe errors throughout the pipeline (nRMSE = 0.2564).
Conversely, Greenville1 achieves a higher segmentation score (F1 = 0.7836), yet struggles with depth estimation (nRMSE = 0.2609). The raw imagery depicts a densely forested residential area heavily obscured by a massive optical shadow (Figure 6 (u)). The algorithm successfully segments around the scattered houses and canopies, but this creates a highly porous, fragmented mask. Consequently, the boundary pixels physically align with elevated rooftops and dense root systems rather than the true bare-earth waterline (Figure 6 (w)). Sampling from these artificial DTM elevations induces the extreme localized depth fluctuations seen in Figure 6 (x). Furthermore, this highlights a fundamental limitation: the accuracy of any terrain-to-depth mapping is bounded by the quality of the underlying DTM. In environments like Greenville1, when uncorrected micro-topographic variations or vegetation biases coincide with the extracted flood margins, they introduce erroneous vertical references into the hydrostatic-based depth estimation module, driving severe depth estimation errors despite a highly accurate 2D segmentation.

6.4. Parameter Sensitivity Study

To systematically evaluate the impact of the weighting coefficient w introduced in Equation (10), a parameter sensitivity analysis was conducted across all 12 catchments of the dataset. The primary purpose of the weight w is to regulate the operational balance between the physically conservative maximum boundary elevation estimate ( H m a x ) and the statistically representative mean boundary elevation estimate ( H m e a n ). Because unsupervised horizontal edge delineation can be susceptible to localized topographic anomalies or minor boundary misclassifications, tuning this parameter controls the model’s sensitivity to outlier elevation values along the extracted perimeters.
In our core framework, we empirically selected a balanced baseline value of w = 0.5 . This setting dictates that both depth components contribute equally to the final volumetric floodwater profile, serving as a neutral weighting scheme that balances the absolute physical upper bound with the average terrain elevation of the boundary, thereby maintaining the strictly unsupervised nature of our method.
As illustrated by the sensitivity curves in Figure 7, varying w from 0 to 1 directly alters the global performance across the regression metrics (RMSE and MAE). Rather than converging at a single intersection, the optimal performance metrics exhibit distinct minima. Despite this spread, the optimal performance range remains highly proximate to our selected default value of w = 0.5 . The relatively shallow gradients of the error curves around this baseline demonstrate that our framework is highly stable and resilient to minor parameter perturbations. This validates the robustness of the neutral weighting scheme for zero-shot deployment in unmapped environments without requiring training data or site-specific hyperparameter tuning. If we were to optimize the framework by finding the mathematically ideal value for the weight w, the optimal configuration emerges at the intersection of the two evaluation curves at approximately w = 0.55 . At this optimal vertex, the model slightly favors the mean boundary elevation ( H m e a n ), which further absorbs localized DTM outliers. Crucially, this optimal value of 0.55 remains highly proximate to our selected default value of 0.5 . The minimal performance variance between 0.5 and 0.55 demonstrates that our framework is highly stable and resilient to minor parameter perturbations, validating the robustness of the neutral weighting scheme for zero-shot deployment in unmapped environments without requiring training data or site-specific hyperparameter tuning.

6.5. Comparative Evaluation

To evaluate the predictive performance of our proposed framework on the given dataset and determine how close the derived depth estimation errors are to the theoretical minimums using the hydrostatic model formalized in Equation (10), we benchmark our approach against two optimization-based baseline methods. These baselines operate on the same multimodal input data but leverage ground truth depth profiles to calibrate and optimize the model parameters using Particle Swarm Optimization (PSO) [47,48,49]. PSO is a population-based metaheuristic algorithm that solves complex optimization problems by iteratively improving a swarm of candidate solutions. In the context of this study, PSO serves as a robust numerical solver to optimize the localized water surface elevation.
  • First, to assess the practical applicability and comparative performance of the proposed hydrostatic model formalized in Equation (10), we establish a baseline, called the calibrated Auto-Extent Particle Swarm Optimization (AE-PSO), that utilizes our automatically derived flood extent map. For each discrete connected flood component (flood blob), the swarm explores the continuous parameter space of potential elevation constants ( c i ), dynamically converging on the value that minimizes the RMSE between the simulated hydrostatic depth and the actual ground truth measurements based on Equation (5).
  • Second, to isolate the error inherited from flood segmentation inaccuracies and the proposed hydrostatic model, we evaluate a ground truth baseline, called calibrated True-Extent Particle Swarm Optimization (TE-PSO). This secondary approach implements the previous PSO-driven parameter estimation scheme to find the optimal constant c i per i-blob, but substitutes the estimated flood extend mask of the proposed method with the ground truth flood extent mask.
More specifically, under AE-PSO and TE-PSO, for each isolated flooded region, the swarm explores the continuous parameter space of potential elevation constants ( c i ), dynamically converging on the precise value that minimizes the RMSE between the simulated hydrostatic depth and the actual ground truth measurements. This ensures that both the AE-PSO and TE-PSO baselines represent the absolute theoretical best-case performance of the depth estimation model under their respective boundary conditions.
To quantify how closely the proposed framework to these optimized theoretical models is, relative performance is reported as the percentage change in RMSE against each respective baseline, formulated as
Δ b a s e l i n e = 100 × RMSE b a s e l i n e RMSE p r o p o s e d RMSE b a s e l i n e
Under this convention, negative values indicate a performance deficit (error increase). Such negative values are expected, as the proposed unsupervised framework is being compared against baselines that explicitly utilize actual ground truth depth data to optimally calibrate their parameters. However, positive values of Δ b a s e l i n e (which denote a performance gain achieved by our method), or small negative values close to zero, highlight the robustness of the proposed framework compared to optimized theoretical models.
Table 4 contextualizes the depth estimation accuracy of our pixel-wise framework against the two theoretical baseline approaches AE-PSO and TE-PSO. An analysis of the comparative results demonstrates that the proposed single-pass, pixel-wise framework remains highly competitive against the optimized theoretical methods. When evaluated on the same unsupervised segmentation masks ( Δ AE - PSO ), our framework successfully outperforms the optimization heuristic in the Nichols (+4.70%) and Wallace (+4.41%) catchments. Furthermore, across half of the remaining study sites (e.g., Kinston2, Greenville2, Goldsboro2, Goldsboro1, Chinquaqin, and Princeville), the proposed method operates within a tight 10% error margin of the first AE-PSO baseline. In catchments where the performance deficit is more pronounced (e.g., Lumberton at -23.39% and Kinston1 at -21.64%), the ability of the theoretical optimized AE-PSO method to use the ground truth flood depth data, allows it to mathematically smooth out the micro-topographical DTM anomalies. By explicitly minimizing the volumetric discrepancy against the true flood depth, the AE-PSO effectively bypasses erroneous elevation spikes caused by vegetation or structural artifacts at the water’s edge, whereas our approach remains constrained by these local topographic features.
When compared against the theoretical upper bound TE-PSO method ( Δ TE - PSO ), the data fundamentally reinforces our earlier qualitative findings: the majority of the 3D depth error budget is inherited directly from 2D boundary omissions. The massive performance gaps in highly obscured catchments like Goldsboro2 (-90.68%) and Kinston1 (-61.15%) confirm that supplying perfect ground truth flood extent masks to a hydrostatic-based depth estimation module drastically reduces depth discrepancies. However, a notable exception in Table 4 occurs in the Greenville2 catchment, where our proposed unsupervised method actually outperforms even the theoretical ground truth TE-PSO baseline, yielding a performance gain of +3.31%. This finding validates a critical hydrological premise of our methodology. By calculating depth on a localized, pixel-wise basis, our framework based on the proposed hydrostatic model formalized in Equation (10) better captures the nuanced hydraulic gradients and topological compartmentalization present in Greenville2.

7. Conclusions and Future Work

This study introduced a fully unsupervised, training-free framework for rapid, floodwater depth estimation in urban and peri-urban environments by integrating post event aerial imagery with Digital Terrain Models (DTMs). Operating without the bottleneck of manual annotations or task-specific training data, the proposed method addresses the complex spatial nature of flood dynamics by leveraging localized terrain constraints and the physical principle of hydrostatic equilibrium. Experimental validation across 12 heterogeneous catchments from the Inundation2Depth dataset [19] demonstrated robust generalization capabilities. By automatically extracting continuous, high-fidelity flood boundaries, eliminating the need for manual mask corrections, the framework yields spatially coherent and physically plausible depth estimates. Furthermore, our continuous, pixel-wise evaluation demonstrates that this approach offers a highly scalable and computationally efficient alternative to data-heavy supervised baselines, which often rely on sparse, point-based validation.
However, the extensive experimental evaluation also establishes a critical architectural insight regarding multimodal sensor dependency: the performance of our training-free pipeline is structurally coupled with the baseline quality of the input satellite data. Because the geometric depth module relies on sampling topographic points exactly where the horizontal land-water interface is detected, any visual ambiguities in the optical imagery, such as structural building shadows, dense cloud cover, or a lack of spectral contrast in highly turbid waters, directly dictate the positioning of the extraction boundary. When these horizontal variances align with steep elevation gradients in the underlying DTM, they introduce artificial vertical references into the hydrostatic-based depth estimation module. Rather than exposing a flaw in the physical modeling phase, this dependency emphasizes that the optimization of unsupervised flood mapping is inherently bounded by the fidelity of the raw inputs, highlighting the necessity for high-resolution, cloud-cleared data feeds during rapid disaster response mapping.
While the current unsupervised paradigm delivers highly stable depth mapping across diverse topographic terrain profiles, several avenues remain open for future investigation. A primary objective for subsequent research is transitioning this framework into an end-to-end unsupervised or self-supervised deep learning pipeline [50]. Instead of relying on a decoupled two-stage approach, neural networks could be designed to directly predict volumetric flood depth from raw multimodal inputs (RGB satellite imagery and DTMs) without requiring labeled ground truth data. One promising direction involves self-supervised contrastive learning or masked autoencoders [51] optimized for multi-source remote sensing data, where the model learns robust structural representations by masking and reconstructing paired RGB-DTM patches. Another crucial advancement would be the development of unsupervised physics-guided neural networks (PGNNs) [52]. By embedding hydrostatic equilibrium constraints and terrain elevation boundaries directly into the network’s loss function, the deep model could optimize its depth predictions autonomously. This end-to-end integration would enable the framework to learn complex spatial priors, gracefully handling micro-topographical architectural noise and dense canopy occlusions that traditionally challenge static geometric solvers.
Beyond algorithmic advancements, future work must also address the inherent data scarcity constraints associated with acquiring synchronous, paired aerial imagery and high-fidelity DTMs for newly impacted geographic regions. To mitigate this bottleneck, research will focus on generative synthetic data augmentation [53]. By synthetically co-generating diverse, simulated post-flood aerial textures aligned with varying artificial or real DTM structures, it becomes possible to simulate rare and extreme multi-meter inundation scenarios. Crucially, these rich synthetic environments can be leveraged to train multimodal deep neural architectures that ingest both RGB imagery and topographic streams simultaneously. This synthetic training pipeline will facilitate extensive domain generalization studies, ultimately helping to robustly close the gap for downstream data driven flood management models without the need for human annotated real world records.

Author Contributions

The authors contributed equally to this work. Conceptualization, G.S. and C.P.; methodology, G.S. and C.P.; software, G.S. and C.P.; validation, G.S., K.B. and C.P.; formal analysis, C.P.; investigation, G.S., K.B. and C.P.; resources, C.P.; writing—original draft preparation, G.S., K.B.; writing—review and editing, G.S., K.B. and C.P.; visualization, G.S. and C.P.; supervision, K.B. and C.P.; All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The code implementing the proposed method together with our results, and the links to the datasets are publicly available at the following link https://sites.google.com/site/costaspanagiotakis/research/flood-detection.

Acknowledgments

The authors would like to express their sincere gratitude to Jeffrey Blay and Leila Hashemi-Beni for generously providing the pre-processed dataset utilized in this research. Their foundational work in compiling, aligning, and curating the high-resolution geospatial and LiDAR data across the Carolinas significantly facilitated the development and evaluation of our unsupervised floodwater depth estimation framework.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
3DEP 3D Elevation Program
BEW Bi-directional guided, Enhanced feature extraction, and Weighted IoU
CA Coordinate Attention
CBAM Convolutional Block Attention Module
cGAN conditional Generative Adversarial Network
CNN Convolutional Neural Network
DL Deep Learning
DEM Digital Elevation Model
DTM Digital Terrain Model
EO Earth Observation
FCN Fully Convolutional Network
FIDM Floodwater Inundation and Depth Mapper
GPT Generative Pre-trained Transformer
HEC-RAS Hydrologic Engineering Center-River Analysis System
HWM High Water Mark
IoT Internet of Things
LBSN Location-Based Social Network
LiDAR Light Detection and Ranging
LLM Large Multimodal Model
LLaMA Large Language Model Meta AI
LLaVA Large Language and Vision Assistant
MAE Mean Absolute Error
NOAA National Oceanic and Atmospheric Administration
PFA Potential Flood Area
PGNN Physics-Guided Neural Network
PSO Particle Swarm Optimization
R-CNN Region-based CNN
ResNet Residual Network
RGBVI RGB Vegetation Index
RMSE Root Mean Square Error
SAR Synthetic Aperture Radar
TWI Topographic Wetness Index
UAV Unmanned Aerial Vehicle
USGS United States Geological Survey
VLM Vision Language Model
WSE Water Surface Elevation
YOLO You Only Look Once

References

  1. Mishra, A.; Mukherjee, S.; Merz, B.; Singh, V.P.; Wright, D.B.; Villarini, G.; Paul, S.; Kumar, D.N.; Khedun, C.P.; Niyogi, D.; et al. An overview of flood concepts, challenges, and future directions. J. Hydrol. Eng. 2022, 27, 03122001. [Google Scholar] [CrossRef]
  2. Blay, J.; Hashemi-Beni, L. Advanced Geo-Data Analytics and AI for 3D Flood Mapping to Protect Built Assets. ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, 2025. [Google Scholar]
  3. Drakonakis, G.I.; Tsagkatakis, G.; Fotiadou, K.; Tsakalides, P. OmbriaNet—supervised flood mapping via convolutional neural networks using multitemporal sentinel-1 and sentinel-2 data fusion. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2022, 15, 2341–2356. [Google Scholar] [CrossRef]
  4. Dong, Z.; Liang, Z.; Wang, G.; Amankwah, S.O.Y.; Feng, D.; Wei, X.; Duan, Z. Mapping inundation extents in Poyang Lake area using Sentinel-1 data and transformer-based change detection method. J. Hydrol. 2023, 620, 129455. [Google Scholar] [CrossRef]
  5. He, Y.; Wang, J.; Zhang, Y.; Liao, C. An efficient urban flood mapping framework towards disaster response driven by weakly supervised semantic segmentation with decoupled training samples. ISPRS J. Photogramm. Remote Sens. 2024, 207, 338–358. [Google Scholar] [CrossRef]
  6. Simantiris, G.; Panagiotakis, C. Unsupervised color-based flood segmentation in UAV imagery. Remote Sens. 2024, 16, 2126. [Google Scholar] [CrossRef]
  7. Rahnemoonfar, M.; Chowdhury, T.; Sarkar, A.; Varshney, D.; Yari, M.; Murphy, R.R. Floodnet: A high resolution aerial imagery dataset for post flood scene understanding. IEEE Access 2021, 9, 89644–89654. [Google Scholar] [CrossRef]
  8. Wieland, M.; Martinis, S.; Kiefl, R.; Gstaiger, V. Semantic segmentation of water bodies in very high-resolution satellite and aerial images. Remote Sens. Environ. 2023, 287, 113452. [Google Scholar] [CrossRef]
  9. Simantiris, G.; Bacharidis, K.; Papanikolaou, A.; Giannakakis, P.; Panagiotakis, C. AIFloodSense: A Global Aerial Imagery Dataset for Semantic Segmentation and Understanding of Flooded Environments. Remote Sens. 2026, 18, 938. [Google Scholar] [CrossRef]
  10. San Jose, I.K.; Wiguna, S.; Kametaka, R.; Adriano, B.; Mas, E.; Koshimura, S. Evaluation of open-source SAR-based flood datasets for flood extent mapping in emergency settings. Prog. Disaster Sci. 2026, 29, 100507. [Google Scholar] [CrossRef]
  11. Van Der Knijff, J.; Younis, J.; De Roo, A. LISFLOOD: a GIS-based distributed model for river basin scale water balance and flood simulation. Int. J. Geogr. Inf. Sci. 2010, 24, 189–212. [Google Scholar] [CrossRef]
  12. Tian, M.; Sun, H.; Yang, G.; Wei, E.; Fang, P.; Sun, S. Research on flood disaster monitoring and early warning system integrating three-dimensional geographic information and numerical simulation. In Proceedings of the IET Conference Proceedings CP941; IET, 2025; Vol. 2025, pp. 69–75. [Google Scholar] [CrossRef]
  13. Patro, S.; Chatterjee, C.; Mohanty, S.; Singh, R.; Raghuwanshi, N. Flood inundation modeling using MIKE FLOOD and remote sensing data. J. Indian Soc. Remote Sens. 2009, 37, 107–118. [Google Scholar] [CrossRef]
  14. Dang, T.Q.; Tran, B.H.; Le, Q.N.; Dang, T.D.; Tanim, A.H.; Pham, Q.B.; Bui, V.H.; Mai, S.T.; Thanh, P.N.; Anh, D.T. Application of machine learning-based surrogate models for urban flood depth modeling in Ho Chi Minh City, Vietnam. Appl. Soft Comput. 2024, 150, 111031. [Google Scholar] [CrossRef]
  15. Zhang, X.; Xiao, Y.; Zhu, J.; Cheng, W.; Zhang, Y. Flood Risk Assessment and Management Strategies under Extreme Frequency Events. Water Resour. Manag. 2026, 40, 340. [Google Scholar] [CrossRef]
  16. Liu, B.; Li, Y.; Ma, M.; Mao, B. A comprehensive review of machine learning approaches for flood depth estimation: Liu et al. machine learning approaches for flood depth estimation. Int. J. Disaster Risk Sci. 2025, 16, 433–445. [Google Scholar] [CrossRef]
  17. Elkhrachy, I. Flash flood water depth estimation using SAR images, digital elevation models, and machine learning algorithms. Remote Sens. 2022, 14, 440. [Google Scholar] [CrossRef]
  18. Blay, J.; Hashemi-Beni, L. Geospatial and Deep Learning Approaches for Modeling Floodwater Depth in Urbanized Areas. Remote Sens. 2025, 18, 60. [Google Scholar] [CrossRef]
  19. Blay, J.; Gebregziabher, Y.; Jha, M.K.; Beni, L.H. Inundation2Depth: A multi-source dataset for floodwater depth estimation in urban areas. Data Brief. 2025, 112347. [Google Scholar] [PubMed]
  20. Destefanis, T.; Guliyeva, S.; Boccardo, P.; Fissore, V. Advancing flood detection and mapping: a review of earth observation services, 3D data integration, and AI-Based techniques. Remote Sens. 2025, 17, 2943. [Google Scholar] [CrossRef]
  21. Kharazi, B.A.; Behzadan, A.H. Flood depth mapping in street photos with image processing and deep neural networks. Comput. Environ. Urban Syst. 2021, 88, 101628. [Google Scholar] [CrossRef]
  22. Song, Z.; Tuo, Y. Automated flood depth estimates from online traffic sign images: Explorations of a convolutional neural network-based method. Sensors 2021, 21, 5614. [Google Scholar] [CrossRef] [PubMed]
  23. Alizadeh, B.; Behzadan, A.H. Scalable flood inundation mapping using deep convolutional networks and traffic signage. Comput. Urban Sci. 2023, 3, 17. [Google Scholar] [CrossRef]
  24. Zhong, P.; Liu, Y.; Zheng, H.; Zhao, J. Detection of urban flood inundation from traffic images using deep learning methods. Water Resour. Manag. 2024, 38, 287–301. [Google Scholar]
  25. Liu, B.; Li, Y.; Feng, X.; Lian, P. BEW-YOLOv8: A deep learning model for multi-scene and multi-scale flood depth estimation. J. Hydrol. 2024, 645, 132139. [Google Scholar] [CrossRef]
  26. Mishra, M.; Albano, R. FLOOD-DEPTH-ML: Machine Learning-Driven Python Application for Estimation of Urban Flood Depths through Submerged Vehicles Detection. Results Eng. 2026, 109495. [Google Scholar] [CrossRef]
  27. Du, W.; Qian, M.; He, S.; Xu, L.; Zhang, X.; Huang, M.; Chen, N. An improved ResNet method for urban flooding water depth estimation from social media images. Measurement 2025, 242, 116114. [Google Scholar] [CrossRef]
  28. Wu, L.; Liu, Y.; Zhang, J.; Zhang, B.; Wang, Z.; Tong, J.; Li, M.; Zhang, A. Identification of flood depth levels in urban waterlogging disaster caused by rainstorm using a CBAM-improved ResNet50. Expert Syst. With Appl. 2024, 255, 124382. [Google Scholar] [CrossRef]
  29. Notarangelo, N.M.; Wirion, C.; van Winsen, F. STURM-FloodDepth: A deep learning pipeline for mapping urban flood depth using street-level and oblique aerial imagery. Geomatica 2025, 77, 100061. [Google Scholar] [CrossRef]
  30. Meng, Z.; Peng, B.; Huang, Q. Flood depth estimation from web images. In Proceedings of the Proceedings of the 2nd ACM SIGSPATIAL international workshop on advances on resilient and intelligent cities, 2019; pp. 37–40. [Google Scholar]
  31. Li, J.; Cai, R.; Tan, Y.; Zhou, H.; Sadick, A.M.; Shou, W.; Wang, X. Automatic detection of actual water depth of urban floods from social media images. Measurement 2023, 216, 112891. [Google Scholar] [CrossRef]
  32. Zou, B.; Peng, B.; Huang, Q. Flood Depth Assessment with Location-Based Social Network Data and Google Street View-A Case Study with Buildings as Reference Objects. In Proceedings of the IGARSS 2022-2022 IEEE International Geoscience and Remote Sensing Symposium. IEEE, 2022; pp. 1344–1347. [Google Scholar]
  33. Akinboyewa, T.; Ning, H.; Lessani, M.N.; Li, Z. Automated floodwater depth estimation using large multimodal model for rapid flood mapping. Comput. Urban Sci. 2024, 4, 12. [Google Scholar] [CrossRef]
  34. Fuad, N.; Qian, X. LLM-Powered Flood Depth Estimation from Social Media Imagery: A Vision-Language Model Framework with Mechanistic Interpretability for Transportation Resilience. arXiv 2026, arXiv:2603.17108. [Google Scholar]
  35. Lyu, H.; Zhou, S.; Wang, Z.; Fu, G.; Zhang, C. Assessing large multimodal models for urban floodwater depth estimation. Water Resour. Res. 2025, 61, e2024WR039494. [Google Scholar] [CrossRef]
  36. Löwe, R.; Böhm, J.; Jensen, D.G.; Leandro, J.; Rasmussen, S.H. U-FLOOD–Topographic deep learning for predicting urban pluvial flood water depth. J. Hydrol. 2021, 603, 126898. [Google Scholar] [CrossRef]
  37. Gebrehiwot, A.A.; Hashemi-Beni, L. Three-dimensional inundation mapping using UAV image segmentation and digital surface model. ISPRS Int. J. Geo-Inf. 2021, 10, 144. [Google Scholar] [CrossRef]
  38. Do Lago, C.A.; Giacomoni, M.H.; Bentivoglio, R.; Taormina, R.; Junior, M.N.G.; Mendiondo, E.M. Generalizing rapid flood predictions to unseen urban catchments with conditional generative adversarial networks. J. Hydrol. 2023, 618, 129276. [Google Scholar] [CrossRef]
  39. Wienhold, K.J.; Li, D.; Li, W.; Fang, Z.N. Flood inundation and depth mapping using unmanned aerial vehicles combined with high-resolution multispectral imagery. Hydrology 2023, 10, 158. [Google Scholar] [CrossRef]
  40. Cohen, S.; Raney, A.; Munasinghe, D.; Loftis, J.D.; Molthan, A.; Bell, J.; Rogers, L.; Galantowicz, J.; Brakenridge, G.R.; Kettner, A.J.; et al. The Floodwater Depth Estimation Tool (FwDET v2. 0) for improved remote sensing analysis of coastal flooding. Nat. Hazards Earth Syst. Sci. 2019, 19, 2053–2065. [Google Scholar] [CrossRef]
  41. Bendig, J.; Yu, K.; Aasen, H.; Bolten, A.; Bennertz, S.; Broscheit, J.; Gnyp, M.L.; Bareth, G. Combining UAV-based plant height from crop surface models, visible, and near infrared vegetation indices for biomass monitoring in barley. Int. J. Appl. Earth Obs. Geoinf. 2015, 39, 79–87. [Google Scholar] [CrossRef]
  42. Colorimetry - Part 4: CIE 1976 L*a*b* Colour space. Available online: https://cie.co.at/publications/colorimetry-part-4-cie-1976-lab-colour-space-0 (accessed on May 2024).
  43. Chavolla, E.; Zaldivar, D.; Cuevas, E.; Perez, M.A. Color spaces advantages and disadvantages in image color clustering segmentation. Adv. Soft Comput. Mach. Learn. Image Process. 2018, 3–22. [Google Scholar]
  44. Canny, J. A computational approach to edge detection. IEEE Transactions on pattern analysis and machine intelligence, 1986; pp. 679–698. [Google Scholar]
  45. Fabbri, R.; Costa, L.D.F.; Torelli, J.C.; Bruno, O.M. 2D Euclidean distance transform algorithms: A comparative survey. ACM Comput. Surv. (CSUR) 2008, 40, 1–44. [Google Scholar] [CrossRef]
  46. Teng, J.; Jakeman, A.J.; Vaze, J.; Croke, B.F.; Dutta, D.; Kim, S. Flood inundation modelling: A review of methods, recent advances and uncertainty analysis. Environ. Model. Softw. 2017, 90, 201–216. [Google Scholar] [CrossRef]
  47. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95-international conference on neural networks.; ieee, 1995; Vol. 4, pp. 1942–1948. [Google Scholar]
  48. Houssein, E.H.; Gad, A.G.; Hussain, K.; Suganthan, P.N. Major advances in particle swarm optimization: theory, analysis, and application. Swarm Evol. Comput. 2021, 63, 100868. [Google Scholar] [CrossRef]
  49. Panagiotakis, C. Particle swarm optimization-based unconstrained polygonal fitting of 2d shapes. Algorithms 2024, 17, 25. [Google Scholar] [CrossRef]
  50. Simantiris, G.; Panagiotakis, C. Unsupervised Deep Learning for Flood Segmentation in UAV imagery. In Proceedings of the International Conference on Pattern Recognition; Springer, 2024; pp. 408–423. [Google Scholar]
  51. He, K.; Chen, X.; Xie, S.; Li, Y.; Dollár, P.; Girshick, R. Masked autoencoders are scalable vision learners. In Proceedings of the Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022; pp. 16000–16009. [Google Scholar]
  52. Daw, A.; Karpatne, A.; Watkins, W.D.; Read, J.S.; Kumar, V. Physics-guided neural networks (pgnn): An application in lake temperature modeling. In Knowledge guided machine learning; Chapman and Hall/CRC, 2022; pp. 353–372. [Google Scholar]
  53. Simantiris, G.; Bacharidis, K.; Panagiotakis, C. Closing the Domain Gap: Can Pseudo-Labels from Synthetic UAV Data Enable Real-World Flood Segmentation? Sensors 2025, 25, 3586. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Schematic overview of the proposed automated floodwater depth estimation framework. The pipeline is divided into two primary phases: (1) unsupervised segmentation of high-resolution aerial imagery to delineate the two-dimensional flood extent, and (2) integration of the extracted footprints with a Digital Terrain Model (DTM) to calculate the volumetric depth based on hydrostatic equilibrium.
Figure 1. Schematic overview of the proposed automated floodwater depth estimation framework. The pipeline is divided into two primary phases: (1) unsupervised segmentation of high-resolution aerial imagery to delineate the two-dimensional flood extent, and (2) integration of the extracted footprints with a Digital Terrain Model (DTM) to calculate the volumetric depth based on hydrostatic equilibrium.
Preprints 222392 g001
Figure 2. Blue and red curves correspond on the average value of (a) L, (b) A and (c) B color components computed on flood and background pixels respectively, for each image of the Inundation2Depth dataset [19], sorted in ascending order. The yellow curves show the corresponding Δ L , Δ A , and Δ B thresholds.
Figure 2. Blue and red curves correspond on the average value of (a) L, (b) A and (c) B color components computed on flood and background pixels respectively, for each image of the Inundation2Depth dataset [19], sorted in ascending order. The yellow curves show the corresponding Δ L , Δ A , and Δ B thresholds.
Preprints 222392 g002
Figure 3. Schematic overview of the unsupervised flood extent delineation pipeline detailed in Section 4.1. Initial exclusion masks (M) are derived from the input RGB imagery and corresponding CIELAB color space components. The composite mask ( M F i n a l ) is subsequently utilized in a spatial weighting process to estimate the dominant spectral signature of the floodwater. Finally, hysteresis thresholding is applied to the generated probability map to extract the definitive flood extent.
Figure 3. Schematic overview of the unsupervised flood extent delineation pipeline detailed in Section 4.1. Initial exclusion masks (M) are derived from the input RGB imagery and corresponding CIELAB color space components. The composite mask ( M F i n a l ) is subsequently utilized in a spatial weighting process to estimate the dominant spectral signature of the floodwater. Finally, hysteresis thresholding is applied to the generated probability map to extract the definitive flood extent.
Preprints 222392 g003
Figure 4. (a) Schematic illustration of the DTM-based flood depth estimation principle. For any terrain point p ( x , y ) , the local flood depth is computed as the positive difference between the reference water surface elevation c i and the terrain elevation Z ( x , y ) . (b) Schematic representation of the proposed DTM-based flood depth estimation framework in a plan-view. The red line denotes the floodwater boundary, while the gray and blue color gradients illustrate the floodwater depth and the corresponding terrain elevation, respectively.
Figure 4. (a) Schematic illustration of the DTM-based flood depth estimation principle. For any terrain point p ( x , y ) , the local flood depth is computed as the positive difference between the reference water surface elevation c i and the terrain elevation Z ( x , y ) . (b) Schematic representation of the proposed DTM-based flood depth estimation framework in a plan-view. The red line denotes the floodwater boundary, while the gray and blue color gradients illustrate the floodwater depth and the corresponding terrain elevation, respectively.
Preprints 222392 g004
Figure 5. Visual progression of the DTM-based flood depth estimation methodology. (a) Conservative depth estimate derived utilizing only the maximum boundary elevation ( H max ). (b) Depth estimate utilizing the mean boundary elevation ( H mean ). (c) The balanced depth ( H ^ ) computed as an equally weighted linear combination ( w = 0.5 ) of the maximum and mean estimates. (d) The final, continuous flood depth profile (H) after applying a 5 × 5 Gaussian spatial smoothing filter to eliminate localized topographic discontinuities.
Figure 5. Visual progression of the DTM-based flood depth estimation methodology. (a) Conservative depth estimate derived utilizing only the maximum boundary elevation ( H max ). (b) Depth estimate utilizing the mean boundary elevation ( H mean ). (c) The balanced depth ( H ^ ) computed as an equally weighted linear combination ( w = 0.5 ) of the maximum and mean estimates. (d) The final, continuous flood depth profile (H) after applying a 5 × 5 Gaussian spatial smoothing filter to eliminate localized topographic discontinuities.
Preprints 222392 g005
Figure 6. Qualitative assessment of the unsupervised depth estimation across six catchments, ordered top-to-bottom by decreasing relative performance (nRMSE). Columns display the original image, ground truth depth ( H g t ), predicted depth (H), and absolute error ( | H g t H | ).
Figure 6. Qualitative assessment of the unsupervised depth estimation across six catchments, ordered top-to-bottom by decreasing relative performance (nRMSE). Columns display the original image, ground truth depth ( H g t ), predicted depth (H), and absolute error ( | H g t H | ).
Preprints 222392 g006
Figure 7. Parameter sensitivity analysis for the weighting coefficient w, illustrating the effect of balancing the maximum ( H max ) and mean ( H mean ) boundary elevation estimates on the final flood depth calculation.
Figure 7. Parameter sensitivity analysis for the weighting coefficient w, illustrating the effect of balancing the maximum ( H max ) and mean ( H mean ) boundary elevation estimates on the final flood depth calculation.
Preprints 222392 g007
Table 1. A comparative overview of the flood depth estimation methodologies discussed in the literature, detailing their categories, underlying architectures, data sources, and defining depth indicators, sorted by year of publication.
Table 1. A comparative overview of the flood depth estimation methodologies discussed in the literature, detailing their categories, underlying architectures, data sources, and defining depth indicators, sorted by year of publication.
Reference Year Label-free Category Model Data Depth Indicator
[30] 2019 Object-based Mask R-CNN Web imagery, IoT Human body
[40] 2019 Remote Sensing FwDETv2.0 Flood extent map, DEM Flood boundary elevation + DEM
[21] 2021 Object-based Mask R-CNN Pre/post flood street-level imagery Stop signs
[22] 2021 Object-based Mask R-CNN Urban street-level imagery Stop signs
[36] 2021 Remote Sensing U-Net Terrain and landuse Hyetographs, topographic variables
[37] 2021 Remote Sensing FCN-8 UAV images and topographic data (DEM) Flood extent map + SfM/CNN
[32] 2022 Object-based Mask R-CNN LBSNs pre/post flood imagery Buildings
[23] 2023 Object-based YOLOv4 Pre/post flood street-level imagery Traffic signs
[31] 2023 Object-based YOLOv5 Social media imagery Human body parts
[38] 2023 Remote Sensing cGAN Topographic data Rainfall, flood extent map + topography
[39] 2023 Remote Sensing FIDM Multispectral UAV, LiDAR Water surface extent + DEM
[24] 2024 Object-based YOLOv4 Social media imagery, IoT Pedestrian legs, exhaust pipes, vehicles
[28] 2024 Object-based CBAM-ResNet50 Social media imagery People, vehicles, bikes, e-bikes
[25] 2024 Object-based BEW-YOLOv8 Social media imagery, IoT Vehicles
[33] 2024 Multimodal GPT-4 Vision Ground level, surveillance imagery Textual metadata, street signs, vehicles, people, buildings
[27] 2025 Object-based CA-ResNet Social media imagery People, vehicles, bicycles
[29] 2025 Object-based YOLO-World + ResNet50 Street-level and oblique aerial imagery Vehicles
[35] 2025 Multimodal GPT-4, YOLOv5, Gemini, LLaVA Web ground level and surveillance imagery Textual metadata, people, vehicles
[18] 2025 Remote Sensing ResNet-18, ResNet-34, ResNet-50, Swin U-Net RGB satellite imagery, flood extent, DTM TWI, slope, curvature, DTM
[26] 2026 Object-based YOLOv8 Webcam, flood street-level imagery, IoT Vehicles
[34] 2026 Multimodal FloodLlama Textual metadata, social media images Vehicles
Proposed 2026 Remote Sensing Unsupervised segmentation & hydrostatic modeling RGB satellite imagery, DTM Flood boundaries + DTM
Table 2. Descriptive statistics of topographic elevation, flood inundation metrics, and spatial imagery dimensions for the twelve study sites comprising the Inundation2Depth dataset [19], sorted in ascending order of maximum flood depth.
Table 2. Descriptive statistics of topographic elevation, flood inundation metrics, and spatial imagery dimensions for the twelve study sites comprising the Inundation2Depth dataset [19], sorted in ascending order of maximum flood depth.
Site Elevation (m) Flood Depth (m) Image size
Min Max Mean Area (m2) Cover Max Mean
Nichols 4.31 5.70 4.80 691,317 25.02% 0.96 0.31 1999 × 1382
Chinquaqin 7.65 13.85 11.01 603,806 62.01% 2.89 1.01 871 × 1118
Greenville1 3.25 16.23 8.54 939,979 18.68% 3.46 1.04 2693 × 1869
Wallace 5.07 11.61 9.31 179,530 65.57% 4.08 1.18 287 ×   954
Kinston2 6.36 17.56 10.41 1,684,603 25.90% 4.77 1.26 2389 × 2723
HancheysStore 4.52 12.43 8.73 1,437,372 59.65% 5.63 1.68 1917 × 1257
Greenville2 0.13 11.07 2.70 1,615,756 27.10% 6.12 1.64 2699 × 2209
Goldsboro2 16.35 37.00 20.01 3,183,513 46.34% 6.71 1.71 2901 × 2368
Lumberton 30.94 53.84 36.54 8,787,153 20.74% 6.96 1.53 5848 × 7244
Princeville 5.40 25.25 12.55 3,089,503 26.64% 7.05 1.59 3924 × 2955
Goldsboro1 16.38 35.18 20.31 2,068,696 30.61% 7.14 1.29 2866 × 2358
Kinston1 4.64 24.69 10.00 3,823,408 22.03% 8.74 1.68 3502 × 4955
Table 3. Comprehensive quantitative evaluation of the proposed unsupervised framework across the 12 study sites, sorted in ascending order of nRMSE. The table presents performance metrics for both the 2D flood region segmentation stage (Intersection over Union (IoU), F1-score, Precision (Pr), Recall (Rec), and Accuracy (Acc)), and the flood depth estimation stage (Root Mean Square Error (RMSE), Mean Absolute Error (MAE), maximum-normalized RMSE (nRMSE), and maximum-normalized MAE (nMAE)). Upward arrows (↑) indicate that higher values correspond to better performance, while downward arrows (↓) signify that lower error values are preferable.
Table 3. Comprehensive quantitative evaluation of the proposed unsupervised framework across the 12 study sites, sorted in ascending order of nRMSE. The table presents performance metrics for both the 2D flood region segmentation stage (Intersection over Union (IoU), F1-score, Precision (Pr), Recall (Rec), and Accuracy (Acc)), and the flood depth estimation stage (Root Mean Square Error (RMSE), Mean Absolute Error (MAE), maximum-normalized RMSE (nRMSE), and maximum-normalized MAE (nMAE)). Upward arrows (↑) indicate that higher values correspond to better performance, while downward arrows (↓) signify that lower error values are preferable.
Site Flood Region Segmentation Flood Depth Estimation
IoU ↑ F1 Pr ↑ Rec ↑ Acc ↑ RMSE ↓ MAE ↓ nRMSE ↓ nMAE ↓
Princeville 0.7019 0.8249 0.7399 0.9318 0.8946 0.9765 0.7132 0.1386 0.1012
Goldsboro1 0.6394 0.7800 0.8027 0.7587 0.8690 1.1000 0.6681 0.1541 0.0936
Nichols 0.6044 0.7535 0.6262 0.9456 0.8451 0.1585 0.1267 0.1645 0.1315
Lumberton 0.6708 0.8030 0.7583 0.8532 0.9131 1.2083 0.8805 0.1736 0.1265
Chinquaqin 0.8517 0.9199 0.9576 0.8851 0.9045 0.5059 0.4076 0.1748 0.1409
Kinston2 0.5874 0.7401 0.7959 0.6916 0.8742 0.8842 0.6864 0.1852 0.1438
HancheysStore 0.9069 0.9512 0.9390 0.9637 0.9410 1.0753 0.8886 0.1910 0.1578
Kinston1 0.5332 0.6955 0.8872 0.5719 0.8897 1.6917 1.3626 0.1935 0.1559
Greenvile2 0.7038 0.8262 0.7351 0.9429 0.8925 1.2429 0.9654 0.2030 0.1576
Wallace 0.8321 0.9084 0.9556 0.8656 0.8855 0.8415 0.6133 0.2061 0.1502
Goldsboro2 0.4714 0.6407 0.8160 0.5274 0.7259 1.7196 1.3089 0.2564 0.1952
Greenville1 0.6442 0.7836 0.7106 0.8733 0.9099 0.9039 0.7002 0.2609 0.2021
Table 4. Comparative evaluation of the proposed pixel-wise depth estimation framework against Particle Swarm Optimization (PSO) baselines across the 12 study sites, sorted in ascending order of maximum-normalized RMSE (nRMSE). The table reports the absolute RMSE for our proposed framework (RMSE), the calibrated Auto-Extent baseline utilizing the unsupervised segmentation blobs ( RMSE AE - PSO ), and the theoretical upper-bound True-Extent baseline utilizing the perfect ground truth segmentation masks ( RMSE TE - PSO ). The relative performance changes ( Δ AE - PSO and Δ TE - PSO ) quantify how closely our framework approaches these optimized models.
Table 4. Comparative evaluation of the proposed pixel-wise depth estimation framework against Particle Swarm Optimization (PSO) baselines across the 12 study sites, sorted in ascending order of maximum-normalized RMSE (nRMSE). The table reports the absolute RMSE for our proposed framework (RMSE), the calibrated Auto-Extent baseline utilizing the unsupervised segmentation blobs ( RMSE AE - PSO ), and the theoretical upper-bound True-Extent baseline utilizing the perfect ground truth segmentation masks ( RMSE TE - PSO ). The relative performance changes ( Δ AE - PSO and Δ TE - PSO ) quantify how closely our framework approaches these optimized models.
Site Proposed Auto-Extent-PSO True-Extent-PSO
nRMSE ↓ RMSE ↓ RMSEAE-PSO Δ AE - PSO (%) ↑ RMSETE-PSO Δ TE - PSO (%) ↑
Princeville 0.1386 0.9765 0.8930 -9.36% 0.7285 -34.05%
Goldsboro1 0.1541 1.1000 1.0113 -8.77% 1.0130 -8.59%
Nichols 0.1645 0.1585 0.1663 +4.70% 0.0951 -66.56%
Lumberton 0.1736 1.2083 0.9792 -23.39% 0.8475 -42.58%
Chinquaqin 0.1748 0.5059 0.4654 -8.70% 0.3297 -53.44%
Kinston2 0.1852 0.8842 0.8775 -0.77% 0.5994 -47.53%
HancheysStore 0.1910 1.0753 0.9247 -16.28% 0.8689 -23.75%
Kinston1 0.1935 1.6917 1.3907 -21.64% 1.0498 -61.15%
Greenville2 0.2030 1.2429 1.1717 -6.08% 1.2855 +3.31%
Wallace 0.2061 0.8415 0.8803 +4.41% 0.7724 -8.95%
Goldsboro2 0.2564 1.7196 1.5936 -7.91% 0.9019 -90.68%
Greenville1 0.2609 0.9039 0.7825 -15.52% 0.5988 -50.96%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

© 2026 MDPI (Basel, Switzerland) unless otherwise stated

Accessibility

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings