LGSPP-Bayes for Fault Detection and Diagnosis Qin Liu, Chunmei Yu College of Information Engineering, Southwest University of Science and Technology, Mianyang, China 1229318267@qq.com; *2 yyycm70@hotmail.com
1
Abstract It has been proved that global and local structure are both important for process monitoring, but principal component analysis (PCA) and locality preserving projections (LPP) can not consider them simultaneously in the process of dimension reduction. This article proposes a novel method named local and global structure preserving projections with Bayes classification (LGSPP-Bayes). The original data is projected to low dimensional feature space and the data projected matrix from high dimension space to low dimension space is gotten. Bayesian classifier then is designed to detect and diagnose faults. Case studies on TEP illustrate the effectiveness of the proposed method. Keywords Principal Component Analysis (PCA); Locality Preserving Projections (LPP); Bayesian Classifier; Fault Detection; Fault Diagnosis
Introduction To ensure the industry safety and economic profit, timely detection and diagnosis of faults is more and more important to industrial process. The multivariate statistical process control has been widely researching and applying to on-line process monitoring, especially principal component analysis (PCA). PCA extracts principal component from the highly correlated process data to eliminate the data correlation. Although the principal component extracted by PCA retains most of the data variation, they can only capture the global structure of the process data. As opposed to PCA, locality preserving projections (LPP) can find the inner structures of the original high-dimension data [1]. [2] proposed a new method called local and global PCA (LGPCA) which takes the advantage of both PCA and LPP. This method projects the original data onto a low-dimension space which has the similar local structure with the original space, moreover, it also ensures maximum variance to retain the global information. The experiment result shows that the fault detection effect of this method is better than PCA and LPP. The classifier based on Bayesian has been successfully applied in fault detection and diagnosis [3, 4]. In this paper, a novel method called local and global structure preserving projections and Bayes (LGSPP-Bayes) is proposed. First, projecting the original data to low-dimension feature space using local and global structure preserving projections (LGSPP). Then we detect and diagnose faults using Bayesian classifier. Fault Detection Based on PCA and LPP Suppose X [ x1 , x2 ,..., xn ]T ∈ R n× m denote a data matrix, we seeks to find a transformation matrix A ∈ R m×l and the = projected points yi = AT xi . Fault Detection Based on PCA The basic idea of PCA is projecting the high-dimension space to a low-dimension space, in which the data variance is maximal. The objective function of PCA is as follows: n
n
J ( A= ) PCA max ∑ ( yi −= y ) 2 max ∑ AT ( xi − x)( xi − x)T A
A i 1= A i 1 =
= max AT CA A
(1)
Where y = (1 / n) ∑ in=1 yi , x = (1 / n) ∑ in=1 x= (1 / n) ∑ in=1 ( xi − x )( xi − x )T . i , C International Journal of Engineering Practical Research, Vol. 4 No. 1-April 2015 2326-5914/15/01 089-05 © 2015 DEStech Publications, Inc. doi: 10.12783/ijepr.2015.0401.18
89