Comparative and Interpretative Analysis of CNN and Transformer Models in Predicting Wildfire Spread Using Remote Sensing Data
Yihang Zhou, Ruige Kong, Zhengsen Xu, Linlin Xu, Sibo Cheng
TL;DR
The paper addresses the challenge of selecting effective deep learning models for wildfire spread prediction from remote sensing data by conducting a thorough, quantitative comparison of Autoencoder, ResNet, UNet, and Swin-UNet. It introduces an integrated XAI framework using SHAP, Grad-CAM, and Integrated Gradients to reveal why each model makes its predictions, with a focus on the critical Previous Fire Mask, vegetation, drought, and population-density features. Empirical results show UNet and Swin-UNet generally outperform CNN baselines in predictive accuracy and interpretability, while Swin-UNet offers slightly higher precision at the cost of greater computational demands. The study provides practical guidance on model selection for different wildfire monitoring contexts and highlights avenues for future work, including hybrid architectures and deeper interpretability analyses to enhance trust and deployment in disaster response.
Abstract
Facing the escalating threat of global wildfires, numerous computer vision techniques using remote sensing data have been applied in this area. However, the selection of deep learning methods for wildfire prediction remains uncertain due to the lack of comparative analysis in a quantitative and explainable manner, crucial for improving prevention measures and refining models. This study aims to thoroughly compare the performance, efficiency, and explainability of four prevalent deep learning architectures: Autoencoder, ResNet, UNet, and Transformer-based Swin-UNet. Employing a real-world dataset that includes nearly a decade of remote sensing data from California, U.S., these models predict the spread of wildfires for the following day. Through detailed quantitative comparison analysis, we discovered that Transformer-based Swin-UNet and UNet generally outperform Autoencoder and ResNet, particularly due to the advanced attention mechanisms in Transformer-based Swin-UNet and the efficient use of skip connections in both UNet and Transformer-based Swin-UNet, which contribute to superior predictive accuracy and model interpretability. Then we applied XAI techniques on all four models, this not only enhances the clarity and trustworthiness of models but also promotes focused improvements in wildfire prediction capabilities. The XAI analysis reveals that UNet and Transformer-based Swin-UNet are able to focus on critical features such as 'Previous Fire Mask', 'Drought', and 'Vegetation' more effectively than the other two models, while also maintaining balanced attention to the remaining features, leading to their superior performance. The insights from our thorough comparative analysis offer substantial implications for future model design and also provide guidance for model selection in different scenarios.
