Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Leveraging GNN to Enhance MEF Method in Predicting ENSO

Created by
  • Haebom

Author

Saghar Ganji, Mohammad Naisipour

Outline

This paper presents a novel framework that improves the existing multimodal ENSO forecasting (MEF) model to improve the prediction of the El Niño Southern Oscillation (ENSO) phenomenon, a challenging long-term phenomenon. The existing MEF model utilizes an ensemble of 80 forecasts from two independent deep learning modules (a 3D-CNN and a time series module), but prioritizes module selection based on global performance without individual weighting or evaluation of ensemble members. In this study, we directly model the similarity among the 80 ensemble members using graph-based analysis to cluster structurally similar and accurate forecasts. We then use a community detection technique to select an optimized subset of 20 members. The final forecast is obtained by averaging this optimized subset. This method improves forecast performance by removing noise and emphasizing ensemble consistency, resulting in more stable and consistent results, especially in complex long-term forecasting situations. Furthermore, because it is model-independent, our approach can be applied to other forecasting models.

Takeaways, Limitations

Takeaways:
Improving ENSO prediction performance and ensuring stability through a graph-based ensemble selection method.
Increasing prediction confidence by removing noise and emphasizing ensemble consistency.
Providing insights into novel ensemble behaviors through the discovery of robust statistical properties among top performers.
We present a model-agnostic approach applicable to various predictive models (statistical, physical, and hybrid models).
Limitations:
It does not always guarantee better performance than the existing MEF model in all scenarios.
Further research is needed to evaluate the generalization performance of the proposed method and its applicability to various climate phenomena.
👍