paper-with-me

Papers

Explainable AI Integrated Feature Engineering for Wildfire Prediction

2024-04-01 · Di Fan, Ayan Biswas, James Paul Ahrens

Wildfires present intricate challenges for prediction, necessitating the use of sophisticated machine learning techniques for effective modeling\cite{jain2020review}. In our research, we conducted a thorough assessment of various machine learning algorithms for both classification and regression tasks relevant to predicting wildfires. We found that for classifying different types or stages of wildfires, the XGBoost model outperformed others in terms of accuracy and robustness. Meanwhile, the Random Forest regression model showed superior results in predicting the extent of wildfire-affected areas, excelling in both prediction error and explained variance. Additionally, we developed a hybrid neural network model that integrates numerical data and image information for simultaneous classification and regression. To gain deeper insights into the decision-making processes of these models and identify key contributing features, we utilized eXplainable Artificial Intelligence (XAI) techniques, including TreeSHAP, LIME, Partial Dependence Plots (PDP), and Gradient-weighted Class Activation Mapping (Grad-CAM). These interpretability tools shed light on the significance and interplay of various features, highlighting the complex factors influencing wildfire predictions. Our study not only demonstrates the effectiveness of specific machine learning models in wildfire-related tasks but also underscores the critical role of model transparency and interpretability in environmental science applications.

📄 PDF Abstract BibTeX arXiv:2404.01487

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature EngineeringPredictionregression

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Explainable Global Wildfire Prediction Models using Graph Neural Networks

2024-02-11 · Dayou Chen, Sibo Cheng, Jinwei Hu, Matthew Kasoar 외

Wildfire prediction has become increasingly crucial due to the escalating impacts of climate change. Traditional CNN-based wildfire prediction models struggle with handling missing oceanic data and addressing the long-ra…

BenchmarkingCommunity DetectionFeature ImportanceGraph Neural Network+2

Assessment of deep learning models integrated with weather and environmental variables for wildfire spread prediction and a case study of the 2023 Maui fires

2025-09-05 · Jiyeon Kim, Yingjie Hu, Negar Elhami-Khorasani, Kai Sun 외 arxiv

Predicting the spread of wildfires is essential for effective fire management and risk assessment. With the fast advancements of artificial intelligence (AI), various deep learning models have been developed and utilized…

Global Lightning-Ignited Wildfires Prediction and Climate Change Projections based on Explainable Machine Learning Models

2024-09-16 · Assaf Shmuel, Teddy Lazebnik, Oren Glickman, Eyal Heifetz 외

Wildfires pose a significant natural disaster risk to populations and contribute to accelerated climate change. As wildfires are also affected by climate change, extreme wildfires are becoming increasingly frequent. Alth…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

TS-SatFire: A Multi-Task Satellite Image Time-Series Dataset for Wildfire Detection and Prediction

2024-12-16 · Yu Zhao, Sebastian Gerard, Yifang Ban

Wildfire monitoring and prediction are essential for understanding wildfire behaviour. With extensive Earth observation data, these tasks can be integrated and enhanced through multi-task deep learning models. We present…

Earth ObservationFire DetectionPredictionTime Series

SAGE-XGBoost: Spatially Augmented Graph Embeddings--Machine Learning Framework for Natural Hazards Susceptibility Mapping under Data Scarcity

2026-08-20 · Mohammad H. Vahidnia, Ali Pourkarimi arxiv

Natural hazard susceptibility mapping is often constrained by limited labeled data, reducing the generalizability of conventional machine learning and limiting the applicability of complex deep learning models. This stud…

Representation LearningFeature ImportanceData Augmentation