Next Article in Journal
Global Non-Existence of a Coupled Parabolic–Hyperbolic System of Thermoelastic Type with History
Previous Article in Journal
On Some Results of the Nonuniqueness of Solutions Obtained by the Feynman–Kac Formula
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

PSSegNet: Segmenting the P- and S-Phases in Microseismic Signals through Deep Learning

1
State Key Laboratory for Fine Exploration and Intelligent Development of Coal Resources, China University of Mining and Technology, Xuzhou 221116, China
2
Zijin Mining Group Co., Ltd., Longyan 364200, China
3
Zijin (Changsha) Engineering Technology Co., Ltd., Changsha 410000, China
4
School of Resources and Safety Engineering, Central South University, Changsha 410083, China
*
Author to whom correspondence should be addressed.
Mathematics 2024, 12(1), 130; https://doi.org/10.3390/math12010130
Submission received: 8 November 2023 / Revised: 25 December 2023 / Accepted: 27 December 2023 / Published: 30 December 2023
(This article belongs to the Section Mathematics and Computer Science)

Abstract

:
Microseismic P- and S-phase segmentation is an influential step that limits the accuracy of event location, parameter inversion, and mechanism analysis. Therefore, an improved Unet named PSSegNet is proposed to intelligently segment the P- and S-phases. The designed masks are used as the outputs of PSSegNet, which is used to obtain the time–frequency features of the P- and S-phases. As a result, the MSE (mean square error) between the predicted mask and the actual labeled mask is concentrated below 2.5, and the AE (accumulated error) of the reconstructed P/S-phase based on the predicted mask is concentrated below 1.0 × 10−3. Arrival picking results show that the overall error of the entire test set is less than 50 ms and most of the errors are less than 20 ms. Data with SNR (signal to noise ratio) < 2, 2 ≤ SNR < 3, PSR (P-phase to S-phase ratio) < 1, or 1 ≤ PSR < 2 in the dataset were selected for arrival picking and their errors were counted. The statistical results show that PSSegNet is robust at low SNR and PSR. The P- and S-phase segmentation based on PSSegNet has excellent potential for use in various applications and can effectively reduce the difficulty of obtaining the P/S-phase arrivals.

1. Introduction

Environmental perception is an essential link in the construction of smart mines. The definition of a mine environment is extremely broad, including air quality [1], personnel and equipment location [2,3], rock mechanical state [4], and so on. Among them, the mechanical state of the rock mass is a crucial factor for mine production safety. Currently, microseismic monitoring technology is an advanced method to perceive the mechanical state of rock masses. Microseismic monitoring techniques can determine the mechanical activity of rock masses by monitoring the propagation of mechanical waves in rock masses in real time. However, to reflect mechanical activity from mechanical waves, it is necessary to process the collected waveform data. Furthermore, the treatment of microseismic wave shapes is dominated by the analysis of the P- and S-phases.
The microseismic monitoring region of the rock mass is considerably smaller than the natural seismic region. Although there is a difference in velocity between the P- and S-phases, the microseismic wave shape commonly appears as a partial overlap of the P- and S-phases due to the short propagation path. Therefore, in microseismic analysis, researchers typically focus solely on P-phase analysis, with a common task being P-phase arrival picking. Among the classical approaches for P-phase arrival picking are window-based, non-window-based, and hybrid approaches. The window-based methods include the short- and long-time average (STA/LTA) ratio [5,6,7], the modified energy ratio (MER) algorithm [8,9], the modified Coppens’ method (MCM) [10,11], the phase arrival identification kurtosis (PAI-K) [12,13,14], and the short-term kurtosis to long-term kurtosis (S/L-Kurt) ratio. The non-window-based methods include the Akaike information criterion (AIC) [15,16,17,18,19], the cross-correlation-based techniques [20,21,22,23], the image processing techniques [24,25], the global optimization-based techniques [26], and the beamforming (delay and stack) of waveforms [27]. Window-based and non-window-based methods each have advantages and disadvantages. Hybrid approaches have been proposed to combine the benefits of these approaches. These hybrid approaches include the wavelet transform-based approaches [28,29], Akazawa’s method [30], and the joint energy ratio and AIC (JER-AIC) [31], joint STA/LTA-polarization-AIC (TYFH’s method) [32], and EMD-AIC [33]. In addition, artificial intelligence (AI) techniques have begun to be utilized for P-phase arrival picking. The most representative methods include machine learning methods [34], deep recurrent neural networks (RNN) [35,36], convolutional neural networks (CNN) [37,38,39], and capsule networks (CapsNet) [40,41]. These efforts, which leverage AI technology, have yielded remarkable outcomes.
Compared to the investigation of the P-phase, the exploration of the S-phase in microseismic monitoring techniques is considerably more limited. For microseismic signals, the existing S-Phase picking is realized through multi-step pickup based on P-phase picking [42]. However, for seismic signals, there are various S-phase picking methods. Diehl et al. combined three common phase detection and picking methods (AR-AIC algorithm, STA/LTA ratio, and polarization analysis) to form a robust S-phase picking method [43]. Kuperkoch et al. [44] proposed an automatic S-phase arrival time determination algorithm for local, regional, and remote seismic events based on waveform autoregressive (AR) prediction. Lois et al. [45] obtained the first S-phase arrival time estimate by applying the kurtosis criterion to the designed characteristic function. Recently, Zhu et al. [46] proposed that PhaseNet selects the arrival times of the P wave and the S wave. PhaseNet takes a three-component seismic waveform as input and generates as output a probability distribution of P-arrivals, S-arrivals, and noise, where the peaks in the probability distribution provide accurate arrival times for the P- and S-phases. Zhou et al. [47] developed a hybrid algorithm that uses CNN and RNN, respectively, to select P- and S-phases in two steps from archived continuous waveforms. Mousavi et al. [48] proposed a global deep learning model for simultaneous seismic detection and phase selection by combining the staged and full-waveform information of seismic signals using a hierarchical attention mechanism. Soto and Schurr [49] introduced DeepPhasePick, an automatic two-stage approach in which the first stage uses CNNs to detect the phase and the second stage uses two RNNs to select two phases. Zhu et al. [50] introduced a new end-to-end approach consisting of three subnetworks: a backbone network that extracts features from the original waveform, a phase-picking subnetwork that extracts P- and S-wave arrivals based on these features, and an event detection subnetwork that aggregates features from multiple sites and detects earthquakes. The aforementioned S-phase picking methods mainly study seismic signals, and the adopted data are based on three-component waveforms. These methods mainly treat different seismic signal phases as different types of signals for classification studies. However, for microseismic signals, the P- and S-phases tend to partially overlap, so segmentation studies are also necessary.
Therefore, aiming at the particularity of microseismic signals (P- and S-phase partial overlap, single-component acquisition, low signal-to-noise ratio (SNR)), in this paper, a P- and S-phase segmentation method called PSSegNet is proposed based on mask design and deep learning. PSSegNet is designed with UNet as the basic framework, where features are extracted by downsampling and the final result is output through upsampling. The microseismic signals are used as input for deep learning after time–frequency analysis, and the corresponding masks are used as output through mask design in the P- and S-phases. Finally, the P-phase and S-phase in the microseismic signal are obtained by multiplying the mask predicted by PSSegNet witsh the time–frequency features of the original signal, respectively. PSSegNet can effectively separate overlapping P- and S-phases from microseismic signals with low SNR, which provides a data base for additional research on microseismic monitoring techniques.

2. Materials and Methods

2.1. Dataset

To be able to train and test PSSegNet, we collected 1100 microseismic data to form a dataset. The data came from a microseismic monitoring system deployed at the Huashugou Copper Mine. As shown in Figure 1, the Huashugou Copper Mine is located in the Sunan Yugur Autonomous County of Gansu, China. To understand the seismicity within the rock mass, a microseismic system was used to perform continuous 24-h monitoring. A total of 32 single-component accelerometers with a sensitivity of 10 V/g and a sampling frequency of 10 kHz were embedded in the Huashugou Copper Mine. Their coordinates are shown in Figure 2 and listed in Table 1. In addition, an example of a detected microseismic event is shown in Figure 3.
As shown in Figure 4, we present an example of a microseismic signal and the results of its time–frequency analysis. The signal distinctly exhibits several characteristics of microseismic signals, namely, P- and S-phase partial overlap, single-component acquisition, and low signal-to-noise ratio. In addition, we performed a simple statistical analysis of the overall characteristics of the dataset, and the results are shown in Figure 5. The overall distribution of data in the dataset is reasonable and can represent most of the actual collection results. In manual analysis, it is frequently segmented by looking at the difference between the P- and S-phases in the frequency range of the time–frequency domain. In the time–frequency domain, it is clear that the frequency range of the P-phase is narrower than that of the S-phase. Based on the difference in the time–frequency domain of the P- and S-phases, all data were manually labeled with the positions of the P- and S-phases, which served as the basis for the training and validation of PSSegNet.

2.2. Mask Design

According to the characteristics of the P- and S-phase overlap in microseismic signals, microseismic signal X(t) can be expressed as
X ( t ) = P ( t ) + S ( t ) ,
where P(t), and S(t) denotes the P- and S-phases in the microseismic signal, respectively. On this basis, to perform a time–frequency analysis of X(t), the following must be used:
X ( t , f ) = T F T { X ( t ) } = P ( t , f ) + S ( t , f ) ,
where TFT is the time–frequency transform. Accordingly, we use TFT−1 to represent the inverse time–frequency transform.
Therefore, we can define two individual masks, M P ( t , f ) and M s ( t , f ) , for signal and noise, respectively:
M P ( t , f ) = [ 1 1 + | S ( t , f ) | | P ( t , f ) | ] ,
M S ( t , f ) = [ | S ( t , f ) | | P ( t , f ) | 1 + | S ( t , f ) | | P ( t , f ) | ] .
Each mask has the same size as the input time–frequency representation, X ( t , f ) , and contains values between 0 and 1.
The mask is designed to serve as the output of PSSegNet. Assuming that the time–frequency features of the signal are fed to PSSegNet, which is able to predict the mask efficiently, then we have
P ^ ( t ) = T F T 1 { M P ( t , f ) X ( t , f ) } ,
S ^ ( t ) = T F T 1 { M S ( t , f ) X ( t , f ) } ,
where P ^ ( t ) and S ^ ( t ) are the P- and S-phases after segmentation by PSSegNet, respectively. Therefore, the objective of P- and S-phase segmentation is to minimize the expected error between the P(t), S(t) and P ^ ( t ) , S ^ ( t ) :
e r r o r = E P ^ ( t ) P ( t ) 2 2 + E S ^ ( t ) S ( t ) 2 2 .
With the mask design, we set the objective function of the segmentation process as:
min [ β p log p ^ + ( 1 p ) log ( 1 p ^ ) ] + 1 2 w 2 ,
where p is the true mask and p ^ is the mask output by the model. β is a positive sample-weighting parameter that reduces false negatives when greater than 1 and false positives when less than 1; w represents the parameters in the deep learning network. Therefore, we have the foundation to build a deep learning network.

2.3. PSSegNet

After the mask-assisted implementation of P- and S-phase segmentation, we proceed to build PSSegNet. The input to PSSegNet is the time–frequency domain’s microseismic signal after time–frequency analysis, and its output is a P- and S-phase mask. In this paper, we use the short-time Fourier transform to transform the microseismic signal in the time domain. In the constructed dataset, the microseismic signal was sampled for 0.2 s at a sampling rate of 10,000 Hz. Therefore, after transforming the time–frequency domain, it becomes a 33 × 35 time–frequency matrix in which the elements are in complex form (as shown in Figure 4b,c). The real part of the time–frequency matrix is separated from the imaginary part to form two matrices as input to PSSegNet. Thus, for PSSegNet, the input becomes 33 × 35 × 2. In addition, since the size of the mask is the same as the input, the output size of PSSegNet should be 33 × 35 × 2.
By analyzing the input and output sizes, it can be found that the final desired mask should also be a matrix of the same size and dimension as the time–frequency information matrix of the microseismic recording. In the field of deep learning, a common network model structure for such problems is the encoder–decoder architecture. The fully convolutional network (FCN) is an earlier neural network model with a coding–decoding structure. The main feature of the CNN is that it turns the last fully connected layer into the convolutional layer, uses the convolutional network to realize the up-sampling calculation in the convolutional process, and applies the skip layer structure to the network results, which effectively preserves the details in the convolutional process. UNet is a refinement of FCN, and the structure of the entire network is an upper-case English letter U, hence the name UNet [51]. In contrast to FCN, UNet uses concatenation as the fusion method for feature maps. Compared to the skip-layer structure of FCN, UNet deepens the field of view of feature layers by concatenating the number of channels, giving more retention of detailed features, ensuring the replenishment of vital information during up-sampling, and improving the resolution of the results.
As shown in Figure 6, we design a PSSegNet model for generating P/S wave masks based on UNet; the left half of the network is the encoding part to extract deeper features of the input time–frequency information, while the right half is the decoding part to up-sample and concatenate the extracted features. Its main components are convolutional layers, deconvolutional layers, and pooling layers. A convolutional layer extracts the features of the input data through a convolutional kernel, and the output of the convolutional layer is
y j l = r e l u ( i M j x i j l × k i j l + b j l ) ,
where x i j l represents the input of the jth neuron of the l layer, k i j l is the convolution kernel of the j-th neuron of the l layer, M j represents the selected input, b j l represents the bias of the j-th neuron of the l layer, relu is the activation function, and its calculation process is
r e l u ( x ) = max ( 0 , x ) .
The pooling layer reduces the resolution of the feature maps and prevents overfitting due to the precise location of the feature maps, which negatively affects the performance. The output of the pooling layer can be expressed as
y j l = r e l u ( β j l pooling ( x j l 1 ) + b j l ) .
To enable the generation of the masks of P- and S-phase for the time–frequency information of microseismic recordings, the proposed network model contains 18 convolutional layers, 4 pooling layers, and 4 deconvolutional layers. The specific parameters of the model are listed in Table 2.

3. Results

3.1. PSSegNet Traning

Based on the designed deep learning network model, the model is trained on the Pytorch framework and the Nvidia RTX 2080 GPU platform. To train the model, 1100 microseismic recordings were collected as a dataset, each manually labeled with the arrival of the P- and S-phases. Based on the position of the calibrated P- and S-phases, each signal can be divided into separate P- or S-phase, and the P- and S-phase masks of each signal can be computed as training labels. During the training process, the model parameters are adjusted using the weighted binary cross-entropy (WCE) loss function, which is defined as
W C E ( p , p ^ ) = [ β p log p ^ + ( 1 p ) log ( 1 p ^ ) ] ,
where p is the true mask and p ^ is the mask output by the model. β is a positive sample-weighting parameter that reduces false negatives when greater than 1 and false positives when less than 1. Since the distribution of the mask’s own values is not balanced, better results can be obtained by using weighted parameters.
The dataset is randomly divided into training and test sets according to a 10:1 ratio. Based on this dataset, the designed network model is trained. Some hyperparameters still need to be determined before training. In deep learning, model parameters are updated iteratively during learning, and various hyperparameters need to be determined before training. These parameters mainly include learning rate, learning rate decay method, number of training rounds, batch size, optimizer, etc. The learning rate and the optimizer are crucial factors that affect the convergence of the training process. Therefore, in this paper, we discuss the effects of different learning rates and the choice of optimizer, with reference to the choice of optimal hyperparameters.
First, the learning rate of different orders is tested, the convergence rate of different learning rates is tested without considering the accuracy, and the accuracy of the same number of training rounds (epochs) is tested. The test results are shown in Figure 7a,b. It can be seen that among the experimental results of different comparison schemes, the optimal learning rate is 0.0001 with moderate convergence rate and extreme accuracy. Similarly, the optimizer selection method is consistent with the learning rate selection method. Figure 7c,d show the results of the experiment; the RMSprop optimizer performs better and converges faster for the problems investigated in this paper.
The RMSprop algorithm is designed to suppress zigzag descent of gradients, but in contrast to Momentum, RMSprop does not require manual configuration of the learning rate hyperparameters, which is done automatically by the algorithm. More importantly, RMSprop can choose a different learning rate for each parameter. RMSprop is a single iteration for each parameter w, and each iteration is completed according to the following formula:
ν t = ρ ν t 1 + ( 1 ρ ) g t 2 ,
Δ ω t = η ν t + ϵ g t ,
ω t + 1 = ω t + Δ ω t ,
where η is learning rate, v t is the Exponential Average of squares of gradients, and w t is the gradient at time t along w.
After the above experiments, the hyperparameters were determined as follows: the learning rate is 0.0001, the learning rate decay method is exponential decay, the number of epochs to achieve full convergence is 500, the batch size is 10, and the optimizer is the RMSprop optimizer. The model is trained based on the selected hyperparameters. The training process is shown in Figure 8. After the model training is completed, a PSSegNet model that can intelligently generate P-phase or S-phase masks is obtained.

3.2. Testing Results

After the PSSegNet model is trained, the test set is used to test the effect of the model. Figure 9a is a microseismic recording from the test set, on which the time–frequency analysis was performed. The time–frequency features are shown in Figure 9b. The real and imaginary parts, respectively, represent the overall characteristics of the signal. After time–frequency characterization (Figure 10a,b) and normalization (Figure 10c,d) are carried out, and then substituted into the trained PSSegNet model, the masks of the P- and S-phases can be obtained, respectively. Finally, the separated P- and S-phases can be obtained through inverse short-time Fourier transform. Normalized inputs can speed up the training of the model and improve the final accuracy.
As a comparison of the training effect of the model, the original sample signals are divided into P- and S-phase after manual calibration. An example microseismic event signal containing P- and S-phases is shown in Figure 11a. In addition, a calibrated mask can be obtained from the P/S-phase mask calculation formula, as shown in Figure 11b,c. The calibrated mask is the criterion for evaluating the accuracy of the masks generated by PSSegNet.
Figure 12 shows the P/S-phase mask obtained after feeding the above example signal into the trained PSSegNet model. It can be found that the overall mask is fundamentally consistent with the actual mask and there are errors at the junction of the two signals. Based on the P/S-phase mask generated by the model and the time–frequency information matrix of the example signal, the respective time–frequency information of the P/S-phase can be obtained. The simple P- and S-phases can be obtained by applying inverse short-time Fourier transform to the time–frequency information of P- and S-phase, respectively, and the results are shown in Figure 13. As can be seen from the experimental results, the generated mask-based PSSegNet model can effectively separate the P- and S-phases from the microseismic recording signal.
The effect of PSSegNet is analyzed and evaluated based on the entire test set. The main evaluation strategy is to calculate the mean square error (MSE) between the predicted mask and the labeled mask and the accumulated error (AE) between the reconstructed P/S-phase and the labeled P/S-phase. Among them, the MSE is calculated as follows:
M S E = N j ( y i ( 2 ) y i ( 1 ) ) 2 N j ,
where Nj is the total number of matrix elements of the mask; y i ( 2 ) is the ith sampling point of the reconstructed signal; and y i ( 1 ) is the ith sampling point of the original signal. The AE is calculated as follows:
A E = N c ( y i ( 2 ) y i ( 1 ) ) ,
where Nc is the length of the original signal.
The results are shown in Figure 14 for mask generation, P/S-phase splitting, and computational errors for all data in the test set. The MSE between the generated mask and the actual labeled mask is concentrated below 2.5, and the AE of the reconstructed P/S-phase based on the predicted mask is concentrated below 1.0 × 10−3. Overall, the errors in the reconstruction of both the mask and the P/S-phase are relatively minor. Therefore, it can be argued that the P/S-phase segmentation based on PSSegNet has excellent practical results.

3.3. Generalization

The generality of PSSegNet is analyzed using the P/S-phase arrival picking errors in the test set. An error is defined to be
E = | p 1 p 2 | ,
where p 1 is the picked arrival and p 2 is the labeled arrival. Moreover, the results are analyzed at a different signal-to-noise ratio (SNR) and P-phase-to-S-phase ratio (PSR) to determine the robustness of the proposed method. SNR and PSR are defined as
S N R = 10 × lg ( E E n o i s e ) ,
P S R = 10 × lg ( E P E S ) ,
where E is the energy of the signal, Enoise is the energy of the noise, EP is the energy of the P-phase, and ES is the energy of the S-phase.
In Figure 15, the errors of the P/S-phase arrival picking are shown separately. It can be found that the overall error of the whole test set is less than 50 ms and most of the errors are less than 20 ms. This precision has excellent performance for P/S-phase arrival picking. In order to additionally test the robustness of our method, data with SNR < 2, 2 ≤ SNR < 3, PSR < 1, or 1 ≤ PSR < 2 in the dataset were selected for arrival picking and their errors were counted. These conditions further interfere with the signal during the arrival picking. The experimental results are shown in Figure 16. In the presence of major signal interference, the arrival time error is still controlled within a limited range, fundamentally within 10 ms for most of the data. It can be argued that this method is relatively reliable for P/S-phase arrival picking.

3.4. Comparison with Other Methods

The current mainstream microseismic monitoring systems and applications mainly adopt the combined algorithm of AR-AIC (Auto Regress Akaike Information Criterion) and STA/LTA (Short Time Average/Long Time Average), namely, the AR-AIC+STA/LTA algorithm. Based on the AR-AIC+STA/LTA algorithm, P/S-phase arrival picking is performed on the same test set. The same error picking analysis was performed, and the results are shown in Figure 17. It can be seen from the picking results that in the P/S-phase arrival picking based on the AR-AIC+STA/LTA algorithm, the P-phase arrival picking is more accurate, but there are more errors in the S-phase arrival picking, with numerous errors greater than 20 ms. In addition, the S-phase arrival picking errors in three sets of test data exceed 50 ms. Therefore, it can be seen that the P/S-phase segmentation based on PSSegNet has an excellent effect during application, as it can effectively reduce the difficulty of obtaining P/S-phase arrivals.

4. Discussion

After the above experiments and analysis, PSSegNet can efficiently segment the P/S-phases. We discuss the successful practice of this approach and explore the theoretical foundations behind it. In previous studies, a large body of literature has demonstrated differences in the frequency distribution of the P/S-phases. In the current manual treatment, experienced researchers find the P/S-phase boundary by looking at the distribution of signal frequencies in the time–frequency domain. Therefore, the time–frequency properties of microseismic signals are taken as input in the design of deep learning methods for intelligent P/S-phase segmentation. Through the powerful data mining capability of deep learning, the mapping of the time–frequency domain to the P/S seismic phase segmentation domain (referred to in this paper as the mask) is realized. PSSegNet successfully constructs this mapping by improving UNet and training using the dataset. This is the theoretical basis for the design of the method in this paper.
The success of PSSegNet in separating the P- and the S-phase is exciting and means that we can segment the components of more complex signals. In this paper, the microseismic signal is reduced to a simple superposition of the P- and S-phases, but the actual microseismic signal also contains additional components such as noise. Therefore, in future studies, we can design and implement a theory and method to segment the entire component of the microseismic signal with reference to the method in this paper. This will be highly effective in improving the intelligent processing of microseismic signals. In addition, the results of the time–frequency analysis of the signal are used as the input to the model and the mask design is used as the output. This approach limits the application of the model. In future research, this formalism can be improved to enable direct input of signals and direct output of results.

5. Summary and Conclusions

Microseismic P- and S-phase segmentation is an influential link that limits the accuracy of microseismic event location, microseismic parameter inversion, and caustic mechanism analysis. Therefore, a deep learning method named PSSegNet is proposed in this paper to intelligently segment the P- and S-phase in microseismic signals. Unlike the previous research (e.g., [48,49,50]) mentioned in this paper, the problem of signal overlapping is treated properly here. The method is designed based on the differences between the P- and S- phases in the time–frequency domain. Time–frequency features based on short-time Fourier transform are used as input to PSSegNet. Then, based on the time–frequency features and artificial labels, a mask matrix of the same size is designed as the output of PSSegNet, which is used to obtain the time–frequency features of the P- and S-phases. Finally, based on UNet, we redesign the network model suitable for this paper based on the input and output dimensions. PSSegNet contains 18 convolutional layers, 4 pooling layers, and 4 deconvolutional layers, and achieves mapping from time–frequency features to segmentation masks via copy and crop.
To verify the effectiveness of PSSegNet for microseismic P/S phase segmentation, we trained and tested PSSegNet on 1100 microseismic records. The predicted mask is compared with the label mask using MSE and AE. The MSE between the generated mask and the actual labeled mask is concentrated below 2.5, and the AE of the reconstructed P/S-phase based on the predicted mask is concentrated below 1.0 × 10−3. Overall, the errors in the reconstruction of the mask and the P/S-phase are relatively minor. Arrival picking results show that the overall error of the entire test set is less than 50 ms and most of the errors are less than 20 ms. This precision has excellent performance for P/S phase arrival picking. In order to additionally test the robustness of our method, data with SNR < 2, 2 ≤ SNR < 3, PSR < 1, or 1 ≤ PSR < 2 in the dataset were selected for arrival picking and their errors were counted. The commonly used AR-AIC+STA/LTA algorithm is used as a comparison method. Based on the AR-AIC+STA/LTA algorithm, the P-phase arrival picking is more accurate, but the S-phase arrival picking has additional errors, with a large number of errors larger than 20 ms. In addition, the S-phase arrival picking error exceeds 50 ms for the three sets of test data. Therefore, it can be seen that the P/S-phase segmentation based on PSSegNet has excellent potential for use in various applications and can effectively reduce the difficulty of obtaining the P/S-phase arrivals.

Author Contributions

Conceptualization, Z.H. and X.X.; methodology, Z.H.; software, Z.H.; validation, X.X., D.R. and P.P.; data curation, D.R.; writing—original draft preparation, Z.H. and X.X.; writing—review and editing, D.R. and P.P.; visualization, J.W. and S.T.; supervision, X.X.; project administration, X.X.; funding acquisition, X.X. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (grant no. 51864044) and the Independent Research Project of the State Key Laboratory of Coal Resources and Safe Mining, CUMT (grant no. SKLCRSM21X003).

Data Availability Statement

Data associated with this research are available and can be obtained by contacting the corresponding author.

Acknowledgments

We are grateful for the technical support from the High-Performance Computing Center of Central South University and the Digital Mine Center of Central South University.

Conflicts of Interest

Dijun Rao was employed by the Zijin Mining Group Co., Ltd. and Zijin (Changsha) Engineering Technology Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Wang, J.; Xue, Y.; Xiao, J.; Shi, D. Diffusion Characteristics of Airflow and CO in the Dead-End Tunnel with Different Ventilation Parameters after Tunneling Blasting. ACS Omega 2023, 8, 36269–36283. [Google Scholar] [CrossRef] [PubMed]
  2. Ralston, J.; Reid, D.; Hargrave, C.; Hainsworth, D. Sensing for Advancing Mining Automation Capability: A Review of Underground Automation Technology Development. Int. J. Min. Sci. Technol. 2014, 24, 305–310. [Google Scholar] [CrossRef]
  3. Wang, J.; Wang, L.; Peng, P.; Jiang, Y.; Wu, J.; Liu, Y. Efficient and Accurate Mapping Method of Underground Metal Mines Using Mobile Mining Equipment and Solid-State Lidar. Measurement 2023, 221, 113581. [Google Scholar] [CrossRef]
  4. Zhu, M.; Xie, G.; Liu, L.; Wang, R.; Ruan, S.; Yang, P.; Fang, Z. Strengthening Mechanism of Granulated Blast-Furnace Slag on the Uniaxial Compressive Strength of Modified Magnesium Slag-Based Cemented Backfilling Material. Process Saf. Environ. Prot. 2023, 174, 722–733. [Google Scholar] [CrossRef]
  5. Allen, R.V. Automatic Earthquake Recognition and Timing from Single Traces. Bull. Seismol. Soc. Am. 1978, 68, 1521–1532. [Google Scholar] [CrossRef]
  6. Gou, X.; Li, Z.; Qin, N.; Jin, W. Adaptive Picking of Microseismic Event Arrival Using a Power Spectrum Envelope. Comput. Geosci. 2011, 37, 158–164. [Google Scholar] [CrossRef]
  7. Taylor, S.R.; Arrowsmith, S.J.; Anderson, D.N. Detection of Short Time Transients from Spectrograms Using Scan Statistics. Bull. Seismol. Soc. Am. 2010, 100, 1940–1951. [Google Scholar] [CrossRef]
  8. Gaci, S. The Use of Wavelet-Based Denoising Techniques to Enhance the First-Arrival Picking on Seismic Traces. IEEE Trans. Geosci. Remote Sens. 2014, 52, 4558–4563. [Google Scholar] [CrossRef]
  9. Mikesell, T.D.; Van Wijk, K.; Ruigrok, E.; Lamb, A.; Blum, T.E. A Modified Delay-Time Method for Statics Estimation with the Virtual Refraction. GEOPHYSICS 2012, 77, A29–A33. [Google Scholar] [CrossRef]
  10. Coppens, F. FIRST ARRIVAL PICKING ON COMMON-OFFSET TRACE COLLECTIONS FOR AUTOMATIC ESTIMATION OF STATIC CORRECTIONS*. Geophys. Prospect. 1985, 33, 1212–1231. [Google Scholar] [CrossRef]
  11. Sabbione, J.I.; Velis, D. Automatic First-Breaks Picking: New Strategies and Algorithms. Geophysics 2010, 75, V67–V76. [Google Scholar] [CrossRef]
  12. Küperkoch, L.; Meier, T.; Lee, J.; Friederich, W.; Group, E.W. Automated Determination of P-Phase Arrival Times at Regional and Local Distances Using Higher Order Statistics. Geophys. J. Int. 2010, 181, 1159–1170. [Google Scholar] [CrossRef]
  13. Saragiotis, C.D.; Hadjileontiadis, L.J.; Panas, S.M. PAI-S/K: A Robust Automatic Seismic P Phase Arrival Identification Scheme. IEEE Trans. Geosci. Remote Sens. 2002, 40, 1395–1404. [Google Scholar] [CrossRef]
  14. Saragiotis, C.D.; Hadjileontiadis, L.J.; Rekanos, I.T.; Panas, S.M. Automatic P Phase Picking Using Maximum Kurtosis and kappa-Statistics Criteria. IEEE Geosci. Remote Sens. Lett. 2004, 1, 147–151. [Google Scholar] [CrossRef]
  15. Maeda, N. A Method for Reading and Checking Phase Time in Auto-Processing System of Seismic Wave Data. Zisin1 1985, 38, 365–379. [Google Scholar] [CrossRef] [PubMed]
  16. Leonard, M. Comparison of Manual and Automatic Onset Time Picking. Bull. Seismol. Soc. Am. 2000, 90, 1384–1390. [Google Scholar] [CrossRef]
  17. Sleeman, R.; Van Eck, T. Robust Automatic P-Phase Picking: An on-Line Implementation in the Analysis of Broadband Seismogram Recordings. Phys. Earth Planet. Inter. 1999, 113, 265–275. [Google Scholar] [CrossRef]
  18. Tronicke, J. The Influence of High Frequency Uncorrelated Noise on First-Break Arrival Times and Crosshole Traveltime Tomography. J. Environ. Eng. Geophys. JEEG 2007, 12, 173–184. [Google Scholar] [CrossRef]
  19. De Meersman, K.; Kendall, J.-M.; Van Der Baan, M. The 1998 Valhall Microseismic Data Set: An Integrated Study of Relocated Sources, Seismic Multiplets, and S-Wave Splitting. GEOPHYSICS 2009, 74, B183–B195. [Google Scholar] [CrossRef]
  20. Kapetanidis, V.; Papadimitriou, P. Estimation of Arrival-Times in Intense Seismic Sequences Using a Master-Events Methodology Based on Waveform Similarity: Master-Events Method Using Waveform Similarity. Geophys. J. Int. 2011, 187, 889–917. [Google Scholar] [CrossRef]
  21. Liu, Q.; Bose, S.; Valero, H.-P.; Shenoy, R.G.; Ounadjela, A. Detecting Small Amplitude Signal and Transit Times in High Noise: Application to Hydraulic Fracture Monitoring. In Proceedings of the 2009 IEEE International Geoscience and Remote Sensing Symposium, Cape Town, South Africa, 12–17 July 2009; pp. IV-530–IV-533. [Google Scholar]
  22. Lou, X.; Van Der Lee, S.; Lloyd, S. AIMBAT: A Python/Matplotlib Tool for Measuring Teleseismic Arrival Times. Seismol. Res. Lett. 2013, 84, 85–93. [Google Scholar] [CrossRef]
  23. Qu, X.; Azuma, T.; Imoto, H.; Raufy, R.; Lin, H.; Nakamura, H.; Tamano, S.; Takagi, S.; Umemura, S.; Sakuma, I.; et al. Novel Automatic First-Arrival Picking Method for Ultrasound Sound-Speed Tomography. Jpn. J. Appl. Phys. 2015, 54, 07HF10. [Google Scholar] [CrossRef]
  24. Criss, C.J.; Kappius, R.; Cunningham, D. First Arrival Picking Using Image Processing Methods. In SEG Technical Program Expanded Abstracts 2003; Society of Exploration Geophysicists: Denver, CO, USA, 2003; pp. 1984–1987. [Google Scholar]
  25. Mousa, W.A.; Al-Shuhail, A.A.; Al-Lehyani, A. A New Technique for First-Arrival Picking of Refracted Seismic Data Based on Digital Image Segmentation. GEOPHYSICS 2011, 76, V79–V89. [Google Scholar] [CrossRef]
  26. Chevrot, S. Optimal Measurement of Relative and Absolute Delay Times by Simulated Annealing. Geophys. J. Int. 2002, 151, 164–171. [Google Scholar] [CrossRef]
  27. Rawlinson, N.; Kennett, B.L.N. Rapid Estimation of Relative and Absolute Delay Times across a Network by Adaptive Stacking. Geophys. J. Int. 2004, 157, 332–340. [Google Scholar] [CrossRef]
  28. Galiana-Merino, J.J.; Rosa-Herranz, J.L.; Parolai, S. Seismic P Phase Picking Using a Kurtosis-Based Criterion in the Stationary Wavelet Domain. IEEE Trans. Geosci. Remote Sens. 2008, 46, 3815–3826. [Google Scholar] [CrossRef]
  29. Zhang, H. Automatic P-Wave Arrival Detection and Picking with Multiscale Wavelet Analysis for Single-Component Recordings. Bull. Seismol. Soc. Am. 2003, 93, 1904–1912. [Google Scholar] [CrossRef]
  30. Akram, J.; Eaton, D.W. A Review and Appraisal of Arrival-Time Picking Methods for Downhole Microseismic Data. Geophysics 2016, 81, KS71–KS91. [Google Scholar] [CrossRef]
  31. Akram, J.; Eaton, D.; Onge, A.S. Automatic Event-Detection and Time-Picking Algorithms for Downhole Microseismic Data Processing. In Proceedings of the 4th EAGE Passive Seismic Workshop, European Association of Geoscientists & Engineers, Amsterdam, The Netherlands, 17–20 March 2013; p. cp-337. [Google Scholar]
  32. Tan, Y.; He, C.; Yu, J.; Feng, G. A Combined Method for Automatic Microseismic Event Detection and Arrival Picking. In SEG Technical Program Expanded Abstracts 2014; Society of Exploration Geophysicists: Denver, CO, USA, 2014; pp. 2335–2340. [Google Scholar]
  33. Li, X.; Shang, X.; Morales-Esteban, A.; Wang, Z. Identifying P Phase Arrival of Weak Events: The Akaike Information Criterion Picking Application Based on the Empirical Mode Decomposition. Comput. Geosci. 2017, 100, 57–66. [Google Scholar] [CrossRef]
  34. Chen, Y. Automatic Microseismic Event Picking via Unsupervised Machine Learning. Geophys. J. Int. 2020, 222, 1750–1764. [Google Scholar] [CrossRef]
  35. Zheng, J.; Lu, J.; Peng, S.; Jiang, T. An Automatic Microseismic or Acoustic Emission Arrival Identification Scheme with Deep Recurrent Neural Networks. Geophys. J. Int. 2018, 212, 1389–1397. [Google Scholar] [CrossRef]
  36. Yuan, P.; Wang, S.; Hu, W.; Wu, X.; Chen, J.; Van Nguyen, H. A Robust First-Arrival Picking Workflow Using Convolutional and Recurrent Neural Networks. GEOPHYSICS 2020, 85, U109–U119. [Google Scholar] [CrossRef]
  37. Ross, Z.E.; Meier, M.-A.; Hauksson, E. P Wave Arrival Picking and First-Motion Polarity Determination with Deep Learning. J. Geophys. Res. Solid Earth 2018, 123, 5120–5129. [Google Scholar] [CrossRef]
  38. Guo, C.; Zhu, T.; Gao, Y.; Wu, S.; Sun, J. AEnet: Automatic Picking of P-Wave First Arrivals Using Deep Learning. IEEE Trans. Geosci. Remote Sens. 2021, 59, 5293–5303. [Google Scholar] [CrossRef]
  39. Luo, H.; Xu, X.; PAn, Y.; Yu, J.; Zhang, Y.; Zhang, L. The CGAS Deep Learning Algorithm for P-Wave Arrival Time Picking of Mining Microseismic Events. IEEE Access 2023, 11, 102961–102970. [Google Scholar] [CrossRef]
  40. He, Z.; Peng, P.; Wang, L.; Jiang, Y. PickCapsNet: Capsule Network for Automatic P-Wave Arrival Picking. IEEE Geosci. Remote Sens. Lett. 2021, 18, 617–621. [Google Scholar] [CrossRef]
  41. Saad, O.M.; Chen, Y. Earthquake Detection and P-Wave Arrival Time Picking Using Capsule Neural Network. IEEE Trans. Geosci. Remote Sens. 2021, 59, 6234–6243. [Google Scholar] [CrossRef]
  42. Zhu, M.; Wang, L.; Liu, X.; Zhao, J.; Peng, P. Accurate Identification of Microseismic P- and S-Phase Arrivals Using the Multi-Step AIC Algorithm. J. Appl. Geophys. 2018, 150, 284–293. [Google Scholar] [CrossRef]
  43. Diehl, T.; Deichmann, N.; Kissling, E.; Husen, S. Automatic S-Wave Picker for Local Earthquake Tomography. Bull. Seismol. Soc. Am. 2009, 99, 1906–1920. [Google Scholar] [CrossRef]
  44. Küperkoch, L.; Meier, T.; Brüstle, A.; Lee, J.; Friederich, W.; EGELADOS working group. Automated Determination of S-Phase Arrival Times Using Autoregressive Prediction: Application to Local and Regional Distances: Automatic S-Phase Picking. Geophys. J. Int. 2012, 188, 687–702. [Google Scholar] [CrossRef]
  45. Lois, A.; Sokos, E.; Martakis, N.; Paraskevopoulos, P.; Tselentis, G.-A. A New Automatic S-Onset Detection Technique: Application in Local Earthquake Data. GEOPHYSICS 2013, 78, KS1–KS11. [Google Scholar] [CrossRef]
  46. Zhu, W.; Beroza, G.C. PhaseNet: A Deep-Neural-Network-Based Seismic Arrival-Time Picking Method. Geophys. J. Int. 2019, 216, 261–273. [Google Scholar] [CrossRef]
  47. Zhou, Y.; Yue, H.; Kong, Q.; Zhou, S. Hybrid Event Detection and Phase-Picking Algorithm Using Convolutional and Recurrent Neural Networks. Seismol. Res. Lett. 2019, 90, 1079–1087. [Google Scholar] [CrossRef]
  48. Mousavi, S.M.; Ellsworth, W.L.; Zhu, W.; Chuang, L.Y.; Beroza, G.C. Earthquake Transformer—An Attentive Deep-Learning Model for Simultaneous Earthquake Detection and Phase Picking. Nat. Commun. 2020, 11, 3952. [Google Scholar] [CrossRef]
  49. Soto, H.; Schurr, B. DeepPhasePick: A Method for Detecting and Picking Seismic Phases from Local Earthquakes Based on Highly Optimized Convolutional and Recurrent Deep Neural Networks. Geophys. J. Int. 2021, 227, 1268–1294. [Google Scholar] [CrossRef]
  50. Zhu, W.; Tai, K.S.; Mousavi, S.M.; Bailis, P.; Beroza, G.C. An End-To-End Earthquake Detection Method for Joint Phase Picking and Association Using Deep Learning. JGR Solid Earth 2022, 127, e2021JB023283. [Google Scholar] [CrossRef]
  51. Zhu, W.; Mousavi, S.M.; Beroza, G.C. Seismic Signal Denoising and Decomposition Using Deep Neural Networks. IEEE Trans. Geosci. Remote Sens. 2019, 57, 9476–9488. [Google Scholar] [CrossRef]
Figure 1. The data came from a microseismic monitoring system deployed at the Huashugou Copper Mine. The Huashugou Copper Mine is located in the Sunan Yugur Autonomous County of Gansu, China.
Figure 1. The data came from a microseismic monitoring system deployed at the Huashugou Copper Mine. The Huashugou Copper Mine is located in the Sunan Yugur Autonomous County of Gansu, China.
Mathematics 12 00130 g001
Figure 2. Installation positions of the sensors.
Figure 2. Installation positions of the sensors.
Mathematics 12 00130 g002
Figure 3. An example of a microseismic event.
Figure 3. An example of a microseismic event.
Mathematics 12 00130 g003
Figure 4. Example of a microseismic signal and the results of its time–frequency analysis. (a) Time domain representation of microseismic signals. (b) The real part obtained after time–frequency analysis. (c) The imaginary part obtained after time–frequency analysis.
Figure 4. Example of a microseismic signal and the results of its time–frequency analysis. (a) Time domain representation of microseismic signals. (b) The real part obtained after time–frequency analysis. (c) The imaginary part obtained after time–frequency analysis.
Mathematics 12 00130 g004
Figure 5. Amplitude distribution characteristics of data in a data set. (a) Logarithmic amplitude distribution. (b) P- to S-phase amplitude ratio distribution.
Figure 5. Amplitude distribution characteristics of data in a data set. (a) Logarithmic amplitude distribution. (b) P- to S-phase amplitude ratio distribution.
Mathematics 12 00130 g005
Figure 6. Architecture of PSSegNet. PSSegNet is designed with UNet as the basic framework, which takes the time–frequency features of the signal as input and the mask as output, and finally achieves P- and S-phase segmentation.
Figure 6. Architecture of PSSegNet. PSSegNet is designed with UNet as the basic framework, which takes the time–frequency features of the signal as input and the mask as output, and finally achieves P- and S-phase segmentation.
Mathematics 12 00130 g006
Figure 7. Selection of the appropriate learning rate and optimizer for PSSegNet. (a) Convergence rates for different learning rates. (b) Errors for different learning rates. (c) Convergence rates for different optimizers. (d) Errors for different optimizers.
Figure 7. Selection of the appropriate learning rate and optimizer for PSSegNet. (a) Convergence rates for different learning rates. (b) Errors for different learning rates. (c) Convergence rates for different optimizers. (d) Errors for different optimizers.
Mathematics 12 00130 g007
Figure 8. Epochs versus loss during training. After training for 500 epochs, we were able to obtain a converged PSSegNet model.
Figure 8. Epochs versus loss during training. After training for 500 epochs, we were able to obtain a converged PSSegNet model.
Mathematics 12 00130 g008
Figure 9. A microseismic recording in the test set. (a) The waveform of the microseismic recording. (b) The time–frequency representation of the microseismic recording.
Figure 9. A microseismic recording in the test set. (a) The waveform of the microseismic recording. (b) The time–frequency representation of the microseismic recording.
Mathematics 12 00130 g009
Figure 10. The time–frequency feature matrix of the microseismic signal, which is the input of the PSSegNet model. (a) The real part obtained after time–frequency analysis. (b) The imaginary part obtained after time–frequency analysis. (c) The normalized real part obtained after time–frequency analysis. (d) The normalized imaginary part obtained after time–frequency analysis.
Figure 10. The time–frequency feature matrix of the microseismic signal, which is the input of the PSSegNet model. (a) The real part obtained after time–frequency analysis. (b) The imaginary part obtained after time–frequency analysis. (c) The normalized real part obtained after time–frequency analysis. (d) The normalized imaginary part obtained after time–frequency analysis.
Mathematics 12 00130 g010
Figure 11. The example signal of the labeled P/S-phases and masks. (a) Labeled P- and S-phases. (b) The true mask of the P-phase. (c) The true mask of the S-phase.
Figure 11. The example signal of the labeled P/S-phases and masks. (a) Labeled P- and S-phases. (b) The true mask of the P-phase. (c) The true mask of the S-phase.
Mathematics 12 00130 g011
Figure 12. The P/S-phase mask obtained after feeding the above example signal into the trained PSSegNet model. (a) The predicted mask of the P-phase. (b) The predicted mask of the S-phase.
Figure 12. The P/S-phase mask obtained after feeding the above example signal into the trained PSSegNet model. (a) The predicted mask of the P-phase. (b) The predicted mask of the S-phase.
Mathematics 12 00130 g012
Figure 13. Comparison between true P/S-phase and predicted P/S-phase. (a) P-phase segmentation. (b) S-phase segmentation.
Figure 13. Comparison between true P/S-phase and predicted P/S-phase. (a) P-phase segmentation. (b) S-phase segmentation.
Mathematics 12 00130 g013
Figure 14. Error analysis of PSSegNet. (a) The AE of the reconstructed P/S-phase based on the generated mask. (b) The MSE between the predicted mask and the actual labeled mask.
Figure 14. Error analysis of PSSegNet. (a) The AE of the reconstructed P/S-phase based on the generated mask. (b) The MSE between the predicted mask and the actual labeled mask.
Mathematics 12 00130 g014
Figure 15. The picking errors of P/S-phase arrivals.
Figure 15. The picking errors of P/S-phase arrivals.
Mathematics 12 00130 g015
Figure 16. Picking errors in low SNR and PNR.
Figure 16. Picking errors in low SNR and PNR.
Mathematics 12 00130 g016
Figure 17. Picking error analysis of AR-AIC+STA/LTA.
Figure 17. Picking error analysis of AR-AIC+STA/LTA.
Mathematics 12 00130 g017
Table 1. Coordinates of the sensors.
Table 1. Coordinates of the sensors.
SensorXYZSensorXYZ
R-2820-0112,110.5768615.4882821.972R-2700-0112,236.7838583.9222702.058
R-2820-0212,000.2138670.4742822.144R-2700-0212,241.3728629.4582701.662
R-2820-0311,958.8938761.1382818.54R-2700-0312,191.0758622.7782702.345
R-2820-0412,018.6288843.8932821.774R-2700-0412,164.5198675.1172702.125
R-2820-0512,051.7318804.4892822.346R-2700-0512,108.3468685.1872702.04
R-2820-0612,090.3288744.1552822.469R-2700-0612,085.6128726.9882702.401
R-2760-0112,181.0878573.2372759.917R-2700-0712,138.9578759.8312702.275
R-2760-0212,094.1178619.0372759.961R-2700-0812,047.0078741.9412702.096
R-2760-0312,039.0038679.2262758.961R-2700-0912,025.4028792.2332702.281
R-2760-0411,990.8748733.9642759.257R-2700-1011,966.2338887.3932702.286
R-2760-0511,931.2088875.9742758.237R-2700-1111,921.3508964.6832702.219
R-2760-0611,880.9548917.8512757.815R-2700-1211,842.5529050.7312701.619
R-2760-0711,968.4338859.9452758.346R-2700-1311,833.1179118.0632702.046
R-2760-0812,039.3108810.8872758.791R-2640-1412,150.3268702.5372647.752
R-2760-0912,096.1738750.5402759.295R-2640-1512,085.9308660.1762648.047
R-2760-1012,142.7698704.4562758.919R-2640-1612,185.5428661.8532647.841
Table 2. Parameters of PSSegNet.
Table 2. Parameters of PSSegNet.
NumberLayerOutputKernel/StrideCopy and Crop
1Conv 133 × 35 × 643 × 3/1
2Conv 233 × 35 × 643 × 3/1
3Max pooling 116 × 17 × 642 × 2/2
4Conv 316 × 17 × 1283 × 3/1
5Conv 416 × 17 × 1283 × 3/1
6Max pooling 28 × 8 × 1282 × 2/2
7Conv 58 × 8 × 2563 × 3/1
8Conv 68 × 8 × 2563 × 3/1
9Max pooling 34 × 4 × 2562 × 2/2
10Conv 74 × 4 × 5123 × 3/1
11Conv 84 × 4 × 5123 × 3/1
12Max pooling 42 × 2 × 5122 × 2/2
13Conv 92 × 2 × 10243 × 3/1
14Conv 102 × 2 × 10243 × 3/1
15Up-Conv 14 × 4 × 10242 × 2/1Conv 8
16Conv 114 × 4 × 5123 × 3/1
17Conv 124 × 4 × 5123 × 3/1
18Up-Conv 28 × 8 × 5122 × 2/1Conv 6
19Conv 138 × 8 × 2563 × 3/1
20Conv 148 × 8 × 2563 × 3/1
21Up-Conv 316 × 17 × 2562 × 2/1Conv 4
22Conv 1516 × 17 × 1283 × 3/1
23Conv 1616 × 17 × 1283 × 3/1
24Up-Conv 433 × 35 × 1282 × 2/1Conv 2
25Conv 1733 × 35 × 643 × 3/1
26Conv 1833 × 35 × 643 × 3/1
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

He, Z.; Xu, X.; Rao, D.; Peng, P.; Wang, J.; Tian, S. PSSegNet: Segmenting the P- and S-Phases in Microseismic Signals through Deep Learning. Mathematics 2024, 12, 130. https://doi.org/10.3390/math12010130

AMA Style

He Z, Xu X, Rao D, Peng P, Wang J, Tian S. PSSegNet: Segmenting the P- and S-Phases in Microseismic Signals through Deep Learning. Mathematics. 2024; 12(1):130. https://doi.org/10.3390/math12010130

Chicago/Turabian Style

He, Zhengxiang, Xingliang Xu, Dijun Rao, Pingan Peng, Jiaheng Wang, and Suchuan Tian. 2024. "PSSegNet: Segmenting the P- and S-Phases in Microseismic Signals through Deep Learning" Mathematics 12, no. 1: 130. https://doi.org/10.3390/math12010130

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