Code for the paper "FIDLAR: Forecast-Informed Deep Learning Approaches for Flood Mitigation" accepted by AAAI'25.
datafolder includes data sets usedbaselinefolder includes baseline models usedmodelfolder includes our proposed modelslossfolder includes loss functions usedpreprocessfolder includes data pre-processingpostprocessfolder includes the programs for experiment results, visualization, and ablation studytraining_WaLeF_modelsfolder includes training programs forFlood Evaluatorwith all modelstraining_optimization_modelsfolder includes training programs forFlood Managerwith frozenFlood Evaluator
conda create -n env_name python=3.8
conda activate env_name
pip3 install -r requirements.txt- Download the entire repository and install the required packages (see requirements above).
- For training,
Flood Evaluator, go to thetraining_WaLeF_modelsfolder and run cells in theipynbfilesFlood Manager, go to thetraining_optimization_modelsfolder and run cells in theipynbfiles
- For testing and experiment analysis, go to the
postprocessfolder and run cells in theipynbfiles.
If you find this work interesting and useful, please cite our paper:
@inproceedings{shi2025fidlar,
title={FIDLAR: Forecast-Informed Deep Learning Architecture for Flood Mitigation},
author={Shi, Jimeng and Yin, Zeda and Leon, Arturo and Obeysekera, Jayantha and Narasimhan, Giri},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={39},
number={27},
pages={28377--28385},
year={2025}
}

