The present disclosure relates to coal mine water inrush disaster prevention and control, and particularly relates to an artificial intelligence-based method for identifying locations of water inrush points in a mine and simulation model parameters.
With the increasing depth of coal mining, the hydrogeological conditions become more and more complicated, and sudden water disasters in coal mines occur from time to time, and causes serious casualties and property losses. Groundwater stored in the aquifer is the main source of water in the mine, and the coal mining activity causes the destruction of rock strata and thus formation a water channel, so that the water in the aquifer surges into the mine laneway in large quantities in a short period of time, and further leads to serious consequences such as flooding of mines, trapping of personnel, and destruction of production equipment. In order to effectively carry out the rescue work for water inrush in mine and to avoid the occurrence of secondary accidents, it is not only required to quickly clarify the specific locations of the water inrush points in the mine, but also required to clarify the key model parameters involved in carrying out the simulation and prediction of the water inrush, so as to accurately analyze the scope of the flooding of the mine. It plays an important role for the development of the rescue and prevention program.
Currently, it mainly relies on underground workers to report the locations of the water inrush points to the dispatching office via underground telephone after water inrush, but the reported locations are often regional locations without accurate location coordinates, and it is impossible to know the locations of the water inrush points if the water inrush results in damage to the communication equipment in mine or the personnel being trapped and unable to contact with the personnel on the ground. The water source identification method proposed by the existing research is to collect water samples after the water inrush, analyze the water chemistry data, and identify which aquifer the water inrush comes from by using the algorithms such as cluster analysis or support vector machine according to the water quality characteristics of different water sources. However, this method cannot locate the coordinates of the water inrush points. In addition, the values of the numerical model parameters involved in the simulation and prediction of water inrush will directly determine the reliability of the simulation and prediction results. However, in most cases, many of the parameters of the numerical groundwater-flow model cannot be obtained directly by the existing measurement means.
Inverse simulation is to identify the model parameters that are difficult to obtain directly in reverse by using the observation data that may be obtained in the system based on the construction of the forward numerical model. At present, the main scheme for inverse simulation is to transform the research problem into an optimization problem and solve it by an optimization-seeking method. For this technical field, the research problem may be transformed into a parameter optimization problem according to the nonlinear optimization theory, and the artificial intelligence method combining deep learning and simulated annealing algorithm is comprehensively used to realize efficient and accurate solution of the optimization problem, so as to simultaneously identify the locations of the water inrush points in the mine and the simulation model parameters.
An objective of the disclosure is to provide an artificial intelligence-based method for identifying locations of water inrush points in a mine and simulation model parameters, and the method is capable of determining coordinates of spatial locations of the water inrush points in the mine and rapidly and simultaneously identifying the locations of the water inrush points in the mine and the simulation model parameters.
In order to achieve the above objective, the present disclosure provides an artificial intelligence-based method for identifying locations of water inrush points in a mine and simulation model parameters. The general idea is to construct a numerical groundwater-flow model in an aquifer with water inrush in the mine, and then according to the water level decline data obtained from the known groundwater level observation wells in this aquifer, the locations of the water inrush points, together with other unknown parameters such as permeability rate and water inrush quantity, are taken as the decision variables and a nonlinear optimization model is constructed; the locations of the water inrush points, permeability rate and water inrush quantity and other unknown parameters of the model are simultaneously identified by solving the nonlinear optimization model based on the simulated annealing algorithm. In this process, in order to ensure the computational efficiency of the optimization process, an alternative model modeling method based on deep learning will also be used. Specific, the artificial intelligence-based method for identifying locations of water inrush points in a mine and simulation model parameters includes the following steps:
In S1, the numerical groundwater-flow model in the aquifer with water inrush in the mine is constructed by using a numerical groundwater-flow simulation software TOUGHREACT. The water inrush quantity Q is generalized to a constant value, and n other unknown model parameters represent the permeability values of the n permeability parameter partitions in the simulated area.
According to the upper limit mU and the lower limit mL of the decision variables in S1, the Latin hypercube sampling method is used to sample in S2, and follows a principle of uniformly distributed sampling.
In S2, the number of samples nTrain is greater than a number of the samples nTest, and the number of the samples nTest greater than or equal to 50.
A deep residual two-dimensional convolutional neural network of the ResNet-18 is improved to obtain the DNN model in S3, including firstly mapping and outputting vector data input to the decision variables as a 6400-dimensional vector by using a fully connected neural network, and then reshaping the 6400-dimensional vector as an 80×80 rectangular data structure used as the input layer of the ResNet-18, wherein the output layer is a vector with a dimension consistent with observation data y.
In S3, a calculation formula for constructing the deep convolutional neural network based on the constraints of the L1 norm to realize the loss function of the alternative model prediction is as follows:
In S3, θDNN is updated with the target of minimizing the loss function in formula (1) by using a deep learning framework pytorch.
In S4, a formula for calculating the certainty coefficient R2 is as follows:
In S4, the smaller the values of the converged loss function L is and the closer the values of the certainty coefficient R2 is to 1, the higher the prediction accuracy of the alternative model FDNN(mi,θDNN) is; in the disclosure, a threshold of the loss function L0 and a threshold of the certainty coefficient R02 is set in advance; and then it is determined if the prediction accuracy of the alternative model satisfies the accuracy requirements by judging whether L is less than or equal to L0 and R2 is greater than or equal to R02.
In S5, a basic form of the nonlinear optimization inversion model is as follows:
In S5, the simulated annealing algorithm is performed in the following steps:
The disclosure has the following effects.
The present disclosure proposes an artificial intelligence-based method for identifying locations of water inrush points in a mine and simulation model parameters based on groundwater inversion theory. The technical method integrates the alternative model method based on deep learning and the parameter optimization strategy based on simulated annealing algorithm, and may make use of the water level change monitoring data that may be directly obtained at the site, and further may synchronously identify the specific locations of the water inrush points that is difficult to be directly obtained as well as the key parameters of the simulation model, and thus may provide technical support for the rescue of the water inrush disaster of the mine and the accurate simulation of the scope of the disaster impact.
The present disclosure is further described below in connection with the drawings and embodiments.
The method of the present disclosure will be described in detail with specific examples.
As shown in
S1: Based on the basic data of hydrogeological conditions in the mine area, constructing a numerical groundwater-flow model in the aquifer with water inrush in the mine area, where in the numerical groundwater-flow model in the aquifer with water inrush in the mine area, there are hydrological observation wells used to study the changes of water level, and the hydrological observation wells are defined as the water level observation points; preliminarily determining the range of coordinates of water inrush points, the water inrush quantity and the range of a priori intervals of other unknown parameters of the numerical groundwater-flow model in the aquifer with water inrush in the mine area based on the mining engineering plan;
S2: According to the determined upper limit mU and lower limit mL of the decision variables, randomly sampling the numerical groundwater-flow model to obtain two sets of parameter datasets by using the Latin hypercube sampling method, where the two sets of parameter datasets are used as the input parameters of the training sample dataset MTrain=[mTrain(1), . . . , mTrain(n
S3: Constructing a deep convolutional neural network (DNN model), where the input layer and the output layer of the DNN model are the parameter vector mi of the numerical groundwater-flow model and the model response vector yi, respectively, and the DNN model is represented as ŷi=FDNN (mi,θDNN), where θDNN denotes the weight parameter of the deep neural network; constructing a deep convolutional neural network based on the constraints of the L1 norm to realize the loss function of the alternative model prediction of the numerical groundwater-flow model, and then with the target of minimizing the loss function, updating the θDNN by the error back-propagation algorithm to complete the training of DNN model; moreover, taking the trained DNN model FDNN (mi,θDNN) as an alternative model to the numerical groundwater-flow model in S1;
S4: Substituting the input parameters MTest from the test sample dataset DTest obtained in S2 into the alternative model FDNN(mi,θDNN) item by item to obtain the corresponding prediction results ŶTest=[ŷTest(1)], . . . , ŷTest(n
The formula for calculating the certainty coefficient R2 is as follows:
S5: Taking the alternative model FDNN(mi,θDNN) that meets the accuracy requirements in S4 as an equation constraint, taking the upper limit mU and lower limit mL of the overall of the decision variables m in S1 as inequality constraints, and combining them with the least squares constraints to construct a nonlinear optimization inversion model used as the constraints of the overall of the decision variables m=[X, Y, Q, p1, . . . , pn] in S1; and then optimally solving the overall of the decision variables m by using the simulated annealing algorithm to find the optimal solution of the overall of decision variables m under the constraints of the nonlinear optimization inversion model constructed in this step, so as to ultimately obtain the coordinates X and Y of the locations of the water inrush points, as well as the other simulation prediction key parameters, Q and p1, . . . , pn.
The basic form of the nonlinear optimization inversion model is as follows:
The simulated annealing algorithm is performed in the following steps:
A scenario of water inrush in coal mine is constructed. The specific water inrush aquifer has been clarified, and the specific location of the water inrush points need to be further determined. A two-dimensional groundwater-flow model is obtained using TOUGHREACT modeling. The model extent is 10,000 m×10,000 m, with the east and west boundaries assumed to be equal boundaries of fixed water level and the north and south boundaries of zero flow. There are two known water inrush points in the study area, and the water inrush quantities are 72 m3/h at point I1 and 54 m3/h at point I2. It is assumed that water inrush occurs at a certain working face, but the locations of the water inrush points is unknown; when the model is run to 360 days, the water inrush occurs, and the water inrush amount is 720 m3/h (point I3). There are 10 known observation wells (#1 to #10) for water level changes in the study area. During the TOUGHREACT numerical computation, the whole area in the model is dissected into 80×80 discrete grids. Among them, the middle 3000 m×3000 m range is encrypted and dissected using a 60×60 grid. It is assumed that there are three the permeability parameter subareas in the model. According to the scenario of water inrush, there are six parameters to be identified, which are the horizontal coordinate X of the water inrush points, the vertical coordinate Y of the water inrush points, the water inrush quantity Q, and the permeability of the three subareas (k1, k2, and k3). In this case, k1, k2, and k3 correspond to the other model parameters except X, Y and Q, and correspond to p1-p3 in S1. The specific information of the above specific model is shown in
In order to test the feasibility of the present disclosure, the water level change data of 10 observation wells once every two months are obtained after 2 years of simulating, and the observation noise perturbation obeying the Gaussian distribution N(1, 0.01) is added to the water level change data as the real observation data of water level situation obtained from this hypothetical case. Then based on these observation data information, inverse identification is carried out on the six unknown model parameters such as the locations of the water inrush points.
The range of values of the a priori intervals for these six parameters introduced in S1 is shown in Table 1.
The number of samples in the training sample dataset and test sample dataset in S2 are 300 and 50, respectively.
The indexes of prediction accuracy of the alternative model in S4: the loss function and R2 value are 0.0066 and 0.9918, respectively. In order to further improve the prediction accuracy of the alternative model, the number of the training sample dataset is increased to 500 by returning to S2. The alternative model is re-trained, and then the loss function and the R2 value are increased to 0.0040 and 0.9968, respectively. At this point, the prediction accuracy already satisfied the requirements and the subsequent steps are performed.
The key parameters during the implementation of the simulated annealing algorithm in S5 are set as follows:
The inverse identification results of the six identification parameters obtained by the present disclosure and relative errors between the inverse identification results and the true values are shown in Table 1.
From the table, it may be seen that the relative errors of X and Y coordinates of the locations of the water inrush points are within 0.04. The error range of X coordinate is reduced from the original 850 m (4875 m−5725 m) to about 20 m (5625 m−5604.44 m); the error range of Y coordinate is reduced from the original 150 m (4875 m−5025 m) to within 10 m (4975 m−4966.11 m).
In addition, the relative errors of the other model parameters are within 0.05, except for the k2 identification result, which has a slightly larger relative error (0.295). Nevertheless, the inverse value of k2, 6.599×10−13 m2, is in the same order of magnitude as the actual value of 5.097×10−13 m2.
It may be seen that an artificial intelligence-based method for identifying locations of water inrush points in a mine and simulation model parameters provided by this disclosure is capable of determining the specific location coordinates of the water inrush points, may accurately locate the water inrush points in the mine, may identify the water inrush quantity and permeability parameter values synchronously, and further may provide key information for the prevention and control of water inrush disasters.
Number | Date | Country | Kind |
---|---|---|---|
202410045759.5 | Jan 2024 | CN | national |
This application is a continuation of PCT/CN2024/095080, filed May 24, 2024 and claims priority of Chinese Patent Application No. 202410045759.5, filed on Jan. 11, 2024, the entire contents of which are incorporated herein by reference.
Number | Date | Country | |
---|---|---|---|
Parent | PCT/CN2024/095080 | May 2024 | WO |
Child | 19022198 | US |