This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
The seawater axial piston hydraulic pump is an important component of the deep-sea application. The normal operation of the seawater axial piston hydraulic pump is the core component of the hydraulic system for deep sea applications. Seawater hydraulic system requires a healthy operation of the seawater hydraulic pump. Zhai et al. [1] simulated the cavitation flow of the seawater hydraulic axial piston pump based on the Schnerr–Sauer model, and analyzed the fluctuations of the pump outlet flow and pressure under different inlet pressure conditions. Dong et al. [2] studied corrosion and wear in seawater hydraulic pumps and introduced a new type of seawater hydraulic piston pump with better suction characteristics. Nie [3] analyzed and summarized the current status of seawater hydraulic piston pumps [4]. The research progress of port valve distribution and port plate distribution is analyzed. Alobaidi [5] analyzed various levels of cavitation in different operation conditions. A detailed analysis of the results obtained from the acoustic signal was carried out to predict cavitation in the pump under different operating conditions. Alobaidi [6, 7] also used vibration to detect, diagnosed the cavitation phenomenon in centrifugal pumps, and analyzed the vibration signal results obtained in the time and frequency domains in order to better understand the detection of cavitation phenomenon in the pumps.
Hydraulic pump is a mechanical system, and its diagnosis is usually monitored by measuring vibration or noise signals. Empirical mode decomposition (EMD) is a signal decomposition method proposed by Huang et al. [8], which can adaptively decompose the signal to obtain a series of high-to-low intrinsic mode function (IMF). This method is widely used in signal processing. Wu et al. [9] proposed the ensemble empirical mode decomposition (EEMD) by using the statistical properties of Gaussian white noise uniform distribution. However, this method cannot completely neutralize the artificially added white noise, which will lead to misjudgment of fault diagnosis. The complementary ensemble empirical mode decomposition (CEEMD) reduces the residual white noise in the EEMD reconstructed signal by adding positive and negative pairs of Gaussian white noise to the original signal [10, 11].
Machine learning is a hot topic in today's scientific research, and it is also widely used in the field of fault diagnosis. Kankar [12] used Artificial Neural Network (ANN) and Support Vector Machine (SVM) to diagnose ball bearings [13–16] and conducted comparative experiments on the effectiveness of ANN and SVM. Shi et al. [17] proposed an early fault diagnosis method for manufacturing systems based on machine learning. The method of inductive learning is adopted to automatically obtain the statistical boundary vectors of the signal, and then a normal feature space is established, according to which an abnormal signal can be detected so that the faults in the complex system can be easily found. Alobaidi [18] extracted features from vibration signals that are used as inputs to the neural network. The method provided an intelligent system to be used in condition monitoring of centrifugal pumps. Huang et al. [19] proposed a new method for fault diagnosis hydraulic servo valve based on genetic algorithm for backpropagation neural network. Compared with other artificial neural networks, this method shortens the training time and improves the accuracy. However, the traditional machine learning method requires that the distribution of training data should be identical and sufficient [20], but seawater hydraulic pump is rarely used in engineering, and the fault data is relatively insufficient. Using seawater hydraulic pump fault data as training data is no longer suitable for traditional machine learning methods. Transfer learning is not limited to learning methods in which training data and test data have the same feature distribution. Transfer learning can learn to use the laws of knowledge in existing data to solve different but related fields, thereby effectively solving the problem of traditional machine learning.
In this paper, a fault diagnosis method for seawater axial piston hydraulic pump based on transfer learning is proposed. Section 1 introduces the signal processing method. Section 2 describes the research of transfer learning and transfer learning algorithm. Section 3 introduces the entire diagnosis process. Section 4 is to test and diagnose the fault, and diagnosis results are compared with the traditional machine learning method. This paper focuses on the application of transfer learning in fault diagnosis and proves that the transfer learning has higher diagnosis accuracy than the traditional machine learning algorithm in the case of few samples.
2. Theory of Algorithm
As shown in Figure 1, the complementary ensemble empirical mode decomposition (CEEMD) is used to decompose and select the original fault signal, and IMF representing the original signal is obtained. Singular value decomposition (SVD) is applied to IMF. Then, the singular value obtained by decomposition is used as the characteristic parameter. The characteristic data of seawater hydraulic pump and oil pump are used as target data and auxiliary data for training. The training data is trained by TrAdaBoost transfer learning algorithm based on iterative adjustment of weights.
[figure omitted; refer to PDF]
The vibration sensor is used to measure the radial vibration signal of the piston pump. The measurement error of acceleration sensor is 2.5 g. The radial vibration sensor is installed near the swash plate trunnion of the plunger pump, and the sampling frequency of the sensor is 2 KHz. The pressure sensor is used to measure the pressure signal at the inlet and outlet of the piston pump. LabWindows/CVI + RTX is used to edit the interactive interface of the host computer, and the latter is used to realize the communication between the software and the sensor and complete the analog to digital (A/D) conversion of the sensor input signal.
3.1. Uncertainty of Acceleration
The relative expanded uncertainty of acceleration sensor is
The relative expanded uncertainty of data acquisition system is
Since the above standard uncertainty components are independent of each other, the combined standard uncertainty is as follows:
4. Result and Discussion
Taking a group of bearing fault data in the oil hydraulic pump data as an example, the CEEMD is used to decompose the sampling signal to obtain nine IMF and calculate the correlation coefficient between each IMF and the original signal. As shown in Table 1, the top 6 IMF of the 9 IMF had large correlation with the original signal, so they are selected as the data for use. As shown in Figure 4, the top 6 IMF components are selected.
Table 1
Correlation coefficient between IMF and signal.
IMF | IMF1 | IMF2 | IMF3 | IMF4 | IMF5 | IMF6 | IMF7 | IMF8 | IMF9 |
Correlation coefficient | 0.838 | 0.282 | 0.277 | 0.180 | 0.171 | 0.112 | 0.083 | 0.008 | 0.003 |
The top 6 IMF components are selected, and SVD decomposition is performed on the IMF to calculate the singular values of sample data as a group of training data:
All the sample data are decomposed by CEEMD and SVD to form the training dataset. The data of seawater hydraulic pump is the target data, and the data of oil hydraulic pump is used as auxiliary data. In order to compare the two learning methods, the experimental data and feature extraction methods are unchanged, and the transfer learning algorithm is compared with the traditional machine learning algorithm. The auxiliary data is set to 100 groups. When the two learning modes have different sets of target data, the final fault diagnosis accuracy rate is compared.
It can be seen from Figure 5 that, in the case of a small amount of target data, the accuracy of conventional machine learning cannot be performed or the fault diagnosis is very low, and the transfer learning has a higher accuracy rate in this case. The smaller the number of target data, the more obvious the advantages of transfer learning. When the number of target data is 5 groups, the accuracy of transfer learning is 30.5% higher than that of SVM. The reason is that the classifiers trained by traditional machine learning are not accurate. However, transfer learning not only uses the target number data for training but also uses the data in the auxiliary data similar to the target data for training, which can train a better classifier.
[figure omitted; refer to PDF]
As the number of target data increases, the diagnostic accuracy rate of transfer learning and traditional machine learning will also increase. The accuracy of traditional machine learning and transfer learning is the same when the number of target data increases to 25 groups. When the number of target data continues to increase, the diagnostic accuracy of traditional machine learning is slightly higher than that of transfer learning. When the amount of target data is large enough, both learning methods can achieve good performance. The reason for the above phenomenon is that when the number of target data increases, the amount of training data of the conventional machine learning increases and the accuracy of the trained classifier increases. With the increase of the amount of target data of transfer learning, the TrAdaBoost algorithm can filter out more auxiliary data similar to the target data to train a higher precision classifier. When the amount of target data increases to a certain amount, the traditional machine learning has enough training data to train high-precision classifiers. However, during the transfer learning process, the small amount of noise data included in the auxiliary data in the training set will have a little influence on the accuracy of the trained classifier. Therefore, when the target data volume is sufficient, the diagnostic accuracy rate of the traditional machine learning is better than that of the transfer learning.
5. Conclusion
A fault diagnosis method for seawater hydraulic pump based on transfer learning is proposed. The method uses CEEMD and SVD for data feature extraction. The feature data of seawater hydraulic pump and oil pump are used as target data and auxiliary data to form training data. In the iterative learning process of transfer learning, valuable and important sample weights are increased from generation to generation, but the weights of the secondary sample are reduced from generation to generation. Finally, compared with SVM, the results of transfer learning still have a high accuracy rate in the case of few target training data. The method solves the limitation that the traditional machine learning is not applicable under the condition that the training data and the test data do not have the same feature, and target training data is few. The fault diagnosis method based on transfer learning will also be applicable to the fault diagnosis of bearings or gears under variable working conditions.
Acknowledgments
The authors would like to appreciate the support of National Natural Science Foundation of China (51605009, 51975011, and 51705026) and Fundamental Research Funds for the Central Universities (2019PTB-007).
[1] J. Zhai, Y. Zhao, H. Zhou, "Numerical simulation of cavitating flow in seawater hydraulic axial piston pump," Nongye Jixie Xuebao/Transactions of the Chinese Society of Agricultural Machinery, vol. 43 no. 11, pp. 244-249, DOI: 10.6041/j.issn.1000-1298.2012.11.045, 2012.
[2] W. Dong, L. Zhuangyun, Z. Yuquan, "Study of the key problems in a seawater hydraulic piston pump and its applications," Industrial Lubrication & Tribology, vol. 53 no. 5, pp. 211-216, DOI: 10.1108/EUM0000000005758, 2001.
[3] S. L. Nie, "Progress and prospect of seawater hydraulic piston pump," Chinese Hydraulics & Pneumatics, vol. 1, 2015.
[4] A. Halanay, C. A. Safta, I. Ursu, F. Ursu, "Stability of equilibria in a four-dimensional nonlinear model of a hydraulic servomechanism," Journal of Engineering Mathematics, vol. 49 no. 4, pp. 391-405, DOI: 10.1023/b:engi.0000032810.53387.d9, 2004.
[5] A. R. Alobaidi, "Experimental investigation of the effect of suction valve opening on the performance and detection of cavitation in the centrifugal pump based on acoustic analysis technique," Archives of Acoustics, vol. 44 no. 1, pp. 59-69, DOI: 10.24425/aoa.2019.126352, 2019.
[6] A. R. Alobaidi, "Investigation of effect of pump rotational speed on performance and detection of cavitation within a centrifugal pump using vibration analysis," Heliyon, vol. 5 no. 6,DOI: 10.1016/j.heliyon.2019.e01910, 2019.
[7] A. R. Alobaidi, "Detection of cavitation phenomenon within a centrifugal pump based on vibration analysis technique in both time and frequency domains," Experimental Techniques, vol. 44 no. 2,DOI: 10.1007/s40799-020-00362-z, 2020.
[8] E. Huang Norden, S. Zheng, R. Long Steven, "The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series analysis," Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, vol. 454 no. 1971, 1998. 1098/rspa.1998.0193
[9] Z. Wu, N. E. Huang, X. Chen, "The multi-dimensional ensemble empirical mode decomposition method," Advances in Adaptive Data Analysis, vol. 1 no. 3, pp. 339-372, DOI: 10.1142/s1793536909000187, 2009.
[10] J.-R. Yeh, J.-S. Shieh, N. E. Huang, "Complementary ensemble empirical mode decomposition: a novel noise enhanced data analysis method," Advances in Adaptive Data Analysis, vol. 2 no. 2, pp. 135-156, DOI: 10.1142/s1793536910000422, 2010.
[11] Z. Liye, Y. Wei, Y. Ruqiang, "Gearbox fault diagnosis using complementary ensemble empirical mode decomposition and permutation entropy," Shock and Vibration, vol. 2016,DOI: 10.1155/2016/3891429, 2016.
[12] P. K. Kankar, S. C. Sharma, S. P. Harsha, "Fault diagnosis of ball bearings using machine learning methods," Expert Systems with Applications, vol. 38 no. 3, pp. 1876-1886, DOI: 10.1016/j.eswa.2010.07.119, 2011.
[13] F. Zhang, J. Huang, F. Chu, L. Cui, "Mechanism and method for the full-scale quantitative diagnosis of ball bearings with an inner race fault," Journal of Sound and Vibration, vol. 488 no. 8,DOI: 10.1016/j.jsv.2020.115641, 2020.
[14] F. Zhang, J. Huang, F. Chu, L. Cui, "Mechanism and method for outer raceway defect localization of ball bearings," IEEE Access, vol. 8, pp. 4351-4360, DOI: 10.1109/access.2019.2950284, 2020.
[15] L. Cui, Z. Jin, J. Huang, H. Wang, "Fault severity classification and size estimation for ball bearings based on vibration mechanism," IEEE Access, vol. 7, pp. 56107-56116, DOI: 10.1109/access.2019.2911323, 2019.
[16] L. Cui, X. Wang, H. Wang, J. Ma, "Research on remaining useful life prediction of rolling element bearings based on time-varying kalman filter," IEEE Transactions on Instrumentation and Measurement, vol. 69 no. 6, pp. 2858-2867, DOI: 10.1109/tim.2019.2924509, 2020.
[17] W.-Wu Shi, H.-S. Yan, K.-P. Ma, "A new method of early fault diagnosis based on machine learning," Proceedings of 2005 International Conference on Machine Learning and Cybernetics,DOI: 10.1109/ICMLC.2005.1527, .
[18] A. R. Al-Obaidi, H. Towsyfyan, "An experimental study on vibration signatures for detecting incipient cavitation in centrifugal pumps based on envelope spectrum analysis," Journal of Applied Fluid Mechanics, vol. 12 no. 6, pp. 2057-2067, DOI: 10.29252/jafm.12.06.29901, 2019.
[19] H. Huang, K.-S. Chen, L.-C. Zeng, "BP neural network-based on fault diagnosis of hydraulic servo-valves," Proceedings of 2005 International Conference on Machine Learning and Cybernetics,DOI: 10.1109/ICMLC.2005.1527655, .
[20] J. Ramon, K. Driessens, T. Croonenborghs, "Transfer learning in reinforcement learning problems through partial policy recycling," ,DOI: 10.1007/978-3-540-74958-5_70, .
[21] L. Tang, W. Dai, L. Yu, S. Wang, "A novel CEEMD-based EELM ensemble learning paradigm for crude oil price forecasting," International Journal of Information Technology & Decision Making, vol. 14 no. 1, pp. 141-169, DOI: 10.1142/s0219622015400015, 2015.
[22] Y. Wang, C. Lu, H. Liu, "Fault diagnosis for centrifugal pumps based on complementary ensemble empirical mode decomposition, sample entropy and random forest," ,DOI: 10.1109/WCICA.2016.7578401, .
[23] A.-O. Boudraa, J.-C. Cexus, "EMD-based signal filtering," IEEE Transactions on Instrumentation and Measurement, vol. 56 no. 6, pp. 2196-2202, DOI: 10.1109/tim.2007.907967, 2007.
[24] Z. Zhi, y. S. Zhu, Y. Y. Zhang, "Adaptive fault diagnosis of rolling bearings based on EEMD and demodulated resonance," Journal of Vibration & Shock, vol. 32 no. 2, pp. 76-80, 2013.
[25] F. Jiang, Z. Zhu, W. Li, "A fusion feature extraction method using EEMD and correlation coefficient analysis for bearing fault diagnosis," Applied Sciences, vol. 8 no. 9,DOI: 10.3390/app8091621, 2018.
[26] H. Zhao, H. Shen, Y. Fu, "Using singular value decomposition and high order spectrum for bearings fault diagnosis," ,DOI: 10.1109/ITEC-AP.2014.6940854, .
[27] H. Xu, Y. Fan, J. Wu, "Bearing fault diagnosis method based on singular value decomposition and hidden markov model," ,DOI: 10.1109/CCDC.2015.7161961, .
[28] J. Cheng, D. Yu, J. Tang, Y. Yang, "Application of SVM and SVD technique based on EMD to the fault diagnosis of the rotating machinery," Shock and Vibration, vol. 16 no. 1, pp. 89-98, DOI: 10.1155/2009/519502, 2009.
[29] S. J. Pan, Q. Yang, "A survey on transfer learning," IEEE Transactions on Knowledge and Data Engineering, vol. 22 no. 10, pp. 1345-1359, DOI: 10.1109/tkde.2009.191, 2010.
[30] A. Arnold, R. Nallapati, W. W. Cohen, "A comparative study of methods for transductive transfer learning," ,DOI: 10.1109/ICDMW.2007.109, .
[31] R. Zhang, H. Tao, L. Wu, "Transfer learning with neural networks for bearing fault diagnosis in changing working conditions," IEEE Access, vol. 5, pp. 14347-14357, DOI: 10.1109/ACCESS.2017.2720965, 2017.
[32] L. Wen, L. Gao, X. Li, "A new deep transfer learning based on sparse auto-encoder for fault diagnosis," IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 49 no. 1, pp. 136-144, DOI: 10.1109/TSMC.2017.2754287, 2017.
[33] W. Dai, Q. Yang, G. Rong Xue, Y. Yu, "Boosting for transfer learning," Proceedings of the 24th International Conference on Machine Learning (ICML-2007),DOI: 10.1145/1273496.1273521, .
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2020 Yang Miao et al. This is an open access article distributed under the Creative Commons Attribution License (the “License”), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License. https://creativecommons.org/licenses/by/4.0/
Abstract
The working environment of seawater axial piston hydraulic pump is harsh, and it is difficult to diagnose due to insufficient fault database. In contrast, pumps of the same type but using hydraulic oil have an adequate fault database and are easy to diagnose. In view of the above situation, a fault diagnosis method of seawater hydraulic piston pump based on transfer learning is proposed. The method decomposes the original sampled fault signal by complementary ensemble empirical mode decomposition (CEEMD) to obtain the intrinsic mode function (IMF) that can characterize the original signal. The singular value decomposition (SVD) is performed on the IMF. Then, the obtained singular value is used as a feature parameter to construct a feature vector. The feature data of seawater hydraulic pump and oil pump are used as target data and auxiliary data to form training data. The training data is trained based on the iterative adjustment of the weight through the TrAdaBoost transfer learning algorithm. Finally, the results of diagnosis and classification are compared with traditional machine learning. When the number of training data is 5 groups, the accuracy of transfer learning is 30.5% higher than that of traditional machine learning. The results show that transfer learning has great advantages in the case of a small number of samples.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details

1 Faculty of Materials and Manufacturing, Beijing University of Technology, Beijing, China; Beijing Key Laboratory of Advanced Manufacturing Technology, Beijing University of Technology, Beijing, China
2 Faculty of Materials and Manufacturing, Beijing University of Technology, Beijing, China
3 Beijing University of Posts and Telecommunications, Beijing, China