scispace - formally typeset
Search or ask a question
Author

Ruihua Liu

Bio: Ruihua Liu is an academic researcher. The author has contributed to research in topics: Condition monitoring & Statistical process control. The author has an hindex of 3, co-authored 3 publications receiving 247 citations.

Papers
More filters
Journal ArticleDOI
Long Wang1, Zijun Zhang1, Huan Long1, Jia Xu, Ruihua Liu 
TL;DR: The feasibility of monitoring the health of wind turbine (WT) gearboxes based on the lubricant pressure data in the supervisory control and data acquisition system is investigated and a deep neural network (DNN)-based framework is developed to monitor conditions of WT gearboxes and identify their impending failures.
Abstract: The feasibility of monitoring the health of wind turbine (WT) gearboxes based on the lubricant pressure data in the supervisory control and data acquisition system is investigated in this paper. A deep neural network (DNN)-based framework is developed to monitor conditions of WT gearboxes and identify their impending failures. Six data-mining algorithms, the k- nearest neighbors, least absolute shrinkage and selection operator, ridge regression (Ridge), support vector machines, shallow neural network, as well as DNN, are applied to model the lubricant pressure. A comparative analysis of developed data-driven models is conducted and the DNN model is the most accurate. To prevent the overfitting of the DNN model, a dropout algorithm is applied into the DNN training process. Computational results show that the prediction error will shift before the occurrences of gearbox failures. An exponentially weighted moving average control chart is deployed to derive criteria for detecting the shifts. The effectiveness of the proposed monitoring approach is demonstrated by examining real cases from wind farms in China and benchmarked against the gearbox monitoring based on the oil temperature data.

261 citations

Journal ArticleDOI
TL;DR: The computational results prove the capability of the proposed monitoring approach in identifying impending blade breakages and validated by blade breakage cases collected from wind farms located in China.
Abstract: Monitoring wind turbine blade breakages based on supervisory control and data acquisition (SCADA) data is investigated in this research. A preliminary data analysis is performed to demonstrate that existing SCADA features are unable to present irregular patterns prior to occurrences of blade breakages. A deep autoencoder (DA) model is introduced to derive an indicator of impending blade breakages, the reconstruction error (RE), from SCADA data. The DA model is a neural network of multiple hidden layers organized symmetrically. In training DA models, the restricted Boltzmann machine is applied to initialize weights and biases. The back-propagation method is subsequently employed to further optimize the network structure. Through examining SCADA data, we observe that the trend of RE will shift by the blade breakage. To effectively detect RE shifts through online monitoring, the exponentially weighted moving average control chart is deployed. The effectiveness of the proposed monitoring approach is validated by blade breakage cases collected from wind farms located in China. The computational results prove the capability of the proposed monitoring approach in identifying impending blade breakages.

105 citations

Proceedings ArticleDOI
Long Wang1, Huan Long1, Zijun Zhang1, Jia Xu, Ruihua Liu 
10 Nov 2016
TL;DR: The capacity of the monitoring model for detecting the abnormal behavior of gearbox is validated by two gearbox failure cases and a deep neural network (DNN) is trained with the data of normal gearboxes to predict its performance.
Abstract: A model for monitoring the wind turbine gearbox based on Supervisory Control and Data Acquisition (SCADA) data is developed. A deep neural network (DNN) is trained with the data of normal gearboxes to predict its performance. The developed DNN model is next tested with data of the normal and abnormal gearboxes. The abnormal behavior of the gearbox can be detected by the statistical process control charts via the fitting error. The capacity of the monitoring model for detecting the abnormal behavior of gearbox is validated by two gearbox failure cases.

5 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: This article presents a systematic review of artificial intelligence based system health management with an emphasis on recent trends of deep learning within the field and demonstrates plausible benefits for fault diagnosis and prognostics.

740 citations

Journal ArticleDOI
TL;DR: This paper reviews the recent literature on machine learning models that have been used for condition monitoring in wind turbines and shows that most models use SCADA or simulated data, with almost two-thirds of methods using classification and the rest relying on regression.

482 citations

Journal ArticleDOI
TL;DR: This paper focuses on data-driven methods for PdM, presents a comprehensive survey on its applications, and attempts to provide graduate students, companies, and institutions with the preliminary understanding of the existing works recently published.
Abstract: With the tremendous revival of artificial intelligence, predictive maintenance (PdM) based on data-driven methods has become the most effective solution to address smart manufacturing and industrial big data, especially for performing health perception (e.g., fault diagnosis and remaining life assessment). Moreover, because the existing PdM research is still in primary experimental stage, most works are conducted utilizing several open-datasets, and the combination with specific applications such as rotating machinery is especially rare. Hence, in this paper, we focus on data-driven methods for PdM, present a comprehensive survey on its applications, and attempt to provide graduate students, companies, and institutions with the preliminary understanding of the existing works recently published. Specifically, we first briefly introduce the PdM approach, illustrate our PdM scheme for automatic washing equipment , and demonstrate the challenges encountered when we conduct a PdM research. Second, we classify the specific industrial applications based on six algorithms of machine learning and deep learning (DL), and compare five performance metrics for each classification. Furthermore, the accuracy (a metric to evaluate the algorithm performance) of these PdM applications is analyzed in detail. There are some important conclusions: 1) the data used in the summarized literature are mostly from public datasets, such as case western reserve university (CWRU)/intelligent maintenance systems (IMS); and 2) in recent years, researchers seem to focus more on DL algorithms for PdM research. Finally, we summarize the common features regarding our surveyed PdM applications and discuss several potential directions.

266 citations

Journal ArticleDOI
TL;DR: A novel face-pose estimation framework named multitask manifold deep learning, based on feature extraction with improved convolutional neural networks (CNNs) and multimodal mapping relationship with multitask learning is proposed.
Abstract: Face-pose estimation aims at estimating the gazing direction with two-dimensional face images. It gives important communicative information and visual saliency. However, it is challenging because of lights, background, face orientations, and appearance visibility. Therefore, a descriptive representation of face images and mapping it to poses are critical. In this paper, we use multimodal data and propose a novel face-pose estimation framework named multitask manifold deep learning ( $\text{M}^2\text{DL}$ ). It is based on feature extraction with improved convolutional neural networks (CNNs) and multimodal mapping relationship with multitask learning. In the proposed CNNs, manifold regularized convolutional layers learn the relationship between outputs of neurons in a low-rank space. Besides, in the proposed mapping relationship learning method, different modals of face representations are naturally combined by applying multitask learning with incoherent sparse and low-rank learning with a least-squares loss. Experimental results on three challenging benchmark datasets demonstrate the performance of $\text{M}^2\text{DL}$ .

206 citations

Journal ArticleDOI
TL;DR: A data-driven framework to automatically detect wind turbine blade surface cracks based on images taken by unmanned aerial vehicles (UAVs) and Haar-like features are applied to depict crack regions and train a cascading classifier for detecting cracks.
Abstract: In this paper, a data-driven framework is proposed to automatically detect wind turbine blade surface cracks based on images taken by unmanned aerial vehicles (UAVs). Haar-like features are applied to depict crack regions and train a cascading classifier for detecting cracks. Two sets of Haar-like features, the original and extended Haar-like features, are utilized. Based on selected Haar-like features, an extended cascading classifier is developed to perform the crack detection through stage classifiers selected from a set of base models, the LogitBoost, Decision Tree, and Support Vector Machine. In the detection, a scalable scanning window is applied to locate crack regions based on developed cascading classifiers using the extended feature set. The effectiveness of the proposed data-driven crack detection framework is validated by both UAV-taken images collected from a commercial wind farm and artificially generated. The extended cascading classifier is compared with a cascading classifier developed by the LogitBoost only to show its advantages in the image-based crack detection. A computational study is performed to further demonstrate the success of the proposed framework in identifying the number of cracks and locating them in original images.

195 citations