Engine Testing Fault Classification Based On The Multi-Class SVM of Auto-Regression
Engine Testing Fault Classification Based On The Multi-Class SVM of Auto-Regression
1 Introduction
D. Zeng (Ed.): Advances in Information Technology and Industry Applications, LNEE 136, pp. 33–38.
springerlink.com © Springer-Verlag Berlin Heidelberg 2012
34 X. Jin et al.
The SVM can achieve good classification results in the case of very few training
samples [2], it has a strong anti-interference ability and generalization, and it can
demonstrate its unique advantages in solving the small sample classification
problems. AR model is a most basic time series model with a mostly widely practical
application, autoregressive parameters in this model are sensitive to the state change
law, all the information of equipment’s dynamic characteristics and work state are
contained in model parameters [3], it is very effective to take the autoregressive
parameters of AR model as the feature vectors when analyzing the system’s state.
This paper proposed a diagnosis method for vibration fault mode based on AR
model and SVM classifier, experiments showed that this method had a good
adaptability to aero-engine’s classification for different vibration fault modes and had
a higher classification accuracy and computational efficiency.
In this formula, i = 1," , M;y = {+1, −1} ; W is the weight vector; g ( x ) is the
function that ϕi maps X from the input space to the feature space; ξ is the
relaxation coefficient of xi ; C is the boundary coefficient. Introducing the Lagrange
multiplier α i , change the above equation into an unconstrained objective function:
1 C M M
Q(W , b, α , ξ ) = W T W + ∑ ξi2 − ∑ α i [ yi (W T g ( xi ) + b) − 1 + ξi ] (3)
2 2 i =1 i =1
Solve the matrix equation (3) can be obtained by α and b, that is:
−1 −1 −1
α = Ω (1 − yb)
−1
b = (Y Ω y ) Y Ω I .
T T
The Least Square-Support Vector Machine can change the inequality constraints
into equality constraints, the training process is converted from solving the quadratic
programming problem into solving linear equations, which simplifying the
computational complexity.