scieee AI-readable full text Open interactive document viewer

Estimating absolute flood depth using image retrieval method

Guangan Chen; Brian Booth; Michiel Vlaminck; Anh Minh Truong; Michiel De Baets; Wilfried Philips; Hiep Luong

Abstract

Estimating flood depth from visual imagery is a critical task for disaster response, yet remains challenging due to the scarcity of labeled data and the complexity of real-world scenes. In this work, we introduce a novel image retrieval-based framework to estimate the localized flood depth from images of partially submerged vehicles. The proposed pipeline employs a hybrid segmentation strategy that combines Mask R-CNN and the Segment Anything Model to extract vehicle masks. To support retrieval-based estimation, we construct a large-scale synthetic dataset comprising 6,912 rendered images of a 3D vehicle model under varying viewpoints and discretized flood depths. To facilitate model validation and future benchmarking, we generated a synthetic dataset of 200 flooded vehicle scene images with ground-truth depth in centimeters, created via guided inpainting using the Stable Diffusion model. Furthermore, we designed a two-stage graphical user interface that enables users to annotate flood depth in 3D space, allowing them to perceptually align a virtual water level with the vehicle in each image. Using this tool, we create a real-world dataset of 200 images, each annotated by multiple participants with depth estimates provided in centimeter-level precision. Experiments demonstrate that our retrieval-based approach yields accurate and interpretable flood depth predictions on both synthetic and real-world datasets, offering a promising alternative to conventional classification-based methods.

Full text

Estimating Absolute Flood Depth from Submerged Vehicles Using Image Retrieval Method Guangan Chen, Michiel Vlaminck, Brian Booth, Anh Minh Truong, Michiel De Baets, Wilfried Philips, Hiep Luong Image Processing and Interpretation (IPI), IMEC research group at Ghent University, Belgium Email: [email protected] Floods cause major losses by damaging infrastructure and endangering lives, making them one of the most costly natural disasters worldwide. Traditional monitoring with sensors or satellites is expensive and limited in resolution, while abundant street-level images with vehicles as depth references offer a scalable alternative. However, most existing methods provide only discrete level estimation, and no dataset with ground truth flood depth is available for evaluation. In light of this, this study aims to estimate flood depth at centimeter-level accuracy based on submerged vehicles. Motivation •We propose a novel flood depth estimation pipeline, where partially submerged vehicles are first segmented using a hybrid approach that integrates Mask R-CNN and the Segment Anything Model (SAM). Flood depth is then estimated through image retrieval from an image retrieval dataset. •We propose a viewpoint sampling strategy to create a large-scale image retrieval dataset of partially visible vehicles for use in image retrieval-based flood depth estimation. The dataset comprises 6,912 images rendered from diverse viewpoints and across varying flood depth. Method Examples of segmented images of flooded vehicles from our image retrieval dataset. The flood levels from left to right are 1, 2, 5, and 8. Illustration of the discretization of flood depth into ten uniform intervals relative to the height of the reference car (a white 2022 Peugeot 308) in the dataset, and the corresponding nine flood levels used for evaluation. Illustration of the camera distribution used for rendering the 3D car model in the image retrieval dataset. (a) Side view; (b) Top view. To ensure diverse viewing angles for the rendered images, cameras are sampled across the surface of an upper hemisphere using a layered scheme, where each elevation layer is assigned a fixed number of cameras with azimuth angles shifted relative to adjacent layers. For a better visualization in this figure, the number of elevation layers and cameras per layer are both set to 10, while they are 10 and 72 for creating the dataset, respectively. (a) (b) Evaluation •Synthetic dataset of 200 images: To generate diverse and realistic flooded scenes with ground truth flood depth, we leveraged the inpainting capability of the large multimodal model, Stable Diffusion model, implemented via the Hugging Face Diffusers library. •Real-world dataset of 200 images: We developed a two-step GUI for annotating flood depth in 3D space and conducted a subjective study to collect annotation data. The GUI interfaces for collecting the real-world dataset. The progress of the subjective study is shown at the top, with the annotated image on the left and the operation panel on the right. (a)Step 1: users are asked to perceptually select the reference vehicle that best matches the vehicle closest to the camera and appearing largest in the image, based on visible components and overall shape of the target vehicle. (b)Step 2: Users adjust the height of the flood volume in 3D space by moving the slider handle or using keyboard inputs until the waterline in the 3D view perceptually aligns with the waterline observed in the reference 2D image. (a) (b) Results Conclusion We applied stable diffusion model to create a synthetic dataset of submerged vehicles with ground truth centimeter-level flood depth. In addition, we designed and developed a GUI for annotating a real-world dataset in 3D space. We proposed a retrieval-based framework for estimating flood depth from submerged vehicle images, achieving lower error and greater robustness than existing methods on both synthetic and real-world datasets. Version 2