You are on page 1of 12

http://pubs.acs.

org/journal/acsodf Article

Prediction Model for Coal Spontaneous Combustion Based on SA-


SVM
Jun Deng, Weile Chen,* Caiping Wang, and Weifeng Wang
Cite This: ACS Omega 2021, 6, 11307−11318 Read Online

ACCESS Metrics & More Article Recommendations *


sı Supporting Information
Downloaded via INDIAN INST OF TECH (ISM) DHANBAD on November 6, 2023 at 19:01:08 (UTC).
See https://pubs.acs.org/sharingguidelines for options on how to legitimately share published articles.

ABSTRACT: Accurate predictions of the coal temperature in coal


spontaneous combustion (CSC) are important for ensuring coal
mine safety. Gas coal (the Zhaolou coal mine in Shandong
Province, China) was used in this paper. A large CSC experimental
device was adopted to obtain its characteristic temperatures from
the macroscopic characteristics of gas production. A simulated
annealing-support vector machine (SA-SVM) prediction model
was proposed to reflect the complex nonlinear mapping between
characteristic gases and the coal temperature. The risk degree of
CSC was estimated in the time domain, and the model was verified
by using in situ data from an actual working face. Furthermore,
back-propagation neural network (BPNN) and single SVM
methods were adopted for comparison. The results showed that the BPNN could not adapt to the small-sample problem due to
overfitting and the output of a single SVM was unstable due to its strong dependence on the setting of hyperparameters. Through
the SA global optimization process, the optimal combination of hyperparameters was obtained. Therefore, SA-SVM had higher
prediction accuracy, robustness, and error tolerance rate and better environmental adaptability. These findings have certain practical
significances for eliminating the hidden danger of CSC in the gob and providing timely warnings about potential danger.

1. INTRODUCTION by oxidation causes the temperature to exceed the gas


Coal spontaneous combustion (CSC) can cause the loss of desorption temperature and the dynamic equilibrium temper-
coal resources and lead to gas explosions in mines, thereby ature of CO2 desorption, the critical self-ignition temperature
threatening the safety of personnel and equipment and (CSIT), which is characterized by increases in the CO and
seriously damaging the environment. However, due to the CO2 concentrations and a decline in the O2 concentration, is
hidden characteristics of residual CSC in the gob area, which reached.10,11 Small molecular hydrocarbons such as C2H4 and
are not easily detected by humans, and the limited methods for C2H6 begin to appear when spontaneous combustion temper-
estimating and analyzing the risk degree of CSC, the disaster ature reaches the dryness temperature.12,13 Due to the increase
detection time has an inherent lag, causing considerable safety in oxygen consumption in the air, the oxidation of coal is not
risks.1,2 Therefore, it is important in disaster prevention and sufficient. From a macroperspective, the O2 concentration
control to analyze the characteristics of CSC and establish an drops sharply, CO and CO2 concentrations increase sharply,
early warning model of the risk degree so that spontaneous and the temperature alteration ratio increases.14
combustion can be effectively monitored and early warnings Many scholars have conducted in-depth research on the
can be established. Based on the coal-oxygen adsorption factors that affect CSC. Wen et al. mainly considered changes
theory, it is easy to generate heat via the physical and chemical in the CO concentration during the CSC process.15 Ma et al.
adsorption of oxygen in the air and redox reactions under studied the effect of the air humidity on CSC and concluded
normal pressure and temperature conditions.3 If the heat that the concentration of coal oxidation products increases
generation rate between coal seams is greater than the heat with increasing humidity.16 Chen et al. studied the changes in
dissipation rate, as heat accumulates and the characteristic the characteristic parameters, such as the temperature, gas
temperature of CSC is reached, oxygen consumption will
intensify and the reaction rate will accelerate.4−6 Finally, the
ignition point of coal will be reached, and spontaneous Received: January 11, 2021
combustion will occur.7 Accepted: April 9, 2021
The critical and dryness temperatures of the CSC are the Published: April 21, 2021
first and second acceleration points of the coal oxidation
reaction process, respectively.8,9 With the continuous increase
in the coal chemical adsorption degree, when the heat released
© 2021 The Authors. Published by
American Chemical Society https://doi.org/10.1021/acsomega.1c00169
11307 ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

concentration ratio, oxygen consumption rate, thermal when dealing with small-sample problems such as CSC
intensity, and limit parameters, in the early stage of CSC prediction; additionally, overfitting can occur for the test set,
from a macroscopic perspective.17 Ma et al. studied the effect and the gradient descent method makes parameter con-
of gas on the oxidation characteristics of coal, and the results vergence slow.21−23
showed that the CO/CO2 production and oxygen con- A support vector machine model can be used as a regression
sumption of coal samples in methane-containing air flows prediction model in various fields with effective adaptation for
were higher than those in methane-free air flows.18 Yi et al. small-sample problems.24−27 However, due to the existence of
studied the temperature, thermal product, and gas product a single support vector machine, the model accuracy is strongly
evolution trends in the spontaneous combustion period of dependent on the hyperparameters, and the model has no
coal; they found that at a low heating rate, the characteristic global optimization ability in the hyperparameter space, so the
temperature point slowly decreased, which made CSC more model fitting results are usually unstable.28 In recent years,
possible to occur.10,19 These studies provide a theoretical basis many scholars have improved the inherent defects of single
for an early identification model of CSC, and this paper is support vector machines. Zhang et al. used a support vector
based on these studies. machine optimized with the K-fold cross-validation algorithm
CSC is a pretty complex chemical and physical process. to predict the ash content of crude coal and used a genetic
Because the relationship between the degree of spontaneous algorithm for feature selection.29 Li et al. used a genetic
combustion and the multi-index gases of spontaneous algorithm to optimize the punishment parameters, insensitive
combustion is difficult to be determined, the chemical and loss function, and kernel function parameters in a support
physical mode has not been established by academic circles. vector machine, and a short-term prediction model of power
Adopting mathematics prediction methods could reveal the generation energy was established.30 Wei et al. adopted
nonlinear process of CSC. However, from global research, the improved gray wolf optimization (IGWO) and obtained the
main problems in the prediction of CSC in the gob are as global optimal values of punishment parameters based on the
follows: information exchange and sharing among artificial wolves with
1. The existing models do not effectively describe complex different responsibilities, where each individual behavior
nonlinear processes. CSC is an extremely complicated decision of the collaborative group was used to search for
physical and chemical process, and no intuitive physical the best path.31 Nieto et al. used particle swarm optimization
and chemical model has been established in academia (PSO) to predict the remaining service life of aircraft engines;
because it is difficult to determine the corresponding in the paper, PSO was used to find the global minimum points
relationship between the degree of spontaneous of kernel parameters in a hyperparametric space.32 Chen et al.
combustion and the multicomponent-index gases of adopted the time-varying PSO (TVPSO) algorithm to
CSC. optimize parameters and select features simultaneously, and a
weighting function was considered; the TVPSO-SVM model
2. Few data-mining studies have focused on CSC. performed well based on the accuracy (ACC) classification
Currently, most prediction methods are used to simulate index.33 Chen et al. proposed an improved artificial swarm
the entire spontaneous combustion cycle of coal and algorithm to optimize the weight of the penalty function, which
obtain the critical values of the component gases and improved the recognition accuracy and convergence perform-
related indexes through statistical analysis, and these ance of the model for fault diagnosis from images.34
methods lack further data mining. The improvements to the inherent defects of SVMs not only
3. The accuracy (ACC) of the existing prediction increased the ability to minimize structural risk for small-
regression models, most of which are lag models, is sample problems but also effectively solved the subjectivity and
low. These models cannot estimate the risk degree of instability issues caused by blindly setting hyperparameters.
CSC and have a low fault tolerance and poor noise This paper presents a prediction method for the risk degree of
resistance. CSC based on an SA-SVM model. Kirkpatrick et al. first put
In this paper, macroscopic predictions of the risk degree of forward an annealing simulation algorithm, and it has been
CSC are made by constructing natural combustion laboratory proved to meet the optimal requirement in partial. This
equipment with different coal thicknesses, air supply rates, fully method structure is simple and can solve complex nonlinear
mechanized caving face parameters, and other internal and optimization problems. In the study, we have contrasted the
external conditions; this approach creates an environment prediction results between BPNN, SVM, and SA-SVM, and the
similar to the actual environment to simulate the cycle of least-square error evaluation index was employed to determine
spontaneous coal combustion at low temperatures. Addition- the accuracy and stability of the models. The results show that
ally, the characteristics of CSC are determined, and the the SA-SVM model has a higher prediction accuracy and
characteristic temperature of CSC is obtained based on a coal- higher stability than a BPNN and single support vector
oxygen multistage chemical reaction mechanism. Combined machine. It has important practical significance for early
with the above conditions, a regression prediction model of the prediction, early warning of coal spontaneous combustion and
risk degree of CSC is established, and the performance of this environmental safety judgment, scientific relief decision-
model is tested. Finally, the model is verified using in situ data making, and safety disaster relief of the fire zone.
recorded at an actual working face. The accuracy and
robustness of the model are determined through a 2. RESULTS AND DISCUSSION
comprehensive analysis of the related evaluation indexes. 2.1. Data and Model Settings. 2.1.1. Experimental
Back-propagation neural networks (BPNNs) have notable Results and Samples. According to the analysis of the CSC
advantages in processing high-dimensional data and perform- samples from the Zhaolou coal mine, the maximum CH4
ing nonlinear mapping.20 However, the empirical risk cannot concentration appeared when the temperature was 25−35 °C.
converge to the expected risk based on the full probability As the temperature increased and the gas desorption speed
11308 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

Figure 1. Gaussian curve fitting based on the experiment.

Table 1. Sample Composition


sample O2 N2 CO CO2 CH4 C2H4 C2H6 CO2/CO C2H6/C2H4 coal temperature
1 20.4 78.89 281 1400 0.25 12 27 4.98 2.25 33.4
2 19.8 79.75 228 1800 0.21 30 52 7.89 1.73 37.5
3 19.6 79.88 509 2300 0.23 28 78 4.52 2.79 42
4 20 79.43 507 2400 0.27 16 68 4.73 4.25 40.2
5 20.16 79.34 594 2100 0.18 23 79 3.54 3.43 41.4
6 20.7 79.01 222 1400 0.13 12 29 6.31 2.42 43.3
‴ ‴ ‴ ‴ ‴
35 0.01 98.66 28 2500 1.08 8 50 89.29 6.25 36.1

Figure 2. Effective samples and trends based on the experimental data.

accelerated, when the temperature was 35−45 °C, the The concentrations of O2, N2, CO, CO2, CH4, C2H4, and
concentrations of CO2 and CO reached minimum levels, and C2H6 and the gas concentration ratios of CO2/CO and C2H6/
the concentration of CO2 remained largely unchanged during C2H4 were selected as the input indexes of the SVM
this period. The characteristic temperature was estimated model.35,36 The coal temperature corresponding to each
based on the above macroscopic observation indexes and the measurement index was taken as the output expectation of
results of this experiment. The results showed that the critical the model. The paper used the traversed spatial data of the
temperature appeared in the range of 50−65 °C and the CSC state to obtain samples that satisfied the independent,
dryness temperature appeared in the range of 95−105 °C. The identically distributed conditions. After experimental determi-
highest temperatures in the furnace were selected as the nation, 75% of the samples were selected as training samples,
reference values, and the temperature changes in the furnace and the remaining 25% were selected as test samples. The
over time are shown in Figure 1. Because the data was splashes, measured partial gas concentration, gas concentration ratios,
the linear fitting is the most appropriate for variation. The data and coal temperature were considered as a sample point, as
was fitted by a Gaussian function. Compared with polynomial listed in Table 1. The first column was the serial number of the
fitting, the Gaussian fitting has the advantage of simplicity in sample point, the data corresponding to {3x} (x = 1−11) was
calculating the integral and cannot overfit, so we adopt the test set, and the data of the remaining points was the
Gaussian to fit temperature vs time. training set.
11309 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

Figure 3. Gas concentration ratio and trends based on the experimental data.

Figure 4. Effective samples and trends based on the in situ data.

Figure 5. Gas concentration ratio and trends based on the in situ data.

The characteristic gas concentrations of the CSC compo- beginning of the experiment, CO2/CO first decreased and
nents change with the coal temperature, as shown in Figure 2; then increased with the increase of coal temperature, and as
we know that as the temperature rises, the concentration of the temperature continued to rise, the CO2/CO showed a
gases CO, CH4, C2H4, C2H6, and CO2 had upward trends, the trend of rapid decline.
concentration of O2 had a downward trend, and the 2.1.2. In Situ Data. After determining the occurrence of
concentration of N2 was basically constant. The gas ratio spontaneous combustion near the gob open-off cut, relatively
changes with the coal temperature, as shown in Figure 3. We accurate in situ data were obtained with a beam tube
know that C2H6/C2H4 appeared later than C2H4, and as the monitoring system and chromatographic analysis. Additionally,
temperature rose rapidly, it reached its maximum in the critical corresponding disaster control measures were taken to
temperature range and then decreased rapidly. At the effectively restrain the further expansion of the fire zone.
11310 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

Figure 6. Coal temperature trend based on the in situ data.

Figure 7. Iterative cost function trend.

Figure 8. Variations in parameters based on the experimental data.

Therefore, actual gob data could be divided into three stages: increased slowly with the increase of temperature, and its
normal circumstances, spontaneous combustion and a highest temperature reached 43 °C. In the case of inhibition
governance stage, and return to normal. After analysis, several after spontaneous combustion, the coal temperature increased
sets of data for the working face under crossheading were rapidly at first and then decreased slowly, and its highest
selected as the field data sample set. Effective samples and temperature reached 80 °C. After returning to normal, the coal
trends based on in situ data are shown in Figure 4. temperature showed a trend of gradual decline. The
Additionally, the gas concentration ratios and corresponding concentration variation of gases CO, CH4, C2H4, C2H6, and
trends based on in situ data are shown in Figure 5, and the coal CO2 was consistent with coal temperature. The concentration
temperature trend based on in situ data is shown in Figure 6. of O2 was basically consistent under normal conditions and
Under normal circumstances, the temperature of coal rapidly decreased when coal began to spontaneously combust.
11311 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

Figure 9. Variations in parameters based on the in situ data.

Figure 10. Scatter plot of predicted and target coal temperatures based on the three aforementioned models.

Figure 11. Box plot of the absolute error for the aforementioned models in the training and testing samples based on the (a), (b) oxidation
experiment data and (c), (d) in situ data.

2.2. Modeling Process. The kernel function parameters simulated annealing algorithm, and its mathematical expression
and insensitive loss function of the SVM were optimized with a process is in the Supporting Information. Thereinto, the
11312 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

penalty coefficient C is the parameter of the kernel function Table 2. Summary of the Prediction Results Based on the
through supportive SVM, which means tolerance for error. The Three Aforementioned Evaluation Indicators
higher the C, the more prone it is to the overfitting
MAPE
phenomenon; the smaller the C is, the more likely the MAE (%) RMSE R2 (%)
underfitting phenomenon is to occur. ε is the insensitive loss experimental data BP 0.48a
1.45 a
0.69 a
99.9446a
function parameter, ensuring the existence of the global 3.7b 7.4b 5.13b 96.6541b
minimum solution and the optimization of the reliable SVM 1.42a 4.17a 1.73a 99.6573a
generalization bound. Through an iterative process, the 2.57b 6.4b 3.61b 98.3419b
optimal parameter combination was obtained as the output. SA-SVM 0.82a 2.56a 1.13a 99.8548a
The iterative cost function trend in simulated annealing 2.13b 5.74b 2.47b 99.2224b
optimization is shown in Figure 7. Moreover, the variations in in situ data BP 2.39a 4.42a 4.65a 90.4574a
the parameters based on experimental data are shown in Figure 9.18b 15.33b 9.85b 37.5141b
8, and those based on in situ data are shown in Figure 9. SVM 8.58a 14.76a 9.61a 59.2487a
The cost function of structural risk minimization iteratively 8.65b 14.09b 10.14b 33.8152b
converged, and the system reached the global minimum state SA-SVM 2.53a 5.13a 3.48a 94.6728a
and froze. The parameters in this system state were determined 3.56b 6.36b 4.6b 86.3676b
to be the optimal parameters. a
Represent the training samples. bRepresent the testing samples.
2.3. Prediction Results of SA-SVM. The algorithm
combined with the least-squares SVM was compiled on the training set, a serious overfitting phenomenon occurs for the
MATLAB platform. A radial basis function (RBF) was selected test set, which leads to high error for the test set.
as the kernel function of the SVM.37 The simulated annealing Compared with the BPNN method, the single SVM displays
algorithm provides a nonconvex optimization method that can better performance for small-sample problems. However,
avoid the local minima of the cost function and obtain the because hyperparameters are difficult to determine, the
global minimum point. After the energy system was optimized regression results are strongly dependent on human factors,
by the algorithm, the kernel function parameter and insensitive leading to inferior accuracy and stability for the test set
loss value were found to be 959.968 and 5.7, respectively. The compared to the results of the SA-SVM method for the test set.
kernel function parameter and insensitive loss value of the Because there is more noise in the in situ data than in the
model for the actual ignition working face were 112.618 and experimental data, the stability of the single SVM method
190.8, respectively. Then, nine-dimensional training samples further decreases. Based on comprehensive analysis, there are
representing the risk degree of CSC were input into the SA- two main reasons for the weak generalization ability of the
SVM model for training. model that lead to overfitting:
A regression model analysis of a single SVM and a 1. The inherent structure of a network. We cannot
BPNN38,39 was also performed. The BPNN model adopted a accurately estimate the nonlinear complexity of the
single hidden layer. To increase the fitting accuracy of the physical processes, such as the CSC process, and the
model, 10 neurons were used for feature extraction in the matching degree of the network structure. Specifically, at
hidden layer. The single SVM method did not use an the beginning of network design, the number of free
optimization algorithm to optimize relevant parameters. A network parameters (weight and bias, kernel function
scatter plot of the predicted and target coal temperatures based parameters, and insensitive loss function) cannot
on the three aforementioned models is shown in Figure 10. For correspond to the number of existing training sets
training samples, the results of the BPNN mode are uniformly based on actual CSC data.40
distributed along the zero-error line y = x and are superior to 2. There is noise in the actual data. The network loads the
those of the other two modes. For test samples, the results of learned CSC characteristics as the synaptic weights and
the SA-SVM mode are uniformly distributed along the zero- biases of the BPNN and SVM parameters. When the
error line y = x and are superior to those of the BPNN mode, network yields unexpected results due to noise in the
which means that the BPNN mode shows a serious overfitting input samples, the corresponding characteristics will be
phenomenon. The box plot of the absolute error for the stored in the parameter histories. The poor noise-
aforementioned models in the training and testing stages is filtering ability of the model will lead to high error for
shown in Figure 11. For both training samples and test the test set and a reduction in the generalization ability.
samples, the box of the SA-SVM model is relatively flat and the According to the output results of the SA-SVM model, the
data distribution is concentrated, indicating that the SA-SVM mean absolute error (MAE), mean absolute percentage error
model has good stability. A summary of the prediction results (MAPE), and root-mean-square error (RMSE) of the
based on the three aforementioned evaluation indicators is prediction based on experimental data are 2.13 °C, 5.74%,
shown in Table 2. and 2.47, respectively. No matter what types of data, eq 7, R2
The results show that the BPNN method performs better of SA-SVM is minimal, which shows that the model has high
than the other two methods for the training set, with MAE = degree of linearization and strong antinoise ability. Compared
0.48 and RMSE = 0.69 based on the experimental data and with that of the single support vector machine method, the
MAE = 2.39 and RMSE = 4.65 based on the in situ data. These accuracy of the proposed method is improved, and this
findings indicate that the BPNN performs better than the other approach has obvious advantages over the BPNN method.
two methods based on both the training accuracy and stability. Notably, the maximum absolute error predicted by the BPNN
However, the error indexes for the test set are significantly method is 14.163 °C, and the variance is 200.59. The
higher than those of the other two methods. In this case, maximum absolute error predicted by the ordinary SVM
although the BPNN achieves the best performance for the method is 8.54 °C, and the variance is 72.93. The maximum
11313 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

Figure 12. Experimental device and prediction method for coal spontaneous combustion.

absolute error predicted by the SA-SVM method is 4.685 °C, robustness. The penalty function parameters and
and the variance is 21.95 °C. Additionally, the maximum MAE insensitive loss function are globally optimized, and
of the test samples predicted by the SA-SVM method is much the SVM is based on a simulated annealing method. This
smaller than that of other methods, suggesting that the SA- approach ensures that the optimal parameter combina-
SVM model has good robustness to the problem. Moreover, tion is obtained for the SVM model to avoid the issues
the MAE, MAPE, and RMSE based on the data from the associated with single SVM modeling.
ignition working face are 3.56 °C, 6.36%, and 4.6, respectively,
which are the lowest error values among all of the methods.
Thus, the SA-SVM method is most suitable for data with 4. EXPERIMENTS AND METHODS
certain levels of noise. 4.1. Oxidation Experiment for Coal. CSC is an
extremely complicated process that releases characteristic
3. CONCLUSIONS gases with different concentrations according to the degree
This paper presents an SA-SVM regression model for CSC of spontaneous combustion, such as CO, CO2, CH4, C2H4,
prediction. The model can estimate the CSC risk degree in the C2H6, and other gases.35 With increasing coal temperature, the
time domain based on the relevant CSC characteristics. A large gas concentration of each component will change. In this
CSC experimental device is used to simulate an actual ignition paper, the coupled relationship between characteristic gases
situation. Additionally, the characteristic temperature points of and the coal temperature in the process of CSC is used to
CSC were identified by simulating the CSC process. Using the predict the risk degree of CSC. In fact, CO, alkanes, and
SA-SVM model to extract the characteristics of CSC, the alkenes change significantly near the characteristic temperature
complex nonlinear relationships associated with CSC were well point. Therefore, according to the experiment conducted in
fitted. Finally, the SA-SVM model was verified using in situ this paper, the characteristic temperature point of CSC is
data from an actual ignition working face, and the model estimated.41
effectively and dynamically tracked different ignition stages and First, coal was collected from the Zhaolou coal mine
responded quickly to determine the risk degree of CSC. This (Shandong) and crushed using a jaw crusher. The pulverized
work has certain practical significances for ensuring safe coal sample was weighed and packaged in XKIII equipment
production and reducing the cost of manual monitoring. to simulate different coal thicknesses, air leakage rates, oxygen
Because the coal composition, ventilation, and surroundings supply rates, heat storage levels, and other conditions. Thus,
are quite different in each coal mine, there are differences in the CSC cycle was simulated, and the low-temperature
the nonlinear relationship between gases and CSC degree. spontaneous combustion characteristics of coal were deter-
Hence, the mode set up in the manuscript is only used in the mined. Next, the gases collected at different coal temperatures
Zhaolou coal mine, and when establishing the prediction were quantitatively analyzed.42 Finally, machine learning
model of CSC in other coal mines, the coal sample data of training and test samples were obtained, and the SA-SVM
corresponding coal mines should be used. The detailed model was used to extract the features of the samples and make
conclusions are as follows: predictions in the time domain. Conceptual illustrations of the
1. The BPNN method performs better than the other two experimental device and CSC prediction method are shown in
methods for the training set. However, when facing Figure 12.
small-sample problems and with some noise in the The laboratory equipment consisted of a furnace body, a
samples, a serious overfitting phenomenon occurs, which control system, and a test system. The furnace body was
results in poor performance for the test set. cylindrical with an outer diameter of 1.8 m, an inner diameter
of 1.2 m, and a height of 2.2 m. The effective coal storage space
2. The single support vector machine model displays better was 1.63 m3, and the total experimental coal mass was
performance than the BPNN in small-sample problems approximately 1791 kg. The furnace wall was composed of an
and has obvious advantages. However, the model relies insulation layer and a temperature control layer. Additionally,
on the setting of hyperparameters, which is highly several thermistor probes were arranged to detect the
subjective. temperature in the furnace in real time. The center shaft of
3. Compared with other machine learning methods, the the furnace was provided with a gas sampling pipe for gas
SA-SVM model yields higher regression accuracy and sampling and testing.
11314 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

The control system consisted of two parts: a temperature airway, and a fire location was found in the coal body at the top
control system and an air supply control system, which were of the open-off cut. The occurrence of a CSC event was
automatically adjusted by the industrial control machine confirmed.
according to the experimental process. The temperature Compared with the experimental data, the in situ data have
control system maintained the balance between heat storage more noise interference and are influenced by uncontrollable
and heat release, which ensured the accuracy of the environmental factors; therefore, the prediction model must
experimental results. The air supply control system was used have a high generalization adaptability. This paper adopts the
to adjust the air supply volume at a relatively constant level and in situ data in the following case. The characteristic gas
adjust the temperature and humidity of the air before entering concentrations of all components in CSC, encompassing the
the furnace to the same temperature and humidity as the air whole process from normal operation to spontaneous
inside the furnace.43 combustion and the governance stage and finally then back
The experimental coal samples were placed in the furnace, to normal after disaster management, are used as the inputs of
and the relevant parameters are shown in Table 3. The initial the SA-SVM model. Model comparisons are performed to
determine whether this model provides higher prediction
Table 3. Coal-Related Parameters accuracy and robustness in practical applications compared to
initial
other models.
coal sample void average particle air supply temperature 4.3. SA-SVM Model. Before using the support vector
origin content size (d50) (m3 h−1) (°C) regression (SVR) method, kernel function parameters and the
Zhaolou coal 0.404 4.765 0.10−1.60 6.8592 insensitive loss function should be determined.37,46−48 A
mine simulated annealing algorithm was used to optimize the
above two parameters and search for the optimal combination
temperature of the experiment was 20.7 °C, which was the of SVM parameters within a certain range to improve model
same as that of the gob area in the Zhaolou coal mine. The performance.
coal samples underwent a natural warming process when the The simulated annealing algorithm was first proposed by
temperature and air supply control systems were started. The Kirkpatrick et al.49 and has been widely used in the
temperature and the characteristic gas changes during the CSC optimization of structures due to its advantage of avoiding
experiment were continuously tracked. A certain sample local minimum points.50−55 The simulated annealing algorithm
mixture of gases was extracted from the sampling tube by a optimizes the loss function for a physical system with multiple
manual sampling method each day and sent to an SP3430 gas degrees of freedom in thermal equilibrium and at different
chromatograph for gas composition and concentration finite temperatures. The annealing process was based on the
analyses. The characteristic gas samples were O2, N2, CO, Monte Carlo method adopted by Metropolis et al.56 Given a
CO2, CH4, C2H4, and C2H6.36,44 low-energy state describing a computational system, at the
4.2. In Situ Observation Data. In this paper, to verify the lowest temperature, the system molecules are rearranged in a
application of the SA-SVM prediction model for an actual certain structure. The statistical dynamics characteristics
ignition working face with considerable environmental indicate that the energy associated with the temperature T
disturbances, the CSC characteristics for an actual ignited and molecules remaining in state r satisfies the Boltzmann
working face were used as inputs to further verify the accuracy probability distribution

ij E(r ) yz
and robustness of the model. The source of ignition of the

expjjj− zz
j kBT zz
working face is shown in Figure 13.
1
k {
P{E ̅ = E(r )} =
Z(T ) (1)

where E(r) is the energy of the state r, kB is the Boltzmann


constant, E̅ is a random variable related to the molecular
energy, and Z(T) is the partition function. Equation 1 means
that the higher the temperature is, the greater the cooling
probability of the primary energy difference is and the lower
the temperature, the less probability there is to be a cooling. As
the temperature slowly decreases, the above rearrangement
process is repeated until the system state converges to the
minimum value. The solution at the minimum value is saved as
the global optimal solution. When seeking the most optimal
solution by the annealing simulation algorithm, it is necessary
to introduce the natural mechanism of a physical system
Figure 13. Schematic diagram of the fire source location. annealing process to prevent the local optimal solution. The
state of physical annealing corresponds to the solution of the
The elevation of the working face is −432.0 to −352.0 m, optimization problem. The energy function corresponds to the
the working face area is approximately 452118.2 m2, and the objective function of the optimization problem. The lowest
average thickness of the coal seam is 8.45 m, which is a stable energy state corresponds to the optimal solution of the
extrathick coal seam. Due to equipment debugging issues and optimization problem. In this paper, samples correspond to
other reasons, the advance speed of the working face was problem instances, energy corresponds to the structural risk
slow.45 When the working face was pushed to 30 m, minimization cost function of support vector machines, and
spontaneous combustion smoke was detected in the return the temperature is the control parameter.
11315 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

To satisfy the finite time approximation property and


accelerate the convergence rate of the algorithm, the
temperature parameter T must be discretized. The annealing
schedule of the cooling rate was determined, and the cooling
schedule of parameter T was defined as follows.49
Tk = αTk − 1 , k = 1, 2, ··· (2)

In this paper, the temperature drop coefficient α is 0.9, and


the partition function is constant at 1. Because the system
perturbations produce energy fluctuations that result in E1 <
E2, the probability of molecules remaining in a state of low
energy is greater than the probability of molecules remaining in
a state of high energy. When there are two different energies in
the state space, the Boltzmann probability associated with the
lowest energy state is greater than 1/2, and the new solution in
the low-energy state is considered acceptable according to this
probability. Additionally, because the acceptance probability is
not 1 in the nonlimiting state, that is, the system has a certain
probability of accepting the deteriorating solution in the high-
energy state, the algorithm can avoid local optima to some
extent.
P{E ̅ = E1} − P{E ̅ = E2} > 0 (3)

For the nonminimum energy state, the distribution


probability of molecules in the increasing energy state is
monotonically reduced by the above equation. The lower the
temperature is, the higher the probability of achieving a low-
energy state is. In the limit state, only the probability of the
lowest energy is not equal to zero. When the system solution
no longer avoids local optima with high probabilities, the state
is considered stable, and the system freezes. In turn, the
annealing process stops, and the optimized parameters are the
global optimal parameters. The implementation steps of the
SA-SVM algorithm are shown in Figure 14. The steps in
simulated annealing optimization are shown in the Supporting
Information algorithm pseudocode. The main steps are as
follows:
Step 1: The initial temperature T = T0, the initial state r = r0,
and the initial energy E(r) = E(r0).
Step 2: A new state r1 formed by random disturbance, and
determine whether the temporary state satisfies e = E(r1) −
E(r). If e ≤ 0, then a new state is accepted; if e > 0, look for a
new solution by the Metropolis principle.
Step 3: Determine whether k is less than the preset number Figure 14. Algorithm flow chart.
of iterations; if not, return to Step 2; if so, analyze whether T is
the minimum value of the annealing schedule: if not, update n
1 yi − di
parameter T according to the annealing schedule and return to MAPE = ∑ × 100%
Step 2, and if so, stop the calculation. n i=1
yi (5)
Step 4: The optimized parameters are taken as the optimal
parameters of the SVM model, and the modeling and 1
n
prediction are carried out. RMSE = ∑ (yi − di)2
4.4. Performance Indicators. To reflect the accuracy of n i=1 (6)
the SA-SVM model in predicting the coal temperature in
spontaneous combustion, this paper uses the average mean n n
absolute error (MAE), mean absolute percentage error R2 = 1 − ∑ (di − yi )2 / ∑ (di − d ̅ )2
(MAPE), and root-mean-square error (RMSE) to describe i=1 i=1 (7)
the training set and testing set errors of the BPNN, SVM, and
where yi is the predicted output of the model (°C), di is the
SA-SVM.57 The performance indicators are defined as shown
average of the temperature value (°C), di is the average of the
in eqs 4−7
temperature value (°C), and n is the total number of samples.
n The smaller the value of eqs 4 and 5, the higher the accuracy
1
MAE = ∑ |yi − di| and robustness. The closer eq 7 is to 1, the better the
n (4)
i=1 linearization of the model.
11316 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega


http://pubs.acs.org/journal/acsodf Article

ASSOCIATED CONTENT temperature oxidation and in situ FTIR. Energy 2020, 209,
No. 118494.
*
sı Supporting Information
(5) Song, J. J.; Deng, J.; Zhao, J. Y.; Zhang, Y. N.; Wang, C. P.; Shu,
The Supporting Information is available free of charge at C. M. Critical particle size analysis of gas emission under high-
https://pubs.acs.org/doi/10.1021/acsomega.1c00169. temperature oxidation of weathered coal. Energy 2021, 214,
SA-SVM algorithm pseudocode and steps for establish- No. 118995.
ing a hyperplane based on a support vector machine (6) Wang, C. P.; Yang, N. N.; Xiao, Y.; Bai, Z. J. Effects of Moisture
(PDF) and Associated Pyrite on the Microstructure of Anthracite Coal for
Spontaneous Combustion. ACS Omega 2020, 5, 27607−27617.

■ AUTHOR INFORMATION
Corresponding Author
(7) Wang, H.; Dlugogorski, B. Z.; Kennedy, E. M. Coal oxidation at
low temperatures: oxygen consumption, oxidation products, reaction
mechanism and kinetic modelling. Prog. Energy Combust. Sci. 2003,
29, 487−513.
Weile Chen − School of Safety Science and Engineering, Xi’an (8) Deng, J.; Zhang, Y. Microcosmic Mechanism of Coal Spontaneous
University of Science and Technology, Xi’an 710054, P. R. Combustion; China University of Ming and Technology Press, 2015.
China; Shaanxi Key Laboratory of Prevention and Control of (9) Tang, Y. B. Experimental investigation of applying MgCl2 and
Coal Fire, Xi’an 710054, P. R. China; orcid.org/0000- phosphates to synergistically inhibit the spontaneous combustion of
0002-7874-4398; Email: 450365218@qq.com coal. Energy 2018, 91, 639−645.
(10) Xiao, Y.; Li, Q. W.; Deng, J.; Shu, C. M.; Wang, W.
Authors Experimental study on the corresponding relationship between the
Jun Deng − School of Safety Science and Engineering, Xi’an index gases and critical temperature for coal spontaneous combustion.
University of Science and Technology, Xi’an 710054, P. R. J. Therm. Anal. Calorim. 2017, 127, 1009−1017.
China; Shaanxi Key Laboratory of Prevention and Control of (11) Wojtacha-Rychter, K.; Smoliński, A. The interaction between
Coal Fire, Xi’an 710054, P. R. China coal and multi-component gas mixtures in the process of coal heating
Caiping Wang − School of Safety Science and Engineering, at various temperatures: An experimental study. Fuel 2018, 213, 150−
Xi’an University of Science and Technology, Xi’an 710054, P. 157.
R. China; Shaanxi Key Laboratory of Prevention and Control (12) Wang, H.; Dlugogorski, B. Z.; Kennedy, E. M. Pathways for
of Coal Fire, Xi’an 710054, P. R. China production of CO2 and CO in low-temperature oxidation of coal.
Energy Fuels 2003, 17, 150−158.
Weifeng Wang − School of Safety Science and Engineering, (13) Lu, W.; Hu, Q. Relation between the change rules of coal
Xi’an University of Science and Technology, Xi’an 710054, P. structures when being oxidized and spontaneous combustion process
R. China; Shaanxi Key Laboratory of Prevention and Control of coal. J. China Coal Soc. 2007, 32, 939−944.
of Coal Fire, Xi’an 710054, P. R. China (14) Xu, Q.; Yang, S.; Tang, Z.; Cai, J.; Zhong, Y.; Zhou, B. Free
Complete contact information is available at: radical and functional group reaction and index gas CO emission
https://pubs.acs.org/10.1021/acsomega.1c00169 during coal spontaneous combustion. Combust. Sci. Technol. 2018,
190, 834−848.
Notes (15) Wen, H.; Yu, Z.; Fan, S.; Zhai, X.; Liu, W. Prediction of
spontaneous combustion potential of coal in the gob area using CO
The authors declare no competing financial interest.


extreme concentration: A case study. Combust. Sci. Technol. 2017, 189,
1713−1727.
ACKNOWLEDGMENTS (16) Ma, D.; Qin, B.; Song, S.; Liang, H.; Gao, A. An experimental
This work has been supported by the National Key Research study on the effects of air humidity on the spontaneous combustion
and Development Program (Grant No. 2018-YFC-0807900), characteristics of coal. Combust. Sci. Technol. 2017, 189, 2209−2219.
the Key Research and Development Program of Shaanxi (17) Chen, X.; Li, H.; Wang, Q.; Zhang, Y. Experimental
Province (Grant No. 2017ZDCXL-GY-01-02-03), the Na- investigation on the macroscopic characteristic parameters of coal
tional Natural Science Foundation of China (Grant No. 5197- spontaneous combustion under adiabatic oxidation conditions with a
mini combustion furnace. Combust. Sci. Technol. 2018, 190, 1075−
4234), the Science and Technology Innovation Talent
1095.
Promotion Plan of Shaanxi Province (Grant No. 2019KJXX- (18) Ma, L.; Guo, R.; Gao, Y.; Ren, L.; Wei, G.; Li, C. Study on coal
050), and the Excellent Youth Science and Technology spontaneous combustion characteristics under methane-containing
Foundation of Xi’an University of Science and Technology atmosphere. Combust. Sci. Technol. 2019, 191, 1456−1472.
(Grant No. 2019YQ2-03). (19) Yi, X.; Xiao, Y.; Lü, H. F.; Shu, C. M.; Deng, J. Thermokinetic

■ REFERENCES
(1) Song, J. J.; Deng, J.; Zhao, J. Y.; Zhang, Y. N.; Shu, C. M.
behavior and microcharacterization during the spontaneous combus-
tion of 1/3 coking coal. Combust. Sci. Technol. 2018, 1769−1788.
(20) Hecht-Nielsen, R. Theory of the Backpropagation Neural
Comparative analysis of exothermic behaviour of fresh and weathered Network. In Neural Networks for Perception; Academic Press, 1992; pp
coal during low-temperature oxidation. Fuel 2021, 289, No. 119942. 65−93.
(2) Qin, Y.; Liu, W.; Yang, C.; Fan, Z.; Wang, L.; Jia, G. (21) Hagiwara, K.; Fukumizu, K. Relation between weight size and
Experimental study on oxygen consumption rate of residual coal in degree of over-fitting in neural network regression. Neural Networks
goaf. Saf. Sci. 2012, 50, 787−791. 2008, 21, 48−58.
(3) Deng, J.; Song, J. J.; Zhao, J. Y.; Zhang, Y. N.; Ren, S. J.; Shu, C. (22) Kachar, O.; Boltnev, A.; Kalitkin, N. In Speeding up the
M. Macrocharacteristics of gaseous indicator products and exother- Convergence of Simple Gradient Methods, Proceedings of the 10th
micity during low-temperature oxidation of samples from different International Conference MMA2005 & CMAM2; Trakai, Lithuania,
regions of the same coal seam from Huainan, Anhui, China. J. Therm. 2005; pp 349−354.
Anal. Calorim. 2021, 143, 781−794. (23) Feng, Q.; Zhang, J.; Zhang, X.; Wen, S. Proximate analysis
(4) Zhao, J. Y.; Wang, T.; Deng, J.; Shu, C. M.; Zeng, Q.; Guo, T.; based prediction of gross calorific value of coals: a comparison of
Zhang, Y. Microcharacteristic analysis of CH4 emissions under support vector machine, alternating conditional expectation and
different conditions during coal spontaneous combustion with high- artificial neural network. Fuel Process. Technol. 2015, 129, 120−129.

11317 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318
ACS Omega http://pubs.acs.org/journal/acsodf Article

(24) Wang, L.; Liu, Z.; Zhao, Z.; Zhang, Y. Support-vector-machines spontaneous combustion in longwall mining gobs. Fuel 2016, 182,
learning controller based on small sample sizes for biped robots. 886−896.
Control Theory Appl. 2011, 28, 1133−1139. (46) Liu, M. S.; Cao, Z. M.; Zhang, J.; Wang, L.; Huang, C.; Luo, X.
(25) Zhou, T.; Lu, H.; Wang, W.; Wang, H. A new model for Short-term wind speed forecasting based on the Jaya-SVM model. Int.
hospitalization expenses of gastric cancer based on clustering and J. Electr. Power Energy Syst. 2020, 121, No. 106056.
support vector machine. Control Theory Appl. 2017, 34, 803−810. (47) Cherkassky, V.; Ma, Y. Practical selection of SVM parameters
(26) Shao, Y. E.; Lu, C. J.; Wang, Y. C. A hybrid ICA-SVM approach and noise estimation for SVM regression. Neural Networks 2004, 17,
for determining the quality variables at fault in a multivariate process. 113−126.
Math. Probl. Eng. 2012, 2012, No. 284910. (48) Prada, J.; Dorronsoro, J. R. In SVRs and Uncertainty Estimates in
(27) Zhang, X.; Pan, F. Parameters optimization and application to Wind Energy Prediction, International Work-Conference on Artificial
glutamate fermentation model using SVM. Math. Probl. Eng. 2015, Neural Networks; Springer: Cham, 2015; pp 564−577.
2015, No. 320130. (49) Kirkpatrick, S.; Gelatt, C. D.; Vecchi, M. P. Optimization by
(28) Cherkassky, V.; Ma, Y. Practical selection of SVM parameters simulated annealing. Science 1983, 220, 671−680.
and noise estimation for SVM regression. Neural Networks 2004, 17, (50) Dupanloup, I.; Schneider, S.; Excoffier, L. A simulated
113−126. annealing approach to define the genetic structure of populations.
(29) Zhang, Z.; Yang, J.; Wang, Y.; Dou, D.; Xia, W. Ash content Mol. Ecol. 2002, 11, 2571−2581.
prediction of coarse coal by image analysis and GA-SVM. Powder (51) Bandyopadhyay, S.; Saha, S.; Maulik, U.; Deb, K. A simulated
Technol. 2014, 268, 429−435. annealing-based multiobjective optimization algorithm: AMOSA.
(30) Li, G.; Sun, Y.; He, Y.; Li, X.; Tu, Q. Short-term power IEEE Trans. Evol. Comput. 2008, 12, 269−283.
generation energy forecasting model for small hydropower stations (52) Ekren, O.; Ekren, B. Y. Size optimization of a PV/wind hybrid
using GA-SVM. Math. Probl. Eng. 2014, 2, No. 381387. energy conversion system with battery storage using simulated
(31) Wei, Y.; Ni, N.; Liu, D.; Chen, H.; Wang, M.; Li, Q.; Cui, X.; annealing. Appl. Energy 2010, 87, 592−598.
Ye, H. An improved grey wolf optimization strategy enhanced SVM (53) Kuo, Y. Using simulated annealing to minimize fuel
and its application in predicting the second major. Math. Probl. Eng. consumption for the time-dependent vehicle routing problem.
2017, 6, No. 9316713. Comput. Ind. Eng. 2010, 59, 157−165.
(32) Nieto, P. J. G.; Garcia-Gonzalo, E.; Lasheras, F. S.; Juez, F. J. D. (54) Lyden, S.; Haque, M. E. A simulated annealing global
C. Hybrid PSO-SVM-based method for forecasting of the remaining maximum power point tracking approach for PV modules under
useful life for aircraft engines and evaluation of its reliability. Reliab. partial shading conditions. IEEE Trans. Power Electron. 2016, 31,
Eng. Syst. Saf. 2015, 138, 219−231. 4171−4181.
(33) Ling Chen, H.; Yang, B.; Jing, W. S.; Wang, G.; Liu, D.; Li, H.; (55) Haznedar, B.; Kalinli, A. Training ANFIS structure using
Liu, W. Towards an optimal support vector machine classifier using a simulated annealing algorithm for dynamic systems identification.
parallel particle swarm optimization strategy. Appl. Math. Comput. Neurocomputing 2018, 302, 66−74.
2014, 239, 180−197. (56) Metropolis, N.; Rosenbluth, A. W.; Rosenbluth, M. N.;
(34) Chen, G.; Zhang, X.; Wang, Z. J.; Li, F. An enhanced artificial Augusta, H. T. Equation of state calculations by fast computing
bee colony-based support vector machine for image-based fault machines. J. Chem. Phys. 1953, 21, 1087−1092.
detection. Math. Probl. Eng. 2015, 2015, No. 638926. (57) Huber, P. J. Robust Statistics. In International Encyclopedia of
(35) Adamus, A.; Š ancer, J.; Guřanová, P.; Zubicek, V. An Statistical Science; Springer: Berlin, Heidelberg, 2011; pp 1248−1251.
investigation of the factors associated with interpretation of mine
atmosphere for spontaneous combustion in coal mines. Fuel Process.
Technol. 2011, 92, 663−670.
(36) Deng, J.; Xiao, Y.; Li, Q.; Lu, J.; Wen, H. Experimental studies
of spontaneous combustion and anaerobic cooling of coal. Fuel 2015,
157, 261−269.
(37) Keerthi, S. S.; Lin, C. J. Asymptotic behaviors of support vector
machines with gaussian kernel. Neural Comput. 2003, 15, 1667−1689.
(38) Li, Y.; Tian, Y. J.; Qin, Z. J.; Yan, A. Classification of HIV-1
Protease Inhibitors by Machine Learning Methods. ACS Omega 2018,
3, 15837−15849.
(39) Niu, H. T. Smart safety early warning model of landslide
geological hazard based on BP neural network. Saf. Sci. 2020, 123,
No. 104572.
(40) Hagiwara, K.; Fukumizu, K. Relation between weight size and
degree of over-fitting in neural network regression. Neural Networks
2008, 21, 48−58.
(41) Lin, Q.; Wang, S.; Liang, Y.; Song, S.; Ren, T. Analytical
prediction of coal spontaneous combustion tendency: Velocity range
with high possibility of self-ignition. Fuel Process. Technol. 2017, 159,
38−47.
(42) Zhao, H.; Yu, J.; Liu, J.; Tahmasebi, A. Experimental study on
the self-heating characteristics of Indonesian lignite during low
temperature oxidation. Fuel 2015, 150, 55−63.
(43) Su, H.; Zhou, F.; Li, J.; Qi, H. Effects of oxygen supply on low-
temperature oxidation of coal: A case study of Jurassic coal in Yima,
China. Fuel 2017, 202, 446−454.
(44) Wen, H.; Zhang, F.; Jin, Y.; Liu, W. Experiment research on
effect of sulfur on characteristic parameters of coal spontaneous
combustion. Saf. Coal Mines 2011, 42, 5−7.
(45) Xia, T.; Zhou, F.; Wang, X.; Zhang, Y.; Li, Y.; Kang, J.; Liu, J.
Controlling factors of symbiotic disaster between coal gas and

11318 https://doi.org/10.1021/acsomega.1c00169
ACS Omega 2021, 6, 11307−11318

You might also like