How the New AI System Predicts and Prevents Wildfires
- In 2025, wildfires became the costliest on record, burning through nearly 390 million hectares worldwide and causing over USD 108 billion in insured losses according to Munich Re, even as the total area burned was 16 percent below the decade average.
- That cruel paradox, fewer fires but greater destruction, is precisely why a new AI system predicts how to prevent wildfires has moved from academic research to urgent global priority.
- Developed by researchers at Aalto University in Finland, the FireCNN model uses a convolutional neural network trained on 31 environmental variables to predict peatland fire occurrence with 80 to 95 percent accuracy, and it has already identified land management strategies capable of reducing fire incidence by 50 to 76 percent.

Every year, wildfire scientists and emergency managers face the same impossible equation: fire moves faster than decisions. A single ignition in drought-stressed vegetation can expand to thousands of acres within hours, outpacing evacuation orders, suppression resources, and any forecast built on yesterdayโs data.
The new AI system that predicts how to prevent wildfires changes that equation fundamentally, not by reacting to fire after it starts, but by identifying the precise conditions, locations, and land management choices that allow fire to take hold in the first place.
The Growing Threat of Wildfires
Wildfire is no longer a seasonal nuisance confined to remote forests. In 2025, the January fires in and around Los Angeles burned just 23,000 hectares yet caused more than USD 53 billion in damage, making it the single costliest wildfire event in recorded history according to Swiss Re.
That same year, South Korea experienced its deadliest wildfire outbreak ever, with 32 deaths and more than 100,000 hectares burned, while Canadian provinces historically known for infrequent fires recorded unprecedented fire activity.
The United Nations Disaster Risk Reduction report for 2025 confirmed that between 2014 and 2023, wildfires caused an estimated USD 106 billion in economic losses globally, seven times the insured losses of the previous decade.
What makes this trend so alarming is the combination of forces driving it. Climate change is extending drought periods and heat waves, which dry out vegetation and soil to levels that make ignition easier.
At the same time, land use decisions over the past century, draining wetlands, suppressing smaller fires, and expanding development into fire-prone landscapes, have allowed fuel loads to accumulate. The result is that when fires do start,
- they burn hotter,
- spread faster, and
- are far harder to contain.
Traditional fire danger forecasting systems were not designed for this environment. Most of them rely on fixed rating indices like the Fire Weather Index (FWI) or the McArthur Forest Fire Danger Index (FFDI), which calculate danger scores from daily weather readings such as temperature, humidity, wind speed, and rainfall.
These indices were developed in the mid-twentieth century and, while useful, suffer from three structural weaknesses that AI-based systems are now designed to correct.
- Traditional indices update once per day at best, meaning they cannot capture the rapid, sub-hourly changes in wind and humidity that control how quickly a fire spreads or whether an ignition becomes a major event.
- They treat vegetation as a static variable, ignoring the dynamic changes in fuel moisture, biomass, and species composition that satellite sensors now measure in near-real time.
- They produce a single danger score for large geographic areas, masking the localized pockets of extreme risk that AI models can identify at the scale of individual land parcels.
The urgency for better tools is no longer theoretical. A 2025 systematic review published in the journal Fire analyzed 341 peer-reviewed studies on machine learning for wildfire prediction from 2020 to 2025, and found that deep learning architectures accounted for 59.4 percent of all methodological approaches, reflecting the scientific communityโs broad consensus that neural network models outperform classical methods for this problem. The question is no longer whether AI can improve wildfire prediction, but how quickly those systems can be deployed at scale.
What Is the New AI Wildfire Prediction System?
The most thoroughly documented new AI system that predicts how to prevent wildfires is FireCNN, developed by researchers Alexander J. Horton, Jaakko Lehtinen, and Professor Matti Kummu at Aalto University in Finland.
Their work, published in Communications Earth and Environment in 2022, introduced a convolutional neural network (CNN, a type of deep learning model originally designed for image recognition that processes spatial data by detecting patterns across grid-based maps) trained specifically on peatland fire occurrence in Central Kalimantan, Indonesia.
Borneoโs Central Kalimantan province was chosen because it has the highest density of peatland fires in Southeast Asia, making it an ideal high-signal environment for model training and validation.
The FireCNN model is not simply a fire detector. Its core innovation is predictive prevention: rather than alerting managers after a fire starts, it simulates how different land management decisions would affect the probability and spatial distribution of fires across an entire region.
That capacity to run scenario simulations and quantify the impact of interventions in terms of percentage fire reduction is what distinguishes FireCNN from conventional early-warning tools. Building on the same conceptual framework, newer systems have extended the approach in different directions.
The International Journal of Wildland Fire published a study in January 2025 by Dr. Alberto Ardid and colleagues describing a machine learning model that uses surface weather variables to produce sub-hourly fire danger forecasts, dramatically narrowing the time window between updated prediction and operational response.
A separate research group at the University of Queensland, whose work was reported by PreventionWeb in March 2026, tested a multi-region machine learning model across the Sunshine Coast, Brisbane, and Hobart and found it consistently outperformed Australiaโs official Fire Behaviour Index.
How the AI Wildfire Prediction System Works
1. The Data Sources Feeding the Model
The power of any machine learning model rests entirely on the quality and diversity of its input data. FireCNN integrates 31 environmental variables drawn from multiple data streams, each capturing a different dimension of fire risk. Understanding what those variables are and why each one matters helps explain why the model outperforms single-variable danger indices.
1. Weather conditions, including daily temperature, relative humidity, wind speed, and cloud cover, determine how quickly surface fuels dry and how fast a fire front can advance once ignition occurs.
2. Vegetation and fuel load data, derived from land cover classifications and drought indices such as the Normalized Difference Vegetation Index (NDVI, a satellite-based measure of plant greenness and biomass), tell the model how much burnable material exists at each location and how moisture-depleted it currently is.
3. Satellite imagery from platforms such as NASAโs MODIS (Moderate Resolution Imaging Spectroradiometer) and ESAโs Sentinel satellites provides the spatial grid on which the CNN processes all other variables, detecting surface temperature anomalies and active fire pixels at resolutions as fine as 10 to 500 meters.
4. Historical wildfire records from 2002 to 2019 were used to train the model, giving the network thousands of confirmed fire events to learn the signatures that precede ignition.
5. Topography and terrain data, including slope gradient, aspect (the compass direction a slope faces), and elevation, explain why fire spreads faster uphill and why south-facing slopes in the northern hemisphere dry out earlier in summer.
6. Distance to settlements and drainage canal networks were included as human-influence variables, capturing the role of agricultural drainage and accidental ignition in peatland fire patterns.
2. The Machine Learning Architecture
A convolutional neural network processes spatial data by passing small scanning windows, called filters or kernels, across a gridded map and detecting recurring spatial patterns.
In the context of wildfire prediction, this means the model learns not just that a single pixel has dry vegetation, but that a specific spatial configuration, such as a cluster of drained peatland cells surrounded by shrubland with high drought indices and low-humidity weather, reliably precedes fire occurrence.
This pattern recognition across space is what makes CNNs more powerful than point-based statistical models for landscape-scale fire prediction. The model produces an output map for each simulated year, assigning a probability value to every pixel in the study area.
Pixels where the model assigns high probability are interpreted as hotspots, areas where fire is likely to occur given current or projected conditions. In validation tests using held-out years from the 2002 to 2019 training period, FireCNN correctly predicted fire occurrence in 80 to 95 percent of cases at the regional cluster level, according to reporting by The Center for Growth and Opportunity.
Horton, Lehtinen, and Kummu (Aalto University, Communications Earth and Environment, 2022) found that FireCNN correctly predicted fire occurrence with 80 to 95 percent accuracy at the regional cluster scale using 31 environmental variables.
Land managers can use this probability map to prioritize where to invest in drainage canal restoration or vegetation conversion before the next fire season, rather than responding after ignition.
3. Real-Time Monitoring Capabilities
The sub-hourly fire danger system developed by Dr. Ardid and colleagues at the University of Queensland takes the data-driven approach one step further by coupling machine learning with continuous surface weather station feeds.
Rather than computing a single daily danger score, the model ingests temperature, wind, humidity, and fuel moisture data every 30 to 60 minutes and recalculates fire potential continuously.
This approach is analogous to how modern weather forecasting moved from once-daily synoptic maps to hour-by-hour numerical weather prediction, and it has the same operational effect: the window between an emerging danger condition and a management response shrinks dramatically.
How AI Predicts Wildfire Risk Before Ignition
Predicting wildfire risk before a spark appears is a fundamentally different problem from tracking a fire that has already started. The AI approach solves it by identifying the environmental state that precedes ignition, rather than the ignition event itself.
Think of it this way: a wildfire requires three conditions simultaneously, fuel that is dry enough to burn, an ignition source, and weather conditions that allow rapid spread. Traditional tools measure each of these factors separately. The AI model learns the joint probability of all three conditions occurring together at the same location, which is a much stronger predictive signal.
FireCNN identifies high-risk locations by recognizing spatial patterns in its 31-variable input map that historically coincided with fire occurrence. When the model detects that a particular area of land has transitioned into a configuration it associates with pre-fire conditions, it flags that area as elevated risk.
This is not a static classification; the model re-runs its prediction each time new satellite or weather data becomes available, so risk maps update dynamically as the landscape and weather evolve.
Researchers at the University of Queensland (International Journal of Wildland Fire, 2025, expanded to multiple regions 2026) found that their machine learning model improved fire danger forecasting performance by 10 to 30 percent over Australiaโs official Fire Behaviour Index across three regions with distinct climates.
A 10 to 30 percent improvement in detection rate translates directly into more lead time for evacuation orders, pre-positioning of fire crews, and suspension of prescribed burn programs during elevated-risk windows. Early warning capabilities are among the most operationally significant outputs. When a model identifies that a region is entering a high-risk period, fire managers can act before ignition:
- suspending any planned activities that might create sparks,
- moving aerial suppression aircraft closer to the threat zone,
- issuing pre-evacuation advisories to communities, and
- mobilizing ground crews for initial attack readiness.
Each hour of additional warning translates to measurably better outcomes, because the difference between a fire caught at one hectare and one left to grow to a thousand hectares is almost entirely a function of response time.
How the AI System Helps Prevent Wildfires
Prevention is where AI wildfire systems offer something traditional tools simply cannot: the ability to evaluate the future impact of land management decisions before those decisions are made.
FireCNNโs scenario simulation capability allows researchers and land managers to input a proposed intervention, such as converting shrubland to swamp forest, or blocking secondary drainage canals in peatlands, and then run the model forward to predict how fire occurrence would change under that new landscape configuration.
1. Land Management and Scenario Planning
The Aalto University team used this simulation capability to test multiple intervention strategies in Central Kalimantan and produced highly specific findings. Converting shrubland and scrubland to swamp forest reduced predicted fire incidence by 50 percent.
When that vegetation conversion was combined with blocking all non-essential drainage canals, fire incidence fell by 70 percent. The most aggressive combined intervention modeled by the team achieved a 76 percent reduction in fire occurrence.
These are not aspirational estimates; they are the modelโs forward projection based on the same pattern-recognition logic that achieved 80 to 95 percent accuracy in historical validation. For crop farmers and agronomists operating in fire-prone landscapes, this scenario-simulation approach has direct practical value.
A farmer considering whether to drain a wetland adjacent to their fields to gain more arable land can, in principle, input that proposed change into a calibrated model and see the downstream effect on fire probability across the surrounding area. That kind of quantified trade-off analysis was previously impossible without years of field observation.
2. Guiding Controlled Burns and Resource Allocation
Controlled burns (prescribed fire, the intentional burning of vegetation under carefully managed conditions to reduce fuel loads and lower the risk of uncontrolled wildfire) are among the most effective prevention tools available to land managers.
However, they are also inherently risky: a controlled burn conducted under the wrong weather conditions can escape containment and become the very disaster it was meant to prevent.
AI fire danger forecasting addresses this directly by identifying the narrow weather windows where conditions are favorable for a controlled burn to stay within bounds while still achieving meaningful fuel reduction.
1. Real-time weather and fuel moisture data fed into a predictive model can flag when conditions are within the safe burn prescription window, removing the guesswork that currently makes prescribed burn scheduling a high-stakes judgment call.
2. Risk maps generated by AI tools help managers identify which specific parcels carry the heaviest fuel loads and pose the highest wildfire risk, so that limited controlled burn resources are directed where they will have the greatest impact.
3. Overstory, an Amsterdam-based vegetation monitoring company, demonstrated that AI-powered hazard tree identification led to a nearly 50 percent reduction in ignitions attributed to vegetation contact with power lines at Pacific Gas and Electric (PG&E) in 2025, compared with the previous year, according to Scientific American.
Resource allocation for firefighters benefits equally from AI risk mapping. When dispatch coordinators can see a probability-weighted map showing where fire is most likely to start in the next 24 to 48 hours, they can pre-position tanker aircraft, ground crews, and equipment in advance, rather than scrambling to respond after an ignition is reported.
The difference between a wildfire that kills thousands of acres and one caught at a hectare is almost never about firefighting skill. It is almost always about whether the right resources were in the right place before the fire made its first move.
That shift from reactive deployment to predictive positioning is the operational equivalent of moving from ambulance response to preventive medicine.
Key Advantages of AI Wildfire Systems Over Traditional Methods
The improvements that machine learning models deliver over traditional fire danger indices are not marginal. They are structural, rooted in the fundamental difference between a fixed formula applied to a handful of weather variables and a deep learning architecture trained on decades of multi-source spatial data.
1. Speed of data analysis: Traditional indices require meteorologists to manually compute danger scores from weather station readings, a process that takes hours. A trained neural network processes satellite imagery, weather feeds, and vegetation indices simultaneously in seconds, enabling near-real-time risk maps.
2. Prediction accuracy: The University of Queensland study achieved 10 to 30 percent better performance than Australiaโs official Fire Behaviour Index, and FireCNN reached 80 to 95 percent accuracy in cluster-level fire prediction. Both represent meaningful improvements over the best available conventional tools.
3. Continuous monitoring: Sub-hourly fire danger forecasting means risk assessments update dozens of times per day rather than once. This is critical during rapidly evolving weather events like downslope windstorms (such as Californiaโs Diablo and Santa Ana winds) where fire danger can shift from moderate to extreme in under an hour.
4. Scalability: A trained model can be applied to any geographic region for which input data are available. The University of Queensland team demonstrated this by validating their model across three climatically distinct regions in Australia, achieving consistent performance improvement in each one.
5. Scenario simulation: No traditional index can answer the question โwhat would fire risk look like if we changed the land cover in this watershed?โ AI models like FireCNN can, enabling proactive land use planning rather than reactive crisis response.
Real-World Testing, Results, and Case Studies
The performance claims of AI wildfire prediction systems are supported by an expanding body of field validation. The FireCNN model was trained on 17 years of fire data from Central Kalimantan (2002 to 2019), and the researchers used rigorous cross-validation to confirm that its accuracy figures were not artifacts of overfitting to the training data.
A systematic review published in the journal Fire (May 2026) analyzing 341 peer-reviewed studies found that deep learning architectures (including CNNs and transformer-based models) accounted for 59.4 percent of all AI wildfire prediction methods used in research from 2020 to 2025, with vegetation and fuel characteristics being the dominant input variables in 44.7 percent of studies.
The scientific consensus is firmly behind deep learning for wildfire prediction, meaning that practitioners evaluating which AI tools to adopt should prioritize systems built on neural network architectures over classical statistical models.
The USC Viterbi team, led by Professor Assad Oberai of the Computation and Data Driven Discovery group, published a model in July 2024 that combines generative AI with physics-based fire spread simulations.
Rather than choosing between the speed of machine learning and the mechanistic accuracy of physics models, the USC approach uses generative AI to produce rapid ensemble forecasts of fire spread paths based on satellite data and atmospheric inputs.
This hybrid approach addresses one of the key criticisms of purely data-driven models: that they can predict where fire is likely without correctly representing why it spreads the way it does under specific physical conditions.
The PG&E case study via Overstory provides the clearest real-world outcome metric available. By using AI vegetation monitoring to identify and remove hazard trees near power lines, a utility company that had been responsible for some of Californiaโs most destructive fires achieved a nearly 50 percent drop in vegetation-related ignitions in a single year.
While Overstoryโs system is focused on the ignition-prevention side of the problem rather than fire spread prediction, it demonstrates the direct financial and safety returns that AI tools are already delivering at scale.
Challenges and Limitations of AI Wildfire Prediction
No technology solves a complex problem perfectly, and AI wildfire prediction systems carry real limitations that practitioners and policymakers must understand before relying on them for high-stakes decisions. Acknowledging these limitations is not a reason to delay adoption; it is a requirement for using the tools correctly.
a. Data quality requirements: A machine learning model is only as good as its training data. In regions where historical fire records are incomplete, satellite coverage is intermittent, or weather station networks are sparse, model accuracy can degrade significantly. Developing countries with the highest fire risk often have the weakest data infrastructure.
b. False positives and prediction uncertainty: The Aalto University team noted that about half of all isolated, individual fires in their study area were not predicted by FireCNN, meaning the model was better at identifying where fire clusters would occur than at catching every solitary ignition. False positives (areas flagged as high risk that do not actually burn) can waste suppression resources if acted upon uncritically.
An AI system that predicts fire risk is only as valuable as the institutional capacity around it. The model gives managers options. Exercising those options in time still requires resources, authority, and training that no algorithm can provide.
c. Cost and implementation challenges: Training and deploying deep learning models requires significant computing infrastructure and specialized expertise. The capital and human resource requirements are currently beyond the reach of many regional fire management agencies, particularly in lower-income countries.
d. Dependence on continuous data updates: Sub-hourly forecasting systems require continuous, reliable feeds of weather and satellite data. Any gap in that data pipeline, whether from a sensor outage, cloud cover blocking satellite observation, or network failure, degrades the modelโs output and can create a false sense of security during precisely the moments when conditions are changing most rapidly.
Future Developments in AI Wildfire Prediction Technology
1. Integration with Drones, Satellites, and IoT Sensors
The next generation of AI wildfire systems will be distinguished less by the models themselves and more by the sensor networks feeding them. Fixed weather stations and once-daily satellite passes are already being supplemented by networks of low-cost Internet of Things (IoT) sensors, small wireless devices embedded in forests and grasslands that continuously transmit
- temperature,
- humidity,
- CO2 concentration, and
- fuel moisture readings at specific points on the landscape.
When these ground-level data streams are fused with satellite imagery and airborne LIDAR (Light Detection and Ranging, a laser-based technology that produces highly accurate three-dimensional maps of forest structure and fuel density), the richness of the input data available to AI models increases by an order of magnitude.
Drone-mounted thermal imaging provides another data layer that fills the temporal gap between satellite passes. A drone equipped with a thermal infrared camera can survey thousands of hectares in a single flight, detecting sub-surface heat anomalies in peatlands that indicate smoldering fire well before any visible flame or smoke appears.
When those thermal anomaly detections are fed directly into a FireCNN-type prediction model, the system gains the ability to identify fires that started underground and are working their way toward the surface, a capability that no current operational system possesses.
2. Expanding to New Regions and Ecosystem Types
FireCNN was developed and validated in a tropical peatland context, and the University of Queensland model was tested in subtropical and temperate Australian ecosystems.The logical next step, already underway in several research groups, is to adapt and validate these models for the full range of fire-prone ecosystems:
- Mediterranean shrublands,
- boreal forests,
- North American chaparral,
- African savannas, and
- Andean grasslands.
Each ecosystem has a distinct fuel type, fire behavior pattern, and set of controlling variables, so models must be re-trained or fine-tuned with regional data rather than simply transferred unchanged from one context to another.
3. Integration into Climate Adaptation Strategy
UNDRR (Global Assessment Report on Disaster Risk Reduction, 2025) documented that wildfires burned through nearly 390 million hectares worldwide in 2025, equivalent to 92 percent of the European Unionโs land area, while insured losses exceeded USD 108 billion, confirming that wildfire is now among the most financially significant natural hazard categories globally.
The scale of financial exposure means that investments in AI prediction and prevention infrastructure will generate positive returns even at relatively modest percentage reductions in area burned or suppression costs. AI wildfire prediction is increasingly being framed not merely as an emergency management tool but as a core component of climate adaptation strategy.
National governments in Australia, the United States, Canada, Spain, and Portugal are all reviewing their fire management frameworks in light of the 2025 fire season outcomes, and AI-based prediction tools are consistently appearing in those policy reviews as a key investment priority.
The European Unionโs Copernicus Emergency Management Service is already integrating machine learning models into its wildfire monitoring infrastructure, and the World Bank has identified fire risk reduction as an eligible use of climate adaptation financing.
The Future of AI in Wildfire Prevention and Disaster Management
The trajectory of AI in wildfire prevention mirrors the broader pattern seen across environmental risk management: tools that were experimental five years ago are now entering operational deployment, and systems that researchers are designing today will be standard infrastructure within a decade. Several emerging developments will define that next phase.
Transformer-based models (a type of deep learning architecture that uses self-attention mechanisms to identify relationships between distant points in a data sequence or spatial grid) are now being applied to wildfire spread prediction because they can capture the long-range spatial dependencies that matter when fire crosses topographic barriers or jumps roads and rivers.
The AutoST-Net model, reported in 2024 research using Google Earth Engine and Japanโs Himawari-8 satellite data, achieved a 6.29 percent improvement in F1-score over CNN-LSTM architectures, demonstrating that the most advanced AI architectures are still improving on already-strong baselines.
Probabilistic spread prediction, which produces not a single predicted fire perimeter but an ensemble of possible perimeters with associated probability weights, represents the frontier of operational fire forecasting.
The USC Viterbi generative AI model published in 2024 moves in this direction by drawing on denoising diffusion models (a class of generative AI that learns to reconstruct clean data from noisy inputs, and can therefore generate realistic ensembles of possible future fire states) to quantify the uncertainty around spread forecasts.
For incident commanders deciding whether to order a community evacuation, a probabilistic forecast that says โthere is a 70 percent chance fire will reach this community within 12 hoursโ is far more actionable than a deterministic model that either does or does not predict impact.
Long-term, the integration of AI wildfire prediction with carbon accounting frameworks presents a significant opportunity for agricultural and forestry stakeholders. Peatland fires release enormous quantities of stored carbon, and preventing those fires generates verifiable carbon credits under several emerging voluntary carbon market standards.
A model like FireCNN that can quantify the fire-reduction impact of specific land management interventions provides exactly the measurement and reporting infrastructure that carbon credit schemes require. Farmers, land managers, and agri-tech consultants who understand this intersection early will be positioned to generate revenue from fire prevention activities that currently have no financial return.
Conclusion
The evidence is now clear and consistent: a new AI system that predicts how to prevent wildfires is not a distant possibility or an experimental concept. FireCNN achieves 80 to 95 percent fire prediction accuracy using 31 environmental variables and can identify land management strategies that reduce fire occurrence by 50 to 76 percent.
Sub-hourly AI forecasting systems outperform national danger rating indices by 10 to 30 percent. AI-powered vegetation monitoring has already delivered a 50 percent reduction in ignitions for one major utility company. These are operational results, not laboratory projections. The global wildfire crisis will not be resolved by any single technology. It requires changes in land use policy, fire management culture, and climate strategy.
References:
1. Shroff, P. (2023). AI-based Wildfire Prevention, Detection and Suppression System. arXiv preprint arXiv:2312.06990.
2. Okoro, S. C., Lopez, A., & Unuriode, A. (2024). A Synergistic Approach to Wildfire Prevention and Management Using AI, ML, and 5G Technology in the United States. arXiv preprint arXiv:2403.14657.
3. Sayad, Y. O., Mousannif, H., & Al Moatassime, H. (2019). Predictive modeling of wildfires: A new dataset and machine learning approach. Fire safety journal, 104, 130-146.
4. Surya, L. (2020). Fighting fire with AI: Using deep learning to help predict wildfires in the US. International Journal of Creative Research Thoughts (IJCRT), ISSN, 2320-2882.
5. Caron, N., Noura, H. N., Nakache, L., Guyeux, C., & Aynes, B. (2025). AI for Wildfire Management: From Prediction to Detection, Simulation, and Impact AnalysisโBridging Lab Metrics and Real-World Validation. Ai, 6(10), 253.
6. Lehmer, N., & Anguelov, N. (2025). AI for climate change adaptation: analyzing Machine Learningโs role in combating Californiaโs wildfires. AI & SOCIETY, 40(8), 6671-6681.
7. Kalabokidis, K., Ager, A., Finney, M., Athanasis, N., Palaiologou, P., & Vasilakos, C. (2016). AEGIS: a wildfire prevention and management information system. Natural Hazards and Earth System Sciences, 16(3), 643-661.
8. Liu, H., Shu, L., Liu, X., Cheng, P., Wang, M., & Huang, Y. (2025). Advancements in artificial intelligence applications for forest fire prediction. Forests, 16(4), 704.
9. Abdollahi, A., & Pradhan, B. (2023). Explainable artificial intelligence (XAI) for interpreting the contributing factors feed into the wildfire susceptibility prediction model. Science of the Total Environment, 879, 163004.
10. Rahman, F., Rao, S. P., Finley, C. A., Flynn, D. T., Ranganathan, P., & Salehfar, H. (2025, October). AI-Driven Approaches to Wildfire Prediction and Control: Methods, Challenges, and Future Direction. In 2025 57th North American Power Symposium (NAPS) (pp. 1-10). IEEE.
11. George, M. B., Ijiga, M. O., & Adeyemi, O. (2025). Enhancing Wildfire Prevention and Grassland Burning Management with Synthetic Data Generation Algorithms for Predictive Fire Danger Index Modeling. International Journal of Innovative Science and Research Technology, 10(3), 2456-2165.
12. Rehan, H. (2022). Enhancing disaster response systems: Predicting and mitigating the impact of natural disasters using ai. Journal of Artificial Intelligence Research, 2(1), 501.
13. Hossain, M. A., & Rahman, J. Y. (2025). Cognitive AI for Wildfire Management in Southern California: Challenges and Potentials. Available at SSRN 5207128.


