Robust Statistical Process Monitoring for Biological Nutrient Removal Plants

Size: px
Start display at page:

Download "Robust Statistical Process Monitoring for Biological Nutrient Removal Plants"

Transcription

1 Robust Statistical Process Monitoring for Biological Nutrient Removal Plants Nabila Heloulou and Messaoud Ramdani Laboratoire d Automatique et Signaux de Annaba (LASA), Universite Badji-Mokhtar de Annaba. BP. 12, Annaba 23000, Algeria hel.nabila@yahoo.com, messaoud.ramdani@univ-annaba.dz Abstract. This paper presents an approach by combining robust fuzzy principal component analysis (RFPCA) technique with the multiscale principal component analysis (MSPCA) methodology. Thus the two typical issues of industrial data, outliers and changing process conditions are solved by resulting MS-RFPCA methodology. The RFPCA is proved to be effective in mitigating the impact of noise, and MSPCA has become necessary due to the nature of complex systems in which operations occur at different scales. The efficiency of the proposed technique is illustrated on a simulated benchmark of biological nitrogen removal process. Keywords: Process monitoring, robust fuzzy PCA, multiscale PCA, fault diagnosis, wavelet analysis, water treatment plant. 1 Introduction The monitoring techniques allows to monitor continuously any changes in processes. For this purpose a statistical techniques have been implemented, it aims to achieve and maintain process under control. The first ideas of SPM for quality improvement go back as far as the beginning of the century. Where the principal components analysis is the most widely accepted technique to this day, the PCA technique can be seen as a projection method which allows to project the observations since space with p variable dimensions towards a space with k dimensions (k p) such as a maximum of information is preserved. This fully take the nature of modern WWTPs characterized by a multitude of correlated variables [1]. Tomita et al [2] have shown the possibility of reducing the analysis from 12 variables of an activated sludge wastewater treatment down to 3 principal components which are more relevant to the process, deviation of measurements is then detected. This work has shown that the PCA is an adequate tool for representation and extracting of information. Several others recent applications of this approach and adaptation of it to wastewater treatment operations have found their way, [3], [4], [5]. Despite its success in this field, one of the most important obstacle faced is the sensitivity to outliers, also the fact that the majority of collected data from industrial processes are normally contaminated by noise makes N. Heloulou and M. Ramdani are with the Department of Electronics, University Badji-Mokhtar of Annaba, Algeria. A. Laurent et al. (Eds.): IPMU 2014, Part I, CCIS 442, pp , c Springer International Publishing Switzerland 2014

2 428 N. Heloulou and M. Ramdani it unreliable in some cases. Also, in order to circumvent this difficulty, several approaches of PCA have been proposed, among the variants, robust fuzzy PCA (RF-PCA) showed promising results. In this approach, fuzzy variant of PCA uses fuzzy membership and diminish the effect of outliers by assigning small membership values to outliers in order to make it robust. Another shortcoming of conventional PCA is that modeling by PCA is done at a single scale where the actual industrial process may include events and disturbances that occur at different time-frequency range, the waste water treatment plant (WWTP) is exemplary in this respect. To solve this problem the PCA is extended for single scale to multiscale (MSPCA) modeling approach. MSPCA uses wavelet decomposition to approximately decorrelate variables autocorrelation, and also capture the linear variable correlation by PCA to extract features. In this work, we propose the combination of MSPCA approach with a RFPCA algorithm, we thus aim to solve the problem of noise and provide a solution to the problem of monitoring during changing process conditions. The result is an effective monitoring methodology. 2 PCA Statistical Monitoring Principles Principal component analysis is a multivariate statistical projection method, it is presented as a search of the subspace that maximizes the variance of the projected points, ie. the subspace that best represents the diversity of individuals through the variance-covariance structure. The first step of this method is the construction of data matrix X, containing all the available data obtained by collected measurements when the process is in control. Denote the correlation matrix of X as Σ = X T X / (N 1), and performing singular value decomposition (SVD) to the matrix Σ yields Σ = UΛU T where U n n is a unitary matrix and Λ = diag(λ 1,...,λ n ) is a diagonal matrix formed by the eigenvalues of the covariance matrix in decreasing magnitude (λ 1 λ 1...,λ n ). The column vectors in the matrix U =[u 1,u 2,...,u n ] forms a new orthogonal base of space R n, For dimension reduction, only the eigenvalues λ q n are used for projection of output data in the new space. It is quite useful to consider all the directions which covers a significant portion of a total variance, these directions also be called as new basis vectors for the subspace, so the desired transformation matrix consisting of the first q columns of the matrix U, ie. the eigenvalues belonging to the largest eigenvalues of Λ. So the first q (< n) linear independence vectors ˆP U q =[u 1,u 2,...,u q ]ofu spans the principal component subspace Ŝ. The other n q vectors P U n q = [u q+1,u q+2,...,u n ]ofu spans the residual space S. The data vector x R n can be decomposed as x =ˆx + x = Ĉx + Cx where ˆx Ŝ and x S are projection of x on the subspaces Ŝ and S, respectively. The matrix Ĉ = UÛT and C = UÛT. The score vector in the space model

3 Robust Statistical Process Monitoring 429 t = ˆP T x R q is a reduced, q dimensional representation of the observed vector x. On the other hand, the residual e =(I ˆP ˆP T )x R n,representsthe portion not explained by the PCA model. In genaral, a PCA based statistical process monitoring scheme utilizes two monitoring statistics, Hotelling s T 2 and Q statistics (SPE), which are most frequently used in the industrial processes. Typically, these indices are used to detect faults respectively in the principal component subspace Ŝ and the residual subspace S. In this work only the Q statistics is used. The SPE index is defined as a measure of the squared norm of the residual vector x. Box[6]shownthat the confidence limit for SPE from a PCA model can be calculated as : where θ i = m λ i j j=q+1 index shall be satisfied : SPE δ 2 α. 3 Robust Fuzzy PCA δ 2 α = gχ 2 h,α (1) g = θ 2 /θ 1 (2) h = θ1 2 /θ 2 (3) for i =1, 2. Under normal operating conditions, the SPE In actual industrial process modeling, data were often contain outliers problem. RFPCA addresses this limitation. It uses robust rules in order to replace traditional PCA and create robust fuzzy PCA. Then the influence of outliers will be reduced and consequently defects will accurately detected. The RFPCA algorithms used here were introduced in [7]. These algorithms are based on Xu and Yuille algorithms [8]. Xu and Yuille proposed an optimization function with an energy measure e (x i ) subject to the membership set u i {0, 1} given as : E (U, w) = n u i e (x i )+η i=1 n (1 u i ) (4) The goal is to minimize E(U, w) with respect to u i and w. Where X = {x 1,x 2,.., x n } is the data set, U = {u i i =1,..., n} is the membership set and η is the threshold. The variable u i serves to decide whether x i is an outlier or a sample. When u i = 1 the portion of energy contributed by the sample x i is taken into consideration; otherwise x i is considered as an outlier [8]. Since u i is the binary variable and w is the continuous variable, the optimization with gradient descent approach is hard to solve using gradient descent. To overcome the problem the fuzzy variant of the objective function is proposed in [7]. E = n u m i e (x i)+η i=1 i=1 n (1 u i ) m (5) subject to u i [0, 1] and m [0, 1). Now u i being the membership of x i belonging to data cluster and (1 u i )isthemembershipofx i belonging to noise i=1

4 430 N. Heloulou and M. Ramdani cluster. m is the so-called fuzziness variable. In this case, e (x i )measuresthe error between x i and the class center. This idea is similar to the C-means algorithm [9]. Since u i is now a continuous variable the difficulty of a mixture of discrete and continuous optimization can be avoided and the gradient descent approach can be used. Firstly, the gradient of equation (2) is computed respect to u i and equaled to zero, therefore : u i = 1+ ( e(xi) η 1 ) 1/((m 1)) (6) Using this result in the objective function and simplifying, we obtain E = n 1+ i=1 ( e(xi) η 1 ) 1/((m 1)) m 1 e (x i ) (7) The gradient with respect to w is ( ) δe δe δw = β (x (xi ) i) δw (8) where, β (x i )= 1+ 1 ( e(xi) η ) 1/(m 1) and m is the fuzziness variable. if m = 1, the fuzzy membership reduced to the hard membership and can be determined by following rule: m (9) u i = { 1if (e (xi )) η 0otherwise (10) Now η is a hard threshold in this situation. There is no general rule for the setting of m, but most papers set m = 2. In [7], authors derived three RFPCA algorithms, these ones are slightly different, for each algorithm the same procedure is followed except step 6 and 7. We have applied the first one in this work. FRPCA1 algorithm : Step 1: Initially set the iteration count t = 1, iteration bound T, learning coefficient α 0 (0, 1] soft threshold η to a small positive value and randomly initialize the weight w. Step 2: While t is less than T, perform the next steps 3 to 9. Step 3: Compute α t = α 0 (1 t T ), set i =1andσ =0. Step 4: While i is less than i, do steps 5-8. step 5: Compute y = w T x i, u = yw and v = w T u.

5 Robust Statistical Process Monitoring 431 step 6: Update the weight: w new = w old + α T β (x i )[y (x i u)+(y v) x i ] step 7: Update the temporary count δ = δ + e 1 (x i ). step 8: Add 1 to i. step 9: Compute η = ( δ n) and add 1 to t. The weight w in the updating rules converges to the principal component vector almost surely [10], [11] 4 Multiscale PCA Methodology Multiscale Principal Components Analysis (MSPCA) was introduced by Bakshi (1998) that combines the merits of wavelet analysis and PCA. In particular, PCA is used to extract linear relations among variables, whereas wavelets have the ability to extract deterministic features in the measurements and decorrelate the autocorrelation among the measurements. Using wavelet, methodology involves choosing the mother wavelet from a large library of admissible functions, a selected family of wavelets with the decomposition level L is applied to the signal s, yielding detail coefficients D is(i=1...s) and approximation coefficient A Ls. Next, principal component analysis is performed on each matrix of the detail scales and the matrix of approximation AL. The goal is to extract the correlation across the sensors. PCA control charts such as Q statistics can be monitored the resulting coefficient at each scale. The wavelet coefficients of data representing normal operation are beforehand calculated, also the detection limit for Q statistics are determined from them. Applying the Q statistics at each scale permits identification and selection of the scales that contain the significant features representing the abnormal operation. Fig. 1. MSPCA Methodology

6 432 N. Heloulou and M. Ramdani 5 MS-RFPCA Methodology Multiscale RFPCA algorithm here intgrates RFPCA with multiscale analysis of wavelet. A decision that is crucial for the performance of the MS-RFPCA model is when the choice of the depth or number of scales of the wavelet decomposition does not take an important part of consideration. Usually, the choice of this number is an important factor in the MSPCA methodology. It should be selected to provide maximum separation between the deterministic and stochastic components of signals [12]. Therefore if we select a very small number of depth, then the last scaled signal will have a significant amount of noise that will be retained in the result of MSPCA. In the case of MSRFPCA and sight that is based on FRPCA method, thus this problem will not be asked, otherwise and when the depth is too large, the matrix of coefficients at coarser scales will have very few rows due to the dyadic down sampling, and this will affect the accuracy of the PCA at that scale. In our version (MSRFPCA), we choose the number of depth so that will not be very large to avoid the latter case. We give here the detailed algorithm including fault identification. Setup MSPCA Reference Model: 1. Get the reference data when a process is under normal condition. For each variable in the reference data matrix, compute the wavelet decomposition and get the reference wavelet coefficients. 2. For each scale, put the reference wavelet coefficients from all variables together and apply FRPCA to get the reference RFPCA model (including mean, standard deviation and PC loadings) and control limits for T 2 or Q statistics. Repeat this procedure for all scales. 3. Define reconstruction scenarios based on the number of decomposition level. For each reconstruction scenario, assign the selected significant scales with the corresponding reference wavelet coefficients and the insignificant scales with zeros (hard thresholding). Reconstruct the signal from the selected and thresholded coefficients for each variable. Put the reconstructed signal of all variables together and apply RFPCA to get the reference RFPCA model (including mean, standard deviation, PC loadings, and control limits) for this reconstruction scenario. Repeat the same procedure to all reconstruction scenarios. Online Process Monitoring: 1. Determine the size of the moving window of dyadic length, w. Generate a data window with w samples from the real-time data by moving the time window. For each variable in the data window, compute the wavelet coefficients. 2. For each scale, calculate T 2 and Q scores based on the reference RFPCA model in I.(2). 3. Compare the T 2 and Q scores with the control limits in I.(2), retain wavelet coefficients that violate the control limits and assign those within the control limits to zero. 4. Reconstruct the signal in the moving window variable-by-variable.

7 Robust Statistical Process Monitoring Since only the most recent sample (the last data in the moving window) is of interest, determine the reconstruction scenario based on the last T 2 and Q scores of each scale and get the detection limits for the last reconstructed signal. Calculate T 2 and Q scores of the last reconstructed signal based on the reference RFPCA model in I.(3). 6. If T 2 and/or Q scores of the last reconstructed signal exceed the detection limits, fire an alarm. 6 Application on Water Treatment Plant In this section an activated sludge model No.1 (ASM1) for nitrogen removal is presented. The basic design of this plant is shown in Fig. 2. In general, nitrogen removal proceeds in two steps. The first step is nitrification, i.e. the biological oxidation of ammonium to nitrate, this process requires an aerobic environment. During this phase ammonia nitrogen is converted into nitrite by Nitrosommas and subsequently into nitrate by Nitrobacters, for the process this phase is the crucial step. In the next step, the produced nitrate is subjected to anoxic conditions in denitrification reactor, where it is converted into harmless nitrogen gas. Anoxic/anaerobic processes operate alternately to enhance the nitrogen removal. As illustrated in Fig 2, before it enters the aeration reactor, raw wastewater Q in is passed by the anoxic zone, afterward the influent flow Q out isfedintoasettler to separate the stream into the clean water and sludge, the major part of it is recycled to reactor Q r, and a small part is wasted Q w. The actual process model is based on the activated model sludge No.1 (ASM1) by [13]. It was adopted with two modifications: (i) the nitrification is modeled by a two step processes (the conversion of nitrite to nitrate by the nitrosoma bacteria and the conversion of nitrite to nitrate by the nitrobacters) and (ii) the hydrolysis of rapidly biodegradable substrate is included. Fig. 2. Schematic of a typical wastewater tretment plant Then the resulting biodegradation model consists of 18 state variables (particles and soluble concentrations) and 30 model parameters. However it is possible to reduce the model, such model is proposed by [14]. This model consists of 8 states variables : dissolved oxygen ( S p, ) ( O2 Sn O2,nitrate p ) S NO 3, SNO n 3, ammonia ( p ) S NH 4, SNH n 4, and biodegradable substrate concentrations (S p S, Sn S ), for each reactor zone (p and n denote pre-denitrification and nitrification respectively).

8 434 N. Heloulou and M. Ramdani So, this model consists of eight state variables : x =[x 1,..., x 8 ] T = [ S p NO 3, S p O2, Sp NH 4, S p S, Sn NO 3, S n O2, Sn NH 4, S n S] T. More information about parameters and mathematical model can be consulted in [13]. Validation results for the developed model are shown and discussed in the next for simulated data. Fig. 3. The SPE plot of linear PCA model in faulty state Multiscale RFPCA is firstly applied to the normal operation data. Seven measured variables are constituted the measurement vector z (k) available to be monitored, it is given as : z (k) = [ S p NO 3 (k),s p O 2 (k),s n NO 3 (k),s n O 2 (k),u 1 (k),u 2 (k),u 3 (k) ] T where u 1 = Q in (influent flow rate), u 2 = Q r (internal recirculation rate), u 3 = q air (aeration rate). Fig. 4. The SPE of MS-RFPCA model in faulty state

9 Robust Statistical Process Monitoring 435 Matrix Z then consists of N observations of the vector z (k). Also, this step includes determination of MS-FRPCA reference model : reference wavelt coefficient, reference FRPCA model, statistical limitation (Q). Now, we test the fault of offset type (brusque fault) created on the level of the third sensor at at 46 sample time. Fig. 3 and Fig. 4 are the SPE plot of the classical PCA and the MS-FRPCA approach respectively. According to Fig. 3, the SPE plot shows the distinct change only after a delay of 5 day, whereas the multi-scale SPE results (Fig. 4) shows that the SPE violates 95% SPE confidence limit before the 5 th day. So, the MS-FRPCA can detect the ramp fault earlier than traditional PCA which ensure plant safety. Scale Q charts can help to determine the nature of a disturbance. The SPE plot in Fig. 4 shows a fault detected in the wavelet approximation model of MS-RFPCA, that results in change which occur in low frequencies. Fig. 5. Fault isolation using contribution to SPE (fault in the third sensor) Our study was not only dedicated to the detection of fault to a certain level but also to the detection of faulty sensor. To identify the faulty sensor, it was exploited the contributions approach to detection index SPE, Fig. 5 indicates clearly that the fault sensor is s x =3. In this work, only the sensor faults have been considered. Althought, it is important to model fault process due to different conditions, such as the toxicity shock fault caused by a reduction in the normal growth of heterotrophic organisms, there is also an inhabitation fault produced by hospital waste that can contain bacteria, another fault process that can be considered is bulking fault produced by the growth of filamentous microorganisms in the active sludge. In the other side, the method has been tested with drift fault, other different kind of sensor faults (drift, bias, precision degradation,...) can be handled by the proposed monitoring scheme. We will take these points into considerations in the next work.

10 436 N. Heloulou and M. Ramdani 7 Conclusions WWTP posed an interesting challenge from the point of changing process conditions. MS-RFPCA methodology is used to monitor WWTP data during changing operational conditions. It is based firstly on time-scale decomposition in terms of increasing the sensivity of the monitoring, and secondly on RFPCA in terms of reducing noise sensivity. The results showed the advantages of the proposed monitoring method for continuous wastewater treatment plant. References 1. Lee, J.-M., Yoo, C., Lee, I.-B.: Statistical monitoring of dynamic processes based on dynamic independent component analysis. Chem. Engng. Sci. 59, (2004) 2. Tomita, R.K., Park, S.W., Sotomayor, O.A.Z.: Analysis of activated sludge process using Multivariate statistical tools-a PCA approach. Chem. Engng. J. 90, (2002) 3. Lee, J.-M., Yoo, C., Choi, S.W., Vanrolleghem, P.A., Lee, I.-B.: Nonlinear process monitoring using kernel principal component analysis. Chemical Eng. Sci. 59, (2004) 4. Aguado, D., Rosen, C.: Multivariate statistical monitoring of continuous wastewater treatment plants. Engng. Applications of Artificial Intelligence 21, (2008) 5. Corona, F., Mulas, M., Haimi, H., Sundell, L., Heinonen, M., Vahala, R.: Monitoring nitrate concentrations in the denitrifying post-filtration unit of a municipal wastewater treatment plant. J. Proc. Cont. 23, (2013) 6. Box, G.E.P.: Some theorems on quadratic forms applied in the study of analysis of variance problems: Effect of inequality of variance in one-way classification. The Annals of Mathematical Statistics 25, (1954) 7. Yang, T.N., Wang, S.D.: Robust algorithms for principal component analysis. Pattern Recognition Letters 20, (1999) 8. Xu, L., Yuille, L.: Robust principal compoenent analysis by self-organizing rules based on statistical physics approach. IEEE Trans. Neural Networks 6(1), (1995) 9. Oja, E.: The Nonlinear PCA Learning Rule and Signal Separation - Mathematical Analysis. Technical Report, Helsinki University of Technology (1995) 10. Oja, E.: A simplified neuron model as a principal component analyzer. J. Math. Biol. 15, (1982) 11. Oja, E., Karhunen, J.: On stochastic approximation of the eigenvectors and eigenvalues of the expectation of a random matrix. J. Math. Analysis and Appl. 106, (1985) 12. Yang, Q.: Model-based and data driven fault diagnosis methods with applications to process monitoring. Ph.D. thesis. Case Western Reserve University, Electrical Engineering and Computer Sciences (2004) 13. Lopez-Arenas, T., Pulis, A., Baratti, R.: On-line monitoring of a biological process for wastewater treatment. AMIDIQ 3, (2004) 14. Gomez-Quintero, C., Queinnec, I., Babary, J.P.: A reduced nonlinear model for an activated sludge process. In: Proceeding of ADCHEM, vol. 2, pp (2000)

Using Principal Component Analysis Modeling to Monitor Temperature Sensors in a Nuclear Research Reactor

Using Principal Component Analysis Modeling to Monitor Temperature Sensors in a Nuclear Research Reactor Using Principal Component Analysis Modeling to Monitor Temperature Sensors in a Nuclear Research Reactor Rosani M. L. Penha Centro de Energia Nuclear Instituto de Pesquisas Energéticas e Nucleares - Ipen

More information

Comparison of statistical process monitoring methods: application to the Eastman challenge problem

Comparison of statistical process monitoring methods: application to the Eastman challenge problem Computers and Chemical Engineering 24 (2000) 175 181 www.elsevier.com/locate/compchemeng Comparison of statistical process monitoring methods: application to the Eastman challenge problem Manabu Kano a,

More information

Keywords: Multimode process monitoring, Joint probability, Weighted probabilistic PCA, Coefficient of variation.

Keywords: Multimode process monitoring, Joint probability, Weighted probabilistic PCA, Coefficient of variation. 2016 International Conference on rtificial Intelligence: Techniques and pplications (IT 2016) ISBN: 978-1-60595-389-2 Joint Probability Density and Weighted Probabilistic PC Based on Coefficient of Variation

More information

Structure in Data. A major objective in data analysis is to identify interesting features or structure in the data.

Structure in Data. A major objective in data analysis is to identify interesting features or structure in the data. Structure in Data A major objective in data analysis is to identify interesting features or structure in the data. The graphical methods are very useful in discovering structure. There are basically two

More information

WWTP diagnosis based on robust principal component analysis

WWTP diagnosis based on robust principal component analysis WWTP diagnosis based on robust principal component analysis Y. Tharrault, G. Mourot, J. Ragot, M.-F. Harkat Centre de Recherche en Automatique de Nancy Nancy-université, CNRS 2, Avenue de la forêt de Haye

More information

Process Monitoring Based on Recursive Probabilistic PCA for Multi-mode Process

Process Monitoring Based on Recursive Probabilistic PCA for Multi-mode Process Preprints of the 9th International Symposium on Advanced Control of Chemical Processes The International Federation of Automatic Control WeA4.6 Process Monitoring Based on Recursive Probabilistic PCA for

More information

7. Variable extraction and dimensionality reduction

7. Variable extraction and dimensionality reduction 7. Variable extraction and dimensionality reduction The goal of the variable selection in the preceding chapter was to find least useful variables so that it would be possible to reduce the dimensionality

More information

Introduction to Machine Learning. PCA and Spectral Clustering. Introduction to Machine Learning, Slides: Eran Halperin

Introduction to Machine Learning. PCA and Spectral Clustering. Introduction to Machine Learning, Slides: Eran Halperin 1 Introduction to Machine Learning PCA and Spectral Clustering Introduction to Machine Learning, 2013-14 Slides: Eran Halperin Singular Value Decomposition (SVD) The singular value decomposition (SVD)

More information

A Modified Incremental Principal Component Analysis for On-line Learning of Feature Space and Classifier

A Modified Incremental Principal Component Analysis for On-line Learning of Feature Space and Classifier A Modified Incremental Principal Component Analysis for On-line Learning of Feature Space and Classifier Seiichi Ozawa, Shaoning Pang, and Nikola Kasabov Graduate School of Science and Technology, Kobe

More information

Reconstruction-based Contribution for Process Monitoring with Kernel Principal Component Analysis.

Reconstruction-based Contribution for Process Monitoring with Kernel Principal Component Analysis. American Control Conference Marriott Waterfront, Baltimore, MD, USA June 3-July, FrC.6 Reconstruction-based Contribution for Process Monitoring with Kernel Principal Component Analysis. Carlos F. Alcala

More information

Vector Space Models. wine_spectral.r

Vector Space Models. wine_spectral.r Vector Space Models 137 wine_spectral.r Latent Semantic Analysis Problem with words Even a small vocabulary as in wine example is challenging LSA Reduce number of columns of DTM by principal components

More information

Advanced Methods for Fault Detection

Advanced Methods for Fault Detection Advanced Methods for Fault Detection Piero Baraldi Agip KCO Introduction Piping and long to eploration distance pipelines activities Piero Baraldi Maintenance Intervention Approaches & PHM Maintenance

More information

Bearing fault diagnosis based on EMD-KPCA and ELM

Bearing fault diagnosis based on EMD-KPCA and ELM Bearing fault diagnosis based on EMD-KPCA and ELM Zihan Chen, Hang Yuan 2 School of Reliability and Systems Engineering, Beihang University, Beijing 9, China Science and Technology on Reliability & Environmental

More information

UPSET AND SENSOR FAILURE DETECTION IN MULTIVARIATE PROCESSES

UPSET AND SENSOR FAILURE DETECTION IN MULTIVARIATE PROCESSES UPSET AND SENSOR FAILURE DETECTION IN MULTIVARIATE PROCESSES Barry M. Wise, N. Lawrence Ricker and David J. Veltkamp Center for Process Analytical Chemistry and Department of Chemical Engineering University

More information

A Modified Incremental Principal Component Analysis for On-Line Learning of Feature Space and Classifier

A Modified Incremental Principal Component Analysis for On-Line Learning of Feature Space and Classifier A Modified Incremental Principal Component Analysis for On-Line Learning of Feature Space and Classifier Seiichi Ozawa 1, Shaoning Pang 2, and Nikola Kasabov 2 1 Graduate School of Science and Technology,

More information

A MULTIVARIABLE STATISTICAL PROCESS MONITORING METHOD BASED ON MULTISCALE ANALYSIS AND PRINCIPAL CURVES. Received January 2012; revised June 2012

A MULTIVARIABLE STATISTICAL PROCESS MONITORING METHOD BASED ON MULTISCALE ANALYSIS AND PRINCIPAL CURVES. Received January 2012; revised June 2012 International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1781 1800 A MULTIVARIABLE STATISTICAL PROCESS MONITORING

More information

FERMENTATION BATCH PROCESS MONITORING BY STEP-BY-STEP ADAPTIVE MPCA. Ning He, Lei Xie, Shu-qing Wang, Jian-ming Zhang

FERMENTATION BATCH PROCESS MONITORING BY STEP-BY-STEP ADAPTIVE MPCA. Ning He, Lei Xie, Shu-qing Wang, Jian-ming Zhang FERMENTATION BATCH PROCESS MONITORING BY STEP-BY-STEP ADAPTIVE MPCA Ning He Lei Xie Shu-qing Wang ian-ming Zhang National ey Laboratory of Industrial Control Technology Zhejiang University Hangzhou 3007

More information

Nonlinear Robust PLS Modeling of Wastewater Effluent Quality Indices

Nonlinear Robust PLS Modeling of Wastewater Effluent Quality Indices JOURNAL OF SOFTWARE, VOL. 6, NO. 6, JUNE 0 067 Nonlinear Robust PLS Modeling of Wastewater Effluent Quality Indices Liie Zhao,, Decheng Yuan Shenyang University of chemical technology / Provincial key

More information

Advances in Military Technology Vol. 8, No. 2, December Fault Detection and Diagnosis Based on Extensions of PCA

Advances in Military Technology Vol. 8, No. 2, December Fault Detection and Diagnosis Based on Extensions of PCA AiMT Advances in Military Technology Vol. 8, No. 2, December 203 Fault Detection and Diagnosis Based on Extensions of PCA Y. Zhang *, C.M. Bingham and M. Gallimore School of Engineering, University of

More information

Comparative Performance Analysis of Three Algorithms for Principal Component Analysis

Comparative Performance Analysis of Three Algorithms for Principal Component Analysis 84 R. LANDQVIST, A. MOHAMMED, COMPARATIVE PERFORMANCE ANALYSIS OF THR ALGORITHMS Comparative Performance Analysis of Three Algorithms for Principal Component Analysis Ronnie LANDQVIST, Abbas MOHAMMED Dept.

More information

GI07/COMPM012: Mathematical Programming and Research Methods (Part 2) 2. Least Squares and Principal Components Analysis. Massimiliano Pontil

GI07/COMPM012: Mathematical Programming and Research Methods (Part 2) 2. Least Squares and Principal Components Analysis. Massimiliano Pontil GI07/COMPM012: Mathematical Programming and Research Methods (Part 2) 2. Least Squares and Principal Components Analysis Massimiliano Pontil 1 Today s plan SVD and principal component analysis (PCA) Connection

More information

Principal Component Analysis vs. Independent Component Analysis for Damage Detection

Principal Component Analysis vs. Independent Component Analysis for Damage Detection 6th European Workshop on Structural Health Monitoring - Fr..D.4 Principal Component Analysis vs. Independent Component Analysis for Damage Detection D. A. TIBADUIZA, L. E. MUJICA, M. ANAYA, J. RODELLAR

More information

Dimension Reduction Techniques. Presented by Jie (Jerry) Yu

Dimension Reduction Techniques. Presented by Jie (Jerry) Yu Dimension Reduction Techniques Presented by Jie (Jerry) Yu Outline Problem Modeling Review of PCA and MDS Isomap Local Linear Embedding (LLE) Charting Background Advances in data collection and storage

More information

Synergy between Data Reconciliation and Principal Component Analysis.

Synergy between Data Reconciliation and Principal Component Analysis. Plant Monitoring and Fault Detection Synergy between Data Reconciliation and Principal Component Analysis. Th. Amand a, G. Heyen a, B. Kalitventzeff b Thierry.Amand@ulg.ac.be, G.Heyen@ulg.ac.be, B.Kalitventzeff@ulg.ac.be

More information

CHAPTER 4 PRINCIPAL COMPONENT ANALYSIS-BASED FUSION

CHAPTER 4 PRINCIPAL COMPONENT ANALYSIS-BASED FUSION 59 CHAPTER 4 PRINCIPAL COMPONENT ANALYSIS-BASED FUSION 4. INTRODUCTION Weighted average-based fusion algorithms are one of the widely used fusion methods for multi-sensor data integration. These methods

More information

A Robust PCA by LMSER Learning with Iterative Error. Bai-ling Zhang Irwin King Lei Xu.

A Robust PCA by LMSER Learning with Iterative Error. Bai-ling Zhang Irwin King Lei Xu. A Robust PCA by LMSER Learning with Iterative Error Reinforcement y Bai-ling Zhang Irwin King Lei Xu blzhang@cs.cuhk.hk king@cs.cuhk.hk lxu@cs.cuhk.hk Department of Computer Science The Chinese University

More information

A Modular NMF Matching Algorithm for Radiation Spectra

A Modular NMF Matching Algorithm for Radiation Spectra A Modular NMF Matching Algorithm for Radiation Spectra Melissa L. Koudelka Sensor Exploitation Applications Sandia National Laboratories mlkoude@sandia.gov Daniel J. Dorsey Systems Technologies Sandia

More information

Degenerate Expectation-Maximization Algorithm for Local Dimension Reduction

Degenerate Expectation-Maximization Algorithm for Local Dimension Reduction Degenerate Expectation-Maximization Algorithm for Local Dimension Reduction Xiaodong Lin 1 and Yu Zhu 2 1 Statistical and Applied Mathematical Science Institute, RTP, NC, 27709 USA University of Cincinnati,

More information

Plant-wide Root Cause Identification of Transient Disturbances with Application to a Board Machine

Plant-wide Root Cause Identification of Transient Disturbances with Application to a Board Machine Moncef Chioua, Margret Bauer, Su-Liang Chen, Jan C. Schlake, Guido Sand, Werner Schmidt and Nina F. Thornhill Plant-wide Root Cause Identification of Transient Disturbances with Application to a Board

More information

Computation. For QDA we need to calculate: Lets first consider the case that

Computation. For QDA we need to calculate: Lets first consider the case that Computation For QDA we need to calculate: δ (x) = 1 2 log( Σ ) 1 2 (x µ ) Σ 1 (x µ ) + log(π ) Lets first consider the case that Σ = I,. This is the case where each distribution is spherical, around the

More information

Unsupervised Learning Methods

Unsupervised Learning Methods Structural Health Monitoring Using Statistical Pattern Recognition Unsupervised Learning Methods Keith Worden and Graeme Manson Presented by Keith Worden The Structural Health Monitoring Process 1. Operational

More information

Introduction to Machine Learning

Introduction to Machine Learning 10-701 Introduction to Machine Learning PCA Slides based on 18-661 Fall 2018 PCA Raw data can be Complex, High-dimensional To understand a phenomenon we measure various related quantities If we knew what

More information

Fast principal component analysis using fixed-point algorithm

Fast principal component analysis using fixed-point algorithm Pattern Recognition Letters 28 (27) 1151 1155 www.elsevier.com/locate/patrec Fast principal component analysis using fixed-point algorithm Alok Sharma *, Kuldip K. Paliwal Signal Processing Lab, Griffith

More information

MultiDimensional Signal Processing Master Degree in Ingegneria delle Telecomunicazioni A.A

MultiDimensional Signal Processing Master Degree in Ingegneria delle Telecomunicazioni A.A MultiDimensional Signal Processing Master Degree in Ingegneria delle elecomunicazioni A.A. 015-016 Pietro Guccione, PhD DEI - DIPARIMENO DI INGEGNERIA ELERICA E DELL INFORMAZIONE POLIECNICO DI BARI Pietro

More information

Using Kernel PCA for Initialisation of Variational Bayesian Nonlinear Blind Source Separation Method

Using Kernel PCA for Initialisation of Variational Bayesian Nonlinear Blind Source Separation Method Using Kernel PCA for Initialisation of Variational Bayesian Nonlinear Blind Source Separation Method Antti Honkela 1, Stefan Harmeling 2, Leo Lundqvist 1, and Harri Valpola 1 1 Helsinki University of Technology,

More information

FAULT DETECTION AND ISOLATION WITH ROBUST PRINCIPAL COMPONENT ANALYSIS

FAULT DETECTION AND ISOLATION WITH ROBUST PRINCIPAL COMPONENT ANALYSIS Int. J. Appl. Math. Comput. Sci., 8, Vol. 8, No. 4, 49 44 DOI:.478/v6-8-38-3 FAULT DETECTION AND ISOLATION WITH ROBUST PRINCIPAL COMPONENT ANALYSIS YVON THARRAULT, GILLES MOUROT, JOSÉ RAGOT, DIDIER MAQUIN

More information

Convergence of Eigenspaces in Kernel Principal Component Analysis

Convergence of Eigenspaces in Kernel Principal Component Analysis Convergence of Eigenspaces in Kernel Principal Component Analysis Shixin Wang Advanced machine learning April 19, 2016 Shixin Wang Convergence of Eigenspaces April 19, 2016 1 / 18 Outline 1 Motivation

More information

Immediate Reward Reinforcement Learning for Projective Kernel Methods

Immediate Reward Reinforcement Learning for Projective Kernel Methods ESANN'27 proceedings - European Symposium on Artificial Neural Networks Bruges (Belgium), 25-27 April 27, d-side publi., ISBN 2-9337-7-2. Immediate Reward Reinforcement Learning for Projective Kernel Methods

More information

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 12, NO. 5, SEPTEMBER 2001 1215 A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing Da-Zheng Feng, Zheng Bao, Xian-Da Zhang

More information

1 Principal Components Analysis

1 Principal Components Analysis Lecture 3 and 4 Sept. 18 and Sept.20-2006 Data Visualization STAT 442 / 890, CM 462 Lecture: Ali Ghodsi 1 Principal Components Analysis Principal components analysis (PCA) is a very popular technique for

More information

A methodology for fault detection in rolling element bearings using singular spectrum analysis

A methodology for fault detection in rolling element bearings using singular spectrum analysis A methodology for fault detection in rolling element bearings using singular spectrum analysis Hussein Al Bugharbee,1, and Irina Trendafilova 2 1 Department of Mechanical engineering, the University of

More information

Principal Component Analysis (PCA)

Principal Component Analysis (PCA) Principal Component Analysis (PCA) Additional reading can be found from non-assessed exercises (week 8) in this course unit teaching page. Textbooks: Sect. 6.3 in [1] and Ch. 12 in [2] Outline Introduction

More information

Notes on Latent Semantic Analysis

Notes on Latent Semantic Analysis Notes on Latent Semantic Analysis Costas Boulis 1 Introduction One of the most fundamental problems of information retrieval (IR) is to find all documents (and nothing but those) that are semantically

More information

Monitoring and Control of Biological Wastewater Treatment Process ChangKyoo Yoo

Monitoring and Control of Biological Wastewater Treatment Process ChangKyoo Yoo Monitoring and Control of Biological Wastewater Treatment Process ChangKyoo Yoo Department of Chemical Engineering (Process Control and Environmental Engineering Program) Pohang University of Science and

More information

BATCH PROCESS MONITORING THROUGH THE INTEGRATION OF SPECTRAL AND PROCESS DATA. Julian Morris, Elaine Martin and David Stewart

BATCH PROCESS MONITORING THROUGH THE INTEGRATION OF SPECTRAL AND PROCESS DATA. Julian Morris, Elaine Martin and David Stewart BATCH PROCESS MONITORING THROUGH THE INTEGRATION OF SPECTRAL AND PROCESS DATA Julian Morris, Elaine Martin and David Stewart Centre for Process Analytics and Control Technology School of Chemical Engineering

More information

What is Principal Component Analysis?

What is Principal Component Analysis? What is Principal Component Analysis? Principal component analysis (PCA) Reduce the dimensionality of a data set by finding a new set of variables, smaller than the original set of variables Retains most

More information

Multisets mixture learning-based ellipse detection

Multisets mixture learning-based ellipse detection Pattern Recognition 39 (6) 731 735 Rapid and brief communication Multisets mixture learning-based ellipse detection Zhi-Yong Liu a,b, Hong Qiao a, Lei Xu b, www.elsevier.com/locate/patcog a Key Lab of

More information

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG 2018 International Conference on Modeling, Simulation and Analysis (ICMSA 2018) ISBN: 978-1-60595-544-5 Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

More information

Iterative face image feature extraction with Generalized Hebbian Algorithm and a Sanger-like BCM rule

Iterative face image feature extraction with Generalized Hebbian Algorithm and a Sanger-like BCM rule Iterative face image feature extraction with Generalized Hebbian Algorithm and a Sanger-like BCM rule Clayton Aldern (Clayton_Aldern@brown.edu) Tyler Benster (Tyler_Benster@brown.edu) Carl Olsson (Carl_Olsson@brown.edu)

More information

VIBRATION-BASED DAMAGE DETECTION UNDER CHANGING ENVIRONMENTAL CONDITIONS

VIBRATION-BASED DAMAGE DETECTION UNDER CHANGING ENVIRONMENTAL CONDITIONS VIBRATION-BASED DAMAGE DETECTION UNDER CHANGING ENVIRONMENTAL CONDITIONS A.M. Yan, G. Kerschen, P. De Boe, J.C Golinval University of Liège, Liège, Belgium am.yan@ulg.ac.be g.kerschen@ulg.ac.bet Abstract

More information

Modelling and Advanced Control of a Biological Wastewater Treatment Plant

Modelling and Advanced Control of a Biological Wastewater Treatment Plant Modelling and Advanced Control of a Biological Wastewater Treatment Plant Goal After completing this exercise you should know how to model the sedimentation process and how to simulate it using Matlab

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Seungjin Choi Department of Computer Science and Engineering Pohang University of Science and Technology 77 Cheongam-ro, Nam-gu, Pohang 37673, Korea seungjin@postech.ac.kr

More information

Basics of Multivariate Modelling and Data Analysis

Basics of Multivariate Modelling and Data Analysis Basics of Multivariate Modelling and Data Analysis Kurt-Erik Häggblom 6. Principal component analysis (PCA) 6.1 Overview 6.2 Essentials of PCA 6.3 Numerical calculation of PCs 6.4 Effects of data preprocessing

More information

Automatic Rank Determination in Projective Nonnegative Matrix Factorization

Automatic Rank Determination in Projective Nonnegative Matrix Factorization Automatic Rank Determination in Projective Nonnegative Matrix Factorization Zhirong Yang, Zhanxing Zhu, and Erkki Oja Department of Information and Computer Science Aalto University School of Science and

More information

STATISTICAL LEARNING SYSTEMS

STATISTICAL LEARNING SYSTEMS STATISTICAL LEARNING SYSTEMS LECTURE 8: UNSUPERVISED LEARNING: FINDING STRUCTURE IN DATA Institute of Computer Science, Polish Academy of Sciences Ph. D. Program 2013/2014 Principal Component Analysis

More information

Intelligent Fault Classification of Rolling Bearing at Variable Speed Based on Reconstructed Phase Space

Intelligent Fault Classification of Rolling Bearing at Variable Speed Based on Reconstructed Phase Space Journal of Robotics, Networking and Artificial Life, Vol., No. (June 24), 97-2 Intelligent Fault Classification of Rolling Bearing at Variable Speed Based on Reconstructed Phase Space Weigang Wen School

More information

Advanced Monitoring and Soft Sensor Development with Application to Industrial Processes. Hector Joaquin Galicia Escobar

Advanced Monitoring and Soft Sensor Development with Application to Industrial Processes. Hector Joaquin Galicia Escobar Advanced Monitoring and Soft Sensor Development with Application to Industrial Processes by Hector Joaquin Galicia Escobar A dissertation submitted to the Graduate Faculty of Auburn University in partial

More information

Multiscale SPC Using Wavelets - Theoretical Analysis and Properties

Multiscale SPC Using Wavelets - Theoretical Analysis and Properties Multiscale SPC Using Wavelets - Theoretical Analysis and Properties Hrishikesh B. Aradhye 1, Bhavik R. Bakshi 2, Ramon A. Strauss 3, James F. Davis 4 Department of Chemical Engineering The Ohio State University

More information

Independent Component Analysis for Redundant Sensor Validation

Independent Component Analysis for Redundant Sensor Validation Independent Component Analysis for Redundant Sensor Validation Jun Ding, J. Wesley Hines, Brandon Rasmussen The University of Tennessee Nuclear Engineering Department Knoxville, TN 37996-2300 E-mail: hines2@utk.edu

More information

A Coupled Helmholtz Machine for PCA

A Coupled Helmholtz Machine for PCA A Coupled Helmholtz Machine for PCA Seungjin Choi Department of Computer Science Pohang University of Science and Technology San 3 Hyoja-dong, Nam-gu Pohang 79-784, Korea seungjin@postech.ac.kr August

More information

Streaming multiscale anomaly detection

Streaming multiscale anomaly detection Streaming multiscale anomaly detection DATA-ENS Paris and ThalesAlenia Space B Ravi Kiran, Université Lille 3, CRISTaL Joint work with Mathieu Andreux beedotkiran@gmail.com June 20, 2017 (CRISTaL) Streaming

More information

Multivariate Statistics (I) 2. Principal Component Analysis (PCA)

Multivariate Statistics (I) 2. Principal Component Analysis (PCA) Multivariate Statistics (I) 2. Principal Component Analysis (PCA) 2.1 Comprehension of PCA 2.2 Concepts of PCs 2.3 Algebraic derivation of PCs 2.4 Selection and goodness-of-fit of PCs 2.5 Algebraic derivation

More information

Independent Component Analysis and Its Application on Accelerator Physics

Independent Component Analysis and Its Application on Accelerator Physics Independent Component Analysis and Its Application on Accelerator Physics Xiaoying Pang LA-UR-12-20069 ICA and PCA Similarities: Blind source separation method (BSS) no model Observed signals are linear

More information

Control Introduction. Gustaf Olsson IEA Lund University.

Control Introduction. Gustaf Olsson IEA Lund University. Control Introduction Gustaf Olsson IEA Lund University Gustaf.Olsson@iea.lth.se Lecture 3 Dec Nonlinear and linear systems Aeration, Growth rate, DO saturation Feedback control Cascade control Manipulated

More information

Lecture 13. Principal Component Analysis. Brett Bernstein. April 25, CDS at NYU. Brett Bernstein (CDS at NYU) Lecture 13 April 25, / 26

Lecture 13. Principal Component Analysis. Brett Bernstein. April 25, CDS at NYU. Brett Bernstein (CDS at NYU) Lecture 13 April 25, / 26 Principal Component Analysis Brett Bernstein CDS at NYU April 25, 2017 Brett Bernstein (CDS at NYU) Lecture 13 April 25, 2017 1 / 26 Initial Question Intro Question Question Let S R n n be symmetric. 1

More information

AFAULT diagnosis procedure is typically divided into three

AFAULT diagnosis procedure is typically divided into three 576 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 47, NO. 4, APRIL 2002 A Robust Detection and Isolation Scheme for Abrupt and Incipient Faults in Nonlinear Systems Xiaodong Zhang, Marios M. Polycarpou,

More information

Multiobjective optimization for automatic tuning of robust Model Based Predictive Controllers

Multiobjective optimization for automatic tuning of robust Model Based Predictive Controllers Proceedings of the 7th World Congress The International Federation of Automatic Control Multiobjective optimization for automatic tuning of robust Model Based Predictive Controllers P.Vega*, M. Francisco*

More information

Nonlinear process monitoring using kernel principal component analysis

Nonlinear process monitoring using kernel principal component analysis Chemical Engineering Science 59 (24) 223 234 www.elsevier.com/locate/ces Nonlinear process monitoring using kernel principal component analysis Jong-Min Lee a, ChangKyoo Yoo b, Sang Wook Choi a, Peter

More information

Emerging trends in Statistical Process Control of Industrial Processes. Marco S. Reis

Emerging trends in Statistical Process Control of Industrial Processes. Marco S. Reis Emerging trends in Statistical Process Control of Industrial Processes Marco S. Reis Guimarães, July 15 th, 16 Chemical Process Engineering and Forest Products Research Center CIEPQPF Department of Chemical

More information

Eigenface-based facial recognition

Eigenface-based facial recognition Eigenface-based facial recognition Dimitri PISSARENKO December 1, 2002 1 General This document is based upon Turk and Pentland (1991b), Turk and Pentland (1991a) and Smith (2002). 2 How does it work? The

More information

Least Squares Optimization

Least Squares Optimization Least Squares Optimization The following is a brief review of least squares optimization and constrained optimization techniques. Broadly, these techniques can be used in data analysis and visualization

More information

HST.582J / 6.555J / J Biomedical Signal and Image Processing Spring 2007

HST.582J / 6.555J / J Biomedical Signal and Image Processing Spring 2007 MIT OpenCourseWare http://ocw.mit.edu HST.582J / 6.555J / 16.456J Biomedical Signal and Image Processing Spring 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

ISSN: (Online) Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at:

More information

Fault Detection Approach Based on Weighted Principal Component Analysis Applied to Continuous Stirred Tank Reactor

Fault Detection Approach Based on Weighted Principal Component Analysis Applied to Continuous Stirred Tank Reactor Send Orders for Reprints to reprints@benthamscience.ae 9 he Open Mechanical Engineering Journal, 5, 9, 9-97 Open Access Fault Detection Approach Based on Weighted Principal Component Analysis Applied to

More information

Multilayer Perceptron

Multilayer Perceptron Outline Hong Chang Institute of Computing Technology, Chinese Academy of Sciences Machine Learning Methods (Fall 2012) Outline Outline I 1 Introduction 2 Single Perceptron 3 Boolean Function Learning 4

More information

NON-NEGATIVE SPARSE CODING

NON-NEGATIVE SPARSE CODING NON-NEGATIVE SPARSE CODING Patrik O. Hoyer Neural Networks Research Centre Helsinki University of Technology P.O. Box 9800, FIN-02015 HUT, Finland patrik.hoyer@hut.fi To appear in: Neural Networks for

More information

Supply chain monitoring: a statistical approach

Supply chain monitoring: a statistical approach European Symposium on Computer Arded Aided Process Engineering 15 L. Puigjaner and A. Espuña (Editors) 2005 Elsevier Science B.V. All rights reserved. Supply chain monitoring: a statistical approach Fernando

More information

New Adaptive Kernel Principal Component Analysis for Nonlinear Dynamic Process Monitoring

New Adaptive Kernel Principal Component Analysis for Nonlinear Dynamic Process Monitoring Appl. Math. Inf. Sci. 9, o. 4, 8-845 (5) 8 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/.785/amis/94 ew Adaptive Kernel Principal Component Analysis for onlinear

More information

Data Mining and Analysis: Fundamental Concepts and Algorithms

Data Mining and Analysis: Fundamental Concepts and Algorithms Data Mining and Analysis: Fundamental Concepts and Algorithms dataminingbook.info Mohammed J. Zaki 1 Wagner Meira Jr. 2 1 Department of Computer Science Rensselaer Polytechnic Institute, Troy, NY, USA

More information

MULTICHANNEL SIGNAL PROCESSING USING SPATIAL RANK COVARIANCE MATRICES

MULTICHANNEL SIGNAL PROCESSING USING SPATIAL RANK COVARIANCE MATRICES MULTICHANNEL SIGNAL PROCESSING USING SPATIAL RANK COVARIANCE MATRICES S. Visuri 1 H. Oja V. Koivunen 1 1 Signal Processing Lab. Dept. of Statistics Tampere Univ. of Technology University of Jyväskylä P.O.

More information

MATH 829: Introduction to Data Mining and Analysis Principal component analysis

MATH 829: Introduction to Data Mining and Analysis Principal component analysis 1/11 MATH 829: Introduction to Data Mining and Analysis Principal component analysis Dominique Guillot Departments of Mathematical Sciences University of Delaware April 4, 2016 Motivation 2/11 High-dimensional

More information

Neural-wavelet Methodology for Load Forecasting

Neural-wavelet Methodology for Load Forecasting Journal of Intelligent and Robotic Systems 31: 149 157, 2001. 2001 Kluwer Academic Publishers. Printed in the Netherlands. 149 Neural-wavelet Methodology for Load Forecasting RONG GAO and LEFTERI H. TSOUKALAS

More information

Dominant Feature Vectors Based Audio Similarity Measure

Dominant Feature Vectors Based Audio Similarity Measure Dominant Feature Vectors Based Audio Similarity Measure Jing Gu 1, Lie Lu 2, Rui Cai 3, Hong-Jiang Zhang 2, and Jian Yang 1 1 Dept. of Electronic Engineering, Tsinghua Univ., Beijing, 100084, China 2 Microsoft

More information

Machine Learning. Principal Components Analysis. Le Song. CSE6740/CS7641/ISYE6740, Fall 2012

Machine Learning. Principal Components Analysis. Le Song. CSE6740/CS7641/ISYE6740, Fall 2012 Machine Learning CSE6740/CS7641/ISYE6740, Fall 2012 Principal Components Analysis Le Song Lecture 22, Nov 13, 2012 Based on slides from Eric Xing, CMU Reading: Chap 12.1, CB book 1 2 Factor or Component

More information

Dimensionality Reduction Using PCA/LDA. Hongyu Li School of Software Engineering TongJi University Fall, 2014

Dimensionality Reduction Using PCA/LDA. Hongyu Li School of Software Engineering TongJi University Fall, 2014 Dimensionality Reduction Using PCA/LDA Hongyu Li School of Software Engineering TongJi University Fall, 2014 Dimensionality Reduction One approach to deal with high dimensional data is by reducing their

More information

Impeller Fault Detection for a Centrifugal Pump Using Principal Component Analysis of Time Domain Vibration Features

Impeller Fault Detection for a Centrifugal Pump Using Principal Component Analysis of Time Domain Vibration Features Impeller Fault Detection for a Centrifugal Pump Using Principal Component Analysis of Time Domain Vibration Features Berli Kamiel 1,2, Gareth Forbes 2, Rodney Entwistle 2, Ilyas Mazhar 2 and Ian Howard

More information

Study on Classification Methods Based on Three Different Learning Criteria. Jae Kyu Suhr

Study on Classification Methods Based on Three Different Learning Criteria. Jae Kyu Suhr Study on Classification Methods Based on Three Different Learning Criteria Jae Kyu Suhr Contents Introduction Three learning criteria LSE, TER, AUC Methods based on three learning criteria LSE:, ELM TER:

More information

Computational paradigms for the measurement signals processing. Metodologies for the development of classification algorithms.

Computational paradigms for the measurement signals processing. Metodologies for the development of classification algorithms. Computational paradigms for the measurement signals processing. Metodologies for the development of classification algorithms. January 5, 25 Outline Methodologies for the development of classification

More information

Independent Component Analysis. Contents

Independent Component Analysis. Contents Contents Preface xvii 1 Introduction 1 1.1 Linear representation of multivariate data 1 1.1.1 The general statistical setting 1 1.1.2 Dimension reduction methods 2 1.1.3 Independence as a guiding principle

More information

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter (Chair) STF - China Fellow francesco.dimaio@polimi.it

More information

Principal Component Analysis

Principal Component Analysis Principal Component Analysis Anders Øland David Christiansen 1 Introduction Principal Component Analysis, or PCA, is a commonly used multi-purpose technique in data analysis. It can be used for feature

More information

c Springer, Reprinted with permission.

c Springer, Reprinted with permission. Zhijian Yuan and Erkki Oja. A FastICA Algorithm for Non-negative Independent Component Analysis. In Puntonet, Carlos G.; Prieto, Alberto (Eds.), Proceedings of the Fifth International Symposium on Independent

More information

Artificial Neural Networks Examination, June 2005

Artificial Neural Networks Examination, June 2005 Artificial Neural Networks Examination, June 2005 Instructions There are SIXTY questions. (The pass mark is 30 out of 60). For each question, please select a maximum of ONE of the given answers (either

More information

Artificial Neural Networks Examination, March 2004

Artificial Neural Networks Examination, March 2004 Artificial Neural Networks Examination, March 2004 Instructions There are SIXTY questions (worth up to 60 marks). The exam mark (maximum 60) will be added to the mark obtained in the laborations (maximum

More information

TWO METHODS FOR ESTIMATING OVERCOMPLETE INDEPENDENT COMPONENT BASES. Mika Inki and Aapo Hyvärinen

TWO METHODS FOR ESTIMATING OVERCOMPLETE INDEPENDENT COMPONENT BASES. Mika Inki and Aapo Hyvärinen TWO METHODS FOR ESTIMATING OVERCOMPLETE INDEPENDENT COMPONENT BASES Mika Inki and Aapo Hyvärinen Neural Networks Research Centre Helsinki University of Technology P.O. Box 54, FIN-215 HUT, Finland ABSTRACT

More information

Multiple Similarities Based Kernel Subspace Learning for Image Classification

Multiple Similarities Based Kernel Subspace Learning for Image Classification Multiple Similarities Based Kernel Subspace Learning for Image Classification Wang Yan, Qingshan Liu, Hanqing Lu, and Songde Ma National Laboratory of Pattern Recognition, Institute of Automation, Chinese

More information

PCA, Kernel PCA, ICA

PCA, Kernel PCA, ICA PCA, Kernel PCA, ICA Learning Representations. Dimensionality Reduction. Maria-Florina Balcan 04/08/2015 Big & High-Dimensional Data High-Dimensions = Lot of Features Document classification Features per

More information

Introduction to Principal Component Analysis (PCA)

Introduction to Principal Component Analysis (PCA) Introduction to Principal Component Analysis (PCA) NESAC/BIO NESAC/BIO Daniel J. Graham PhD University of Washington NESAC/BIO MVSA Website 2010 Multivariate Analysis Multivariate analysis (MVA) methods

More information

Lecture 16: Small Sample Size Problems (Covariance Estimation) Many thanks to Carlos Thomaz who authored the original version of these slides

Lecture 16: Small Sample Size Problems (Covariance Estimation) Many thanks to Carlos Thomaz who authored the original version of these slides Lecture 16: Small Sample Size Problems (Covariance Estimation) Many thanks to Carlos Thomaz who authored the original version of these slides Intelligent Data Analysis and Probabilistic Inference Lecture

More information