Next Article in Journal
Evaluation of the Spatiotemporal Evolution of China’s Ecological Spatial Network Function–Structure and Its Pattern Optimization
Previous Article in Journal
Satellite-Derived Bottom Depth for Optically Shallow Waters Based on Hydrolight Simulations
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Wildfire Risk Assessment in Liangshan Prefecture, China Based on An Integration Machine Learning Algorithm

1
Faculty of Geosciences and Environmental Engineering, Southwest Jiaotong University, Chengdu 610031, China
2
State-Province Joint Engineering Laboratory of Spatial Information Technology of High-Speed Rail Safety, Southwest Jiaotong University, Chengdu 610031, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2022, 14(18), 4592; https://doi.org/10.3390/rs14184592
Submission received: 16 August 2022 / Revised: 6 September 2022 / Accepted: 9 September 2022 / Published: 14 September 2022

Abstract

:
Previous wildfire risk assessments have problems such as subjectivity of weight allocation and the linearization of statistical models, resulting in generally low robustness and low generalization ability of fire risk assessment models. Therefore, in this paper, we explored the potential of integration machine learning algorithms to build wildfire risk assessment models. Based on analyzing fire data’s spatial and temporal distribution, we selected 10 triggering factors of topography, meteorology, vegetation, and human activities, using frequency ratio (FR) to provide uniform data representation of triggering factors. Next, we used the Bayesian optimization (BO) algorithm to perform hyperparametric optimization solutions for various machine learning models: support vector machine (SVM), random forest (RF), and extreme gradient boosting (XGBoost). Finally, we constructed an integration machine learning algorithm to acquire a fire risk grading map and the importance evaluation corresponding to each triggering factor. For validation purposes, we selected Liangshan Prefecture in Sichuan Province as the specific study area and obtained MCD64A1 burned area product to extract the extent of burned areas in Liangshan Prefecture from 2011 to 2020. The accuracy, kappa coefficient, and area under curve (AUC) were then applied to assess the predictive power and consistency of the fire risk classification maps. The experimental analysis showed that among the three models, FR-BO-XGBoost had the best performance in wildfire risk assessment in the Liangshan region (AUC = 0.887), followed by FR-BO-RF (AUC = 0.876) and FR-BO-SVM (AUC = 0.820). The feature importance result indicated that the study area’s most significant effects on wildfires were precipitation, NDVI, land cover, and maximum temperature. The proposed method avoided the subjective weighting and model linearization problems. Compared with the previous methods, it automatically acquired the importance of the triggering factors to the wildfire, which had certain advantages in wildfire risk assessment, and was worthy of further promotion.

Graphical Abstract

1. Introduction

Forests are vulnerable to and damaged by pests, natural climatic hazards, fires, and other disasters, with fire being the most significant disturbance to forest resources. Forest fires can cause the degradation of vegetation, the death of animals in forest areas, jeopardize people’s safety, lead to socio-economic losses, etc. Numerous forest fires occur worldwide every year. Forest fires have become a focus of international attention [1]. China is one of the countries where forest fires are frequent, with an annual average of 12,683 fires and an annual average fire area of 6748 km2 from 1950 to 2010, and the damage rate is higher than the world average [2]. Liangshan Prefecture is a high-risk area for forest fires in Sichuan Province, and in recent years, several forest fires have occurred in the region. In March 2019, 31 people were killed in a forest fire in Muli County [3], Liangshan Prefecture, due to a lightning strike, and in March 2020, 19 people were lost in a forest fire in Xichang City [4]. Frequent forest fires and severe loss of life and property have put Liangshan Prefecture in the spotlight [5]. In general, analyzing the triggering factors of wildfires in this region, constructing a wildfire risk assessment model, and scientifically conducting wildfire risk assessment are essential for fighting and preventing fires and establishing a wildfire prevention system.
Constructing a wildfire risk assessment model requires wildfire occurrence data and wildfire triggering factor data. The satellite remote sensing technology uses multi-spectral, microwave, and multi-source sensor systems to efficiently carry out space-based earth observation and land surface information acquisition. It has the outstanding technical advantages of a comprehensive monitoring range, high spatial and temporal resolution, efficient response, and irreplaceable benefits in obtaining wildfire triggering factors and wildfire occurrence data. Domestic and foreign scholars have conducted relevant research on wildfire risk assessment, such as factor-weighted superposition, hierarchical analysis, and machine learning algorithms. Yang Congrui et al. [6] took Shangri-La, the core area of the three rivers (Jinsha, Lancang and Nujiang rivers), as the study area, and selected vegetation type, topographic data and proximity to residential areas as the primary forest fire triggering factors, and used the factor-weighted overlay method to classify forest fire risk levels. Zhao Pengcheng et al. [7] took the Laoshan National Forest Park in Nanjing as the study area, selected meteorological data, topographic data and proximity to residential areas and roads as triggering factors, and used the analytic hierarchy process (AHP) to classify forest fire occurrence levels. Deng O. et al. [8] constructed a logistic forest fire risk model based on moderate resolution imaging spectroradiometer (MODIS) data and forest fire triggering factors to study the forest fire risk zoning in Heilongjiang Province. Huang Baohua et al. [9] analyzed the causes of forest fires in Shandong using MODIS remote sensing images with topography, vegetation, and weather data, and established a binomial logistic regression model based on 15 explanatory variables affecting the occurrence and non-occurrence of forest fires to estimate the probability of explanatory variables and the event of forest fires. Jaiswal et al. [10] combined India Remote-Sensing Satellite (IRS) 1D LISS III remote sensing data with topographic and other statistical data to assign weights to fire triggering factors and mapped forest fire risk distribution based on a geographic information system (GIS) in Madhya Pradesh, India. Pourtaghi et al. [11] compared the performance of boosted regression tree (BRT), generalized summation model (GAM), and random forest (RF) in forest fire risk assessment in Minudasht County, Golestan Province, Iran, and showed that BRT has better accuracy than GAM and RF. Ljubomir Gigović et al. [12] used SVM, RF and integrated models to assess the forest fire risk in Tara National Forest Park, Serbia, and the results showed that the integrated model has a good prediction accuracy.
However, a simple factor overlay method cannot accurately reflect the influence of fire triggering factors on fire occurrence and fails to calculate the probability of fire risk accurately. A hierarchical analysis is more subjective and suffers from the deficiency of uncertainty in evaluating the situation, and logistic regression only describes the linear relationship between the triggering factors, which suffers from poor robustness and accuracy. On the other hand, machine learning algorithms achieve better performance in wildfire risk assessment. They can reasonably deal with the complex non-linear relationship between fire occurrence and triggering factors. But the lack of proper representation of input data for a single algorithm may lead to models that do not correctly represent the actual spatial distribution of the sample set. Hybrid models are an effective solution to this problem [13]. Their advantage is that the fire location and the weights of different categories of fire triggering factors can be obtained through statistical model analysis. They can also provide proper data representation for machine learning input. On this basis, the complex non-linear relationship between the various triggering factors is revealed through the machine learning model, and an accurate wildfire risk assessment model is finally obtained which can objectively reflect the influence degree and contribution of each factor.
In order to solve the problems of subjectivity of weight allocation and linearization of statistical models in existing models, this paper proposed an integrated machine learning algorithm and applied it to the Liangshan Prefecture in Sichuan Province. In this case, machine learning algorithms were integrated through frequency ratios to obtain a wildfire risk assessment model. To further reveal the influence of triggering factors on wildfires, the main triggers of wildfires in the region were obtained based on the feature importance of the optimal model. Meanwhile, to study the reliability of the models, the accuracy, kappa coefficient, and AUC were used to evaluate the performance of the three models. The related research results can guide wildfire prevention and control management and wildfire genesis in the Liangshan region.

2. Materials and Methods

2.1. Study Area

Located in the southwest of Sichuan Province, Liangshan Prefecture is situated between 100°15′~103°53′ E and 26°03′~29°27′ N, with a total area of 60,400 km2 and a total resident population of 4,874,000. The terrain is high in the northwest and low in the southeast, with large surface undulations and rugged terrain. Liangshan Prefecture has a subtropical monsoon climate with distinct dry and wet conditions. The dry season is from November to April, when the territory has plenty of sunshine, and the rainy season is from May to October, when the territory is cool, wet and rainy. The forest area of Liangshan Prefecture is 31,557 km2, with 52.37% forest coverage and 340 million m3 of forest stock volume in the territory. The vegetation types in the territory are diverse, mainly coniferous and broad-leaved forests, with Yunnan pine widely distributed in the central and southern dry-heat valleys, fir and spruce in the northwestern part at higher altitudes, and dense complex, broad forests in the northeastern region.
Liangshan Prefecture belongs to a forest fire-prone area, which is highly susceptible to forest fires due to high temperatures and low precipitation in winter and spring. Several forest fires have occurred in recent years, including two forest fires in Muli (31 people lost their lives and the burned area was about 20 hectares) and Xichang (19 people lost their lives, 3 people were injured, the burned area was 3047.7805 hectares, 791.6 hectares of forest area was damaged and the direct economic loss equaled 97.312 million yuan) that caused significant casualties and economic losses. Therefore, conducting a wildfire risk prediction and assessment in this area is vital. Figure 1 shows an overview of the study area.

2.2. Data Source

2.2.1. Fire Database

The MCD64A1 burned area product is a monthly product of burned area mapping with a spatial resolution of 500 m provided by MODIS, which has been proven to be highly accurate [14]. This dataset records the location information, occurrence date, end date, fire area, and confidence level of regional fires. The MCD64A1 burned area data of the Liangshan region from 2011–2020 were obtained from NASA’s Terrestrial Data Distribution Center (https://search.earthdata.nasa.gov/search (accessed on 22 April 2022)), and the ten years of burned area data were overlaid. A total of 5951 fire points were extracted.

2.2.2. Selecting Fire Triggering Factors

Selecting fire triggering factors is the first step in fire risk assessment. Many factors, mainly topography, meteorology, vegetation, human activities [5] and accessibility [15], lead to wildfires. Based on the actual situation in Liangshan Prefecture and considering the availability, accuracy, and scientificity of data, ten fire triggering factors were finally selected and classified into four categories (Table A1). Four topographic triggering factors [16] (elevation, slope, aspect and topographic wetness index (TWI)) were acquired from the GDEM DEMv3.0 data, respectively. Among them, the formula for calculating TWI [17,18] is:
T W I = l n ( S C A t a n   s l o p e )
SCA (specific catchment area) represents the confluence area per unit contour length at any point of the flow across the slope and the slope in the formula is measured in degrees.
Meteorological factors are important factors that trigger wildfires [19]. The meteorological raw raster data were obtained from the National Centre for Atmospheric Sciences [20]. We used interpolation [21] to obtain the average temperature, maximum temperature, and average precipitation data in the study area for the last ten years to get higher resolution meteorological data.
Land cover data were obtained from GlobeLand30 data [22]. It is the first global geographic information product provided by China to the United Nations. Normalized difference vegetation index (NDVI) [23,24,25,26] data were obtained from the MOD13Q1 data product [27,28] and synthesized using the maximum value composite method [29]. The NDVI was calculated as follows:
N D V I = N I R R E D N I R + R E D
where NIR is the near-infrared band and RED is the red band.
Human activities are also a causal factor and a significant evaluation component of wildfires [30]. Population density reflects the level of human activities. The population density data were obtained from the World pop population dataset [31] in Google Earth Engine (GEE) [32].
To meet the modeling needs and ensure the accuracy of the data, we uniformly converted the data to Albers isometric projection. The raster layers of each triggering factor were uniformly resampled to 120 m resolution. They were then were reclassified with a related literature study [33]. (A grading diagram of each fire triggering factor is provided in Figure A1).

2.3. Technology Route

Figure 2 shows the workflow of this paper. Following the extraction of fire points for the last decade, a buffer zone with a radius of 1 km was then established on the basis of the fire points, centered on a single fire point. Outside the buffer zone, an equal amount of non-fire point data was selected in combination with land use types. Calculating the frequency ratio values of 10 triggering factors, we extracted the frequency ratio values of different fire points and non-fire points using the extract muti values to point tool [34]. We analyzed the correlation between each triggering factor using multicollinearity analysis [35]. Subsequently, we used random selection and cross-validation methods to divide the entire samples into a training data set (70%) and validation data set (30%). They were then inputted into the SVM, RF, and XGBoost models, and the Bayesian optimization algorithm was selected to optimize the hyperparameters of the three models. Finally, utilizing accuracy, kappa coefficient, and AUC [36] to evaluate the prediction performance of the model, the trained model was used to predict and risk map the entire Liangshan region, and the study area was classified into five classes using the natural breaks (Jenks) method [37]: very low, low, medium, high, and very high. The importance of the triggering factors was then ranked in conjunction with the optimal model.

2.4. Multicollinearity Analysis

Tolerance level (TOL) and variance inflation factor (VIF) are now commonly used to predetermine the relationship between the triggering factors. It is generally accepted that the presence of multicollinearity is indicated when TOL < 0.2 and VIF > 4 [13,38]. Among them, TOL and VIF are calculated as follows:
T O L = 1 R 2
V I F = 1 1 R 2 = 1 T O L
where R2 is the coefficient of complex determination.

2.5. Fire Risk Assessment Model Construction

2.5.1. Frequency Ratio

FR is a binary statistical model widely used to study the riskiness of various natural hazards [13,39,40,41,42]. The main advantage of this model is its ease of implementation, which allows the calculation of weights for each category based on the spatial relationship between the location of the fire point and the fire triggering factors. The formula for FR is:
F R = N p ( L X i ) i = 1 m N p ( L X i ) N p ( X j ) j = 1 m N p ( X j )
where, FR denotes the frequency of fires in category i of the triggering factor, Np(LXi) is the number of fire points in classes i of the triggering factor X, and Np(Xj) is the number of pixels in classes j of the triggering factor X. M is the total number of classes in the triggering factor Xi.

2.5.2. Bayesian Optimization Algorithm

The Bayesian optimization (BO) algorithm was proposed by Pelikan [43] in 2002, which is a very effective global optimization algorithm to find the optimal global solution. This study used the Bayesian optimization algorithm to determine the hyperparameters of different fire risk models (SVM, RF, XGBoost). It uses the Gaussian process theory model [44], which fully considers the previous parameter information and continuously updates the prior knowledge. The algorithm process consists of three main steps. Step 1 is selecting the next most “promising” evaluation point based on the maximized acquisition function [45]. Step 2 is evaluating the objective function [45] value based on the evaluation point chosen. Step 3 is adding the newly obtained input observation pairs to the historical observation set and updating the probabilistic proxy model for the next iteration. The algorithm flow is as follows (Algorithm 1):
Algorithm 1 Bayesian optimization process.
  • Initialize the hyperparameter vector X0
  • For t = 1, 2, … do
  • Maximize the acquisition function to obtain the next evaluation point: x t = a r g m a x x χ α ( x | D 1 : t 1 )
  • Evaluate the value of the objective function y t = f ( x t ) + ε t
  • Integrating Data: D t = D t 1 { x t , y t } , and update the probabilistic agent model
  • End for

2.5.3. Support Vector Machine

Support vector machine (SVM) is a supervised learning method based on statistical learning theory. It solves non-linear and high-dimensional pattern recognition problems relatively well with fewer samples and has been widely used in natural disaster assessment studies [46,47,48,49]. The support vector machine aims to find a hyperplane in the n-dimensional data space. It separates these two classes based on the maximum interval. In this case, (0,1] was introduced to consider the issue of misclassification. In addition, Vapnik [50] oriented kernel functions to account for non-linear decision boundaries. Chong Xu et al. [46] found that the kernel function of the support vector machine model performs best in risk assessment when a Gaussian kernel function is selected. Therefore, the kernel function was chosen as the Gaussian function in this study.

2.5.4. Random Forest

Random forest (RF) is a nonparametric supervised learning method applied to classification and prediction, first proposed by Breiman [51] in 2001. It is one of the practical algorithms of the Bagging integration strategy [52]. A random forest is a classifier that contains multiple decision trees and trains each decision tree with mutually independent data. The final prediction is then obtained by voting or taking the average.
Random forest uses the bootstrap self-service method for resampling, which generates a new training set by randomly selecting n (generally 2/3 of the whole sample set) samples from the entire collection with put-back. It constructs mutually independent decision trees by training the new sample set and combines the trained n decision trees into a forest. Each of these trees has the same distribution. The classification error depends on the classification ability of each tree and the correlation between them. The remaining unextracted data set called out of bag (OBB) error is an unbiased estimate that can verify the model’s performance and prevent overfitting. The random forest generalization error is defined as:
P * ρ ( 1 s 2 ) s 2
where ρ is the average correlation of the decision tree and s is the average intensity of the decision tree.

2.5.5. eXtreme Gradient Boosting

eXtreme gradient boosting (XGBoost) is a novel gradient boosting decision tree (GBDT) algorithm that was proposed by Chen and Guestrin in 2016 [53]. The XGBoost model uses Taylor’s second-order expansion to optimize the loss function. It supports CPU multi-threaded parallel computing and adds a regular term to the loss function, making its computing efficiency and generalization ability significantly better than that of other machine learning algorithms. The XGBoost model is expressed as follows:
y i = k = 1 K f k ( x i ) , f k F
where y denotes the predicted value of the ith sample, K is the number of decision trees, x i   denotes the input data of the ith sample, f k ( x i ) is the kth decision tree generated by the kth iteration, and f k   is a function in the tree collection space F. The objective function is:
O b j = i = 1 N l ( y i , y i ) + K = 1 K Ω ( f k ) = i = 1 N l [ y i , y i t 1 + f t ( x i ) ] + K = 1 K Ω ( f k )
In Equation (8), the first part is the loss function, which is used to describe the error between the predicted value and the actual value, and the second part is the standard term, which can effectively control the complexity of the model to build a tree structure model and prevent overfitting [54].

2.6. Model Performance Evaluation Methods

Accuracy is a metric used to evaluate classification models and is defined as the percentage of outcomes that are correctly predicted by the model as follows:
A c c u r a c y = T P + T N T P + T N + F P + F N
TP is the true positive rate, TN is the true negative rate, FP is the false positive rate, and FN is the false-negative rate.
The kappa coefficient is a metric used for consistency testing. Its expression is as follows:
K a p p a = P 0 P e 1 P e
where P 0   is the consistency of prediction and P e   is the chance consistency. Kappa coefficients can be divided into five groups to indicate different levels of consistency: 0.0 to 0.20 for very low consistency, 0.21 to 0.40 for average consistency, 0.41 to 0.60 for moderate consistency, 0.61 to 0.80 for high consistency, and 0.81 to 1 for almost perfect consistency.
The receiver operating characteristic (ROC) is determined by plotting a set of thresholds or critical values, with the true positive rate (sensitivity) as the vertical coordinate and the false positive rate (1-specificity) as the horizontal coordinate of the curve. The area measures the precision of the results under the curve (ROC). The expressions for the true positive rate (sensitivity) and the false positive rate (1-specificity) are as follows:
S e n s i t i v i t y = T P T P + F N
S p e c i f i c i t y = T N F P + T N
AUC classifies the performance of prediction models into four categories: 0.5~0.7: low effect, 0.7~0.85: average effect, 0.85~0.95: perfect effect, and 1 indicates an ideal classifier.

2.7. Feature Importance

Feature importance [55] is a measure used to assess the usefulness of a feature in the model classification prediction process. The higher the importance of a feature, the more valuable the feature is for the model. The tree model-based machine learning algorithm provides a “feature importance” toolkit, the principle of which is to calculate which feature to select as a splitting point based on the gain of the structure score. The importance of a feature is the sum of its occurrences in all trees, i.e., the more a feature attribute is used to build a decision tree in the model, the higher its importance is. In this paper, the magnitude of the effect of different triggering factors on fire is revealed by ranking the importance of features.

3. Results

3.1. Results of Multicollinearity Analysis

Table 1 shows the result of multicollinearity analysis; all ten fire triggering factors TOL are more significant than 0.2, and VIF are less than 4. It indicates no covariance in fire triggering factors, which can be used for subsequent fire risk assessment.

3.2. Fire Risk Model Construction

Since the fire and non-fire samples are in different categories of triggering factors, the corresponding frequency ratios should be assigned according to their classes. The labels of fire points are set as “1”, non-fire points are designated as “0”, and the final results are used as the model’s input data. The input data are divided into a training data set (70%) and a validation data set (30%) using random selection and cross-validation methods. The frequency ratios of the categories of different triggering factors are shown in Table A2.
After assigning the sample points to frequency ratios, the data were trained and tested on the Jupyter Notebook platform using SVM, RF, and XGBoost based on Python. Since the fire risk assessment models’ performance depends mainly on the models’ hyperparameters, the Bayesian optimization algorithm was used to find the optimal parameters of each model. The optimal parameters of the three models are shown in Table A3.

3.3. Wildfire Risk Assessment Mapping

In this section, we trained three machine learning integration algorithms to fit the relationship between each triggering factor and fire to predict the sensitivity index of each image element in the study area. Finally, we acquired the fire risk raster map for the whole study area and reclassified the raster maps by the natural breaks (Jenks) method. The natural breaks method [56] is based on the univariate classification method in cluster analysis. It minimizes the differences in classes while maximizing the differences between classes by calculating the data breakpoints between classes under a certain hierarchy. Its advantage is to make the most effective distinction between similar values in the data, so the natural breaks method was chosen for classification in this study. The maps were reclassified into five classes, namely very low, low, medium, high, and very high (Figure 3). The high incidence areas of wildfires identified by these three models are mostly concentrated in the south, central and northwest of the region.
In addition, the percentages of the different risk levels of the three machine learning algorithms were calculated separately. Figure 4 shows that the five risk levels of SVM account for 20.86% (very low), 29.62% (low), 12.82% (medium), 14.15% (high) and 22.54% (very high) respectively, the five risk levels of RF account for 28.69% (very low), 23.80% (low), 18.69% (medium), 16.23% (high), and 12.59% (very high), and the five risk classes of XGBoost account for 34.52% (very low), 23.05% (low), 15.49% (medium), 14.55% (high), and 12.40% (very high).

3.4. Model Evaluation

After successfully constructing the three risk assessment models, the performance of the three models was evaluated using accuracy, kappa coefficient, and area under the ROC curve AUC. The evaluation results of each model are shown in Table 2 and Figure 5.
The training and testing results of wildfire occurrence probability are shown in Table 2 and Figure 5. From the training set, FR-BO-SVM has an average classification effect (AUC = 0.831) and a kappa coefficient of 0.483, which has only moderate consistency, while the other two models, FR-BO-RF and FR-BO-XGB, have perfect classification effects (AUC values of 0.931 and 0.927, respectively) and they both achieve a high degree of agreement with kappa coefficients of 0.699 and 0.697. In addition, the accuracy of FR-BO-SVM (Accuracy = 0.742) is lower than that of the other two models (accuracy = 0.849 and 0.847, respectively). From the test set, the AUC value and kappa coefficient of FR-BO-SVM are 0.820 and 0.471, respectively. It still has an average prediction effect and moderate consistency. FR-BO-RF still has a good prediction effect (AUC = 0.876), but the kappa coefficient is 0.589, which shows medium consistency and accuracy. FR-BO-XGB has demonstrated excellent prediction effectiveness and consistency with AUC and kappa coefficients of 0.887 and 0.617, respectively, and the accuracy remains above 0.8 at 0.809. Combining the above analysis, we can conclude that FR-BO-XGB is the best model among these three models.

3.5. Importance of Triggering Factor Features

The model evaluation shows that FR-BO-XGBoost is the best model among the three models, so the model can explain the relationship between fire points and each triggering factor well. However, different triggering factors do not have the same degree of influence on fire, and it is necessary to understand the importance of various triggering factors in starting a fire. The vertical coordinates in Figure 6 are each triggering factors for fire risk assessment. The horizontal coordinates are the ratio of times each feature attribute is used for decision tree node segmentation to the number of times all feature attributes are segmented. The feature importance analysis shows that precipitation is the most important triggering factor for wildfires in Liangshan, followed by NDVI, land cover, and maximum temperature, respectively, while other triggering factors such as elevation, average temperature, and population density have some influence on fire initiation.
Figure A2 reveals the percentage of the different risk levels of the four main fire initiating factors. We can summarize that the annual precipitation reached more than 800 mm, which was a high incidence area of wildfire (Figure A2a). The role of precipitation on fire is reflected in the fact that higher precipitation means higher fuel loading for brush and grass fires, resulting in higher fire behavior. The influence of NDVI on fire (Figure A2b) was manifested primarily in the fact that the larger the value, the more the high incidence areas of fire, which was mainly related to the rich vegetation types in the Liangshan region. Liangshan is a national critical fly-sown forest area (Figure A2c). The territory is planted with the Yunnan pine as the representative of the flammable tree species. It had been reported that lightning strikes on Yunnan pine caused forest fires in Muli, and land cover was concentrated on cropland, woodland, grassland, and shrubland, where a large amount of combustible material had accumulated, thus creating the potential for wildfires. The effect of maximum temperature on fires is specifically demonstrated by the fact that higher temperatures lead to lower humidity, which leads to lower fuel moisture, which leads to higher combustibility. Figure A2d demonstrates that above 18 °C is the high incidence of fire in the region.

4. Discussion

This paper proposed an integrated machine learning approach to wildfire risk assessment by introducing frequency ratios and machine learning models. The method used frequency ratios to achieve objective weighting of the triggering factors. On this basis we focused on optimizing the machine learning model to reveal the complex nonlinear relationships among the triggering factors, which more objectively reflects the degree of influence and the contribution of each factor. In the final, we achieved a quantitative regional assessment of wildfire risk. For validation purpose, based on the occurrence mechanism of wildfires in the Liangshan region, we selected 10 years of the burned area data (MCD64A1 burned area product), 10 years of meteorological data (precipitation, maximum temperature, average temperature), topographic data (elevation, slope, aspect, TWI), vegetation data (NDVI, landcover) and human activities factor data (population density) to construct a wildfire risk assessment model for the Liangshan region. In the end, we acquired accurate and reliable results.
It was worth noting that topographic factors (elevation, slope, aspect and TWI), meteorological factors (precipitation, average temperature, maximum temperature), vegetation factors (NDVI and landcover) and human activities factors (population density) were all mountain wildfire main triggering factors. However, in different regions and research scenarios, the impact of various factors on fires was quite different. The existing models and methods (such as the factor superposition method, analytic hierarchy process, logistic regression method, etc.) had problems such as subjectivity of weight allocation and linearization of statistical models. As a result, the robustness of the fire risk assessment model was generally not high, and the generalization ability was poor. Aiming at the problem of accurate quantification of the weights of disaster triggering factors, based on the historical fire data in the Liangshan area in the past 10 years, this paper obtained the frequency ratio of each triggering factor through statistical analysis and acquired the weight of the fire location and different categories of each fire triggering factor. On this basis, the complex non-linear relationship between the triggering factors was revealed through the machine learning model, and a wildfire risk assessment model suitable for this research scenario was finally obtained which objectively reflected the influence degree and contribution of each factor.
In previous studies, a risk assessment of forest fires in the Bizerte region of Tunisia in terms of burn index, geographic terrain index, human index, climate index and other indicators using GIS and remote sensing (RS) techniques, Saidi et al. [57]. Zhao, Pengcheng et al. [7] selected topographic, meteorological, vegetation and human factors for forest fire assessment in Laoshan National Forest Park, Nanjing using AHP. Saeedeh et al. [58] utilized a fuzzy analytic hierarchy process (FAHP), the spatial correlation method and the Dong model to predict forest fires in Iran from four aspects: geographic terrain factor, ecological factor, environmental factor and human factor. Elham et al. [59] considered factors such as slope, elevation, and road distance, and applied the analytic network process (ANP) to assess the risk of forest fires in a city. These methods had subjective factor assignments and lack objective consideration of factor weights. The difference in this study was the introduction of frequency ratios to achieve objective weighting of the triggering factors, which avoided the problem of inaccurate quantification of factors. Pan et al. [60] combined a logistic regression model for forest fire assessment in Shanxi Province by selecting elevation, slope, distance from the nearest road, fuel moisture content (FMC), land surface temperature, NDVI and global vegetation moisture index (GVMI), and verified that the AUC of the model was 0.757. Li Haiping et al. [33] established a logistic risk assessment model for forest fires in Liangshan Prefecture by adopting the main risk factors such as topography, vegetation, meteorology and population density, and finally acquired an AUC of 0.798. The above model only described a simple linear relationship among the factors, causing the model to be poorly generalized and less accurate. The distinction of the machine learning algorithm proposed in this study was that it can solve the complex nonlinear relationship between factors quite well. On this basis, the degree of influence of each triggering factor on fires can be further acquired automatically. It is worth mentioning that, in the identical study scenario, the model performance of the integrated machine learning method for fire risk assessment proposed in this study improved by 0.089 over the former method [33]. This indicates that the method has a promising application in wildfire risk assessment.

5. Conclusions

To address the problems of subjective weighting of triggering factors and linearization of models in the current wildfire risk assessment studies, we proposed an integrated machine learning approach to wildfire risk assessment. Frequency ratios were introduced to achieve objective weighting of the triggering factors, and on this basis, the machine learning model was focused on optimizing the model to reveal the complex nonlinear relationships among the triggering factors, which reflected the influence degree and contribution of each factor more objectively. Finally, we achieved the regional quantitative assessment of wildfire risk. For validation purposes, we filtered out 10 wildfire triggers based on the mechanism of wildfires in the Liangshan region. Combined with historical remote sensing fire data, a fire database was constructed and a wildfire risk level map was obtained for the Liangshan region. In the final, the degree of influence of fire triggering factors on wildfires in the region was further revealed in conjunction with the feature importance analysis. The greatest contribution of this study is to overcome the difficulties of subjective selection of factor weights and the linearization of the model in the research process. The findings of the study can provide useful information for the relevant departments to manage and make decisions on wildfire prevention and control in advance. In addition, the method can also be applied to wildfire risk assessment in other regions. It is essential to note that the selection of triggering factors using this method needs to take into account the actual situation of wildfire occurrence in the corresponding area.
However, in this study, predictions were based on a single pixel for each factor layer of the fire occurrence site, ignoring the fact that fire occurrence is also related to the surrounding environment. In future research, deep learning algorithms can be considered to accurately extract the deep features of different factor layers.

Author Contributions

Conceptualization, L.X.; Methodology, R.Z. (Rui Zhang); Software, J.Z. and S.L; Validation, A.S. and T.W.; Resources, L.X.; Writing-Original Draft Preparation, R.Z. (Runqing Zhan); Writing-Review & Editing, L.X., J.Z. and S.L.; Visualization, J.L. and R.W.; Supervision, X.B.; Funding Acquisition, R.Z. (Rui Zhang) All authors have read and agreed to the published version of the manuscript.

Funding

This research was jointly funded by the National Natural Science Foundation of China (Grant No. 42171355 and 42071410); the Sichuan Science and Technology Program (Grant No. 2019ZDZX0042, 2020JDTD0003, 2020YJ0322, and 2021YFH0038); and the Major Projects of High-Resolution Earth Observation (30-H30C01-9004-19/21).

Data Availability Statement

Data is openly available in a public repository.

Acknowledgments

The authors would like to acknowledge MCD64A1 burned area data from NASA’s Land Data Distribution Center, topographic data from the Geospatial Data Cloud, meteorological data from the National Centre for Atmospheric Sciences, land cover data from the GlobeLand30 data platform, and NDVI and population density data from the GEE platform.

Conflicts of Interest

The authors declare that they have no conflict of interest.

Appendix A

Table A1. Data of each triggering factor.
Table A1. Data of each triggering factor.
CategoryTriggering FactorsResolutionData Source
TopographyElevation
Slope
Aspect
TWI
30 mhttps://www.gscloud.cn/ (accessed on 23 April 2022 )
MeteorologyAverage temperature
Maximum temperature
Precipitation
0.5°https://crudata.uea.ac.uk/cru/data/hrg/ (accessed on 23 April 2022)
VegetationLand cover
NDVI
30 mhttp://www.globallandcover.com/ (accessed on 24 April 2022)
250 mhttps://explorer.earthengine.google.com/ (accessed on 24 April 2022)
HumanityPopulation density100 mhttps://explorer.earthengine.google.com/ (accessed on 24 April 2022)
Figure A1. Grading diagram of each fire triggering factor; (a) Elevation, (b) Slope, (c) Aspect, (d) TWI, (e) Average temperature, (f) Maximum temperature, (g) Precipitation, (h) Land cover, (i) NDVI, (j) Population density.
Figure A1. Grading diagram of each fire triggering factor; (a) Elevation, (b) Slope, (c) Aspect, (d) TWI, (e) Average temperature, (f) Maximum temperature, (g) Precipitation, (h) Land cover, (i) NDVI, (j) Population density.
Remotesensing 14 04592 g0a1aRemotesensing 14 04592 g0a1b
Table A2. Frequency ratios of different triggering factor categories.
Table A2. Frequency ratios of different triggering factor categories.
Triggering FactorsClassesClasses PixelsFire PixelsFR
Elevation (m)308~1608378,2496391.19
1608~2177839,92214221.19
2177~26751,038,68612370.84
2675~3190926,17116371.24
3190~3806626,1949621.08
3806~5901373,870540.10
Slope (°)0~574,6372442.30
5~15155,1381970.89
15~25983,51612200.87
25~351,413,83419520.97
35~451,125,38417951.12
>45430,5835430.89
Slope (°)0~574,6372442.30
5~15155,1381970.89
15~25983,51612200.87
25~351,413,83419520.97
35~451,125,38417951.12
>45430,5835430.89
AspectFlat478110.15
North447,7174770.75
Northeast505,5815060.70
East603,7677220.84
Southeast572,5158841.09
South480,9078851.29
Southwest509,5769451.30
West555,0068801.11
Northwest503,2426510.91
TWI1.5~5.32,050,82831061.06
5.3~7.31,406,00919040.95
7.3~10.6482,0526470.94
10.6~15203,4872460.85
>1540,716480.83
Average temperature (°C)−1.4~3.5195,154160.06
3.5~7.1373,8517051.33
7.1~10.3423,1803950.66
10.3~12.51,466,28920300.97
12.5~14.31,353,51219301.00
14.3~17.4371,1068751.66
Maximum temperature (°C)6.9~11.1333,9282070.44
11.1~14.1367,4647141.37
14.1~16.4780,1085810.52
16.4~18.11,507,80419930.93
18.1~20.1910,21016971.31
20.1~22.9283,5787591.88
Precipitation (mm)739~828447,9112460.39
828~876575,9278751.07
876~919848,38619951.65
919~964961,53616071.17
964~1002644,9653540.39
1002~1072704,3678740.87
NDVI0.1~0.4571660.74
0.4~0.510,993191.21
0.5~0.636,355911.76
0.6~0.7142,1393911.93
0.7~0.8955,83922431.65
0.8~13,032,05032010.74
LandcoverCropland810,2157520.65
Woodland2,418,82739711.15
Grassland679,8627470.77
Shrubland205,2544021.38
Wetland163800.00
Water body35,80700.00
Artificial surface29,183781.88
Bare land165410.42
Glaciers and permanent snow65200.00
Population (person/km2)0~34,088,03556530.97
3~1578,4982442.18
15~4111,862462.73
41~81278641.01
81~137148141.90
137~26643000.00
Table A3. Optimal parameters of the three models.
Table A3. Optimal parameters of the three models.
AlgorithmParameters
SVMKernel:rbf
C:100
Gamma:0.1
RFN_estimators:248
Criterion: Gini
Max_depth:14
Max_features:0.432
Min_samples_spilt:14
XGBoostMax_depth:9
Learning_rate:0.051
N_estimators:119
Min_child_weight:1
Subsample:0.827
Colsample_bytree = 1
Booster:gbtree
Figure A2. Main triggers of wildfires (a) Precipitation, (b) NDVI, (c) Land cover, (d) Maximum temperature.
Figure A2. Main triggers of wildfires (a) Precipitation, (b) NDVI, (c) Land cover, (d) Maximum temperature.
Remotesensing 14 04592 g0a2aRemotesensing 14 04592 g0a2b

References

  1. Li, W.; Yin, J.; Guo, Z.; Guo, Y.; Hu, T. Analysis of Forest Fires in Representative Countries and Regions in the World in 2019. Fire Sci. Technol. 2020, 39, 1280–1284. [Google Scholar]
  2. Su, L.; He, Y.; Chen, S. Temporal and Spatial Characteristics and Risk Analysis of Forest Fires in China from 1950 to 2010. Sci. Silvae Sin. 2015, 51, 88–96. [Google Scholar]
  3. Rao, Y.; Wang, C.; Huang, H. Forest Fire Monitoring Based on Multisensor Remote Sensing Techniques in Muli County, Sichuan Province. J. Remote Sens. 2020, 24, 559–570. [Google Scholar]
  4. Zeng, C.; Zeng, Z.; Cao, Z.; Zou, Q.; Yu, C. Forest Fire Dynamic Monitoring Based on Time Series and Multisource Satellite Images: A Case Study of the Muli County Forest Areas in Sichuan Province. Remote Sens. Technol. Appl. 2021, 36, 521–532. [Google Scholar]
  5. Bai, Y.; Wang, B.; Wu, B.; Liu, B. Fire Environment of Forest Fire Formation in Liangshan Prefecture. For. Resour. Manag. 2020, 5, 116–122+130. [Google Scholar] [CrossRef]
  6. Yang, C.; Zhao, C.; Lv, S.; Shu, Q. Shangri-la forest fire risk classification based on RS and GIS. For. Resour. Manag. 2013, 1, 102–107. [Google Scholar] [CrossRef]
  7. Zhao, P.; Zhang, F.; Lin, H.; Xu, S. GIS-Based Forest Fire Risk Model: A Case Study in Laoshan National Forest Park, Nanjing. Remote Sens. 2021, 13, 3704. [Google Scholar] [CrossRef]
  8. Deng, O.; Li, Y.; Feng, Z.; Zhang, D. Model and Zoning of Forest Fire Risk in Heilongjiang Province Based on Spatial Logistic. Trans. Chin. Soc. Agric. Eng. 2012, 28, 200–205. [Google Scholar]
  9. Huang, B.; Zhang, H.; Sun, Z.; Zhou, L. Forest Fire Danger Factors and Their Division in Shandong Based on GIS and RS. Chin. J. Ecol. 2015, 34, 1464–1472. [Google Scholar] [CrossRef]
  10. Jaiswal, R.K.; Mukherjee, S.; Raju, K.D.; Saxena, R. Forest Fire Risk Zone Mapping from Satellite Imagery and GIS. Int. J. Appl. Earth Obs. Geoinf. 2002, 4, 1–10. [Google Scholar] [CrossRef]
  11. Pourtaghi, Z.S.; Pourghasemi, H.R.; Rossi, M. Forest Fire Susceptibility Mapping in the Minudasht Forests, Golestan Province, Iran. Environ. Earth Sci. 2015, 73, 1515–1533. [Google Scholar] [CrossRef]
  12. Gigovic, L.; Pourghasemi, H.R.; Drobnjak, S.; Bai, S. Testing a New Ensemble Model Based on SVM and Random Forest in Forest Fire Susceptibility Assessment and Its Mapping in Serbia’s Tara National Park. Forests 2019, 10, 408. [Google Scholar] [CrossRef]
  13. Wang, Y.; Fang, Z.; Hong, H.; Costache, R.; Tang, X. Flood Susceptibility Mapping by Integrating Frequency Ratio and Index of Entropy with Multilayer Perceptron and Classification and Regression Tree. J. Environ. Manag. 2021, 289, 112449. [Google Scholar] [CrossRef] [PubMed]
  14. Yang, C.; Di, H.; Xing, Y.; Chang, X.; Shan, W. Spatial and Temporal Distributions of Forest Fires in Heilongjiang Province from 2001 to 2018 Based on MODIS Data. J. Nanjing For. Univ. 2021, 45, 205–211. [Google Scholar] [CrossRef]
  15. Weiss, D.J.; Nelson, A.; Gibson, H.S.; Temperley, W.; Peedell, S.; Lieber, A.; Hancher, M.; Poyart, E.; Belchior, S.; Fullman, N. A Global Map of Travel Time to Cities to Assess Inequalities in Accessibility in 2015. Nature 2020, 2018, 333–336. [Google Scholar] [CrossRef] [PubMed]
  16. Su, Z.; Song, Y.; Guo, F.; Yang, T.; Wang, W.; Liu, A. Influence of Geographical and Environmental Factors on Human-Caused Fires in Tahe Area. Fire Saf. Sci. 2015, 24, 16–25. [Google Scholar]
  17. Zhang, C.; Yang, Q.; Li, R. Advancement in Topographic Wetness Index and Its Application. Prog. Geogr. 2005, 24, 116–123. [Google Scholar]
  18. Wang, H.; Han, G.; Xie, X. Scale Effect Analysis to Topographic Wetness Index Extracted by Single Flow Direction Algorithm in Different Terrain Area. Geogr. Geo-Inf. Sci. 2016, 32, 23–29. [Google Scholar]
  19. Li, Y.; Zhang, L.; Zhang, X.; Wang, X.; Zhang, X. Forest Fire Risk Rapid Warning Model Based on Meteorological Monitoring Network. J. Geo-Inf. Sci. 2020, 22, 2317–2325. [Google Scholar]
  20. Harris, I.; Osborn, T.J.; Jones, P.; Lister, D. Version 4 of the CRU TS Monthly High-Resolution Gridded Multivariate Climate Dataset. Sci. Data 2020, 7, 109. [Google Scholar] [CrossRef]
  21. Jin, J.; Peng, S.; Liu, Q.; Deng, M. A Comparative Study of Spatial Interpolation Methods for Meteorological Elements in China. Geotech. Investig. Surv. 2010, 38, 48–51. [Google Scholar]
  22. Chen, J.; Chen, J.; Liao, A.; Cao, X.; Chen, L.; Chen, X.; He, C.; Han, G.; Peng, S.; Lu, M.; et al. Global Land Cover Mapping at 30 m Resolution: A POK-Based Operational Approach. Isprs J. Photogramm. Remote Sens. 2015, 103, 7–27. [Google Scholar] [CrossRef]
  23. Chéret, V.; Denux, J.-P. Analysis of MODIS NDVI Time Series to Calculate Indicators of Mediterranean Forest Fire Susceptibility. GISci. Remote Sens. 2011, 48, 171–194. [Google Scholar] [CrossRef]
  24. Yang, J.; Zhang, Y.; Wang, J.; Kang, X.; Cao, J. Vegetation Index Algorithm Using NDVI and EVI Resynthesis. Remote Sens. Inf. 2020, 35, 127–133. [Google Scholar]
  25. Wang, T.; Zhao, Y.; Wang, H.; Cao, Y.; Peng, J.; Cao, Y. Spatial and Temporal Changes of Vegetation Index and Their Response to Temperature and Precipitation in the Tibetan Plateau Based on GIMMS NDVI. J. Glaciol. Geocryol. 2020, 42, 641–652. [Google Scholar]
  26. Li, W.; Xu, J.; Yao, Y.; Zhang, Z. Temporal and Spatial Changes in the Vegetation Cover (NDVI) in the Three-River Headwater Region, Tibetan Plateau, China under Global Warming. Mt. Res. 2021, 39, 473–482. [Google Scholar]
  27. Peng, Z.; Yang, K.; Luo, Y.; Yang, J. Based on MOD13Q1 Data to Analyze the Characteristics of Vegetation Changes in Central Yunnan from 2000 to 2019. In IOP Conference Series: Earth and Environmental Science, Proceedings of the 3rd International Forum on Geoscience and Geodesy, Shenyang, China, 13–15 November 2020; IOP Publishing: Bristol, UK, 2021; Volume 658, p. 012007. [Google Scholar] [CrossRef]
  28. Liu, Y.; Li, Y.; Cui, C.; Ruan, H. Evaluation of MODIS MOD13Q1 Data in Desertification in the North Area of Xinjiang. Acta Prataculturae Sin. 2010, 19, 14–21. [Google Scholar]
  29. Long, X.; Li, J.; Liu, Q. Review on VI Compositing Algorithm. Remote Sens. Technol. Appl. 2013, 28, 969–977. [Google Scholar]
  30. Song, W.; Wang, J.; Satoh, K.; Fan, W. Impact of Population Density on Forest Fire Frequency. Fire Saf. Sci. 2005, 14, 1–5. [Google Scholar]
  31. Tatem, A.J. Comment: WorldPop, Open Data for Spatial Demography. Sci. Data 2017, 4, 170004. [Google Scholar] [CrossRef]
  32. Gorelick, N.; Hancher, M.; Dixon, M.; Ilyushchenko, S.; Thau, D.; Moore, R. Google Earth Engine: Planetary-Scale Geospatial Analysis for Everyone. Remote Sens. Environ. 2017, 202, 18–27. [Google Scholar] [CrossRef]
  33. Li, H.; Long, Z.; Yang, Z.; Xu, Z.; Li, Y. Analysis of Forest Fire Risk in Sichuan Liangshan Based on Logistic Model. J. Saf. Environ. 2021, 21, 498–505. [Google Scholar]
  34. Bai, Z.; Li, Q.; Yu, L. Landslide Susceptibility Evaluation Based on Coupling of Entropy Index and Random Forest. Yangtze River 2022, 1–10. [Google Scholar]
  35. Yang, L.; Wang, T.; Su, Z.; Hou, C.; Feng, R. An Optimized Dimensionality Reduction Method of Characteristic Parameters for Retrieving Oasis Soil Moisture Using Random Forest. J. Northwest Univ. (Nat. Sci. Ed. ) 2022, 52, 181–191. [Google Scholar] [CrossRef]
  36. Liu, Y.; Wang, N.; Zhou, C.; Xie, J.; Li, Y. Evaluation of Landslide Susceptibility Based on ROC and Certainty Factor Method in Fengjie County, Three Gorges Reservoir. Saf. Environ. Eng. 2020, 27, 61–70. [Google Scholar] [CrossRef]
  37. Liu, F.; Dai, T.; Wang, J.; Wang, L.; Su, Y.; Liu, H.; Zhang, H.; Wang, Y. Geological Hazard Susceptibility Evaluation by Coupled Random Forest and Information Model: A case study of Gongbujiangda County, Tibet Autonomous. J. Saf. Environ. 2022, 1–12. [Google Scholar] [CrossRef]
  38. Bui, D.T.; Ngo, P.-T.T.; Pham, T.D.; Jaafari, A.; Minh, N.Q.; Hoa, P.V.; Samui, P. A Novel Hybrid Approach Based on a Swarm Intelligence Optimized Extreme Learning Machine for Flash Flood Susceptibility Mapping. Catena 2019, 179, 184–196. [Google Scholar] [CrossRef]
  39. Mohajane, M.; Costache, R.; Karimi, F.; Pham, Q.B.; Essahlaoui, A.; Nguyen, H.; Laneve, G.; Oudija, F. Application of Remote Sensing and Machine Learning Algorithms for Forest Fire Mapping in a Mediterranean Area. Ecol. Indic. 2021, 129, 107869. [Google Scholar] [CrossRef]
  40. Zhang, H.; Qi, P. Mapping Fire Occurrence Susceptibility in Northeast China: Comparison of Frequency Ratio and Binary Logistic Regression. Geogr. Geo-Inf. Sci. 2012, 28, 35–38, 42. [Google Scholar]
  41. Qi, X.; Huang, B.; Liu, G.; Wang, S. Landslide susceptibility assessment in the three gorges area, china, zigui synclinal basin, using gis technology and frequency ratio model. J. Geomech. 2017, 23, 97–104. [Google Scholar]
  42. Li, W.; Wang, X. Application and Comparison of Frequency Ratio and Information Value Model for Evaluating Landslide Susceptibility of Loess Gully Region. J. Nat. Disasters 2020, 29, 213–220. [Google Scholar]
  43. Pelikan, M.; Goldberg, D.E.; Tsutsui, S. Hierarchical Bayesian Optimization Algorithm: Toward a New Generation of Evolutionary Algorithms. In Proceedings of the Sice 2003 Annual Conference, Fukui, Japan, 4–6 August 2003; Volume 1–3, pp. 2738–2743. [Google Scholar]
  44. Liu, X.; Tang, H.; Zhang, X.; Chen, M. Gaussian Process Model-Based Performance Uncertainty Quantification of a Typical Turboshaft Engine. Appl. Sci. -Basel 2021, 11, 8333. [Google Scholar] [CrossRef]
  45. Cui, J.; Yang, B. Survey on Bayesian Optimization Methodology and Applications. J. Softw. 2018, 29, 3068–3090. [Google Scholar]
  46. Yao, X.; Tham, L.G.; Dai, F.C. Landslide Susceptibility Mapping Based on Support Vector Machine: A Case Study on Natural Slopes of Hong Kong, China. Geomorphology 2008, 101, 572–582. [Google Scholar] [CrossRef]
  47. Xu, C.; Dai, F.; Xu, X.; Lee, Y.H. GIS-Based Support Vector Machine Modeling of Earthquake-Triggered Landslide Susceptibility in the Jianjiang River Watershed, China. Geomorphology 2012, 145, 70–80. [Google Scholar] [CrossRef]
  48. Li, Y.; Mei, H.; Ren, X.; Hu, X.; Li, M. Geological Disaster Susceptibility Evaluation Based on Certainty Factor and Support Vector Machine. J. Geo-Inf. Sci. 2018, 20, 1699–1709. [Google Scholar]
  49. Xu, S.; Liu, J.; Wang, X.; Zhang, Y.; Lin, R.; Zhang, M.; Liu, M.; Jiang, T. Landslide Susceptibility Assessment Method Incorporating Index of Entropy Based on Support Vector Machine: A Case Study of Shaanxi Province. Geomat. Inf. Sci. Wuhan Univ. 2020, 45, 1214–1222. [Google Scholar] [CrossRef]
  50. Vapnik, V.N. The Nature of Statistical Learning Theory; Springer: Berlin/Heidelberg, Germany, 1995. [Google Scholar]
  51. Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
  52. Breiman, L. Bagging Predictors. Mach. Learn. 1996, 24, 123–140. [Google Scholar] [CrossRef]
  53. Chen, T.; Guestrin, C. XGBoost: A Scalable Tree Boosting System. In Proceedings of the Kdd’16: 22nd Acm Sigkdd International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 785–794. [Google Scholar] [CrossRef]
  54. Cai, L.; Wu, D.; Fang, L.; Zheng, X. Tree Species Identification Using XGBoost Based on GF-2 Images. For. Resour. Manag. 2019, 5, 44–51. [Google Scholar] [CrossRef]
  55. Tang, Z.; Tang, D.; Ding, C.; Hou, J. Quantitative Model of ANN Area of Tank Defects Based on XGBoost Feature Importance. J. Electron. Meas. Instrum. 2020, 34, 109–115. [Google Scholar]
  56. Cai, Y.; Cao, S.; Du, M.; Li, S.; Chen, S. Estimation and Analysis of Driving Factors of Total AHF in Prefecture-Level of China. J. Geo-Inf. Sci. 2021, 23, 405–418. [Google Scholar]
  57. Saidi, S.; Ben Younes, A.; Anselme, B. A GIS-Remote Sensing Approach for Forest Fire Risk Assessment: Case of Bizerte Region, Tunisia. Appl. Geomat. 2021, 13, 587–603. [Google Scholar] [CrossRef]
  58. Eskandaria, S.; Miesel, J.R. Comparison of the Fuzzy AHP Method, the Spatial Correlation Method, and the Dong Model to Predict the Fire High-Risk Areas in Hyrcanian Forests of Iran. Geomat. Nat. Hazards Risk 2017, 8, 933–949. [Google Scholar] [CrossRef]
  59. Goleiji, E.; Hosseini, S.M.; Khorasani, N.; Monavari, S.M. Forest Fire Risk Assessment-an Integrated Approach Based on Multicriteria Evaluation. Environ. Monit. Assess. 2017, 189, 612. [Google Scholar] [CrossRef]
  60. Pan, J.; Wang, W.; Li, J. Building Probabilistic Models of Fire Occurrence and Fire Risk Zoning Using Logistic Regression in Shanxi Province, China. Nat. Hazards 2016, 81, 1879–1899. [Google Scholar] [CrossRef]
Figure 1. Overview of the study area.
Figure 1. Overview of the study area.
Remotesensing 14 04592 g001
Figure 2. Technology route.
Figure 2. Technology route.
Remotesensing 14 04592 g002
Figure 3. Risk assessment mapping results of three machine learning models.
Figure 3. Risk assessment mapping results of three machine learning models.
Remotesensing 14 04592 g003aRemotesensing 14 04592 g003b
Figure 4. Percentage of the risk level of three machine learning algorithms.
Figure 4. Percentage of the risk level of three machine learning algorithms.
Remotesensing 14 04592 g004
Figure 5. (a) ROC curves of the success rate of the three models, (b) ROC curves of prediction rates of three models.
Figure 5. (a) ROC curves of the success rate of the three models, (b) ROC curves of prediction rates of three models.
Remotesensing 14 04592 g005
Figure 6. Ranking the importance of triggering factor features.
Figure 6. Ranking the importance of triggering factor features.
Remotesensing 14 04592 g006
Table 1. Results of multicollinearity analysis.
Table 1. Results of multicollinearity analysis.
NumFactorTOLVIF
1Elevation0.6811.468
2Aspect0.8931.120
3Slope0.6511.536
4TWI0.6641.506
5Landcover0.6781.476
6NDVI0.6541.528
7Precipitation0.7451.342
8Average temperature0.3083.244
9Maximum temperature0.3892.572
10Population density0.5891.698
Table 2. Parameters for evaluating the predictive performance of the three models.
Table 2. Parameters for evaluating the predictive performance of the three models.
Training Data SetTest Data Set
ParametersFR-BO-SVMFR-BO-RFFR-BO-XGBFR-BO-SVMFR-BO-RFFR-BO-XGB
TP270133683383121014021368
TN347937083687141514351520
FP713484479344324265
FN1438771782602410418
Sensitivity0.6530.8140.8120.6680.7740.766
Specificity0.8300.8850.8850.8040.8160.852
Accuracy0.7420.8490.8470.7350.7940.809
Kappa0.4830.6990.6970.4710.5890.617
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Xie, L.; Zhang, R.; Zhan, J.; Li, S.; Shama, A.; Zhan, R.; Wang, T.; Lv, J.; Bao, X.; Wu, R. Wildfire Risk Assessment in Liangshan Prefecture, China Based on An Integration Machine Learning Algorithm. Remote Sens. 2022, 14, 4592. https://doi.org/10.3390/rs14184592

AMA Style

Xie L, Zhang R, Zhan J, Li S, Shama A, Zhan R, Wang T, Lv J, Bao X, Wu R. Wildfire Risk Assessment in Liangshan Prefecture, China Based on An Integration Machine Learning Algorithm. Remote Sensing. 2022; 14(18):4592. https://doi.org/10.3390/rs14184592

Chicago/Turabian Style

Xie, Lingxiao, Rui Zhang, Junyu Zhan, Song Li, Age Shama, Runqing Zhan, Ting Wang, Jichao Lv, Xin Bao, and Renzhe Wu. 2022. "Wildfire Risk Assessment in Liangshan Prefecture, China Based on An Integration Machine Learning Algorithm" Remote Sensing 14, no. 18: 4592. https://doi.org/10.3390/rs14184592

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop