Skip to main content

Prognostic for hydraulic pump based upon DCT-composite spectrum and the modified echo state network

Abstract

Prognostic is a key step of the condition-based maintenance (CBM). In order to improve the predicting performance, a novel method for prognostic for the hydraulic pump is proposed in this paper. Based on the improvement of the traditional composite spectrum, the DCT-composite spectrum (DCS) fusion algorithm is initially presented to make fusion of multi-channel vibration signals. The DCS composite spectrum entropy is extracted as the feature. Furthermore, the modified echo state networks (ESN) model is established for prognostic using the extracted feature. The reservoir is updated and the elements of the neighboring matrix are redefined for improving predicting accuracy. Analysis of the application in the hydraulic pump degradation experiment demonstrates that the proposed algorithm is feasible and is meaningful for CBM.

Background

Conditional-based maintenance (CBM) is one of the modern maintenance concepts. The open system architecture for CBM organization divides a standard CBM system into several various layers with technical modules (Ahmad and Kamaruddin 2012). The core functions, corresponding to maintenance decisions among the architecture, can be summarized as condition monitoring, health assessment and prognostics (Coraddu et al. 2015; Sun et al. 2015). With the fast development of industry and the international market, especially the areas of complex plants such as shipbuilding and aircraft, CBM recommends timely and accurate maintenance actions based on the information obtained from condition monitoring (Altosole et al. 2014). Therefore, more and more advanced machine learning approaches have been applied in CBM for better improve the reliability, such as support vector machine and information fusion algorithms (Coraddu et al. 2014; Niu et al. 2010; Widodo and Yang 2007). Furthermore, some real-time on-line diagnostics have also been employed to extract sensitive information of the current operational status for identify the detailed failures (Gulen et al. 2002). In order to meet the requirement of CBM for better improving the hydraulic system reliability, it is necessary to search for an effective method for accurate prognostics of the hydraulic pump.

Normal algorithms for prognostics mainly contains two categories (EI-Thalji and Jantunen 2015): the one are algorithms based on models, such as the physics model algorithm (Jin et al. 2013), the auto-regressive and moving average algorithm (ARMA) (Yu et al. 2013), and the auto-regressive integrated moving average algorithm (ARIMA) (Li and Hu 2012). Others are algorithms based on neural intelligence, such as the BP neural network (Shuran and Shujin 2011), the recurrent neural network (RNN) (Cao et al. 2012), the extreme learning machine (ELM) (Wang et al. 2011), and the echo state networks (ESN) (Park et al. 2014). The physics model algorithm is capable of making prediction of the operating trends and the possible failures. However, it requires the mathematic model to be established extremely accurately, which can hardly be fulfilled in engineering application. ARMA is one of the typical random time series predicting methods. Limited by its computing theory, ARMA performs effectively only for stationary series (Zhu et al. 2014). Being the improvement of ARMA, ARIMA can be applied in non-stationary series. However, it is lack of the ability to uncover the system inner mechanism (Liu et al. 2012). Compared with the algorithms based on models, BP neural network performs better non-linear fitting ability, whereas, the predicting for non-linear and time-varying series is limited (Ren et al. 2014). Considering time series correlation, the prognostics by RNN are better than the BP. Since the back propagation is still employed, RNN is easy to trap in local minimums (Wu and Zhu 2014). ELM is the high-speed learning algorithm with the one-layer feed-forward neural networks. Instead of the iteration strategy of gradient descent, ELM only requires setting the number of hidden layer nodes and the driving function. It has advantages such as simple parameters, fast learning and better searching ability. Influenced by the singular values decomposition in ELM, if the number of hidden layer nodes is too large, the computing complexity will obviously increase leading to the reduction of the learning efficiency. Additionally, the random selection of input weights vectors and hidden layer nodes’ thresholds may also affect the network stability and the prediction accuracy (Wang and Han 2014). ESN is a novel recurrent neural network algorithm proposed by Jaeger and Haas (2004). It applies the reservoir as the inner network to inspire complex nonlinear state space for increasing the nonlinear fitting ability. In the ESN training process, the connecting weights keep the same. The computing complexity is reduced and the issue of trapping into local minimums is avoided. Therefore, ESN can fundamentally meet the predicting requirements of hydraulic pumps with nonlinear and non-stationary vibration signals. Since neurons in the reservoir are randomly and sparsely connected, the guidance and purpose of the network are poor. To solve this problem, the small world networks (Friedkin 2011) are introduced to make modification on the structure of the ESN reservoir in this paper. Meanwhile, the elements in neighboring matrix are redefined based on distance and random factor to further improve the generalization ability.

The realization of prognostic lays foundation of the extraction of effective features. However, the fault information in one-channel vibration signal is incomplete. The effective way to obtain accurate failure information is to make fusion of multi-channel vibration signals for extracting appropriate features (Safizadeh and Latifi 2014). As a novel spectrum analysis algorithm proposed recently, composite spectrum (CS) is able to realize information fusion of various signals by calculating correlative index and mutual power spectrum of neighboring signals (Elbhbah and Sinha 2013). It can effectively restrain noises, and obtain sensitive feature information of signals simultaneously (Akilu et al. 2014). Considering the structural characters of hydraulic pumps, some modification is made on the CS algorithm in this paper to improve feature sensitivity.

Consequently, a novel method for prognostic for hydraulic pump based on discrete cosine transform—composite spectrum (DCS) and the modified ESN is proposed. Contributions of this article are summarized hereinafter. In “Feature extraction based on DCS fusion algorithm” section, the DCS fusion algorithm is presented and the method for the extracting DCS composite spectrum entropy is illustrated in detail; in “Fault predicting based on INW–ESN” section, we make modification on ESN and propose the INW–ESN model for failure prediction; in “Experimental validation” section, we confirm the results through the experiment of hydraulic pump; and in “Conclusions” section, we draw some conclusions.

Feature extraction based on DCS fusion algorithm

The proposed DCS fusion algorithm

Assuming that the number of sampled signals is B. Each signal is equally divided into \(n_{s}\) segments, and then Fourier transform is carried out on each segment. The CS is defined as (Elbhbah and Sinha 2013):

$$S_{CS} (f_{k} ) = \sum\limits_{r = 1}^{{n_{s} }} {X_{CS}^{r} (f_{k} )X_{CS}^{r*} (f_{k} )} /n_{s}$$
(1)

where, \(X_{CS}^{r} (f_{k} )\) and \(X_{CS}^{r *} (f_{k} )\) respectively denote the CS Fourier transform coefficient and its complex conjugate for the rth segment of all B signals. \(X_{CS}^{r} (f_{k} )\) can be achieved by Eq. (2).

$$X_{CS}^{r} (f_{k} ) = \sqrt {(S_{{x_{1} \gamma_{12} x_{2} }}^{r} (f_{k} )S_{{x_{2} \gamma_{23} x_{3} }}^{r} (f_{k} ) \cdots S_{{x_{B - 1} \gamma_{(B - 1)B} x_{B} }}^{r} (f_{k} ))^{1/(B - 1)} }$$
(2)

where, \(\gamma_{12}^{2} ,\gamma_{23}^{2} , \ldots ,\gamma_{(B - 1)B}^{2}\) respectively represent the coherences between neighboring signals (signal1–signal2, signal2–signal3, …). \(S_{{x_{1} \gamma_{12} x_{2} }}^{r} (f_{k} ),S_{{x_{2} \gamma_{23} x_{3} }}^{r} (f_{k} ), \ldots ,S_{{x_{B - 1} \gamma_{(B - 1)B} x_{B} }}^{r} (f_{k} )\) denote the corresponding mutual power spectrum, which can be calculated by Eq. (3).

$$S_{{x_{1} \gamma_{12} x_{2} }}^{r} (f_{k} ) = [X_{1}^{r} (f_{k} )\gamma_{12} X_{2}^{r*} (f_{k} )]$$
(3)

However, according to Eq. (3), the multiplication of the Fourier coefficient and its complex conjugate is applied in CS. If we take Eq. (3) into Eq. (2), there will be terms like \(X_{2}^{r *} (f_{k} )X_{2}^{r} (f_{k} ),X_{3}^{r *} (f_{k} )X_{3}^{r} (f_{k} ), \ldots.\) These terms can be merged together resulting in possibly loss of some important information.

Being the spread of Fourier transform, discrete cosine transform (DCT) has the property of energy aggregation (Huang et al. 2014). Its coefficients are sensitive to the change of energy. As a result, the DCS fusion algorithm is proposed based on replacing Fourier transform in earlier CS by DCT, so that the high sensitivity of the DCT coefficients can be employed to improve feature performance. The signals are firstly divided into K parts and each part has M points. The DCT coefficients are defined by Eq. (4) (Yang et al. 2014).

$$\begin{aligned} X_{i}^{j} (0) & = \frac{1}{\sqrt L }\sum\limits_{c = 0}^{L - 1} {x_{i}^{j} (c)} \\ X_{i}^{j} (f_{k} ) & = \sqrt {\frac{2}{L}} \sum\limits_{c = 0}^{L - 1} {x_{i}^{j} (c)\cos \frac{{(2L + 1)f_{k} \pi }}{2L}} \\ \end{aligned}$$
(4)

where \(x_{i}^{j} (c)\) denotes the jth part of the ith signal. L is the data length. As a result, in the proposed DCS fusion algorithm, Eq. (1) is redefined as:

$$S_{CS} (f_{k} ) = \left( {\sum\limits_{r = 1}^{{n_{s} }} {X_{1}^{r} (f_{k} )\gamma_{12}^{2} X_{2}^{r} (f_{k} )\gamma_{23}^{2} X_{3}^{r} (f_{k} ) \cdots X_{B - 1}^{r} (f_{k} )\gamma_{(B - 1)B}^{2} X_{B}^{r} (f_{k} )} } \right)^{1/B} /n_{s}$$
(5)

Compared with Eq. (1), DCS fusion algorithm applies DCT instead of Fourier transform. All coefficients are real numbers. Consequently, Eq. (5) is able to combine Eq. (2) with Eq. (3) to avoid information losing caused by multiplication of Fourier coefficient and its complex conjugate. Furthermore, high sensitivity of DCT coefficients is also inherited. Theoretically, feature performance may be effectively improved.

Extraction of the DCS composite spectrum entropy

As an effective spectral analysis parameter, spectrum entropy is able to generally describe the performance degradation trend (Liu et al. 2014). Therefore, the DCS composite spectrum entropy (DCSE) is extracted as the feature for later fault prediction. Three-channel vibration signals are taken for research in this paper. Procedures are detailed in the following

  1. 1.

    Divide each signal into N parts. Conduct DCT on each part and achieve \(X_{i}^{j} ,i = 1,2,3,j = 1, \ldots ,N\).

  2. 2.

    Calculate the correlation coefficient between the ith component and the (i + 1)th component in the frequency \(f_{k}\):

    $$\gamma_{i(i + 1)}^{2} (f_{k} ) = \left| {\sum\limits_{j = 1}^{N} {S_{{x_{i} x_{i + 1} }}^{j} (f_{k} )} } \right|^{2} /\sum\limits_{j = 1}^{N} {S_{{x_{i} x_{i} }}^{j} (f_{k} )} \sum\limits_{j = 1}^{N} {S_{{x_{i + 1} x_{i} }}^{j} (f_{k} )}$$
    (6)

    where, \(S_{{x_{i} x_{i + 1} }}^{j} (f_{k} )\) is defined as:

    $$S_{{x_{i} x_{i + 1} }}^{j} (f_{k} ) = X_{i}^{j} (f_{k} )X_{{i{ + }1}}^{j} (f_{k} )$$
    (7)

    where, \(X_{i}^{j} (f_{k} )\) denotes the jth part’s DCT coefficient in the ith signal.

  3. 3.

    Calculate the composite spectrum \(S_{CCS} (f_{k} )\):

    $$S_{CS} (f_{k} ) = \left( {\sum\limits_{j = 1}^{N} {X_{1}^{j} (f_{k} )\gamma_{12}^{2} X_{2}^{j} (f_{k} )\gamma_{23}^{2} X_{3}^{j} (f_{k} )} } \right)^{1/3} /N$$
    (8)
  4. 4.

    Calculate the DCSE:

    $$\left\{ {\begin{array}{*{20}l} {{\text{DCSE}} = - \left( {\sum\limits_{k = 1}^{K} {p_{i} \ln p_{i} } } \right)/\ln K} \hfill \\ {p_{k} = S_{CS} (f_{k} )/\sum\limits_{k = 1}^{K} {S_{CS} (f_{k} )} } \hfill \\ {\sum\limits_{k = 1}^{K} {p_{k} } = 1} \hfill \\ \end{array} } \right.$$
    (9)

    where, K means the number of frequency bands. Based on fusion of various signals, DCSE is sensitive to the energy changing. When the fault degradation degree is light, the energy distributes in frequency bands in balance and the DCSE will be higher. When the degree is heavy, the energy mainly centered on unique feature frequency bands and the DCSE will be lower.

Fault predicting based on INW–ESN

Since neurons in the reservoir of ESN are randomly and sparsely connected, this character may lead to the poor guidance ability. It may even affect the generalization and prognostic accuracy (Koryakin et al. 2012). Small world networks possess shorter feature route length, so they perform like the random networks. Furthermore, the polymerization coefficient is higher, small world networks also operate like the regular networks (Zippo et al. 2013; Quan and Zhu 2010). If the small world networks are applied in the reservoir, the generalization may be possibly improved. However, in the NW small world model, the connection weights between nodes are only 0 or 1. Elements in the neighboring matrix are also the inherent 0 and 1, which belongs to the determinacy connection. Limited by this kind of connection, the updating ability of the structure can hardly meet the predicting requirements of the nonlinear and time-varying series. To solve the problem, the improved NW small world network–ESN (INW–ESN) is proposed.

First of all, the NW model is used to make modification of the reservoir structures for improving the generalization ability. The state updating function of INW–ESN is demonstrated in Eq. (10).

$$x(k + 1) = f(W_{in} u(k + 1) + Wx(k) + W_{back} y(k))$$
(10)

where, \(f( \cdot )\) denotes the driving function. x(k) and y(k) respectively represent for the state vector and the output vector in the time of k and u(k + 1) is the input vector in the time of k + 1. W in, W and W back respectively denote the input connection weights matrix, the NW reservoir inner connection weights matrix and the feedback connection weights matrix. The output of is shown in Eq. (11).

$$y(k + 1) = f\left( {W_{out} (u(k + 1),\quad x(k + 1),y(k))} \right)$$
(11)

where, W out is the output weights matrix.

Furthermore, the connecting weight p between inner nodes in INW–ESN is defined to make the reservoir update itself topology structure dynamically for better prediction performance. It has been proved that p has relations to the distance between neighboring nodes. However, relying solely on the distance to decide p may lead to the reduction of the randomness of inner nodes connections. Based on the generally consideration of both distance and the randomness, p in IWN–ESN model is defined as:

$$p = e^{ - \lambda d} + (1 - e^{ - \lambda d} ) \times rand(0,1)$$
(12)

where, the range of p is [0,1]. d is the Euclidean distance between nodes. \(\lambda\) is the adjustment parameter. Based on Eq. (12), p is decided by both the distance factor \(e^{ - \lambda d}\) and the random factor \(rand(0,1)\). When the distance is short, \(e^{ - \lambda d}\) is near to 1 and \((1 - e^{ - \lambda d} )\) tends to be 0. Therefore, in this situation, p is mainly decided by the Euclidean distance d. When the distance is long, \(e^{ - \lambda d}\) is near to 0 and \((1 - e^{ - \lambda d} )\) tends to be 1. Therefore, in this situation, p is mainly decided by the random factor \(rand(0,1)\).

Procedures of the prognostic based upon INW–ESN are detailed in the following. The flowchart is shown in Fig. 1.

Fig. 1
figure 1

Flowchart of the INW–ESN prognostic

  • Step 1 Fuse the three-channel vibration signals by the proposed DCS fusion algorithm and extract the DCSE as the feature (Specific algorithm is indicated in “Extraction of the DCS composite spectrum entropy” section).

  • Step 2 Select the training section and the predicting section from DCSE series and carry out INW–ESN training.

  • Step 2.1 Make optimization of the reservoir scale EN and the inner connection weights matrix spectral radius ER by the fruit fly optimization algorithm (FOA) (Pan 2012). Achieve the optimal parameters of the INW–ESN.

  • Step 2.2 Conduct the training of INW–ESN according to Eqs. (10), (11).

  • Step 3 Make prediction by the trained INW–ESN based upon the dynamic multi-steps strategy.

  • Step 3.1 After one predicting step, select part of the output to be the predicting results of this step of prediction and update the input vector for the prediction in next step.

  • Step 3.2 Decide whether it meets the termination condition. If it is, combine prediction results of all steps to be the final result. Otherwise, return to the Step 3.1 and go on to the next step of prediction.

  • Step 4 Make analysis and comparison of the predicting result and the real DCSE series. Statistics the errors.

The improvement of the node connection in the proposed INW–ESN ensures that the reservoir is able to update the topology structure dynamically according to various input series. This character not only keeps the sparsity of reservoir neurons, but also reduces the blindness of random connection. Therefore, the predicting accuracy and the network generalization ability are effectively improved in the proposed INW–ESN.

Experimental validation

Experimental rig

In order to achieve the whole lifetime data, the experiment was carried out on the hydraulic pump test-bed, which is shown in Fig. 2. It consists of the driving system, the pressure adjustment system, the control system, the sampling and display system and the cooling system. In the driving system, which is shown in Fig. 3, the driving dynamo was YPT-280M-2. It had the settled speed of 0–3000 rp min−1. There are also the components of transducer, coupling and fixture fringe. In the pressure adjustment system, the KBPST8AA/HCG24K4V electromagnetic proportion overflow valve are used to control the outlet pressure of the pump. The control system is embedded in the IPC-610-L using Labview language. The parameters in the control interface contains the outlet pressure, the real speed, the outlet flow, the return oil flow, the inlet temperature, the return oil temperature and the volumetric efficiency. Additionally, there are also adjusting bars of the speed and the pressure, the system start and stop control buttons, the radiator and the calorifier control buttons. In the sampling and display system, there are two turbine flow-meters for monitoring the return flow and the outlet flow, which types are DN6 0.5–16 lpm and DN15 17–120 lpm. Two temperature sensors, WZP-269 and WZP-270, are used to measuring the temperature in the oil box and in the pump inlet. The MPM480 [0–60 MPa] E22B1C1G pressure sensor is applied in the monitoring of outlet pressure. Three vibration sensors (603C01) are used to probe vibrations of the pump. All these signals are sampled by the PCI-6221 data acquisition card. In the cooling system, the type of the radiator is LU-904MF00V501, which is shown in Fig. 4.

Fig. 2
figure 2

Test-bed for hydraulic pump degradation experiment

Fig. 3
figure 3

The driving system

Fig. 4
figure 4

The radiator in the cooling system

The type of the hydraulic pump tested was L10VSO28DFR. Its rated speed was 2200 r min−1 and the working pressure was 26Mpa. The driving dynamo was YPT-280M-2, which had the settled speed of 0–3000 r min−1. Since the degradation period of hydraulic pump is so long, in order to improve efficiency, the settled pressure in experiment was 28.3 Mpa and the speed was 2780 r min−1. Vibration sensors were respectively installed on X, Y and Z directions of the pump end cap, which is shown in Fig. 5. The three-channel signals were sampled and stored by the cDAQ-9171 system of NI Corporation. The sampling frequency was 5200 Hz and the sampling time was 10 s. The interval time was 23 min.

Fig. 5
figure 5

Installation of the vibration sensors

The volumetric efficiency (VE) is employed as the hydraulic pump performance index in the experimental system. If VE is lower than 80 %, the pump reaches the failure state. In other words, the degradation process is over. In this experiment, when the operating time was 37214 min, VE was lower than 80 %. The pump was affirmed failed by the control system and the experimental operating was shut down automatically. After the experiment, the tested pump was disassembled. The failure mode was confirmed the loose slipper, which is shown in Fig. 6.

Fig. 6
figure 6

The failure of loose slipper

The loose slipper shown in Fig. 6 is the failure most easily to occur in the pump degradation. Influenced by the stress during long time operating, the abrasion between the slipper hat and the piston bulb becomes more and more severe. As a result, the distance between the slipper hat and the piston bulb keeps increasing. Additionally, the metal particles caused by abrasion in the pump embed into the distance. When the distance is wide enough, the loose slipper occurs. In this failure condition, the space between the slipper hat and the piston bulb is filled with hydraulic oil. During the movement of the piston, there may be the relative motion between the two parts leading to the strikes on swash plate. If the loose slipper is severe, the piston may be sticking and even the piston bulb happens to break, resulting in catastrophic accident of the hydraulic system. Therefore, it is meaningful to apply the proposed method for the prediction for loose slipper degradation.

Results and analysis

By the processing of the restored whole lifetime data of the three-channel vibration signals of the hydraulic pump, 1619 groups of samples were achieved. DCSE of each sample is obtained by DCS fusion of the three-channel data. After normalization, the achieved DCSE are shown in Fig. 7. Considering the failure mechanism and the fluctuation tends curve, the whole trend of DCSE in Fig. 7 has been divided into several stages, which is indicated in Fig. 8.

Fig. 7
figure 7

The changing of DCSE after normalization

Fig. 8
figure 8

The division of the whole process of DCSE

Figure 8 shows that the whole process is divided into 6 parts: during 0–25,329 min (the 1–1101 groups of samples), it is the normal status. In this period, the variety of DCSE is faint and stable; During 25,330–29,284 min (the 1102–1273 groups of samples), the period is the mild wear status (F1). In this stage, the friction pairs in the hydraulic pump had been working for a long time in the accelerated condition. Signs of abrasion occurred because of the continuous friction. Therefore, DCSE tends to decrease; During 29,285–31,548 min (the 1274–1372 groups of samples), it is the slow development status (F2). In this period, the decreasing trend of DCSE become more obvious caused by the aggravation of the continuous friction between the friction pair; during 31,549–33,416 min (the 1373–1453 groups of samples), it is the initial degradation status (F3). There had been signs of some failure mode along with the aggravation of friction. The variety of DCSE is violent and it tends to be momentary steady; During 33,417–34,439 min (the 1454–1497 groups of samples), it is the accelerated degradation status (F4). Since the moment coefficient of the friction pairs became larger, the oil slick became thinner and the fitting clearance became longer. As a result, there were oil leakage and the performance parameters of the pump changed severely. Therefore, DCSE continues decreasing with obvious fluctuation; during 34,440–37,214 min (the 1498–1619 groups of samples), it is the loose slipper status (F5). The metallic particles in the hydraulic fluid had entered into the fitting clearance between the piston cap and the plunger head, which greatly aggravated the friction of the slipper pair. The hydraulic pump performance in this stage can hardly meet the engineering requirements. Therefore, DCSE in this period appears with severe fluctuations.

Above all, the extracted DCSE is able to reveal the inner relations of the performance degradation of the hydraulic pump. Meanwhile, it is sensitive to the variety of the failure. Therefore, it is reasonable to choose the DCSE to be the whole lifetime evaluation efficient of the hydraulic pump. Based on the extracted DCSE, the prognostic is conducted according to the proposed method in “Fault predicting based on INW–ESN” section. The stage of F3 is selected as the training section of INW–ESN. After optimization by FOA, the optimal parameters are EN = 30 and ER = 0.5. Since the hydraulic pump performance in stage F5 is confirmed to be invalid, the end time of stage F4 is considered as the occurrence time of the failure. Therefore, stage F4 is selected as the predicting section and the starting point is the 1454th sample. The threshold is settled according to the 1619th sample, which is considered as the occurrence time of failure. The termination condition of failure is DCSE = 0.4251. On the basement of dynamic multi-steps predicting strategy, the operation of INW–ESN reaches the threshold after 43 steps. The results are shown in Fig. 9 and the errors between the predicting data and the real data are shown in Fig. 10.

Fig. 9
figure 9

Predicting results by INW–ESN (dynamic)

Fig. 10
figure 10

The errors of INW–ESN (dynamic)

Figure 9 shows the results of INW–ESN prognostic. Since the reservoir of ESN is improved by the INW model, the elements of the neighboring connection matrix are redefined by the Euclidean distance and the random factors. The reservoir is able to update the topology structure dynamically according to various input series. Therefore, the generalization ability and the prognostic accuracy of INW–ESN are improved. Consequently, the predicting series by the proposed INW–ESN are better fitting the real data and the errors are relatively small. The predicting algorithm reaches the threshold in the 43th sample (for the 1496th sample in Fig. 8) and the failure is confirmed to be occurred. The error of the remaining useful life (RUL) prediction is one data point, which is 23 min. For further indication of the advantages of the proposed method, based on the same training data and prognostic data, the INW–ESN static algorithm, the RNN dynamic algorithm, the traditional ESN dynamic algorithm and the ELM dynamic algorithm are applied for comparison. Results are shown in Figs. 11, 12, 13, 14.

Fig. 11
figure 11

Predicting results by INW–ESN (static)

Fig. 12
figure 12

Predicting results by RNN

Fig. 13
figure 13

Predicting results by the traditional ESN

Fig. 14
figure 14

Predicting results by ELM

Figure 11 shows the prognostic results by the INW–ESN with the static strategy. The input vector is not updated by the predicting results in each step. The errors between the predicting data and the real data are obvious. The effect is severely worse than those with the dynamic strategy, and the RUL can hardly be predicted based on the current DCSE data. Figure 12 shows the results by the RNN. It can only roughly fit the trend of the stage of F5. Influenced by the back propagation algorithm, RNN is easy to be trapped in local minimums and the convergence rate is also low. Furthermore, there has been large deviation from the actual. In the 38th sample (for the 1491th sample in Fig. 8), the algorithm reaches the threshold. The error of RUL is 6 data points, which is 138 min. Figure 13 shows the results of the traditional ESN. Compared with RNN, the ESN applies the reservoir as the inner network, so that the prognostic effect is improved. However, limited by the sparsely connecting of inner neurons in the reservoir, parts of the predicting results still deviate a little far from the real data. In the 37th sample (for the 1490th sample in Fig. 8), the ESN algorithm meets the termination condition. The RUL predicting error is 7 data points, which is 161 min. Figure 14 shows the results of ELM prognostic. By the abandon of the iteration strategy of gradient descent, ELM has characteristics as simple parameters, fast learning and better searching ability. As a result, the predicting curve is closer to the real one. However, influenced by the input weights vector and the random selection of hidden nodes’ weights, the ELM algorithm reaches the termination condition in the 41th sample (for the 1494th sample in Fig. 8). The RUL predicting error is 3 data points, which is 69 min.

Based on the above comparison, the proposed method shows obvious advantages in prognostic. For further quantitative evaluation, the mean absolute percentage error (MAPE) and the root mean square percentage error (RMSPE) are selected as the evaluation indexes. MAPE and RMSPE of the proposed method and the above 4 method are achieved and the results are shown in Table 1.

Table 1 MAPE and RMSPE of various algorithms

Table 1 shows that, because of the updating of the input vector, the algorithms with the dynamic strategy perform better than those with the static strategy. Since the reservoir is modified and the element in the neighboring matrix is redefined, the prognostic performance of INW–ESN has been effectively improved. Therefore, the error for RUL prediction is only 23 min, and the MAPE and RMSPE are also the lowest compared with other four algorithms.

To further verify the efficiency, other three degradation experiment conducted previously are applied. The type of the pump and the parameters setting were the same. The whole lifetime of these three pump in the experiments were 38,801, 40,365 and 2,8014 min. The correspondent final failure modes were loose slipper, loose slipper and slipper abrasion (Fig. 15). The proposed method, together with the above four methods, are employed for making prediction by processing the experimental data. Results are shown in Table 2.

Fig. 15
figure 15

The failure of slipper abrasion

Table 2 Results of the application in other degradation experiments

In Table 2, compared with other algorithms, the proposed method is also able to achieve the best prognostic performance. The MAPE and the RMSPE are the highest and the error is the lowest. Furthermore, the prediction accuracy of the proposed INW–ESN for the slipper abrasion failure is obviously higher than that for the loose slipper. The reason can be explained that the slipper abrasion failure mechanism is much simpler and the degradation time is less. Combined with Table 1, results shows that the proposed method is feasible in the prediction for various failure modes.

From the above analysis, we conclude that the proposed DCS and INW–ESN algorithm performs much better in prognostic. The feature information is effectively extracted by the fusion of multi-channel vibration signals based on DCS. Furthermore, the reservoir is better improved in the INW–ESN for making prognostic accurately and effectively. However, there are also some problems that should be the focus of further study: (1) only one feature was extracted in this paper, and this may lead to the loss of some important information. To solve this problem, other typical features could also be extracted and the information fusion algorithm will be introduced to make fusion of all the extracted features so as to better obtain fault information and to improve the feature performance; (2) The research in this paper represents the initial application of the presented method to make fault prediction. And the research on combination prognostic method to further improve the predicting effects was not involved. To make fault prediction of the hydraulic pump more accurately and meaningful, the research that addresses the problems mentioned above will be reported in our future work.

Conclusions

A novel method for fault prediction of hydraulic pump based on DCS and INW–ESN is proposed, which is verified by the whole lifetime data sampled from the hydraulic pump degradation experiment. Conclusions can be drawn as follows:

  1. 1.

    The DCS algorithm is presented and the multi-channel vibration signals are fused. Meanwhile, the DCS spectrum entropy with high sensitivity is extracted to be the degradation feature.

  2. 2.

    The INW–ESN is proposed for prognostic for hydraulic pump. The reservoir is modified and the disadvantages caused by the sparsely connection are solved. The generalization ability and predicting accuracy of the network have been effectively improved.

  3. 3.

    Results of the application in the hydraulic pump degradation experiment show that the proposed method is feasible and the predicting accuracy is satisfactory, which is meaningful for CBM.

References

  • Ahmad R, Kamaruddin S (2012) An overview of time-based and condition-based maintenance in industrial application. Comput Ind Eng 63(1):135–149

    Article  Google Scholar 

  • Akilu YK, Sinha JK, Elbhbah K (2014) An improved data fusion technique for faults diagnosis in rotating machines. Measurement 58:27–32

    Article  Google Scholar 

  • Altosole M, Campora U, Martelli M et al (2014) Performance decay analysis of a marine gas turbine propulsion system. J Ship Res 58(58):117–129

    Article  Google Scholar 

  • Cao Q, Ewing BT, Thompson MA (2012) Forecasting wind speed with recurrent neural networks. Eur J Oper Res 221(1):148–154

    Article  Google Scholar 

  • Coraddu A, Oneto L, Ghio A et al (2014) Machine learning approaches for improving condition-based maintenance of naval propulsion plants. Proc Inst Mech Eng Part M J Eng Marit Environ 4:53–56

    Google Scholar 

  • Coraddu A, Oneto L, Ghio A et al (2015) Machine learning for wear forecasting of naval assets for condition-based maintenance applications. In: International conference on electrical systems for aircraft

  • EI-Thalji I, Jantunen E (2015) A summary of fault modeling and predictive health monitoring of rolling element bearings. Mech Syst Signal Process 60(1):252–272

    Article  Google Scholar 

  • Elbhbah K, Sinha JK (2013) Vibration-based condition monitoring of rotating machines using a machine composite spectrum. J Sound Vib 332:2831–2845

    Article  Google Scholar 

  • Friedkin NE (2011) Spine segments in small world networks. Social Netw 33(1):88–97

    Article  Google Scholar 

  • Gulen SC, Griffin PR, Paolucci S (2002) Real-time on-line performance diagnostics of heavy-duty industrial gas turbines. J Eng Gas Turbines Power 124(4):58–66

    Article  Google Scholar 

  • Huang H, Xiao L, Liu J (2014) CORDIC-based unified architectures for computation of DCT/IDCT/DST/IDST. Circuits Syst Signal Process 33(3):799–814

    Article  Google Scholar 

  • Jaeger H, Hass H (2004) Harnessing nonlinearity: predicting chaotic systems and saving energy in wireless communication. Science 304(5667):78–80

    Article  Google Scholar 

  • Jin G, Matthews D, Fan Y et al (2013) Physics of failure-based degradation modeling and lifetime prediction of the momentum wheel in a dynamic covariate environment. Eng Fail Anal 28:222–240

    Article  Google Scholar 

  • Koryakin D, Lohmann J, Bytz MV (2012) Balanced echo state networks. Neural Netw 36:35–45

    Article  Google Scholar 

  • Li C, Hu J (2012) A new AIRMA-based neuron-fuzzy approach and swarm intelligence for time series forecasting. Eng Appl Artif Intell 25(2):295–308

    Article  Google Scholar 

  • Liu H, Tian H, Li Y (2012) Comparison of two new ARIMA-ANN and ARIMA-Kalman hybrid methods for wind speed prediction. Appl Energy 98:415–424

    Article  Google Scholar 

  • Liu L, Liu B, Hua H (2014) No-reference image quality assessment based on spatial and spectral entropy. Sig Process Image Commun 29(8):856–863

    Article  Google Scholar 

  • Niu G, Yang BS, Pecht M (2010) Development of an optimized condition-based maintenance system by data fusion and reliability-centered maintenance. Reliab Eng Syst Saf 95:786–796

    Article  Google Scholar 

  • Pan W (2012) A new fruit fly optimization algorithm: tacking the financial distress model as an example. Knowl Based Syst 26:69–74

    Article  Google Scholar 

  • Park J, Cho D, Kim S et al (2014) Utilizing online learning based on echo-state networks for the control of a hydraulic excavator. Mechatronics 24(8):986–1000

    Article  Google Scholar 

  • Quan H, Zhu C (2010) Behaviors of imitated agents in an evolutionary minority game on NW small world networks. Phys Proc 3(5):1741–1745

    Article  Google Scholar 

  • Ren C, An N, Wang J et al (2014) Optimal parameters selection for BP neural network based on particle swarm optimization: a case study of wind speed forecasting. Knowl Based Syst 56:226–239

    Article  Google Scholar 

  • Safizadeh MS, Latifi SK (2014) Using multi-sensor data fusion for vibration fault diagnosis of rolling element bearings by accelerometer and load cell. Inform Fusion 18:1–8

    Article  Google Scholar 

  • Shuran L, Shujin L (2011) Applying BP neural network model to forecast peak velocity of blasting ground vibration. Proc Eng 26:257–263

    Article  Google Scholar 

  • Sun J, Li H, Wang W et al (2015) Morphological undecimated wavelet decomposition fusion algorithm and its application on fault feature extraction of hydraulic pump. Trans Nanjing Univ Aeronaut Astronaut 32(3):268–278

    Google Scholar 

  • Wang X, Han M (2014) Online sequential extreme learning machine with kernels for nonstationary time series prediction. Neurocomputing 145:90–97

    Article  Google Scholar 

  • Wang Y, Cao F, Yuan Y (2011) A study on effectiveness of extreme learning machine. Neurocomputing 74(16):2483–2490

    Article  Google Scholar 

  • Widodo A, Yang BS (2007) Support vector machine in machine condition monitoring and fault diagnosis. Mech Syst Signal Process 21(6):2560–2574

    Article  Google Scholar 

  • Wu G, Zhu ZW (2014) An enhanced discriminability recurrent fuzzy neural network for temporal classification problems. Fuzzy Sets Syst 337:47–62

    Article  Google Scholar 

  • Yang E, Yu X, Meng J et al (2014) Transparent composite model for DCT coefficients: design and analysis. IEEE Trans Image Process 23(3):1303–1316

    Article  Google Scholar 

  • Yu C, Zhang C, Xie L (2013) Blind identification of non-minimum phase ARMA systems. Automatica 49(6):1846–1854

    Article  Google Scholar 

  • Zhu L, Wang Y, Fan Q et al (2014) MODWT-ARMA model for time series prediction. Appl Math Model 38(5–6):1859–1865

    Article  Google Scholar 

  • Zippo AG, Gelsomino G, VanDuin P et al (2013) Small-world networks in neuronal populations: a computational perspective. Neural Netw 44:143–156

    Article  Google Scholar 

Download references

Authors' contributions

JS: Research concept and design, conduction of experiment, collection and assembly of data; data analysis and interpretation. HL: Critical reversion of the article. BX: Critical reversion of the article. All authors read and approved the final manuscript.

Acknowledgements

This project is supported by National Natural Science Foundation of China (Grant No. 51275524). We also appreciate the AVIC Liyuan Hydraulic Corporation for their support to our experiment. At the same time, we are grateful to the Mechanical Engineering College, China, for providing the experimental situation. At the end, we’d like to express sincere appreciation to the anonymous.

Competing interests

The authors declare that they have no competing interests.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jian Sun.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Sun, J., Li, H. & Xu, B. Prognostic for hydraulic pump based upon DCT-composite spectrum and the modified echo state network. SpringerPlus 5, 1293 (2016). https://doi.org/10.1186/s40064-016-2933-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40064-016-2933-7

Keywords