Abstract

Coal-gangue interface detection during top-coal caving mining is a challenging problem. This paper proposes a new vibration signal analysis approach to detecting the coal-gangue interface based on singular value decomposition (SVD) techniques and support vector machines (SVMs). Due to the nonstationary characteristics in vibration signals of the tail boom support of the longwall mining machine in this complicated environment, the empirical mode decomposition (EMD) is used to decompose the raw vibration signals into a number of intrinsic mode functions (IMFs) by which the initial feature vector matrices can be formed automatically. By applying the SVD algorithm to the initial feature vector matrices, the singular values of matrices can be obtained and used as the input feature vectors of SVMs classifier. The analysis results of vibration signals from the tail boom support of a longwall mining machine show that the method based on EMD, SVD, and SVM is effective for coal-gangue interface detection even when the number of samples is small.

1. Introduction

Today a major problem facing the mining industry is how to develop an automated top-coal caving system that can maximize the ratio of coal to gangue. The working procedure of top-coal caving is automatically controlled by an electrohydraulic system, which determines the recovery ratio of top-coal to gangue. In order to improve the recovery ratio of top-coal, a lot of work has been done on coal-gangue interface detection (CID) [13]. This paper proposes a new CID method based on the analysis of vibration signals due to the collapse of coal and gangue onto the tail boom of a longwall mining machine. Some significant features that differ between coal and gangue can be extracted by analyzing these vibration signals. The acquired vibration signals are usually nonlinear and nonstationary, so it is difficult to effectively extract features. Recently, the time-frequency analysis methods are widely used in the feature extraction of vibration signals [4, 5]. Among all available time-frequency analysis methods, the wavelet transform may be the best one [6, 7]. However, wavelet transform is not a self-adaptive signal processing method. Also, energy leakage will occur when wavelet transform is used to process signals, due to the fact that it is an adjustable windowed Fourier transform in nature [8]. The empirical mode decomposition (EMD) decomposes any time-varying signal into its fundamental intrinsic oscillatory modes [9]. The EMD is a self-adaptive time-frequency analysis method that is perfectly applicable to nonlinear and nonstationary processing [10, 11].

Recently, singular value decomposition (SVD) of matrix has been widely applied to signal processing, statistical analysis, automatic control, and so forth [12]. According to the matrix theory, singular values have good stability and represent the inherent characteristics of the matrix. That is, when a slight change of matrix elements occurs, the change of matrix singular values is small.

In practice, a large number of samples are usually not available. Support vector machine (SVM) is a new machine learning method developed on the basis of statistical learning theory [13]. SVM can solve the learning problem of a smaller number of samples. Meanwhile, SVM has better generalization than artificial neural network (ANN) and guarantees that the local and global optimal solutions are exactly the same.

In this paper, the SVD technique based on EMD is applied to the feature extraction of vibration signals from coal and gangue collapse during top-coal caving. The SVM is introduced into the CID due to its high accuracy and good generalizatio n for a smaller sample number.

This paper is organized as follows: in the next section, the feature extraction algorithm based on SVD and EMD is discussed. Section 3 briefly reviews the SVM theory. In Section 4, the basic principle of the vibration-based CID experimental system is introduced. The application of the SVM to classification of the caving states is then discussed and the results from a CID validation study are reported. The conclusions are given in the last section.

2. The SVD Technique Based on EMD

The EMD is a nonlinear and nonstationary signal analysis method proposed by Huang et al. EMD can decompose any time-varying signal into its fundamental intrinsic mode functions (IMFs), which must satisfy two conditions [9] as follows.(1)In the whole data set of each intrinsic mode function component, the number of extreme values and the number of zero-crossings must be equal to or differ at most by one.(2)At any point, the mean value of the envelope defined by local maxima and that defined by the local minima is zero.

With the definition, any time series signal can be expressed as the sum of the IMF components and the residue where are the IMF components. Here is the residue. The IMF includes different frequencies ranging from high to low. Acting as an adaptive data-driven filter bank, the EMD extracts the signal features of disturbances dynamically according to their different physical characteristics.

The IMFs are chosen to construct the initial feature vector matrix as follows:

Due to the orthogonality of the EMD method, all IMFs are pairwise orthogonal. Therefore, the matrix must be full rank. By applying the SVD to matrix , then there exists where , ; , ; , . The values of are the singular values of matrix .

As singular values can reflect the nature characteristic of the matrix, the characteristic of vibration signals of coal and gangue can be described effectively by singular values of the initial feature vector matrix. Thus, the singular values of matrix could be used as feature vectors. The SVM could be chosen as the pattern classifier to classify the caving states after the vibration feature vector has been extracted.

3. Support Vector Machine (SVM)

As a new generation learning system, SVM enables the nonlinear mapping of an -dimensional input space into a high dimensional feature space. SVM uses a nonlinear mapping to transform an input space to a high-dimension space based on a kernel function and then looks for a nonlinear relation between inputs and outputs in the high-dimension space.

Suppose that there is a given training sample set , with each sample . The classification boundary can be described as follows: where is a weight vector and is a bias. Therefore, the following decision function can be used to classify any data set in two classes:

In order to correctly classify two-class samples, the optimal hyperplane separating the samples can be obtained as a solution to the following constrained optimization problem:minimize subject to

Defining Lagrange multipliers , the optimization problem can be converted to the following:maximize subject to

So the decision function can be expressed as follows:

4. Applications

In order to investigate the EMD-based SVD technique and SVM as a means of distinguishing between top-coal and gangue caving impacts on the tail boom of a mining machine, an experiment has been carried out on number 2303 working face, Zhangcun Mine, Shanxi, China. The CID experimental system is composed of a data acquisition device, an embedded signal analysis platform, and vibration acceleration sensors, as shown in Figure 1. When coal and gangue fall down and shock the tail boom, the acceleration sensors, which are installed on the hydraulic support, acquire vibration signals from the steel plate [14].

4.1. Feature Extraction of Coal-Gangue Vibration Signals

As an example, two different vibration signals of top-coal caving and coal-gangue caving are chosen for further analysis. The sampling frequency of these signals is 8000 Hz and the sampling time is one second. Firstly, the EMD is applied to the analysis of separate vibration signals of pure coal and coal-gangue. As shown in Figures 2 and 3, the EMD decomposes the two original signals into eleven IMFs, which contains important information correlated with the vibration signals of coal and gangue impacts. Obviously, IMFs , and have much higher frequencies than other IMFs. IMFs from to oscillate so slowly that they only contain very low frequencies, which are composed of clutter or noise, for example, vibration signals caused by mechanical devices themselves. As shown in Figure 3, there are two shock characteristics at the time from 0.1 s to 0.2 s and from 0.8 s to 0.9 s, which correspond with gangue falling events. Meanwhile, the frequency and the amplitude of the first seven IMFs are greater than those of other IMFs during coal-gangue caving. Therefore, the first seven IMFs are selected for further study, and the other IMFs are the resuide accordingly.

For each vibration signal of each caving state, the initial feature vector matrix can be constructed according to (2). Then SVD is applied to the initial feature vector matrix ; namely, , where . The singular values can be obtained, which are shown in Table 1

It can be seen from Table 1 that the singular values of matrix are arranged in descending order of significance. The correspondence between the singular values and IMFs is also given. Especially for the coal-gangue caving, the singular values and   are much bigger than the others, so the singular values could be regarded as the feature vectors to be input to the SVM classifier.

4.2. CID Based on SVM

Actually, the CID is to distinguish two caving states, that is, to solve a two-class pattern classification problem. SVM has the advantage of solving a two-class problem on the basis of searching for structural risk minimization, even in the case of few learning samples [15]. The new CID method based on SVD, EMD, and SVM is given as follows.

Step 1. Acquire signals at the sample frequency under the condition of top-coal caving and coal-gangue caving, respectively. The samples are divided into two subsets, the training samples sets and the testing samples set.

Step 2. Each signal is decomposed by EMD. Choose the first seven IMFs and construct feature vector matrix . The singular values can be got by applying SVD to matrix .

Step 3. Design SVM classifiers. When the feature input vector is a sample with known state of top-coal caving, the output of SVM classifier is set to 1, otherwise to −1. The singular values of the training samples are used as the input to train the SVM classifier. Then the state of caving can be distinguished after the testing samples have been input into the trained SVM classifier.

The flowchart of the proposed method is presented in Figure 4.

4.3. Validation Study

The caving state detection method based on SVD, EMD, and SVM is applied to a vibration sample set of both pure coal and coal-gangue caving. At first, a total of 126 vibration signals are acquired with a sample frequency of 8000 Hz, 63 signals for each caving state. In addition, the testing data sets consisting of 18 signals for each caving are used for validation of this detection method. Then the singular values of each signal are obtained after applying SVD based on EMD, parts of which are listed in Table 2.

Choose RBF kernel function and set . It takes about 0.003 s to establish the SVM classification model. The number of support vectors is twelve, which accounts for 9.52% of the total of the training samples. The classification results are shown in Table 3. Obviously, the results are totally consistent with the real caving state.

In order for further study of the classification performance of SVM in the case of a small sample, the number of training samples decreases to eight (number 1 to number 4 and number 7 to number 10 from Table 2 and the rest as testing samples). The classification results are shown in Table 4. Table 4 shows that the SVM classifier can classify the two caving states accurately even in the case of decreasing the training samples. By comparing the distances between testing samples and the optimal hyperplane , it is found that the overall performance of the SVM classifier weakens as the samples reduce.

5. Conclusions

The problem of coal-gangue interface detection (CID) on a fully mechanized mining face has been addressed by applying the SVD technique and EMD to extracting longwall mining machine tail boom support vibration features that can be used for top-coal and coal-gangue caving state classification. EMD is a self-adaptive analysis method that can decompose the signal into a number of IMFs. These functions provide a compact natural representation of nonstationary, nonlinear signals such as those detected by the vibration monitoring of the tail boom support of a longwall mining machine. Singular values were obtained by the application of SVD to the first seven IMFs of the example raw vibration signals (those IMFs containing key feature information), which could be used as the feature input vectors of the classifier. Based on these results, the SVM applied to the singular value vector is proposed as the classification tool for top-coal or coal-gangue caving state. The validation test had a 100% classification accuracy rate, providing strong support for the robustness of this method. Therefore, the analysis based on SVD, EMD, and SVM for longwall mining machine tail boom vibrations offers a new method for CID.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

The work for this paper was supported by the Shandong Provincial Natural Science Foundation of China (Grant nos. ZR2013EEM009 and ZR2013FL019). The authors are grateful to the anonymous reviewers for their careful reviews and detailed comments.