The rapid and accurate short-term forecasting (nowcasting) of wildfire spread is a critical challenge for emergency response and public safety. Traditional physics-based models, while grounded in established principles, often lack fine-scale realism and produce overly smooth predictions. Conversely, purely data-driven deep learning models can capture complex patterns but may violate fundamental physical constraints, leading to unrealistic or untrustworthy forecasts. This paper introduces FireCast, a novel, original hybrid algorithm that synergizes both approaches for high-fidelity nowcasting of wildfire perimeters for up to two hours.
FireCast employs a two-stage hybrid framework. First, a Deterministic Forecast Module uses a physics-informed cellular automaton (CA) to generate a coarse, low-resolution forecast. This CA is guided by meteorological data (wind, humidity) from ERA5 and topography from a DEM. Second, this physically-grounded prediction serves as a strong condition for a Stochastic Refinement Module. This module uses a generative diffusion model, based on the CasFormer architecture, to refine the coarse forecast. It adds realistic, high-frequency details learned from historical fire events observed in Himawari-8/9 satellite imagery.
FireCast was trained and validated on a curated dataset of 50 major wildfire events, comprising approximately 4,000 spatiotemporal sequences from the Asia-Pacific region. In a comparative analysis for a 120-minute forecast, FireCast (Dice Similarity Coefficient: 0.84, Hausdorff Distance: 3.21 pixels) significantly outperformed both the baseline Deterministic CA (DSC: 0.72, AHD: 8.45 pixels) and a purely data-driven U-Net (DSC: 0.75, AHD: 5.12 pixels). Qualitative results confirm that FireCast forecasts are not only quantitatively more accurate but also visually more realistic, capturing the complex, intricate perimeters of real fire fronts.
This work validates the power of a hybrid deterministic–stochastic approach for complex environmental forecasting. FireCast offers a viable path toward creating trustworthy, high-fidelity AI tools, providing a significant advancement for operational wildfire management and disaster response.