Fault detection and isolation

From Wikipedia the free encyclopedia

Fault detection, isolation, and recovery (FDIR) is a subfield of control engineering which concerns itself with monitoring a system, identifying when a fault has occurred, and pinpointing the type of fault and its location. Two approaches can be distinguished: A direct pattern recognition of sensor readings that indicate a fault and an analysis of the discrepancy between the sensor readings and expected values, derived from some model. In the latter case, it is typical that a fault is said to be detected if the discrepancy or residual goes above a certain threshold. It is then the task of fault isolation to categorize the type of fault and its location in the machinery. Fault detection and isolation (FDI) techniques can be broadly classified into two categories. These include model-based FDI and signal processing based FDI.

Model-based FDI[edit]

Example of model-based FDI logic for an actuator in an aircraft elevator control system[1]

In model-based FDI techniques some model of the system is used to decide about the occurrence of fault. The system model may be mathematical or knowledge based. Some of the model-based FDI techniques include[2] observer-based approach, parity-space approach, and parameter identification based methods. There is another trend of model-based FDI schemes, which is called set-membership methods. These methods guarantee the detection of fault under certain conditions. The main difference is that instead of finding the most likely model, these techniques omit the models, which are not compatible with data.[3][4]

The example shown in the figure on the right illustrates a model-based FDI technique for an aircraft elevator reactive controller through the use of a truth table and a state chart. The truth table defines how the controller reacts to detected faults, and the state chart defines how the controller switches between the different modes of operation (passive, active, standby, off, and isolated) of each actuator. For example, if a fault is detected in hydraulic system 1, then the truth table sends an event to the state chart that the left inner actuator should be turned off. One of the benefits of this model-based FDI technique is that this reactive controller can also be connected to a continuous-time model of the actuator hydraulics, allowing the study of switching transients.[5]

Signal processing based FDI[edit]

In signal processing based FDI, some mathematical or statistical operations are performed on the measurements, or some neural network is trained using measurements to extract the information about the fault.[6][7][8][9]

A good example of signal processing based FDI is time domain reflectometry where a signal is sent down a cable or electrical line and the reflected signal is compared mathematically to original signal to identify faults. Spread Spectrum Time Domain Reflectometry, for instance, involves sending down a spread spectrum signal down a wire line to detect wire faults.[10] Several clustering methods have also been proposed to identify the novel fault and segment a given signal into normal and faulty segments.[11]

Machine fault diagnosis[edit]

Machine fault diagnosis is a field of mechanical engineering concerned with finding faults arising in machines. A particularly well developed part of it applies specifically to rotating machinery, one of the most common types encountered. To identify the most probable faults leading to failure, many methods are used for data collection, including vibration monitoring, thermal imaging, oil particle analysis, etc. Then these data are processed utilizing methods like spectral analysis, wavelet analysis, wavelet transform, short term Fourier transform, Gabor Expansion, Wigner-Ville distribution (WVD), cepstrum, bispectrum, correlation method, high resolution spectral analysis, waveform analysis (in the time domain, because spectral analysis usually concerns only frequency distribution and not phase information) and others. The results of this analysis are used in a root cause failure analysis in order to determine the original cause of the fault. For example, if a bearing fault is diagnosed, then it is likely that the bearing was not itself damaged at installation, but rather as the consequence of another installation error (e.g., misalignment) which then led to bearing damage. Diagnosing the bearing's damaged state is not enough for precision maintenance purposes. The root cause needs to be identified and remedied. If this is not done, the replacement bearing will soon wear out for the same reason and the machine will suffer more damage, remaining dangerous. Of course, the cause may also be visible as a result of the spectral analysis undertaken at the data-collection stage, but this may not always be the case.

The most common technique for detecting faults is the time-frequency analysis technique. For a rotating machine, the rotational speed of the machine (often known as the RPM), is not a constant, especially not during the start-up and shutdown stages of the machine. Even if the machine is running in the steady state, the rotational speed will vary around a steady-state mean value, and this variation depends on load and other factors. Since sound and vibration signals obtained from a rotating machine are strongly related to its rotational speed, it can be said that they are time-variant signals in nature. These time-variant features carry the machine fault signatures. Consequently, how these features are extracted and interpreted is important to research and industrial applications.

The most common method used in signal analysis is the FFT, or Fourier transform. The Fourier transform and its inverse counterpart offer two perspectives to study a signal: via the time domain or via the frequency domain. The FFT-based spectrum of a time signal shows us the existence of its frequency contents. By studying these and their magnitude or phase relations, we can obtain various types of information, such as harmonics, sidebands, beat frequency, bearing fault frequency and so on. However, the FFT is only suitable for signals whose frequency contents do not change over time; however, as mentioned above, the frequency contents of the sound and vibration signals obtained from a rotating machine are very much time-dependent. For this reason, FFT-based spectra are unable to detect how the frequency contents develop over time. To be more specific, if the RPM of a machine is increasing or decreasing during its startup or shutdown period, its bandwidth in the FFT spectrum will become much wider than it would be simply for the steady state. Hence, in such a case, the harmonics are not so distinguishable in the spectrum.

The time frequency approach for machine fault diagnosis can be divided into two broad categories: linear methods and the quadratic methods. The difference is that linear transforms can be inverted to construct the time signal, thus, they are more suitable for signal processing, such as noise reduction and time-varying filtering. Although the quadratic method describes the energy distribution of a signal in the joint time frequency domain, which is useful for analysis, classification, and detection of signal features, phase information is lost in the quadratic time-frequency representation; also, the time histories cannot be reconstructed with this method.

The short-term Fourier transform (STFT) and the Gabor transform are two algorithms commonly used as linear time-frequency methods. If we consider linear time-frequency analysis to be the evolution of the conventional FFT, then quadratic time frequency analysis would be the power spectrum counterpart. Quadratic algorithms include the Gabor spectrogram, Cohen's class and the adaptive spectrogram. The main advantage of time frequency analysis is discovering the patterns of frequency changes, which usually represent the nature of the signal. As long as this pattern is identified the machine fault associated with this pattern can be identified. Another important use of time frequency analysis is the ability to filter out a particular frequency component using a time-varying filter.

Robust fault diagnosis[edit]

In practice, model uncertainties and measurement noise can complicate fault detection and isolation.[12]

As a result, using fault diagnostics to meet industrial needs in a cost-effective way, and to reduce maintenance costs without requiring more investments than the cost of what is to be avoided in the first place, requires an effective scheme of applying them. This is the subject of maintenance, repair and operations; the different strategies include:

Fault detection and diagnosis using artificial intelligence[edit]

Machine learning techniques for fault detection and diagnosis[edit]

In fault detection and diagnosis, mathematical classification models which in fact belong to supervised learning methods, are trained on the training set of a labeled dataset to accurately identify the redundancies, faults and anomalous samples. During the past decades, there are different classification and preprocessing models that have been developed and proposed in this research area.[13] K-nearest-neighbors algorithm (kNN) is one of the oldest techniques which has been used to solve fault detection and diagnosis problems.[14] Despite the simple logic that this instance-based algorithm has, there are some problems with large dimensionality and processing time when it is used on large datasets.[15] Since kNN is not able to automatically extract the features to overcome the curse of dimensionality, so often some data preprocessing techniques like Principal component analysis(PCA), Linear discriminant analysis(LDA) or Canonical correlation analysis(CCA) accompany it to reach a better performance.[16] In many industrial cases, the effectiveness of kNN has been compared with other methods, specially with more complex classification models such as Support Vector Machines (SVMs), which is widely used in this field. Thanks to their appropriate nonlinear mapping using kernel methods, SVMs have an impressive performance in generalization, even with small training data.[17] However, general SVMs do not have automatic feature extraction themselves and just like kNN, are often coupled with a data pre-processing technique.[18] Another drawback of SVMs is that their performance is highly sensitive to the initial parameters, particularly to the kernel methods,[19] so in each signal dataset, a parameter tuning process is required to be conducted first. Therefore, the low speed of the training phase is a limitation of SVMs when it comes to its usage in fault detection and diagnosis cases.[20]

Time domain waveform (top) and CWTS (bottom) of a normal signal

Artificial Neural Networks (ANNs) are among the most mature and widely used mathematical classification algorithms in fault detection and diagnosis. ANNs are well-known for their efficient self-learning capabilities of the complex relations (which generally exist inherently in fault detection and diagnosis problems) and are easy to operate.[18] Another advantage of ANNs is that they perform automatic feature extraction by allocating negligible weights to the irrelevant features, helping the system to avoid dealing with another feature extractor.[21] However, ANNs tend to over-fit the training set, which will have consequences of having poor validation accuracy on the validation set. Hence, often, some regularization terms and prior knowledge are added to the ANN model to avoid over-fitting and achieve higher performance. Moreover, properly determining the size of the hidden layer needs an exhaustive parameter tuning, to avoid poor approximation and generalization capabilities.[20] In general, different SVMs and ANNs models (i.e. Back-Propagation Neural Networks and Multi-Layer Perceptron) have shown successful performances in the fault detection and diagnosis in industries such as gearbox,[22] machinery parts (i.e. mechanical bearings[23]), compressors,[24] wind and gas turbines[25][26] and steel plates.[27]

Deep learning techniques for fault detection and diagnosis[edit]

Typical architecture of a Convolutional Neural Network

With the research advances in ANNs and the advent of deep learning algorithms using deep and complex layers, novel classification models have been developed to cope with fault detection and diagnosis.[28] Most of the shallow learning models extract a few feature values from signals, causing a dimensionality reduction from the original signal. By using Convolutional neural networks, the continuous wavelet transform scalogram can be directly classified to normal and faulty classes. Such a technique avoids omitting any important fault message and results in a better performance of fault detection and diagnosis.[29] In addition, by transforming signals to image constructions, 2D Convolutional neural networks can be implemented to identify faulty signals from vibration image features.[30]

Deep belief networks,[31] Restricted Boltzmann machines[32] and Autoencoders[33] are other deep neural networks architectures which have been successfully used in this field of research. In comparison to traditional machine learning, due to their deep architecture, deep learning models are able to learn more complex structures from datasets, however, they need larger samples and longer processing time to achieve higher accuracy.[18]

Fault recovery[edit]

Fault Recovery in FDIR is the action taken after a failure has been detected and isolated to return the system to a stable state. Some examples of fault recoveries are:

  • Switch-off of a faulty equipment
  • Switch-over from a faulty equipment to a redundant equipment
  • Change of state of the complete system into a Safe Mode with limited functionalities

See also[edit]

References[edit]

  1. ^ Jason R. Ghidella and Pieter J. Mosterman, "Requirements-Based Testing in Aircraft Control Design," Paper ID AIAA 2005-5886 in AIAA Modeling and Simulations Technologies Conference and Exhibit 2005, August 15-18, San Francisco, California, 2005.
  2. ^ Ding, S.X., Model-based fault diagnosis techniques, Springer 2008
  3. ^ Harirchi, Farshad; Ozay, Necmiye (2015). "Model Invalidation for Switched Affine Systems with Applications to Fault and Anomaly Detection**This work is supported in part by DARPA grant N66001-14-1-4045". IFAC-PapersOnLine. 48 (27): 260–266. doi:10.1016/j.ifacol.2015.11.185.
  4. ^ Farshad Harirchi and Necmiye Ozay, "Guaranteed Model-Based Fault Detection in Cyber-Physical Systems: A Model Invalidation Approach", arXiv
  5. ^ "Pieter J. Mosterman and Jason Ghidella, "Model Reuse for the Training of Fault Scenarios in Aerospace," in Proceedings of the AIAA Modeling and Simulation Technologies Conference, CD-ROM, paper 2004-4931, August 16 - 19, Rhode Island Convention Center, Providence, RI, 2004". Archived from the original on 2013-01-28. Retrieved 2011-06-07.
  6. ^ Liu, Jie (2012). "Shannon wavelet spectrum analysis on truncated vibration signals for machine incipient fault detection". Measurement Science and Technology. 23 (5): 1–11. Bibcode:2012MeScT..23e5604L. doi:10.1088/0957-0233/23/5/055604. S2CID 121684952.
  7. ^ Ahmadimanesh, Alireza, and S. Mohammad Shahrtash. "Transient-based fault-location method for multiterminal lines employing S-transform." IEEE transactions on power delivery 28.3 (2013): 1373-1380.
  8. ^ Ahmadimanesh, Alireza, and Seyyed Mohammad Shahrtash. "Time–time-transform-based fault location algorithm for three-terminal transmission lines." IET Generation, Transmission & Distribution 7.5 (2013): 464-473.
  9. ^ Ahmadimanesh, A., and S. M. Shahrtash. "Employing S-transform for fault location in three terminal lines." Environment and Electrical Engineering (EEEIC), 2011 10th International Conference on. IEEE, 2011.
  10. ^ Furse, Cynthia; Smith, Paul; Lo, Chet. "Spread Spectrum Sensors for Critical Fault Location Archived 2010-05-01 at archive.today on Live Wire Networks" Structural Control and Health Monitoring June 6, 2005.
  11. ^ Bahrampour, Soheil; Moshiri, Behzad; Salahshour, Karim. "Weighted and constrained possibilistic C-means clustering for online fault detection and isolation [1]" Applied Intelligence, Vol 35, pp. 269-284, 2011 June 6th, 2005.
  12. ^ "Robust residual selection for fault detection", 2014.
  13. ^ Chen, Kunjin; Huang, Caowei; He, Jinliang (1 April 2016). "Fault detection, classification and location for transmission lines and distribution systems: a review on the methods". High Voltage. 1 (1): 25–33. doi:10.1049/hve.2016.0005.
  14. ^ Verdier, Ghislain; Ferreira, Ariane (February 2011). "Adaptive Mahalanobis Distance and $k$-Nearest Neighbor Rule for Fault Detection in Semiconductor Manufacturing". IEEE Transactions on Semiconductor Manufacturing. 24 (1): 59–68. doi:10.1109/TSM.2010.2065531. S2CID 23707431.
  15. ^ Tian, Jing; Morillo, Carlos; Azarian, Michael H.; Pecht, Michael (March 2016). "Motor Bearing Fault Detection Using Spectral Kurtosis-Based Feature Extraction Coupled With K-Nearest Neighbor Distance Analysis". IEEE Transactions on Industrial Electronics. 63 (3): 1793–1803. doi:10.1109/TIE.2015.2509913. S2CID 265207.
  16. ^ Safizadeh, M.S.; Latifi, S.K. (July 2014). "Using multi-sensor data fusion for vibration fault diagnosis of rolling element bearings by accelerometer and load cell". Information Fusion. 18: 1–8. doi:10.1016/j.inffus.2013.10.002.
  17. ^ Liu, Jie; Zio, Enrico (December 2016). "Feature vector regression with efficient hyperparameters tuning and geometric interpretation". Neurocomputing. 218: 411–422. doi:10.1016/j.neucom.2016.08.093.
  18. ^ a b c Liu, Ruonan; Yang, Boyuan; Zio, Enrico; Chen, Xuefeng (August 2018). "Artificial intelligence for fault diagnosis of rotating machinery: A review". Mechanical Systems and Signal Processing. 108: 33–47. Bibcode:2018MSSP..108...33L. doi:10.1016/j.ymssp.2018.02.016. S2CID 125976702.
  19. ^ Genton, Marc G. (2001). "Classes of Kernels for Machine Learning: A Statistics Perspective". Journal of Machine Learning Research. 2: 299–312. doi:10.1162/15324430260185646.
  20. ^ a b Kotsiantis, S.B.; Zaharakis, I.D.; Pintelas, P.E. (2006). "Machine learning: a review of classification and combining techniques". Artificial Intelligence Review. 26 (3): 159–190. doi:10.1007/s10462-007-9052-3. S2CID 1721126.
  21. ^ Vercellis, Carlo (2008). Business intelligence : data mining and optimization for decision making ([Online-Ausg.]. ed.). Hoboken, N.J.: Wiley. p. 436. ISBN 978-0-470-51138-1.
  22. ^ Saravanan, N.; Siddabattuni, V.N.S. Kumar; Ramachandran, K.I. (January 2010). "Fault diagnosis of spur bevel gear box using artificial neural network (ANN), and proximal support vector machine (PSVM)". Applied Soft Computing. 10 (1): 344–360. doi:10.1016/j.asoc.2009.08.006.
  23. ^ Hui, Kar Hoou; Ooi, Ching Sheng; Lim, Meng Hee; Leong, Mohd Salman (15 November 2016). "A hybrid artificial neural network with Dempster-Shafer theory for automated bearing fault diagnosis". Journal of Vibroengineering. 18 (7): 4409–4418. doi:10.21595/jve.2016.17024.
  24. ^ Qi, Guanqiu; Zhu, Zhiqin; Erqinhu, Ke; Chen, Yinong; Chai, Yi; Sun, Jian (January 2018). "Fault-diagnosis for reciprocating compressors using big data and machine learning". Simulation Modelling Practice and Theory. 80: 104–127. doi:10.1016/j.simpat.2017.10.005. S2CID 5850817.
  25. ^ Santos, Pedro; Villa, Luisa; Reñones, Aníbal; Bustillo, Andres; Maudes, Jesús (9 March 2015). "An SVM-Based Solution for Fault Detection in Wind Turbines". Sensors. 15 (3): 5627–5648. Bibcode:2015Senso..15.5627S. doi:10.3390/s150305627. PMC 4435112. PMID 25760051.
  26. ^ Wong, Pak Kin; Yang, Zhixin; Vong, Chi Man; Zhong, Jianhua (March 2014). "Real-time fault diagnosis for gas turbine generator systems using extreme learning machine". Neurocomputing. 128: 249–257. doi:10.1016/j.neucom.2013.03.059.
  27. ^ Tian, Yang; Fu, Mengyu; Wu, Fang (March 2015). "Steel plates fault diagnosis on the basis of support vector machines". Neurocomputing. 151: 296–303. doi:10.1016/j.neucom.2014.09.036.
  28. ^ Lv, Feiya; Wen, Chenglin; Bao, Zejing; Liu, Meiqin (July 2016). "Fault diagnosis based on deep learning". 2016 American Control Conference (ACC). pp. 6851–6856. doi:10.1109/ACC.2016.7526751. ISBN 978-1-4673-8682-1. S2CID 6019009.
  29. ^ Guo, Sheng; Yang, Tao; Gao, Wei; Zhang, Chen (4 May 2018). "A Novel Fault Diagnosis Method for Rotating Machinery Based on a Convolutional Neural Network". Sensors. 18 (5): 1429. Bibcode:2018Senso..18.1429G. doi:10.3390/s18051429. PMC 5982639. PMID 29734704.
  30. ^ Hoang, Duy-Tang; Kang, Hee-Jun (2019). "Rolling element bearing fault diagnosis using convolutional neural network and vibration image". Cognitive Systems Research. 53: 42–50. doi:10.1016/j.cogsys.2018.03.002. S2CID 53265827.
  31. ^ Lei, Yaguo; Jia, Feng; Lin, Jing; Xing, Saibo; Ding, Steven X. (May 2016). "An Intelligent Fault Diagnosis Method Using Unsupervised Feature Learning Towards Mechanical Big Data". IEEE Transactions on Industrial Electronics. 63 (5): 3137–3147. doi:10.1109/TIE.2016.2519325. S2CID 2380770.
  32. ^ Shao, Haidong; Jiang, Hongkai; Zhang, Xun; Niu, Maogui (1 November 2015). "Rolling bearing fault diagnosis using an optimization deep belief network". Measurement Science and Technology. 26 (11): 115002. Bibcode:2015MeScT..26k5002S. doi:10.1088/0957-0233/26/11/115002. S2CID 123774474.
  33. ^ Jia, Feng; Lei, Yaguo; Lin, Jing; Zhou, Xin; Lu, Na (May 2016). "Deep neural networks: A promising tool for fault characteristic mining and intelligent diagnosis of rotating machinery with massive data". Mechanical Systems and Signal Processing. 72–73: 303–315. Bibcode:2016MSSP...72..303J. doi:10.1016/j.ymssp.2015.10.025.