IEEE conference paperPredictive AI2024-09-197 min read

Flood Risk Analysis with Deep Learning

A comparison of three machine-learning approaches for predicting exposure, criticality and flood-risk scores using 2,634 bridge records.

Authors: Saba Salmani Ghanbari · Bahram Choubin · Milad Mousavi · Pouria Maleki · Amir Mosavi
Pouria MalekiIEEE SISY 2024DOI: 10.1109/SISY62279.2024.10737603Blog updated: 2026-08-14
Flood Risk Analysis with Deep Learning — research article by Pouria Maleki
Key results & takeaways
2,634 bridge records were modeled through exposure, criticality and overall risk scores
Random Forest performed best for exposure and criticality prediction
LSTM produced the lowest reported error for the final risk-score prediction

Research visuals & results

1 figure
Flood-risk modeling overview used in the research presentation.
Flood-risk modeling overview used in the research presentation.

Flood-risk planning is fundamentally a prediction problem under uncertainty. This study evaluates three machine-learning approaches—Random Forest, LSTM and SVM—for estimating infrastructure-related flood risk.

Modeling risk

The analysis uses 2,634 bridge records. Risk is decomposed into two components:

  • Exposure, capturing environmental and hazard-related variables
  • Criticality, representing the importance and vulnerability of infrastructure

These components are then combined into an overall risk score.

Model comparison

For exposure prediction, Random Forest achieved the lowest error (MAE 0.41, MSE 0.25). It was also strongest for criticality (MAE 0.38, MSE 0.11). For final risk-score prediction, LSTM achieved the best result (MAE 0.31, MSE 0.11).

TargetBest modelMAEMSE
ExposureRandom Forest0.410.25
CriticalityRandom Forest0.380.11
RiskLSTM0.310.11

Why different models win

Random Forest is powerful for nonlinear relationships in tabular features and is often robust without heavy preprocessing. LSTM, meanwhile, can represent structured dependencies when data have an ordered or sequential character.

The broader engineering point is that there is rarely a universal “best model.” Model selection should follow the structure of the target problem and the error that matters operationally.

Application

More reliable flood-risk estimates can support infrastructure planning, prioritization of mitigation measures and disaster-preparedness decisions.

Related research

Iranian Vehicle Images Dataset for Object Detection Algorithm — research by Pouria Maleki
Peer-reviewed publicationComputer Vision
20248 min readGitHub

Iranian Vehicle Images Dataset for Object Detection Algorithm

Journal of Artificial Intelligence and Data Mining (JAIDM)

A domain-specific dataset of 3,000 Iranian vehicle images and 5,765 manually labeled bounding boxes improved YOLOv8s performance over a COCO-trained baseline.

3,000 Iranian vehicle images with 5,765 manually labeled bounding boxes
Read article
Object Detection for Vehicles with Yolo — research by Pouria Maleki
IEEE conference paperDeep Learning
Jan 25, 20249 min readGitHub

Object Detection for Vehicles with Yolo

IEEE SAMI 2024

A seven-class, 29,759-image vehicle benchmark that treats ambulances and fire trucks as dedicated object-detection classes and evaluates real-time detector performance.

29,759 images and 55,925 annotations across seven vehicle classes
Read article