Rockburst Prediction Using Gaussian Process Machine Learning
Rockburst Prediction Using Gaussian Process Machine Learning
Machine Learning
Abstract— Rockburst is a geological disaster occurred usually in examples, function of degree of membership in fuzzy theory
deep mines. Because of poor understanding of the mechanism cannot escape from effect by man-made choice. ANN is
and influence factors of rockbust, it is very difficult to give limited in solving for small sample problem. SVM cannot
accurate prediction using conventional methods. A new model escape from the blindness which is the common phenomenon
based on Gaussian process (GP), which is a probabilistic kernel in man-made choice of kernel function and its parameter [6].
machine leaning and has become a power tool for solving highly So, it is necessary to find a new effective method for better
nonlinear problems, therefore, is proposed. At first, case histories prediction of rockburst during underground mining.
of rockburst occurrence with the real records of rockburst
intensity and influence factors of rockbust are collected and are Gaussian process (GP) is a new machine learning
taken as prior knowledge to be learned by GP binary technology [7]. In recent years GP model has attracted much
classification machine learning tech, where, maximum tangential attention in the machine learning community, there are a lot of
stress in surround rockmass, uniaxial compressive strength, successful application in the field of solving for nonlinear,
tensile strength of rock, and rockburst tendency index of rock, small samples and high dimensions problems [8]. In this paper,
which can reflect the internal and exterior conditions of we propose a new model of rockburst prediction using GP.
rockburst occurrence nicely are suggested to be main influential
factors of rockburst. Then, the nonlinear mapping relationship
between rockburst intensity and its influence factors can be
established easily by GP model. Finally, prediction for the novel
conditions in deep mines can be obtained using the model. The
new model is applied in prediction for rockburt intensity at
practical projects in China, Norway and USSR. Results of case
study show the model is feasible, effective and simple to
implement for rockburst prediction.
(a) Violent rockburst pit (b) Medium rockburst pit
Keywords-rockburst; prediction; Gaussian process; machine
learning; Figure 1. Photos of rockburst in Jinping tunnel in China.
5
approximate posterior is:
0.
0.5
2
p( f | D, θ ) ≈ q( f | D, θ ) = N (m, A) (4) 1
0
The parameters m and A of the posterior approximation can
be found using Laplace’s method or by Expectation -1 0.5
Propagation. Eq.(5) gives the approximate posterior of f*: 5
-2
0.
q ( f* | D, θ , x* ) = N ( μ* , σ *2 ) (5) -3
-4
where mean and variance are: -4 -3 -2 -1 0 1 2 3 4
3 5
σ *2 = k ( x* , x* ) − k*T ( K −1 − K −1 AK −1 )k*
0.
0. 7
(7)
2 0. 7
0.9
k* = [k ( x1 , x* ), …, k ( xm , x* )]T (8) 1
-2
0.5
7
μ* 0.
∫
q( y* = 1 | D, θ , x* ) = Φ ( f* ) N ( f* | μ* ,σ *2 ) df* = Φ (
1 + σ *2
) (9) -3
-4
-4 -3 -2 -1 0 1 2 3 4
The optimum hyper-parameters θ can be derived by
maximum likelihood function: Figure 3. Classification using GP model