CN110737948A - method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network - Google Patents

method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network Download PDF

Info

Publication number
CN110737948A
CN110737948A CN201910976399.XA CN201910976399A CN110737948A CN 110737948 A CN110737948 A CN 110737948A CN 201910976399 A CN201910976399 A CN 201910976399A CN 110737948 A CN110737948 A CN 110737948A
Authority
CN
China
Prior art keywords
fnn
detection signal
lstm
rul
order difference
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910976399.XA
Other languages
Chinese (zh)
Inventor
皮德常
候梦如
李冰荣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing University of Aeronautics and Astronautics
Original Assignee
Nanjing University of Aeronautics and Astronautics
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing University of Aeronautics and Astronautics filed Critical Nanjing University of Aeronautics and Astronautics
Priority to CN201910976399.XA priority Critical patent/CN110737948A/en
Publication of CN110737948A publication Critical patent/CN110737948A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Testing Of Devices, Machine Parts, Or Other Structures Thereof (AREA)

Abstract

The invention discloses aero-engine residual life prediction methods based on a deep FNN-LSTM hybrid network, which comprise the steps of adding -order difference and second-order difference of detection signal data on the basis of original engine detection signal data to form a three-dimensional detection data structure, using the three-dimensional detection data structure as a characteristic item, generating a training target residual life RUL based on a difference accumulation method, establishing an engine residual life prediction model based on the deep FNN-LSTM hybrid network according to the characteristic item and the training target RUL, and obtaining the residual life of an engine through the FNN-LSTM prediction model by using the engine detection signal data to be predicted.

Description

method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network
Technical Field
The invention belongs to the technical field of the residual life of an aero-engine, and relates to methods for predicting the residual life of the aero-engine based on a deep FNN-LSTM hybrid network.
Technical Field
The PHM is intended to be maintained before a system/facility failure, and further to evaluate risks or predict residual life RUL in real time by evaluating various system conditions according to historical trajectory data.
generally speaking, prediction methods are mainly divided into three types, model-based, data-based and mixed models, model-based prediction refers to a method using a model derived from the th principle or probability theory, common methods include particle filtering, kalman filtering, weibull distribution, and Eyring model, etc. since the model is most likely to represent the actual degradation characteristics of the system, the method has the highest prediction accuracy theoretically, but the premise is that an accurate physical model is constructed based on prior knowledge of system degradation, whereas for a complex system in practice, prior is generally difficult to obtain, and inter-variables, variables and overall characteristics influence each other, it is difficult to construct an accurate model.
In analyzing the remaining life prediction problem, we found that data is generally detection signals recorded from a running system at time intervals, namely time series data, hi the problem of processing time series data, a recurrent neural network RNN with a memory unit is a more suitable choice than a CNN which is good at processing the image field.
Disclosure of Invention
The invention aims to provide methods for predicting the residual life of the aero-engine based on the deep FNN-LSTM hybrid network aiming at the problems in the prior art, and provide a technical scheme for health management and optional maintenance of the aero-engine.
The technical scheme is as follows: in order to achieve the purpose, the technical scheme adopted by the invention is as follows:
1, aviation engine residual life prediction method based on deep FNN-LSTM hybrid network, which comprises the following steps:
step 1) on the basis of detection signal data of a plurality of groups of aeroengines from a healthy state to a degraded state, -order difference and second-order difference of the detection signal data are added to form a three-dimensional detection data structure and the three-dimensional detection data structure is used as a characteristic item;
step 2) generating a training target residual life RUL based on a difference cumulative addition method;
step 3) according to the training set, the feature items and the training target RUL, training an engine residual life prediction model based on the deep FNN-LSTM mixed network, and predicting the test set by adopting an optimal model to obtain the engine residual life RUL;
2. the method for predicting remaining life of aircraft engine based on deep FNN-LSTM hybrid network as claimed in claim 1, wherein the specific steps of adding order difference and second order difference of the detection signal data to form a three-dimensional detection data structure based on the detection signal data of multiple groups of aircraft engines from healthy state to degraded state in step 1) are as follows:
step 1.1) detection signal data order difference and second order difference information are adopted, and then a mathematical model is used for more accurately describing the detection signal data and the nonlinear relation between order difference and second order difference of the detection signal data and the engine change process:
Figure BSA0000192196930000021
wherein (1)
Figure BSA0000192196930000022
Figure BSA0000192196930000023
In the above formulas (1) to (3), k is a time point, r (k) represents a change process of the engine, skThe value of the detection signal at k is,
Figure BSA0000192196930000024
to detect the th order derivative of the value with respect to time,
Figure BSA0000192196930000025
in practical applications, generally studies the variation process by collecting discrete values, so the difference in the above equations (2) and (3) is used to replace the differential in the continuous process.
Step 1.2) calculating order difference and second order difference of the engine detection signal data by a forward difference method;
step 1.3) in the detection signal data, expanding the corresponding signal column dimension by using -order difference and second-order difference of each signal, and then forming a three-dimensional detection data structure of < detection signal data, -order difference of detection signal data, second-order difference of detection signal data > as a feature item for each detection signal.
3. The method for predicting remaining life of an aircraft engine based on a deep FNN-LSTM hybrid network as claimed in claim 1, wherein the step 2) of generating the training target remaining life RUL based on the difference accumulation method comprises the following steps:
step 2.1) selecting a detection signal with a degradation trend, carrying out smooth filtering to reduce noise interference, and carrying out normalization on the selected signal data;
step 2.2) obtaining a degradation inflection point by adopting a differential accumulation method, namely for each rows of signal values, sequentially accumulating the difference between the numerical values of the rear moment and the numerical value of the front moment, setting a degradation threshold, and when the accumulated sum exceeds the threshold at a certain point and is greater than the threshold at the next continuous 4 points, selecting the point as the degradation inflection point, thereby obtaining the inflection point of each semaphore, and selecting the average value of the minimum 3 inflection points in the semaphore as the inflection point of the RUL of the group of engines;
and 2.3) adopting the reverse order of the time steps of the degradation data as the initial RUL, taking the RUL corresponding to the inflection point to update the RUL in the time period from the initial to the inflection point, and keeping the RULs in the rest time periods unchanged, thereby generating the training target RUL.
4. The method for predicting remaining life of an aircraft engine based on a deep FNN-LSTM hybrid network as claimed in claim 1, wherein step 3) training the model for predicting remaining life of an engine based on a deep FNN-LSTM hybrid network based on the feature term and the training target RUL comprises the following steps:
step 3.1) constructing an aircraft engine residual life prediction model based on the deep FNN-LSTM mixed network, the training set and the training target RUL generated in the step 2), wherein the expression is as follows:
RULt=FNN-LSTM(x1,x2,…,xk,…,xt),(k=1,2,…,t) (3)
wherein, t represents the time of day,
Figure BSA0000192196930000031
sets of feature term values representing the k-th time instant, i being the ith feature term,
Figure BSA0000192196930000032
characteristic item
Figure BSA0000192196930000033
For the ith detection signal
Figure BSA0000192196930000034
And its order difference
Figure BSA0000192196930000035
Second order difference
Figure BSA0000192196930000036
And constructing a three-dimensional detection data structure.
Step 3.2) for sets of training data, assume input data x at the current timeinput_tOutput as x through FNN networkfnn_tAnd the LSTM network hidden state at the time of upper is ht-1The cell state is ct-1Then, the output of the FNN-LSTM network at the current time is calculated as follows:
xfnn_t=σ(wfnnxinput_t+bfnn) (4)
ft=σ(wfxfnn_t+Rfht-1+bf) (5)
~ct=tanh(Wcxfnn_t+Rcht-1+bc) (6)
it=σ(wixfnn_t+Riht-1+bi) (7)
ct=ftct-1*it~ct(8)
ot=σ(Woxfnn_t+Roht-1+bo) (9)
ht=ot*tanh(ct) (10)
where σ, tanh are activation functions, w represents weight, b represents bias, itIs an input , ftTo forget , otIs output , htIs the output of the LSTM network at the current moment;
step 3.3) calculating the FNN-LSTM network in the forward direction according to the formulas (4) - (10), performing network training by adopting an Adam optimization algorithm, and obtaining an FNN-LSTM optimal prediction model through multiple parameter adjustment training;
and 3.4) predicting the test set by using the obtained FNN-LSTM prediction model to obtain a predicted value RUL.
The method has the beneficial effects that aviation engine residual life prediction methods based on the deep FNN-LSTM hybrid network are provided, and a reliable implementation scheme is provided for the health management and maintenance cost reduction of the aviation engine.
Drawings
FIG. 1 is a flow chart of a method for predicting the remaining life of an aircraft engine based on a deep FNN-LSTM hybrid network
FIG. 2 shows the trend of the detected signal under the single operating condition
FIG. 3 shows the trend of the detected signal under multiple operating conditions
FIG. 4 is a comparison graph of predicted values and real values of FD001# Unit17
FIG. 5 is a comparison graph of predicted values and real values of FD002# Unit21
FIG. 6 is a comparison graph of predicted values and real values of FD0003# Unit24
FIG. 7 FD004# Unit31 comparison of predicted values to true values
Detailed Description
The following is a description of a specific embodiment of the present invention at step with reference to the drawings.
The invention discloses an method for predicting the residual life of an aircraft engine based on a deep FNN-LSTM hybrid network, which comprises the following steps in the following specific flow chart shown in the attached figure 1:
step 1) on the basis of detection signal data of a plurality of groups of aeroengines from a healthy state to a degraded state, -order difference and second-order difference of the detection signal data are added to form a three-dimensional detection data structure and the three-dimensional detection data structure is used as a characteristic item;
step 1.1) detection signal data order difference and second order difference information are adopted, and then a mathematical model is used for more accurately describing the detection signal data and the nonlinear relation between order difference and second order difference of the detection signal data and the engine change process:
wherein (1)
Figure BSA0000192196930000043
In the above formulas (1) to (3), k is a time point, r (k) represents a change process of the engine, skThe value of the detection signal at k is,
Figure BSA0000192196930000044
to detect the th order derivative of the value with respect to time,in practical applications, generally studies the variation process by collecting discrete values, so the difference in the above equations (2) and (3) is used to replace the differential in the continuous process.
Step 1.2) calculating order difference and second order difference of the engine detection signal data by a forward difference method;
step 1.3) in the detection signal data, expanding the corresponding signal column dimension by using -order difference and second-order difference of each signal, and then forming a three-dimensional detection data structure of < detection signal data, -order difference of detection signal data, second-order difference of detection signal data > as a feature item for each detection signal.
Step 2) generating a training target residual life RUL based on a difference cumulative addition method;
step 2.1) selecting a detection signal with a degradation trend, carrying out smooth filtering to reduce noise interference, and carrying out normalization on the selected signal data;
step 2.2) obtaining a degradation inflection point by adopting a differential accumulation method, namely for each rows of signal values, sequentially accumulating the difference between the numerical values of the rear moment and the numerical value of the front moment, setting a degradation threshold, and when the accumulated sum exceeds the threshold at a certain point and is greater than the threshold at the next continuous 4 points, selecting the point as the degradation inflection point, thereby obtaining the inflection point of each semaphore, and selecting the average value of the minimum 3 inflection points in the semaphore as the inflection point of the RUL of the group of engines;
and 2.3) adopting the reverse order of the time steps of the degradation data as the initial RUL, taking the RUL corresponding to the inflection point to update the RUL in the time period from the initial to the inflection point, and keeping the RULs in the rest time periods unchanged, thereby generating the training target RUL.
Step 3) training an engine residual life prediction model based on a deep FNN-LSTM mixed network according to a training set and a training target RUL, and predicting a test set by adopting an optimal model to obtain the engine residual life RUL;
step 3.1) constructing an aircraft engine residual life prediction model based on the deep FNN-LSTM mixed network, the training set and the training target RUL generated in the step 2), wherein the expression is as follows:
RULt=FNN-LSTM(x1,x2,…,xk,…,xt),(k=1,2,…,t) (3)
wherein, t represents the time of day,
Figure BSA0000192196930000051
sets of feature term values representing the k-th time instant, i being the ith feature term,
Figure BSA0000192196930000052
characteristic item
Figure BSA0000192196930000053
For the ith detection signal
Figure BSA0000192196930000054
And its order difference
Figure BSA0000192196930000055
Second order difference
Figure BSA0000192196930000056
And constructing a three-dimensional detection data structure.
Step 3.2) for sets of training data, assume input data x at the current timeinput_tOutput as x through FNN networkfnn_tAnd the LSTM network hidden state at the time of upper is ht-1The cell state is ct-1Then, the output of the FNN-LSTM network at the current time is calculated as follows:
xfnn_t=σ(wfnnxinput_t+bfnn) (4)
ft=σ(wfxfnn_t+Rfht-1+bf) (5)
~ct=tanh(wcxfnn_t+Rcht-1+bc) (6)
it=σ(wiffnn_t+Riht-1+bi) (7)
ct=ftct-1*it~ct(8)
ot=σ(woxfnn_t+Roht-1+bo) (9)
ht=ot*tanh(ct) (10)
where σ, tanh are activation functions, w represents weight, b represents bias, itIs an input , ftTo forget , otIs output , htIs the output of the LSTM network at the current moment;
step 3.3) calculating the FNN-LSTM network in the forward direction according to the formulas (4) - (10), performing network training by adopting an Adam optimization algorithm, and obtaining an FNN-LSTM optimal prediction model through multiple parameter adjustment training;
and 3.4) predicting the test set by using the obtained FNN-LSTM prediction model to obtain a predicted value RUL.
In order to verify the effectiveness of the method for predicting the residual life of the aircraft engine based on the deep FNN-LSTM hybrid network, a NASA (network-assisted analysis and maintenance) C-MAPSS turbine engine degradation data set is adopted for experimental verification, hundreds of groups of engines which normally operate but are worn to different degrees are selected for the C-MAPSS turbine engine degradation data set for experiment, under set operation conditions, the experiment makes or two faults on 5 rotating parts of the engine in normal operation, 58 sensors are adopted for detecting the whole process from the normal operation state to the fault state and finally to the complete fault state of the engine, and 21 detection signals are selected as effective signal data.
The experimental data comprises 4 data subsets under different operating conditions and fault types, wherein the FD001 subset is only operating conditions and fault types, the FD004 subset is the most complex and has 6 operating conditions and 2 fault modes, and table 1 shows specific information of each subset, each subset is divided into a training set and a testing set, all operating period data of the engine from to the final complete degradation are recorded in the training set, data in the testing set are recorded to moments before the complete degradation, and the residual operating period number is the predicted target RUL.
TABLE 1C-MAPSS data set essential information
Figure BSA0000192196930000061
Through the two graphs, the change trend of the signal quantity is obvious under the single operation condition, the signal quantity has obvious rising or falling trend and is easier to reflect the degradation rule of the engine, and under the multiple operation condition, the change of the signal quantity has no specific rule and no obvious trend, and the mining of the degradation rule of the engine is relatively complex and difficult.
It can also be seen from fig. 2 and 3 that the original detection signal data has noise, so the real data is restored by smoothing filtering and normalization processing, fig. 4, 5, 6 and 7 are graphs comparing the predicted results of the selected test engine in FD001-FD004 subset with the real results, respectively, and table 2 is the experimental results of the training set and the test set of 4 subsets.
Table 24 experimental results of training and test sets of subsets
Figure BSA0000192196930000062
Results fig. 4-7 and table 2 show that the prediction accuracy of the method for predicting the residual life of the aircraft engine based on the deep FNN-LSTM hybrid network is high. The RMSE values of the FD001 subset and the FD003 subset in the prediction results of the test set are low enough, and although the RMSE of the FD002 and the FD004 is relatively high, the prediction results reach high accuracy due to the complex operation environment and more fault types. Also, as can be seen from fig. 4-7, the predicted values for the 4 subsets are overall very close to the true values. In a word, the experimental result proves that the method for predicting the residual life of the aero-engine based on the deep FNN-LSTM hybrid network has effectiveness, and a reliable implementation scheme is provided for the health management and maintenance cost reduction of the aero-engine.

Claims (4)

1, aviation engine residual life prediction method based on deep FNN-LSTM hybrid network, which comprises the following steps:
step 1) on the basis of detection signal data of a plurality of groups of aeroengines from a healthy state to a degraded state, -order difference and second-order difference of the detection signal data are added to form a three-dimensional detection data structure and the three-dimensional detection data structure is used as a characteristic item;
step 2) generating a training target residual life RUL based on a difference cumulative addition method;
and 3) training an engine residual life prediction model based on the deep FNN-LSTM hybrid network according to the training set, the feature items and the training target RUL, and predicting the test set by adopting the optimal model to obtain the engine residual life RUL.
2. The method for predicting remaining life of an aircraft engine based on a deep FNN-LSTM hybrid network as claimed in claim 1, wherein the specific steps of adding order difference and second order difference of the detection signal data to the engine detection signal data in step 1) to form a three-dimensional detection data structure as a characteristic item are as follows:
step 1.1) detection signal data order difference and second order difference information are adopted, and then a mathematical model is used for more accurately describing the detection signal data and the nonlinear relation between order difference and second order difference of the detection signal data and the engine change process:
Figure FSA0000192196920000011
wherein (1)
Figure FSA0000192196920000012
Figure FSA0000192196920000013
In the above formulas (1) to (3), k is a time point, r (k) represents a change process of the engine, skThe value of the detection signal at k is,
Figure FSA0000192196920000014
to detect the th order derivative of the value with respect to time,in practical applications, generally studies the variation process by collecting discrete values, so the difference in the above equations (2) and (3) is used to replace the differential in the continuous process.
Step 1.2) calculating order difference and second order difference of the engine detection signal data by a forward difference method;
step 1.3) in the detection signal data, expanding the corresponding signal column dimension by using -order difference and second-order difference of each signal, and then forming a three-dimensional detection data structure of < detection signal data, -order difference of detection signal data, second-order difference of detection signal data > as a feature item for each detection signal.
3. The method for predicting remaining life of an aircraft engine based on a deep FNN-LSTM hybrid network as claimed in claim 1, wherein the step 2) of generating the training target remaining life RUL based on the difference accumulation method comprises the following steps:
step 2.1) selecting a detection signal with a degradation trend, carrying out smooth filtering to reduce noise interference, and carrying out normalization on the selected signal data;
step 2.2) obtaining a degradation inflection point by adopting a differential accumulation method, namely for each rows of signal values, sequentially accumulating the difference between the numerical values of the rear moment and the numerical value of the front moment, setting a degradation threshold, and when the accumulated sum exceeds the threshold at a certain point and is greater than the threshold at the next continuous 4 points, selecting the point as the degradation inflection point, thereby obtaining the inflection point of each semaphore, and selecting the average value of the minimum 3 inflection points in the semaphore as the inflection point of the RUL of the group of engines;
and 2.3) adopting the reverse order of the time steps of the degradation data as the initial RUL, taking the RUL corresponding to the inflection point to update the RUL in the time period from the initial to the inflection point, and keeping the RULs in the rest time periods unchanged, thereby generating the training target RUL.
4. The method for predicting remaining life of an aircraft engine based on a deep FNN-LSTM hybrid network as claimed in claim 1, wherein step 3) training the model for predicting remaining life of an engine based on a deep FNN-LSTM hybrid network based on the feature term and the training target RUL comprises the following steps:
step 3.1) constructing an aircraft engine residual life prediction model based on the deep FNN-LSTM mixed network, the training set and the training target RUL generated in the step 2), wherein the expression is as follows:
RULt=FNN-LSTM(x1,x2,…,xk,…,xt),(k=1,2,…,t) (3)
wherein, t represents the time of day, sets of feature item values representing the k-th time instant, i being the ith featureThe items are,
Figure FSA0000192196920000022
characteristic itemFor the ith detection signal
Figure FSA0000192196920000024
And its order difference
Figure FSA0000192196920000025
Second order differenceAnd constructing a three-dimensional detection data structure.
Step 3.2) for sets of training data, assume input data x at the current timeinput_tOutput as x through FNN networkfnn_tAnd the LSTM network hidden state at the time of upper is ht-1The cell state is ct-1Then, the output of the FNN-LSTM network at the current time is calculated as follows:
xfnn_t=σ(wfnnxinput_t+bfnn) (4)
ft=σ(wfxfnn_t+Rfht-1+bf) (5)
~ct=tanh(wcxfnn_t+Rcht-1+bc) (6)
it=σ(wixfnn_t+Riht-1+bi) (7)
ct=ftct-1*it~ct(8)
ot=σ(woxfnn_t+Roht-1+bo) (9)
ht=ot*tanh(ct) (10)
wherein σ and tanh are activation functionsNumber, w weight, b bias, itIs an input , ftTo forget , otIs output , htIs the output of the LSTM network at the current moment;
step 3.3) calculating the FNN-LSTM network in the forward direction according to the formulas (4) - (10), performing network training by adopting an Adam optimization algorithm, and obtaining an FNN-LSTM optimal prediction model through multiple parameter adjustment training;
and 3.4) predicting the test set by using the obtained FNN-LSTM prediction model to obtain a predicted value RUL.
CN201910976399.XA 2019-10-15 2019-10-15 method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network Pending CN110737948A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910976399.XA CN110737948A (en) 2019-10-15 2019-10-15 method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910976399.XA CN110737948A (en) 2019-10-15 2019-10-15 method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network

Publications (1)

Publication Number Publication Date
CN110737948A true CN110737948A (en) 2020-01-31

Family

ID=69269338

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910976399.XA Pending CN110737948A (en) 2019-10-15 2019-10-15 method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network

Country Status (1)

Country Link
CN (1) CN110737948A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110609524A (en) * 2019-08-14 2019-12-24 华中科技大学 Industrial equipment residual life prediction model and construction method and application thereof
CN111325403A (en) * 2020-02-26 2020-06-23 长安大学 Method for predicting remaining life of electromechanical equipment of highway tunnel
CN111639467A (en) * 2020-06-08 2020-09-08 长安大学 Aero-engine service life prediction method based on long-term and short-term memory network
CN112613227A (en) * 2020-12-15 2021-04-06 大连理工大学 Model for predicting remaining service life of aero-engine based on hybrid machine learning
CN114430294A (en) * 2021-12-16 2022-05-03 北京邮电大学 Method and device for calibrating ground beams of GEO satellite, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8781982B1 (en) * 2011-09-23 2014-07-15 Lockheed Martin Corporation System and method for estimating remaining useful life
CN109472110A (en) * 2018-11-29 2019-03-15 南京航空航天大学 A kind of aero-engine remaining life prediction technique based on LSTM network and ARIMA model

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8781982B1 (en) * 2011-09-23 2014-07-15 Lockheed Martin Corporation System and method for estimating remaining useful life
CN109472110A (en) * 2018-11-29 2019-03-15 南京航空航天大学 A kind of aero-engine remaining life prediction technique based on LSTM network and ARIMA model

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
高育林: "基于深度学习的多模态故障诊断及剩余寿命预测" *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110609524A (en) * 2019-08-14 2019-12-24 华中科技大学 Industrial equipment residual life prediction model and construction method and application thereof
CN110609524B (en) * 2019-08-14 2020-07-28 华中科技大学 Industrial equipment residual life prediction model and construction method and application thereof
CN111325403A (en) * 2020-02-26 2020-06-23 长安大学 Method for predicting remaining life of electromechanical equipment of highway tunnel
CN111325403B (en) * 2020-02-26 2023-07-11 长安大学 Method for predicting residual life of electromechanical equipment of highway tunnel
CN111639467A (en) * 2020-06-08 2020-09-08 长安大学 Aero-engine service life prediction method based on long-term and short-term memory network
CN111639467B (en) * 2020-06-08 2024-04-16 长安大学 Aero-engine service life prediction method based on long-term and short-term memory network
CN112613227A (en) * 2020-12-15 2021-04-06 大连理工大学 Model for predicting remaining service life of aero-engine based on hybrid machine learning
CN112613227B (en) * 2020-12-15 2022-09-30 大连理工大学 Model for predicting remaining service life of aero-engine based on hybrid machine learning
CN114430294A (en) * 2021-12-16 2022-05-03 北京邮电大学 Method and device for calibrating ground beams of GEO satellite, electronic equipment and storage medium
CN114430294B (en) * 2021-12-16 2022-12-13 北京邮电大学 Method and device for calibrating ground beams of GEO satellite, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110737948A (en) method for predicting residual life of aero-engine based on deep FNN-LSTM hybrid network
CN109308522B (en) GIS fault prediction method based on recurrent neural network
CN112926273B (en) Method for predicting residual life of multivariate degradation equipment
Tang et al. Transfer-learning based gas path analysis method for gas turbines
Gao et al. A neural network-based joint prognostic model for data fusion and remaining useful life prediction
CN111222549B (en) Unmanned aerial vehicle fault prediction method based on deep neural network
JP2021064370A (en) Method and system for semi-supervised deep abnormality detection for large-scale industrial monitoring system based on time-series data utilizing digital twin simulation data
Lindemann et al. Anomaly detection and prediction in discrete manufacturing based on cooperative LSTM networks
CN110288046B (en) Fault prediction method based on wavelet neural network and hidden Markov model
CN109766583A (en) Based on no label, unbalanced, initial value uncertain data aero-engine service life prediction technique
CN107622308B (en) Power generation equipment parameter early warning method based on DBN (database-based network)
CN110361180B (en) Intelligent train pantograph service performance dynamic monitoring and evaluating method and system
CN109145516B (en) Analog circuit fault identification method based on improved extreme learning machine
Le Son et al. Remaining useful life estimation on the non-homogenous gamma with noise deterioration based on gibbs filtering: A case study
Daroogheh et al. A hybrid prognosis and health monitoring strategy by integrating particle filters and neural networks for gas turbine engines
CN113869563A (en) Method for predicting remaining life of aviation turbofan engine based on fault feature migration
Xie et al. Neural-network based structural health monitoring with wireless sensor networks
CN111079348B (en) Method and device for detecting slowly-varying signal
CN102749584B (en) Prediction method for residual service life of turbine generator based on ESN (echo state network) of Kalman filtering
CN113988210A (en) Method and device for restoring distorted data of structure monitoring sensor network and storage medium
CN112418529B (en) Outdoor advertisement online collapse prediction method based on LSTM neural network
Zhang et al. Remaining useful life prediction for rolling bearings with a novel entropy-based health indicator and improved particle filter algorithm
CN112364446B (en) Engine whole-engine performance attenuation prediction method based on EC-RBELM algorithm
Liu et al. A divide and conquer approach to anomaly detection, localization and diagnosis
Sarwar et al. Time series method for machine performance prediction using condition monitoring data

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200131

WD01 Invention patent application deemed withdrawn after publication