This repository contains the source code for the paper "HyPhAICC v1.0: a hybrid physics–AI approach for probability fields advection shown through an application to cloud cover nowcasting" by Rachid El Montassir, Olivier Pannekoucke and Corentin Lepeyre.
This work proposes a hybrid approach that combines Physics and Artificial Intelligence (AI) for cloud cover nowcasting. It addresses the limitations of traditional deep learning methods in producing realistic and physically consistent results that can generalise to unseen data. The proposed approach, named HyPhAICC, enforces a physical behaviour. In the first model, denoted HyPhAICC-1, a multi-level advection dynamics is considered as a hard constraint for a trained U-Net model. Our experiments show that the hybrid formulation outperforms not only traditional deep learning methods, but also the EUMETSAT Extrapolated Imagery model (EXIM) in terms of both qualitative and quantitative results. In particular, we illustrate that the hybrid model preserves more details and achieves higher scores based on similarity metrics in comparison to the U-Net. Remarkably, these improvements are achieved while using only one-third of the data required by the other models. Another model, denoted HyPhAICC-2, adds a source term to the advection equation, it impaired the visual rendering but displayed the best performance in terms of Accuracy. These results suggest that the proposed hybrid Physics-AI architecture provides a promising solution to overcome the limitations of classical AI methods, and contributes to open up new possibilities for combining physical knowledge with deep learning models.
To cite this work, please use the following bibtex entry:
@Article{elmontassir_hyphaicc_2024,
AUTHOR = {El Montassir, R. and Pannekoucke, O. and Lapeyre, C.},
TITLE = {HyPhAICC v1.0: a hybrid physics--AI approach for probability fields advection shown through an application to cloud cover nowcasting},
JOURNAL = {Geoscientific Model Development},
VOLUME = {17},
YEAR = {2024},
NUMBER = {17},
PAGES = {6657--6681},
URL = {https://gmd.copernicus.org/articles/17/6657/2024/},
DOI = {10.5194/gmd-17-6657-2024}
}
This project is licensed under the CeCILL-B license - see the LICENSE file for details.