Example-Based Concept Analysis Framework for Deep Weather Forecast Models
Soyeon Kim, Junho Choi, Subeen Lee, Jaesik Choi
TL;DR
The paper addresses the challenge of trusting deep weather forecast models by introducing an example-based concept analysis framework that surfaces conceptually analogous cases from model inferences. It combines a Probabilistic Concept Prober with a Nearest-Neighbor Search Engine, grounded by a human-annotated concept dataset and a domain-specific UI, to translate internal representations into meteorologically meaningful explanations. Experiments on a DeepRaNE-based rainfall segmentation model demonstrate that the concepts align with expert perceptions, and the framework supports model debugging through uncertainty estimation and actionable visualizations. The work advances practical, domain-aware XAI for weather forecasting, enabling better interpretability, debugging, and potential operational adoption.
Abstract
To improve the trustworthiness of an AI model, finding consistent, understandable representations of its inference process is essential. This understanding is particularly important in high-stakes operations such as weather forecasting, where the identification of underlying meteorological mechanisms is as critical as the accuracy of the predictions. Despite the growing literature that addresses this issue through explainable AI, the applicability of their solutions is often limited due to their AI-centric development. To fill this gap, we follow a user-centric process to develop an example-based concept analysis framework, which identifies cases that follow a similar inference process as the target instance in a target model and presents them in a user-comprehensible format. Our framework provides the users with visually and conceptually analogous examples, including the probability of concept assignment to resolve ambiguities in weather mechanisms. To bridge the gap between vector representations identified from models and human-understandable explanations, we compile a human-annotated concept dataset and implement a user interface to assist domain experts involved in the the framework development.
