1. Introduction
A mining induced earthquake refers to the seismic activity caused by surface or underground mining, which is referred to as a mine earthquake [
1]. The mine earthquake is an abnormal state of instability in the stress field of the surrounding rock in the mining process. It is manifested as the vibration of coal and rock mass, caused by the sudden release of local elastic energy, which can be caused by the destruction of local ore bodies, such as spalling rib, rock burst, etc., or the sliding activity of faults. In recent years, with the increase of mining depth and the mining intensity of coal resources in China, the phenomenon of mine earthquake has begun to show up with unprecedented frequency, intensity, and complexity. Strong mine earthquakes have occurred in many mining areas across the country (the maximum magnitude is 3.1). In the Ordos mining area alone, in 2021 there were six 2.0 magnitude or above mine earthquakes [
2], leading to mine earthquake becoming a sensitive topic, and even causing social panic. Strong mine earthquake activities are not only easy to cause dynamic disasters such as underground rock bursts [
3], but also cause consequences such as ground shaking, collapse, and building damage [
4]. Therefore, it is necessary to carry out monitoring and early warning research on the mine earthquake phenomena.
Since the 1990s, microseism monitoring technology has been widely used in the monitoring and early warning of mine earthquakes by coal mining enterprises, due to its advantages of high sensitivity and strong practicability [
5]. In mining and production, the dynamic and static loads cause the deformation and instability of the coal and rock mass, or else the geological fault, fold, and other defective structures, are activated to trigger geological activities, which will release vibration waves with different frequencies and energy levels. The principle of the microseism monitoring system is to capture the relevant information of seismic waves, and determine the spatial-temporal location of the source, the strength and frequency of microseism activities, and other high-energy release activity information through calculation and inversion [
6]. At present, microseism monitoring technology has made great progress in station network optimization, seismic wave pickup, inversion positioning, and waveform real-time monitoring, and has made a series of important research achievements [
7]. The microseism monitoring system can identify the micro vibration wave and its dynamic change process in the whole coal mine, obtain the specific information of the time, space, and intensity of the microseism event, and directly reflect the real-time mechanical characteristics evolution of the coal mine.
With the increasingly mature and extensive application of microseism monitoring technology, it has become an effective means for the early warning of coal mine disasters, such as rock burst. It works by using a large amount of microseism monitoring data to analyze the breaking and migration laws of coal seam mining surrounding rocks, and to summarize the spatial scale, combined structure, the mechanical parameters of key stratum, and the correlation between the breaking process and high-energy microseism events. He et al. [
8] used microseism monitoring technology to analyze the temporal and spatial evolution law of microseism events before and after the breaking of key stratum, laying a foundation for the prediction on rock burst using the combination of strata movement theory and microseism monitoring technology. Yuan et al. [
9] analyzed the time sequence characteristics of microseism signals during the period of rock burst, and then obtained the spectrum characteristics and distribution change laws of microseism signals. Wang et al. [
10] analyzed the waveform signals of microseism events and obtained the power spectrum evolution characteristics before and after the occurrence of rock burst. Xiao et al. [
11] revised the maximum effective amplitude based on the attenuation characteristics of microseism waves in deep buried tunnels, taking the relative effective amplitude and the maximum effective frequency as spectrum analysis parameters. Wei et al. [
12] analyzed the time-domain waveform and frequency spectrum characteristics of microseism signals when rock burst occurred in the coal mine by using the fast Fourier transform method. Peng [
13] classified the microseism signal categories of coal mine working faces and analyzed the distribution law of microseism events in time and space. However, in the face of microseism monitoring signals containing a large amount of information, it is difficult to manually define and extract parameters to reflect all the features of microseism events, which makes it easy to cause a large amount of effective information to be ignored. As a result, current microseism monitoring can only monitor and reflect the microseism events that have occurred, and are occurring, and it is difficult to accurately judge the potential microseism events that may occur.
Traditionally, mine earthquake prediction usually uses geophysical methods to monitor some precursory signals, and the synthetic index method with artificially defined and extracted parameters is used to evaluate the possibility of the occurrence of high-energy mine earthquakes. The determination of the index and corresponding weight involves subjectivity and inconsistency. Machine learning can well overcome the problems caused by the synthetic index method. Its modeling process does not involve too much subjective decision-making, and is a data-driven strategy. Using the machine learning model, researchers do not need to pay attention to the weight of each index and the corresponding classification standard, they just need to know the specific value of each index, which is objective and measurable. At the same time, the use of intelligent devices such as microseism monitoring systems will generate massive real-time data carrying effective information. Empirically driven and mechanistically driven mine earthquake prediction methods are not enough to use these data, resulting in the loss of effective information. Using a data-driven method to solve the problem of mine earthquake prediction will become a breakthrough point for data-driven systems to enter the traditional engineering field, and is also a key step for mining to enter the smart mine and data mine era.
After the great development of computer hardware and the upsurge of machine learning, researchers continue to try to use data-driven methods, such as machine learning, to predict and warn of mine earthquake, achieved good results. Using the machine learning method to analyze microseism monitoring signals can get the most effective information, most of which cannot be obtained by an explicit algorithm. The machine learning method also has unique advantages in establishing the relationship between monitoring parameters and the time, location, and intensity of a mine earthquake. It can analyze the automatic monitoring signal into a high-dimensional matrix, without the need to manually determine the type of extraction parameters, and maximize the retention of signal features. Vallejos and Dong [
14,
15] established a logistic regression model to identify microseism events and mining blasting activities, respectively, with a higher accuracy than other analogy models. Del [
16] established two neural network models to identify microseism events, one of which is used to extract signal features to construct training samples, and the other is used for event classification. In addition, machine learning methods such as random forest [
17], Bayesian network [
18], and support vector machine [
19,
20], are widely used for monitoring microseism events. However, these studies do not consider the spatial-temporal aggregation and activity correlation of microseism events, and the prediction accuracy of mine earthquake is not high; there is a lot of room for improvement. Microseisms are not isolated events. Mine earthquakes caused by a stress release usually have a similar spatial location, short time interval, and have the law of time series. If we first cluster the microseism data and then use the machine learning method to establish the prediction model, we will get better results.
Therefore, we propose to combine clustering analysis and machine learning methods to predict the high-energy mine earthquake in time sequence, including the occurrence location prediction and energy frequency prediction. In the selection of clustering algorithm, considering that microseism events include space and time information, the ST-DBSCAN algorithm [
21] is selected to cluster the microseism events occurring in the working face. After clustering, there are no large number of microseism events in a single cluster, so SVR [
22], which is suitable for a small sample data set, is used to predict mine earthquakes in sequence [
23,
24]. As a comparison experiment, the number of microseism events included in the working face is large before clustering, so Long Short-Term Memory (LSTM) [
25] with a good prediction effect of time series on a large sample data set is selected to predict mine earthquake [
26].
The main contributions of this paper are summarized as follows.
(1) A time sequence prediction method for mine earthquake based on ST-DBSCAN using SVR is proposed. Clustering analysis can source microseism clusters and enhance the correlation of microseism data. This data preprocessing method can improve the accuracy of subsequent machine learning prediction models.
(2) Contrast engineering experiments in the H Coal Mine are conducted to evaluate the performance of the proposed method. The results show that, compared with the classical time sequence prediction method (LSTM) on unclustered microseism data, the SVR model has a better prediction effect of mine earthquake on clustered microseism data.
The remainder of this paper is organized as follows. The related machine learning algorithms are introduced in
Section 2. The proposed approach is described in
Section 3. A real case study is illustrated in
Section 4. Conclusions and future work are summarized in
Section 5.