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, Ahmad Reza Labibzadeh, Alireza Hassani, Mohammad Naisipour

Outline

This paper presents a novel ensemble forecasting model for the El Niño Southern Oscillation (ENSO) phenomenon, a challenging long-term forecasting scenario. Existing multi-modal ENSO forecasting (MEF) models utilize 80 ensemble forecasts from two deep learning modules: a 3D CNN and a time series module. However, the weighting and evaluation of individual ensemble members are limited. This study directly models the similarity between the 80 ensemble members using graph-based analysis, identifying and clustering similar and accurate forecasts. A community detection method is used to obtain an optimized subset of 20 members, which are then averaged to produce the final forecast. This method improves forecast performance by removing noise and emphasizing ensemble consistency, resulting in more stable and consistent results, especially in long-term forecasting situations. Furthermore, because it is model-independent, it can be applied to a variety of forecasting models.

Takeaways, Limitations

Takeaways:
Improving ENSO prediction performance through a graph-based ensemble member selection method.
Increased prediction stability through noise removal and emphasis on ensemble consistency.
Improved performance and stability, especially in long-term forecasting situations.
Presents a model-independent approach applicable to various predictive models (statistical, physical, and hybrid models).
Robust statistical features of top-performing predictors provide insights into novel ensemble behavior.
Limitations:
It does not guarantee better performance than the existing MEF model in all scenarios.
The degree of performance improvement of graph-based approaches may vary depending on the dataset and model.
👍