Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Source
    • Language
7,936 result(s) for "wildfire management"
Sort by:
Characterising ignition precursors associated with high levels of deployment of wildland fire personnel
BackgroundAs fire seasons in the Western US intensify and lengthen, fire managers have been grappling with increases in simultaneous, significant incidents that compete for response resources and strain capacity of the current system.AimsTo address this challenge, we explore a key research question: what precursors are associated with ignitions that evolve into incidents requiring high levels of response personnel?MethodsWe develop statistical models linking human, fire weather and fuels related factors with cumulative and peak personnel deployed.Key resultsOur analysis generates statistically significant models for personnel deployment based on precursors observable at the time and place of ignition.ConclusionsWe find that significant precursors for fire suppression resource deployment are location, fire weather, canopy cover, Wildland–Urban Interface category, and history of past fire. These results align partially with, but are distinct from, results of earlier research modelling expenditures related to suppression which include precursors such as total burned area which become observable only after an incident.ImplicationsUnderstanding factors associated with both the natural system and the human system of decision-making that accompany high deployment fires supports holistic risk management given increasing simultaneity of ignitions and competition for resources for both fuel treatment and wildfire response.
Development of the User Requirements for the Canadian WildFireSat Satellite Mission
In 2019 the Canadian Space Agency initiated development of a dedicated wildfire monitoring satellite (WildFireSat) mission. The intent of this mission is to support operational wildfire management, smoke and air quality forecasting, and wildfire carbon emissions reporting. In order to deliver the mission objectives, it was necessary to identify the technical and operational challenges which have prevented broad exploitation of Earth Observation (EO) in Canadian wildfire management and to address these challenges in the mission design. In this study we emphasize the first objective by documenting the results of wildfire management end-user engagement activities which were used to identify the key Fire Management Functionalities (FMFs) required for an Earth Observation wildfire monitoring system. These FMFs are then used to define the User Requirements for the Canadian Wildland Fire Monitoring System (CWFMS) which are refined here for the WildFireSat mission. The User Requirements are divided into Observational, Measurement, and Precision requirements and form the foundation for the design of the WildFireSat mission (currently in Phase-A, summer 2020).
Wildfire hazard mapping in the eastern Mediterranean landscape
Background: Wildfires are a growing threat to many ecosystems, bringing devastation to human safety and health, infrastructure, the environment and wildlife.Aims: A thorough understanding of the characteristics determining the susceptibility of an area to wildfires is crucial to prevention and management activities. The work focused on a case study of 13 countries in the eastern Mediterranean and southern Black Sea basins.Methods: A data-driven approach was implemented where a decade of past wildfires was linked to geoclimatic and anthropic descriptors via a machine learning classification technique (Random Forest). Empirical classification of fuel allowed linking of fire intensity and hazard to environmental drivers.Key results: Wildfire susceptibility, intensity and hazard were obtained for the study area. For the first time, the methodology is applied at a supranational scale characterised by a diverse climate and vegetation landscape, relying on open data.Conclusions: This approach successfully allowed identification of the main wildfire drivers and led to identification of areas that are more susceptible to impactful wildfire events.Implications: This work demonstrated the feasibility of the proposed framework and settled the basis for its scalability at a supranational level.
Assessment of forest fire severity and land surface temperature using Google Earth Engine: a case study of Gujarat State, India
Forest fires are a recurring issue in many parts of the world, including India. These fires can have various causes, including human activities (such as agricultural burning, campfires, or discarded cigarettes) and natural factors (such as lightning). The present study presents a comprehensive and advanced methodology for assessing wildfire susceptibility by integrating diverse environmental variables and leveraging cutting-edge machine learning techniques across Gujarat State, India. The primary goal of the study is to utilize Google Earth Engine to compare locations in Gujarat, India, before and after forest fires. High-resolution satellite data were used to assess the amount and types of changes caused by forest fires. The present study meticulously analyzes various environmental variables, i.e., slope orientation, elevation, normalized difference vegetation index (NDVI), drainage density, precipitation, and temperature to understand landscape characteristics and assess wildfire susceptibility. In addition, a sophisticated random forest regression model is used to predict land surface temperature based on a set of environmental parameters. The maps that result depict the geographical distribution of normalized burn ratio and difference normalized burn ratio and land surface temperature forecasts, providing valuable insights into spatial patterns and trends. The findings of this work show that an automated temporal analysis utilizing Google Earth Engine may be used successfully over a wide range of land cover types, providing critical data for future monitoring of such threats. The impact of forest fires can be severe, leading to the loss of biodiversity, damage to ecosystems, and threats to human settlements.
Defining Wildfire Susceptibility Maps in Italy for Understanding Seasonal Wildfire Regimes at the National Level
Wildfires constitute an extremely serious social and environmental issue in the Mediterranean region, with impacts on human lives, infrastructures and ecosystems. It is therefore important to produce susceptibility maps for wildfire management. The wildfire susceptibility is defined as a static probability of experiencing wildfire in a certain area, depending on the intrinsic characteristics of the territory. In this work, a machine learning model based on the Random Forest Classifier algorithm is employed to obtain national scale susceptibility maps for Italy at a 500 m spatial resolution. In particular, two maps are produced, one for each specific wildfire season, the winter and the summer one. Developing such analysis at the national scale allows for having a deep understanding on the wildfire regimes furnishing a tool for wildfire risk management. The selected machine learning model is capable of associating a data-set of geographic, climatic, and anthropic information to the synoptic past burned area. The model is then used to classify each pixel of the study area, producing the susceptibility map. Several stages of validation are proposed, with the analysis of ground retrieved wildfire databases and with recent wildfire events obtained through remote sensing techniques.
Forest fire and smoke detection using deep learning-based learning without forgetting
Background Forests are an essential natural resource to humankind, providing a myriad of direct and indirect benefits. Natural disasters like forest fires have a major impact on global warming and the continued existence of life on Earth. Automatic identification of forest fires is thus an important field to research in order to minimize disasters. Early fire detection can also help decision-makers plan mitigation methods and extinguishing tactics. This research looks at fire/smoke detection from images using AI-based computer vision techniques. Convolutional Neural Networks (CNN) are a type of Artificial Intelligence (AI) approach that have been shown to outperform state-of-the-art methods in image classification and other computer vision tasks, but their training time can be prohibitive. Further, a pretrained CNN may underperform when there is no sufficient dataset available. To address this issue, transfer learning is exercised on pre-trained models. However, the models may lose their classification abilities on the original datasets when transfer learning is applied. To solve this problem, we use learning without forgetting (LwF), which trains the network with a new task but keeps the network’s preexisting abilities intact. Results In this study, we implement transfer learning on pre-trained models such as VGG16, InceptionV3, and Xception, which allow us to work with a smaller dataset and lessen the computational complexity without degrading accuracy. Of all the models, Xception excelled with 98.72% accuracy. We tested the performance of the proposed models with and without LwF. Without LwF, among all the proposed models, Xception gave an accuracy of 79.23% on a new task (BowFire dataset). While using LwF, Xception gave an accuracy of 91.41% for the BowFire dataset and 96.89% for the original dataset. We find that fine-tuning the new task with LwF performed comparatively well on the original dataset. Conclusion Based on the experimental findings, it is found that the proposed models outperform the current state-of-the-art methods. We also show that LwF can successfully categorize novel and unseen datasets.
Fostering Post-Fire Research Towards a More Balanced Wildfire Science Agenda to Navigate Global Environmental Change
As wildfires become more frequent and severe in the face of global environmental change, it becomes crucial not only to assess, prevent, and suppress them but also to manage the aftermath effectively. Given the temporal interconnections between these issues, we explored the concept of the “wildfire science loop”—a framework categorizing wildfire research into three stages: “before”, “during”, and “after” wildfires. Based on this partition, we performed a systematic review by linking particular topics and keywords to each stage, aiming to describe each one and quantify the volume of published research. The results from our review identified a substantial imbalance in the wildfire research landscape, with the post-fire stage being markedly underrepresented. Research focusing on the “after” stage is 1.5 times (or 46%) less prevalent than that on the “before” stage and 1.8 (or 77%) less than that on the “during” stage. This discrepancy is likely driven by a historical emphasis on prevention and suppression due to immediate societal needs. Aiming to address and overcome this imbalance, we present our perspectives regarding a strategic agenda to enhance our understanding of post-fire processes and outcomes, emphasizing the socioecological impacts of wildfires and the management of post-fire recovery in a multi-level and transdisciplinary approach. These proposals advocate integrating knowledge-driven research on burn severity and ecosystem mitigation/recovery with practical, application-driven management strategies and strategic policy development. This framework also supports a comprehensive agenda that spans short-term emergency responses to long-term adaptive management, ensuring that post-fire landscapes are better understood, managed, and restored. We emphasize the critical importance of the “after-fire” stage in breaking negative planning cycles, enhancing management practices, and implementing nature-based solutions with a vision of “building back better”. Strengthening a comprehensive and balanced research agenda focused on the “after-fire” stage will also enhance our ability to close the loop of socioecological processes involved in adaptive wildfire management and improve the alignment with international agendas such as the UN’s Decade on Ecosystem Restoration and the EU’s Nature Restoration Law. By addressing this research imbalance, we can significantly improve our ability to restore ecosystems, enhance post-fire resilience, and develop adaptive wildfire management strategies that are better suited to the challenges of a rapidly changing world.
Optimizing Stacked Ensemble Machine Learning Models for Accurate Wildfire Severity Mapping
Wildfires are increasingly frequent and severe, posing substantial risks to ecosystems, communities, and infrastructure. Accurately mapping wildfire severity (WSM) using remote sensing and machine learning (ML) is critical for evaluating damages, informing recovery efforts, and guiding long-term mitigation strategies. Stacking ensemble ML (SEML) enhances predictive accuracy and robustness by combining multiple diverse models into a single meta-learned predictor. This approach leverages the complementary strengths of individual base learners while reducing variance, ultimately improving model reliability. This study aims to optimize a SEML framework to (1) identify the most effective ML models for use as base learners and meta-learners, and (2) determine the optimal number of base models needed for robust and accurate wildfire severity predictions. The study utilizes six ML models—Random Forests (RF), Support Vector Machines (SVM), k-Nearest Neighbors (KNN), Linear Regression (LR), Adaptive Boosting (AB), and Multilayer Perceptron (MLP)—to construct an SEML. To quantify wildfire impacts, we extracted 118 spectral indices from post-fire Landsat-8 data and incorporated four additional predictors (land cover, elevation, slope, and aspect). A dataset of 911 CBI observations from 18 wildfire events was used for training, and models were validated through cross-validation and bootstrapping to ensure robustness. To address multicollinearity and reduce computational complexity, we applied Linear Discriminant Analysis (LDA) and condensed the dataset into three primary components. Our results indicated that simpler models, notably LR and KNN, performed well as meta-learners, with LR achieving the highest predictive accuracy. Moreover, using only two base learners (RF and SVM) was sufficient to realize optimal SEML performance, with an overall accuracy and precision of 0.661, recall of 0.662, and F1-score of 0.656. These findings demonstrate that SEML can enhance wildfire severity mapping by improving prediction accuracy and supporting more informed resource allocation and management decisions. Future research should explore additional meta-learning approaches and incorporate emerging remote sensing data sources such as hyperspectral and LiDAR.
Collective action for managing wildfire risk across boundaries in forest and range landscapes: lessons from case studies in the western United States
Managing wildfire risk across boundaries and scales is critical in fire-prone landscapes around the world, as a variety of actors undertake mitigation and response activities according to jurisdictional, conceptual and administrative boundaries, based on available human, organisational, technical and financial resources. There is a need to catalyse coordination more effectively to collectively manage wildfire risk. We interviewed 102 people across five large landscape case studies in the western United States to categorise how people and organisations were deployed in range and forestlands to collectively address wildfire risk. Across all cases, actors spanned boundaries to perform functions including: (1) convening meetings and agreements; (2) implementing projects; (3) community outreach; (4) funding support; (5) project planning; (6) scientific expertise. These functions fostered conducive boundary settings, concepts and objects to communicate and work across boundaries, navigating challenges to implementing work on the ground. This work highlights context-specific ways to advance cross-boundary wildfire risk reduction efforts and uses a boundary spanning lens to illustrate how collective action in wildfire management evolves in different settings. This research highlights prescribed fire as a gateway for future collective action on wildfire risk, including managing naturally ignited wildfires for resource benefits and improving coordination during wildfire suppression efforts.