Next Article in Journal
Tungsten Oxide Coated Liquid Metal Electrodes via Galvanic Replacement as Heavy Metal Ion Sensors
Previous Article in Journal
IMU-Based Energy Expenditure Estimation for Various Walking Conditions Using a Hybrid CNN–LSTM Model
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Anomaly Detection Method for Rocket Engines Based on Convex Optimized Information Fusion

1
College of Automation Engineering, Nanjing University of Aeronautics and Astronautics, Nanjing 211106, China
2
College of Energy and Power Engineering, Nanjing University of Aeronautics and Astronautics, Nanjing 210016, China
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(2), 415; https://doi.org/10.3390/s24020415
Submission received: 6 December 2023 / Revised: 29 December 2023 / Accepted: 5 January 2024 / Published: 10 January 2024
(This article belongs to the Section Fault Diagnosis & Sensors)

Abstract

:
The power system, as a core component of a launch vehicle, has a crucial impact on the reliability and safety of a rocket launch. Due to the limited measurement information inside the engine, it is often challenging to realize fast and accurate anomaly detection. For this reason, this paper introduces the rocket flight state data to expand the information source for anomaly detection. However, engine measurement and rocket flight state information have different data distribution characteristics. To find the optimal data fusion scheme for anomaly detection, a data set information fusion algorithm based on convex optimization is proposed, which solves the optimal fusion parameter using the convex quadratic programming problem and then adopts the adaptive CUSUM algorithm to realize the fast and accurate anomaly detection of engine faults. Numerical simulation tests show that the algorithm proposed in this paper has a higher detection accuracy and lower detection time than the traditional algorithm.

1. Introduction

As a complex aerodynamic–thermal system, the rocket engine works in a high temperature, high pressure, and strong oxidizing environment, and the structural performance of its components may be degraded and malfunction, which may lead to the fault of the engine system. Therefore, the engine is a sensitive and frequently failing part of the launch vehicle, which is a severe threat to the reliability and safety of rocket launch missions [1,2]. Monitoring the operation status of the rocket power system and discovering anomalies in time can prevent the impact of non-fatal failures on the rocket transportation mission and improve the safety and reliability of the launch vehicle.
Early studies for liquid rocket engine fault diagnosis were mainly based on signal processing methods [3,4]. For example, the anomaly and failure detection system (SAFD) proposed in the 1980s [5], the flight accelerometer safety shutdown system (FASCOS) [6], is mainly based on the red line threshold alarm method. With the development of science and technology, artificial-intelligence-based fault diagnosis methods are widely used in various nonlinear and complex systems since they only need to make full use of prior knowledge and information about the diagnosis object. Wheeler et al. built a sensor model of the main engine of the space shuttle based on a radial basis neural network for fault diagnosis [7]. YU proposed a method to optimize the BP (back propagation) using adaptive genetic algorithms and neural networks for real-time fault detection algorithm for liquid rocket engines [8]. Tsutsumi for maintenance of reusable liquid propellant rocket engines, fault detection was carried out using bivariate time-series analysis, where the state of individual sensors was extracted using principal component analysis, based on which the sensor faults of liquid rockets were estimated [9].
The internal sensors of the rocket power system are the fastest to characterize the faults. Still, the limited number of sensors inside the system due to the limitation of the internal space and the harsh measurement environment and installation conditions makes it difficult to realize accurate and fast diagnosis by solely relying on the engine data. The output thrust of the engine can directly affect the flight state of the rocket, so the information of the flight state and attitude control system can also reflect the working condition of the engine. The fusion of engine internal measurement information, flight state information, and attitude control information provides an effective engine anomaly detection method [10].
Data fusion schemes are categorized into three types: data-level, feature-level, and decision-level fusion. In recent years, scholars have conducted many studies on fusion-based anomaly detection schemes [11].
The data-level fusion scheme has been repeatedly used by scholars in the design of algorithms for anomaly detection due to its ability to retain the original information. Azamfar et al. addressed the problem of fault detection in gearboxes by fusing data from multiple current sensors through a two-dimensional convolutional neural network architecture, which can be directly used for classification without manually extracting the time-frequency features of the data, and finally verified by the current data of industrial gearboxes, which showed that the proposed method has the best classification performance [12]. The proposed method has the best classification performance in fault detection [12]. Jiang conducted research on the uncertainty information in sensor data fusion and proposed a method combining Z-number and D-S (Dempster-Shafer) evidence theory. The method can model the fuzzy and reliable information of sensor data and fuse them to provide a more robust reliability metric for sensor data, which improves the reliability of fault detection [13]. Liu et al. proposed a method for constructing a comprehensive health index by fusing multiple degradation-based sensor data. The method improves the degradation-based prognostic model through the steps of data selection, processing, and fusion, which ultimately better describes the operational status of the system [14].
Since the feature-level fusion scheme has less computational overhead due to the ability to extract key information, it is gradually being widely used in fault diagnosis. Buchaiah et al. extracted 72 original features from bearing vibration data using signal processing techniques and selected a subset of relevant features from the extracted features using the Random Forest method [15]. The selected features were finally fused by dimensionality reduction to search for the most effective rolling bearing fault diagnosis technique. Jing et al. proposed a data fusion method based on a deep convolutional neural network for feature layer sensors for the problem of damage detection in complex mechanical systems. The method learns features from raw data, adaptively optimizes different combinations of fusion levels, and finally meets the requirements of the fault diagnosis task [16]. Radman et al. proposed a fusion scheme based on D-S evidence theory for the problem of epileptic seizure detection. The scheme extracts features from the EEG (Electroencephalogram) signals, analyzes the features by Pearson correlation coefficient, and finally realizes feature-fusion-based epilepsy detection by an ensemble decision tree classifier [17].
As all kinds of systems become more complex, decision-level data fusion schemes are more often applied to anomaly detection for their advantage of handling multimodal data. Xu et al. proposed a multi-model decision fusion method based on deep convolutional neural networks and improved D-S evidence theory. Through this method, the features of the data can be extracted and input into the network model for decision fusion, and the damage detection of rolling bearings is finally realized [18]. Chao et al. proposed a multi-sensor fusion method for axial piston pump faults, considering the limited sensor data. The method uses a convolutional neural network to accept vibration data from three channels and makes the final diagnosis by fusing the information at the decision-making layer [19]. Grbovic utilizes a sparse principal component analysis algorithm to decompose the process monitoring sensor network into multiple blocks and generates local predictions using SVM (Support Vector Machine). Afterwards, the maximum entropy algorithm is used to fuse the local prediction results, which finally realizes the distributed fault detection of the sensor network [20].
In summary, decision-level fusion applies to multimodal scenarios, feature-level fusion applies to heterogeneous data scenarios, and data-level fusion realizes fusion based on raw data, which can maximally retain data information [21,22]. Therefore, this paper is oriented to the needs of fault detection and selects the data-level fusion algorithm to realize the data fusion of the launch vehicle. In addition, scholars have carried out many studies on various types of data fusion schemes. Still, most studies utilize intelligent algorithm training to obtain the fusion parameters without going through the mathematical derivation process, which may not result in the optimal fusion effect [23]. The data composition is more complex since the rocket power system and control system include sensor measurements and control instructions. Therefore, in this paper, we choose the optimized data-level fusion scheme to realize the anomaly detection of the rocket power system, which will not lose the fast information of the engine, can deal with multimodal communication, and is easy to debug. Since the fused data can already characterize the current system, considering the real-time demand of the rocket power system detection, this paper chooses the faster statistical-based data flow detection algorithm.

2. Preliminary

2.1. Research Population

The kinetic equations of the launch vehicle are as follows [24,25]:
m d V d t = P cos α cos β m g sin θ + X 2 c + X 2 e m V d θ d t = P ( sin α cos γ v + cos α sin β sin γ v ) m g cos θ + Y 2 c + Y 2 e + F B y m V cos θ d σ d t = P ( sin α sin γ v cos α sin β cos γ v ) + Z 2 c + Z 2 e + F B z
where m represents the mass of the launch vehicle,  V  represents the velocity of the rocket, P represents the thrust of the rocket, X 2 c , Y 2 c , Z 2 c represents the control force of the three channels of the launch vehicle, X 2 e , Y 2 e , Z 2 e represents the inertia force due to the engine swing, α and β represent the head-on and side-slip angles,   θ and σ represent the velocity inclination and velocity deflection, γ v represents the velocity roll angle, and F B y , F B z represents the disturbance force.
The engine numbering sequence and the positive direction of the swing angle are shown in Figure 1, and the direction of the engine swing angle is defined as positive clockwise deflection when viewed from the tail end of the rocket [26]. When the swing engine swing angle is δ 1 , δ 2 , δ 3 , δ 4 , the equivalent swing angle of the three channels can be regarded as
δ φ = ( δ 4 δ 2 ) / 2 δ ψ = ( δ 3 δ 1 ) / 2 δ γ = ( δ 1 + δ 2 + δ 3 + δ 4 ) / 4
The control torque generated by the engine oscillation is
{ M x 1 c = P r c δ γ M y 1 c = P 2 x c δ ψ M z 1 c = P 2 x c δ φ
where x c is the distance from the engine rocking axis to the center of mass of the rocket and r c is the distance from the engine rocking axis to the longitudinal axis of the arrow body.
The rocket engine model shown in Figure 2 mainly consists of the main turbine pump, a pre-pressurized turbine pump, a gas generator, a thrust chamber, valves, piping, and other components, liquid oxygen through the oxygen pre-pressurized turbine pump, the oxygen main pump, and the liquid oxygen main valve into the gas generator; the generator produces a high-temperature oxygen-rich gas to drive the main turbine after the gas conduit into the combustion chamber after the make-up combustion [10]. Fuel kerosene is pressurized by the fuel pre-pressure pump and the fuel primary pump and divided into four ways, most of which enters the combustion chamber through the cooling channel of the thrust chamber, a part of which flows into the gas generator and the ignition path of the thrust chamber after increasing the pressure by the fuel secondary pump, another part of which drives the fuel pre-pressure pump and then flows into the main path, and the last part of which drives the servo mechanism.
From the above, in the rocket flight process, engine failures such as turbine blade ablation failure or pump cavitation failure will directly affect the thrust; thrust changes will affect the control force, control torque, etc., and ultimately act on the flight attitude control system, affecting the flight attitude of the rocket.
To establish the engine component failure model, this paper adopts the method of multiplying the parameters of the engine component mathematical model by a specific coefficient (the coefficient is called the failure factor) [3]. In the event of engine component failure, the mathematical model of the engine component can be expressed as follows:
{ d X e d t = H ( X , U , D F , t ) Y = G ( X , U , D F , t )
where X e = [ x e 1 , x e 2 , , x e m ] T is the state parameter of the component module, U = [ u 1 , u 2 , , u m ] T is the input parameter of the component module, D is the parameter of the mathematical model of the component module, t is the time, Y = [ y 1 , y 2 , , y m ] T is the output parameter of the component module, H ( · ) and G ( · ) are the functional relations in the component module to construct the connection between the above parameters, and F is the fault factor, which characterizes the severity of the component fault.

2.2. Existing Problems

Before using the data-level fusion method to solve the problem of the accurate real-time monitoring of the abnormal state of the rocket power system, this paper carries out an in-depth analysis of the data of the control system and the power system to clarify the difficulty of the problem and target the design of the algorithm.
A typical fault, the oxidizer pre-pressurized turbine blade ablation fault, is used as an example to compare the parameters of the two systems at 50 s when the fault occurs. As shown in Figure 3, the engine parameters can characterize the occurrence of the fault in time. Still, its internal parameters fluctuate considerably, affecting the characterization of the abnormal state inside the power system. The control system parameters are slower to characterize the fault but are more stable and can indirectly reflect the thrust change. In summary, integrating power system and control system parameters can accurately and quickly characterize the occurrence of faults.
Although fusion schemes for data may fuse multimodal data and improve the performance of anomaly detection, this paper discusses the fusion between data from different systems, which may pose some potential challenges. There are several difficulties in performing the parameter fusion of rocket power systems and control systems for anomaly detection as follows:
1. The information is highly coupled: the engine’s measurement information and flight state information require different time lengths for fault characterization; on the other hand, due to the dynamics, these information are highly coupled with each other, which is an important challenge for fusion algorithms;
2. Strengthen the fault characteristics: to achieve accurate detection, the fusion algorithm also needs to find the optimal fusion parameters and strengthen the fault characteristics in order to improve the accuracy of the anomaly detection algorithm, which requires that the fusion algorithm can be targeted to the fault characteristics in the most obvious way to fuse the data.
3. High real-time requirements: in some engine failure cases, the power system will quickly fail or even explode, so the anomaly detection algorithm requires high real-time performance.
Given the above problems, this paper proposes an anomaly detection scheme based on convex optimization data fusion from the data characteristics of Rocket stabilization flight parameters. The method can find the optimal fusion scheme to strengthen the fault characteristics and meet the real-time and accuracy requirements of anomaly detection. The remaining parts of this paper are composed as follows: the third part introduces the anomaly detection algorithm design and process of this paper, the fourth part presents the experimental design of this paper and the results of algorithm validation, and the fifth part summarizes and looks forward to the research content of this paper.

3. Method

Based on the problem posed in the previous section, and considering that anomaly detection needs to maximize the difference in data characteristics before and after a fault, the problem is first formulated through two fusion objectives as follows:
Objective 1: The fused data should remain stable in the absence of faults, i.e., the data fluctuation in the absence of faults should be minimized, denoted as min   var ( X i ) ;
Objective 2: The fusion data should show the maximum change after a failure, i.e., the fluctuation of the fusion data after a failure should be the largest, denoted as max   d L i d t .
Based on the above two data fusion objectives and considering the real-time computation demand, this paper selects the optimal fusion parameter as the optimization variable of the fusion problem. After solving this variable, the data can be weighted directly at the data level to obtain the fusion data.
Considering that the measurement noise and fault characterization speed of the launch vehicle engine data and the control system parameters differ, the optimal fusion parameter is based on the global optimum property of convex optimization.
Convex optimization problems are widely used in the spacecraft field due to their nature—“local optimum is global optimum” [27]. Benedikter, for the launch vehicle ascent trajectory optimization problem, used a combination of successive convexification techniques to generate a series of convex problems and a three-step successive procedure to improve the computational performance [28]. Deaconu, for the relative trajectory of spacecrafts under the prior successive constraints on impulsive maneuver-based proximity operations, used semi-positive definite programming to obtain an optimal solution [29]. Harris proposed a real-time solution based on lossless convex optimization for the problem of optimizing the maximum steering trajectory of a planetary landing by transforming the problem constraints into convex constraints [30]. In summary, when a problem can be transformed into problem constraints with convexity, the properties of convex optimization can be considered to obtain an optimal solution.
In this paper, we utilize convex quadratic programming to solve the problem of data fusion between the power system and the engine of a launch vehicle, so that the sensor dataset of the rocket before the failure is denoted as X i , j , k , and the dataset after the failure is denoted as L i , j , k , where i , j , k correspond to the number of experiments, the number of measurement points, and the number of parameters, respectively.
Through the problem design in this section, the power system data are fused with the relatively smoother control system information by using convex optimization solving to strengthen the fault characteristics. Solving the optimal fusion parameters through the global-optimality property of convex optimization maximizes the difference between the data before and after the fault to improve the effect of anomaly detection.

3.1. Convex Optimization Problem Construction

From the above, the fusion of power system and control system information in a launch vehicle requires the data-level fusion of data with different distribution characteristics, and different speeds of fault manifestation, and to obtain the optimal fusion effect for fast and accurate anomaly detection, the fusion problem is formulated as a convex quadratic programming problem.
According to the two fusion objectives mentioned in the previous section, the first fusion objective aims to reduce the fluctuation of the data. In this paper, the variance is used to measure the fluctuation of the data. The variance of the data is estimated through the matrix S and a quadratic form is constructed based on this to ensure the convexity of the constructor.
The second fusion objective is to maximize the change in the failure data, which is measured by the first order difference in the data after the failure. In this paper, we use the matrix E i to evaluate the amount of change in the data and utilize the constraints of the parameter γ i j so that the fused data show an overall increasing trend after a fault.
After constructing the fusion objective, this paper introduces the hyperparameter α , β , c i j to optimize the solution strategy, where α and β are used to balance the importance of the two objective terms, and c i j is used to adjust the weight of the post-fault data.
By combining the two fusion objectives, forming an objective function, and solving it, the optimal fusion parameter can be obtained, which is able to make the optimal combination of multiple parameters with different noise, distribution characteristics, and fault characterization speeds to maximize the fault characteristics.
From the above, the objective function of the convex optimization problem proposed in this paper is as follows. Through this objective function, the parameters of the power system with large observation noise and obvious fault characterization can be fused with the parameters of the control system with better observation quality in order to maximize the differentiation of the data before and after the fault.
min w α i = 1 n w T X i T S i X i w + max γ i j β i = 1 n j = 1 o i 1 c i j γ i j   s . t . w T 1 = 1 , E i W i 0 i = 1 , , n , j = 1 , , o i
where α and β are hyperparameters to adjust the solution strategy of the optimization algorithm.
The first term in Equation (5) is the fusion objective 1, which evaluates the fluctuation of the fused data by estimating the variance of the fused data and ensures the convexity of the objective function by constructing a quadratic form; the second term of Equation (5) is the fusion objective 2, which combines the constraint term E i W i 0 to maximize the difference in the post-fault data. There are three hyperparameters in Equation (5), where α and β act together to adjust the importance of the two optimization objectives, and c i j acts together with the parameter γ i j to adjust for differences in the post-fault data. The hyperparameters α and β are obtained by empirical analysis, and the sum of these two parameters is a constant, so the appropriate parameter ratio can effectively adjust the optimization effect.
In the first term of Equation (5), w is the fusion weight matrix, which determines the weights corresponding to each set of parameters in the fusion. X i represents the set of rocket data without faults used in training, where the rows correspond to the collected data and the columns correspond to a parameter. o i is the number of measurement points of the post-fault data. S matrix is a symmetric matrix of the following form:
S i = ( I J n i ) n i 1
where I is a unit matrix, J is an all-1 matrix, and n i represents the number of data points collected in the absence of faults.
The matrix S is elicited to estimate the variance of the fused data; the principle is shown in the following equation:
( ( X j w ) T X j w n i ( ( 1 T X j w ) / n i ) 2 ) / ( n i 1 ) = w T X j T ( ( I 1 1 T / n i ) / ( n i 1 ) ) X j w / ( n i 1 ) = w T X j T S X j w
c i j , in the second term of Equation (6), serves as a hyperparameter that determines how much the post-fault data affect the overall optimization objective, and γ i j is used to maximize the difference between adjacent data after a fault.
In the constraint term, maximizing the second term in the above equation has the following form:
E i = [ ( l i , n i + 1 , 1 l i , n i + 2 , 1 ) ( l i , n i + 1 , s l i , n i + 2 , 8 ) I i ( l i , n i + o i 1 , 1 l i , n i + o i , 1 ) ( l i , n i + o i 1 , 8 l i , n i + o i , 8 ) ]
where l i , j , k is the number of measurement points j and sensors k corresponding to the i th experiment; t i represents the number of post-fault data used for training; and W i = [ w , γ i , 1 , , γ i , o i 1 ] T R ( 8 + o i 1 ) × 1 is used to determine the value of γ i j .
In order to prove the convexity of the proposed information fusion problem, Equation (5) can be formulated as follows:
min w , p α w T Q w β p T I   s . t . w T 1 = 1 , E W 0 .
where Q = X T S X , X = [ X 1 , X 2 , , X n ] T , p = [ p 1 , p 2 , ... , p n ] T , and where p i = [ γ i , 1 , γ i , 2 , , γ i , o i ] T . Here, the E , W matrix has the same composition as the p . Thus, S = T T , where T is the lower triangular matrix. According to the Cholesky decomposition, the matrix Q can therefore be rewritten as Q = X S X = ( T X ) T X , and it is easy to obtain that the Q matrix is also a semi-positive definite matrix.
Thus, the second term in Equation (9) consists of a linear function, while its constraint term is polyhedral and can consist of linear inequalities, making the convex optimization problem easier to solve.

3.2. Algorithm Design

As shown in Figure 4, the detection algorithm flow includes several parts, including data preprocessing, fusion parameter solving, and data stream anomaly detection, and the following parts will be introduced separately next.

3.2.1. Data Preprocessing

Different rocket sensors have different operating frequencies and data characteristics, affecting the fused data quality. Through the data pre-processing link, each sensor data conversion will have different characteristics to achieve the fusion of multiple sensor data. Data pre-processing mainly includes resampling and standardization, enabling data fusion with varying frequencies of sampling and eliminating the scale differences between different data [31].
In this paper, we simplify the problem of fusion of multimodal data and do not consider the problem of data reception and alignment in real situations, but focus on the design of the optimal fusion scheme. The power system data with higher sampling frequencies are resampled so that they can be trained and fused with the control system data.
Since constructing a convex optimization problem requires matrix-positive definitions, which need the final fused data set to have positive covariates, normalization is used to restrict the data to a range of 0–1 to obtain optimal fusion [32].

3.2.2. Fusion Parameter Solving

In order to compute the optimal fusion parameters, the hyperparameters set in Section 3.1 need to be solved first. The post-fault data are stored in E i for training, and, again, the W i matrix and γ i j are closely related, and the hyperparameters c i j are solved in training by the constraint term E i W i . Combined with the pre-failure data stored in the first term, these are jointly solved to obtain the optimal fusion parameter W. The optimal fusion parameter w is calculated by the constraint term E i W i .
In the previous section, the hyperparameters α , β , c i j of the objective function have not been determined. In order to determine the value of α , β , set α = 0 , β = 1 α  initially, and then all parameter choices are traversed with a step size of 0.1 to find the optimal α and β parameters by searching for marginal effects.
The parameter c i j determines how much the post-fault data affect the overall optimization objective. Set c i , j c i , j + 1 0 , i , j to detect the occurrence of a fault more quickly, in which case c i j has the following form:
c i j = c i , r i + 1 + ( j r i 1 ) 2 ( 1 t i c i , r i + 1 ) t i ( t i 1 )
The objective function of Equation (5) forms a multi-objective optimization problem through the introduction of three hyperparameters: the first one aims to enhance the smoothness characteristics of the fused data in the absence of faults, and the second one aims to enhance the variability characteristics of the data after faults. The optimal hyperparameters of the multi-objective optimization problem are found by marginal effects through different configurations of the α , β parameters.
After solving the obtained hyperparameters, the optimal fusion parameter can be solved using the interior point method to solve the optimization problem in the previous section. The interior-point method is a numerical optimization method for solving convex optimization problems by searching for a solution within the interior of the feasible solution to avoid the large number of iterative steps that may occur in many exterior-point methods.
The algorithm was first proposed by Karmarkar for solving linear programming problems, and was gradually extended to solve nonlinear convex optimization problems, including second-order cone programming and semidefinite programming.
The basic idea of the interior point method can be formulated as [33]; for a convex optimization problem, the problem can be formulated as finding the minimum value of a convex function f ( x ) within a certain range of values A . Suppose the following problem is solved:
min f ( x ) x A s . t . f i ( x ) b i , i = 1 , 2 , , m h i ( x ) = 0 , i = 1 , 2 , , p
The range A is then determined by the constraints in the above equation, i.e., x A is equivalent to the constraints.
Next, construct a barrier function g ( x ) whose function value outside the range A is much larger than the function value inside the range, satisfying
g ( x ) = { 0 x A x A
The above equation is a function in an ideal state, and a perfect barrier function satisfying this property usually does not exist, so some function is used to make an approximation. A feasible logarithmic type of barrier function is
g ( x ) = μ i m ln ( f i ( x i ) ) , i = 1 , 2 , , m
where μ is a very small positive parameter, and the range of values of x in g ( x ) can be in the complex domain.
At this point, the constructor h ( x )
h ( x ) = f ( x ) + g ( x )
When g ( x ) meet the conditions of the Formula (12), h ( x ) in the range of A outside the function value is much larger than the value of A, so this new function h ( x ) is characterized by the value of the entire domain and can be taken; the minimum value and the minimum value of the value of the range must be in the scope of A. At the same time, due to the function of h ( x ) in the range of A and due to the fact that the original value of f ( x ) is equal, the minimum value of h ( x ) is the minimum value of f ( x ) . So the optimization problem (Equation (11)) is equivalent to the following problem:
min h ( x ) x C
where C is the complex domain.
This is equivalent to taking the constraints in the initial problem and including them in the functional properties of the newly constructed function h ( x ) . The solution space of the new function is unbounded; thus, the minimum value of the new function h ( x ) can be found directly using Newton’s method, and the obtained solution is just equal to the minimum solution of f ( x ) in the original problem within a certain range A, i.e., it is the optimal solution of the original optimization problem within the constraints.
After obtaining the hyperparameter α , β , c i j , the optimal fusion parameter w of the data is obtained by solving the optimal solution of the convex quadratic programming problem, at which time the final fused data can be solved using the following equation:
T f = k w k l i , j , k

3.2.3. Anomaly Detection

The optimization objective of the optimization problem constructed in this paper is to maximize the anomalies of normal and faulty data, and considering the real-time demand of launch vehicle anomaly detection, the detection algorithm should be able to quickly compute to achieve the detection and be sensitive to faults appearing in the fusion data. This paper uses the Exponentially Weighted Moving Average-Cumulative Sum (EWMA-CUSUM) algorithm to realize anomaly detection based on fused data [34]. This algorithm can monitor the data flow in real-time, has slight computational complexity and adaptability, has the property of adjusting the smoothing parameters over time, can always keep monitoring in time-varying situations, is suitable for the characteristics of fused data in engine fault detection, and can realize rapid diagnosis.
When monitoring fusion data, define
Z t ( β ) = ( β ^ t β ) / σ Z t ( σ ) = Φ 1 { F ( ( n p ) σ ^ t 2 / σ 2 ; n 1 ) }
where Φ 1 { · } is the inverse standard deviation normal distribution function and F ( · ; v ) is the distribution function of the chi-square distribution ( χ v 2 ) with υ degrees of freedom. Such a transformation leads to the design of control charts whose control limits do not depend on the sample size n. Another advantage is that the distribution of Z t ( σ ) is symmetric, so that the control charts will also be quite sensitive to decreases in the variance of the contours. Recall that the vector ( Z t ( β ) , Z t ( σ ) ) T is a multisource normal random vector with expectation 0 and variance array Σ = ( ( X T X ) 1 0 0 1 ) .
In calculating the CUSUM control curve, the training sequence mean value u is first obtained, and the smooth parameter is defined as a function of time as follows:
g ( t ) = { g ( t ) = λ , t = 1 max ( λ 3 0.99 t , λ 2 + 0.99 t ) , U t u , t > 1 min ( λ 3 0.99 t , λ 2 + 0.99 t ) , U t < u , t > 1
After that, the adaptive EWMA sequences based on GT and ZT are calculated
J t = g ( t ) Z t + ( 1 g ( t ) ) J t 1
where J 0 = 0 ,   g ( t ) ( 0 , 1 ] .
Finally, the adaptive EWMA-CUSUM sequence is computed
E C t = max ( 0 , J t Σ 1 J t g ( t ) + EC t 1 )
where AMEC 0 = 0 , this control chart will signal the runaway alarm in case of E C t > h .
It is common to use Average Run Length (ARL) to measure the performance of control charts to monitor linear contour data, with controllable ARL (ARL0) and uncontrolled ARL (ARL1) defined as follows:
ARL 0 = 1 α c ARL 0 = 1 1 β c ,
where α c is the probability that the control chart sends a false alarm, and β c is the probability that the control chart has a missed detection.
The control limits of the control chart are obtained by bisection search: (1) Fix ARL0, and set an upper limit h max and a lower limit h min , in which the upper limit can be set slightly larger, in order to avoid failing to find the control limits; the lower limit is usually taken as 0. (2) The initial control limit h is set to the upper limit, i.e., h = h max , and the ARL is obtained by statistical simulation:
  • If ARL ARL 0 , raise the lower limit, i.e., h min = h ;
  • If ARL ARL 0 , lower the upper limit, i.e., h max = h ;
  • If ARL 0 1 ARL ARL 0 + 1 , jump out of the loop and find the desired control limit h; otherwise, reset the control limit h, i.e., h = h max + h min 2 .
The control limit T in this paper is determined by the distribution of the training dataset.

4. Experiment

4.1. Experiment Design

This paper validates the proposed algorithm using the constructed rocket simulation loop data. The rocket simulation loop completely simulates the navigation, guidance, and control systems during the rocket movement, as shown in Figure 5. Combined with the engine system simulation, the time series data of the control system and power system can be obtained during the flight.
The engine simulation takes a liquid oxygen supplementary combustion rocket engine as the research object, including a turbopump, gas generator, combustion chamber, pipeline, valve, and other components. The simulation takes the commanded thrust as the input and the engine thrust, specific impulse, and other performance parameters and internal monitoring parameters of the components as the output so that the engine operating characteristics under the fault state can be simulated.
Considering that the engine data can more quickly characterize the occurrence of faults, three parameters, namely the fuel main valve flow Q f v a l v e , oxygen pre-pressure turbine speed n t p p o , and liquid oxygen main valve flow Q o v a l v e , are selected to be added into the fusion data set; meanwhile, five parameters, namely the three-axis attitude angle δ φ , δ ψ , δ γ and the lateral and normal overloads n y , n z are selected to be added into the fusion data set among the parameters of the control system, and the fusion data set is composed as follows:
L = [ n t p p o , Q f v a l v e , Q o v a l v e , δ φ , δ ψ , δ γ , n y , n z ]
The simulation time is set to 80 s and the combustion chamber throat ablation fault is injected inside the engine at 50 s. This fault is more frequent in the rocket engine, which may lead to the damage of the combustion chamber structure, the spalling of the material, and even the failure of the rocket engine. So this fault, as a typical fault of the engine, has a certain degree of representativeness to carry out research on it.
After the fusion data set is selected, the simulation platform is used to construct the training data; in this paper, through Monte Carlo simulation, the random fault factors and attitude control objectives (initial attitude and end attitude) are obtained to form twenty-five groups of data sets. Five groups in the dataset are selected as the training dataset and twenty as the test dataset. The dataset scenarios are configured, as shown in the table below. The parameter ranges for Monte Carlo sampling to simulate the real environment are demonstrated in Equation (23). Different fault factors affect the degree of faults, while different attitude angle control instructions change the trajectory and control scheme of the rocket, which makes the simulation stochastic and allows the verification of the generalization of the algorithm.
F [ 0.8 , 1 ] δ φ _ c [ 40 ° , 90 ° ] δ ψ _ c [ 0 ° , 10 ° ] δ γ _ c [ 0 ° , 5 ° ]

4.2. Experiment Results

Figure 6 illustrates the variation of the fused dataset under an oxygen pre-pressurized turbine ablation fault. Since the operating characteristics of the control and engine systems result in different sampling steps for their data, the data from the engine system are resampled and then normalized. As can be seen from the Figure 6, after the fault occurs at 50 s, the parameters all fluctuate to different degrees.
After data preprocessing, the optimal fusion parameters can be obtained by constructing a convex quadratic programming problem and solving it. The change process of the hyperparameter α mentioned above using the marginal effect to solve is shown in Figure 7. Since α can reflect the importance of the two components in the optimization objective function, this paper chooses α = 0.7 , because, at this time, the variance decline of the pre-fault data begins to slow down, and the choice of this parameter can achieve the maximum gain of the objective function.
After determining the hyperparameters, the optimal parameters are obtained by solving the optimization problem, and the optimal fusion weight parameters obtained in this paper are shown in Table 1.
E.g., the eight parameters in the table are: Turbine Speed of Oxidizer Pre-pressurized turbopump, Flow Rate of Fuel Valve, Flow Rate of Oxidizer Valve, Engine Swing Angle (Roll Channel), Engine Swing Angle (Pitch Channel), Engine Swing Angle (Yaw Channel), Normal Overload, and Lateral Overload.
The test dataset is fused based on the optimal fusion parameters and the fused data are shown in Figure 8. Anomaly detection algorithms are designed based on the fused data in the above figure to achieve fast and accurate monitoring. Based on the fused data, the adaptive EWMA-CUSUM algorithm is utilized for the anomaly detection of the fused data, and the upper and lower detection limits in the EWMA-CUSUM algorithm are set as follows:
T max = μ + 2 σ T min = μ 2 σ
where μ and σ represent the mean and standard deviation from the first 500-point estimates of the fusion data, respectively.
Figure 9 illustrates the fault detection results for the fused data under the combustion chamber throat ablation fault. The algorithm detects the fault without false alarm, with a time of 0.9 s. Figure 10 demonstrates the results of anomaly detection using a single parameter. From the above figure, the fault can be detected relatively quickly but has a false alarm rate of 32.9%. This indicates that, by fusing the information from the engine and control system, the fluctuation of the data is effectively reduced, and the characteristics of the faults are strengthened, improving the detection results.
To test the effect of the algorithm under different faults, the proposed algorithm is utilized to detect the fusion data under the main turbine blade ablation fault. The detection results are shown in Figure 11, which shows that the algorithm has no false alarms under this fault, and the detection speed meets the real-time requirements, indicating that the algorithm has sound detection effects on different spots and has good generalizability. Figure 12 shows the detection effect of using a single parameter under the same fault, and there will be missed detection under various faults.
Finally, this paper compares the effectiveness of the proposed algorithm with the commonly used algorithms in fault diagnosis, including classification-based and adaptive thresholding anomaly detection algorithms, under combustion chamber faults. Currently, the mainstream algorithm in the field of liquid rocket fault diagnosis is an anomaly monitoring scheme based on intelligent algorithms. Soon-Young et al. [3] proposed a deep-learning-based fault detection method for the start-up phase of LRE using long-term and short-term memory and CNN (Convolutional Neural Network). Li et al. [35] combined PSO (Particle Swarm Optimization) with LSSVM (Least Squares Support Vector Machine), used PSO to optimize the kernel function parameters and penalty factor of LSSVM, and established an LRE fault detection model. In summary, this paper chooses PSO-LSSVM and CNN-LSTM as representatives of classification and prediction algorithms, respectively, to compare their effectiveness with the proposed algorithm. This paper uses 20 sets of simulation data with different configurations obtained by randomly sampling the configuration parameters to average the results of their detection metrics, as shown in Table 2.
In order to verify the robustness of the algorithm to noise, considering the harsh measurement environment of the engine, we add 5% and 15% measurement noise to the original engine simulation model. And the engine measurement data with noise are fused to check the robustness of the algorithm to noise, and the results are shown in Table 2.
This paper focuses on the real-time and accuracy of rocket motor anomaly detection, so the selection of indicators should be in line with the theme of this paper. This paper evaluates and compares the performance of the algorithms using Accuracy, Detection Time, and mean Intersection over Union (mIoU) [36]. The three metrics are as defined in Equations (25) and (26). Accuracy reflects the ability of the algorithm to detect correctly, while Detection Time reflects the sensitivity of the algorithm to faults. mIoU serves as a reasonable and intuitive metric to clearly demonstrate the levels of false positives and false negatives.
A c c u r a c y = T P + T N T P + F N + F P + T N m I o U = 1 2 ( T P F N + F P + T P + T N F N + F P + T N ) T : T r u e , F : F a l s e P : P o s i t i v e ( F a u l t ) N : N e g a t i v e ( N o   f a u l t )
t A = t det ected t fault
where t det ected represents the time when the fault was detected and t fault represents the time when the fault occurred.
From Table 2, the algorithm proposed in this paper has better accuracy, which can effectively meet the accuracy requirements of the rocket power system detection. Since the proposed algorithm does not use a neural network model, this paper does not separately compare the computation time based on computational complexity. In this paper, the detection time is used to evaluate the missed detection of the algorithm, and from Table 2, the detection time of the proposed algorithm is shorter and can meet the real-time requirement of rocket fault detection. While detecting the data with noise, the algorithm’s accuracy remains at a high level, and the detection time remains almost unchanged, representing the algorithm’s robustness to the noise of the parameters.
In addition, the algorithm has false alarms and missed detections. We believe that false alarms occur because of the large fluctuations and oscillations in the rocket engine data, which are partially reflected in the fusion data, ultimately leading to false alarms.
As for the missed detection, this paper uses the detection time as an indicator, which can indirectly reflect the missed detection of the algorithm. The reason that part of the faults is not detected is that, in order to balance the false alarms and missed detection, the threshold design of the adaptive CUSUM algorithm in this paper is more conservative, which leads to the increase in the detection time.
Finally, it is worth noting that the algorithms in this paper are designed for mainstream rocket launcher models as well as configuration schemes. Different rocket architectures, dimensions, and operating conditions mainly affect the size and form of data changes, while having less impact on fault characterization. The proposed algorithm is the optimal fusion parameter obtained after training and optimization by collecting the data of the rocket, and the variation of the rocket parameters obeys its design and physical laws. Therefore, the algorithm in this paper has some generalization by collecting rocket data from different cases for training. But due to the limitation of data collection, this paper only carries out validation experiments on the rocket parameters under different faults. In subsequent research, we will continue to explore the program design of the rocket anomaly detection algorithm in various situations.

5. Conclusions

This paper proposes an anomaly detection method for data fusion in rocket power and control systems. The method addresses the insufficient observation information within the power system in real situations and fuses data from other systems at the data level to realize fast and accurate anomaly detection. In this paper, we design a data processing scheme based on convex optimization, which first constructs a convex quadratic programming problem, trains with preprocessed data inputs to find the optimal fusion of multi-sensor data, and utilizes an adaptive CUSUM detection algorithm to achieve fast and accurate anomaly detection. The advantage of this algorithm is that it can recognize the optimal fusion of information so that the information from multiple sensors can be most effectively utilized, ensuring rapid and accurate detection. The proposed algorithm is tested and validated on a rocket simulation platform, and the results show that the fused data can strengthen the differences in the characteristics of the data before and after the fault, improve the accuracy by 17.7% compared with the data before fusion, and reduce the detection time by 24%. In addition, the proposed algorithm has a higher accuracy and faster speed than similar anomaly detection algorithms. This paper only tested the algorithm’s performance under several similar faults. We did not consider the design of anomaly detection algorithms under all faults. We will continue to explore the performance of the algorithms under different types of faults in subsequent work.
In this paper, the anomaly detection study is mainly carried out for the internal faults of the rocket engine. The external faults of the engine may also lead to parameter changes, which requires the design of targeted algorithms to identify faults. In addition, although the proposed algorithm can be trained to improve the generalizability of the algorithm, the direct transferability of the algorithm to launch vehicles with different characteristics or configurations remains to be investigated. In summary, future work should be carried out to improve the performance and scalability of the algorithm.

Author Contributions

Conceptualization, H.S. and Y.C.; methodology, Y.C. and F.L.; software, H.S. and N.W.; validation, H.S., N.W. and Y.C.; formal analysis, B.J.; writing—original draft preparation, H.S.; writing—review and editing, Y.C., F.L. and B.J.; project administration, Y.C., F.L. and B.J. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key Research and Development Program of China (No. 2023YFB3307102) and the National Natural Science Foundation Integration Project (No. U22B6001).

Data Availability Statement

Data are unavailable due to privacy or ethical restrictions.

Acknowledgments

We thank the National Natural Science Foundation of China, the National Key Research and Development Program of China and the China Academy of Launch Vehicle Technology for their strong support during this project. We also thank Yi Peng (College of Energy and Power Engineering) for his help in writing this paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wang, C.; Zhang, Y.; Zhao, Z.; Chen, X.; Hu, J. Dynamic Model-Assisted transferable network for Liquid Rocket Engine Fault Diagnosis using limited fault samples. Reliab. Eng. Syst. Saf. 2023, 243, 109837. [Google Scholar] [CrossRef]
  2. Huang, P.; Yu, H.; Wang, T. A Study Using Optimized LSSVR for Real-Time Fault Detection of Liquid Rocket Engine. Processe 2022, 10, 1643. [Google Scholar] [CrossRef]
  3. Park, S.Y.; Ahn, J. Deep neural network approach for fault detection and diagnosis during startup transient of liquid-propellant rocket engine. Acta Astronaut. 2020, 177, 714–730. [Google Scholar] [CrossRef]
  4. Lv, H.; Chen, J.; Wang, J.; Yuan, J.; Liu, Z. A supervised framework for recognition of liquid rocket engine health state under steady-state process without fault samples. IEEE Trans. Instrum. Meas. 2021, 70, 1–10. [Google Scholar] [CrossRef]
  5. Oreilly, D. System for Anomaly and Failure Detection (SAFD) System Development (No. NAS 1.26: 193907); NASA: Washington, DC, USA, 1993. [Google Scholar]
  6. Biggs, R. A probabilistic risk assessment for the space shuttle main engine with a turbomachinery vibration monitor cutoff system. In Proceedings of the 26th Joint Propulsion Conference, Orlando, FL, USA, 16–18 July 1990. [Google Scholar]
  7. Wheeler, K.; Dhawan, A.; Meyer, C. SSME sensor modeling using radial basis function neural networks. In Proceedings of the 30th Joint Propulsion Conference and Exhibit, Indianapolis, IN, USA, 27–29 June 1994. [Google Scholar]
  8. Yu, H.; Wang, T. A method for real-time fault detection of liquid rocket engine based on adaptive genetic algorithm optimizing back propagation neural network. Sensors 2021, 21, 5026. [Google Scholar] [CrossRef] [PubMed]
  9. Tsutsumi, S.; Hirabayashi, M.; Sato, D.; Kawatsu, K.; Sato, M.; Kimura, T.; Hashimoto, T.; Abe, M. Data-driven fault detection in a reusable rocket engine using bivariate time-series analysis. Acta Astronaut. 2021, 179, 685–694. [Google Scholar] [CrossRef]
  10. Zhang, X.; Wang, J.; Chen, J.; Liu, Z.; Feng, Y. Retentive multimodal scale-variable anomaly detection framework with limited data groups for liquid rocket engine. Measurement 2022, 205, 112171. [Google Scholar] [CrossRef]
  11. Yan, H.; Liu, Z.; Chen, J.; Feng, Y.; Wang, J. Memory-augmented skip-connected autoencoder for unsupervised anomaly detection of rocket engines with multi-source fusion. ISA Trans. 2023, 133, 53–65. [Google Scholar] [CrossRef]
  12. Azamfar, M.; Singh, J.; Bravo-Imaz, I.; Lee, J. Multisensor data fusion for gearbox fault diagnosis using 2-D convolutional neural network and motor current signature analysis. Mech. Syst. Signal Process. 2020, 144, 106861. [Google Scholar] [CrossRef]
  13. Jiang, W.; Xie, C.; Zhuang, M.; Shou, Y.; Tang, Y. Sensor data fusion with z-numbers and its application in fault diagnosis. Sensors 2016, 16, 1509. [Google Scholar] [CrossRef]
  14. Liu, K.; Gebraeel, N.Z.; Shi, J. A data-level fusion model for developing composite health indices for degradation modeling and prognostic analysis. IEEE Trans. Autom. Sci. Eng. 2013, 10, 652–664. [Google Scholar] [CrossRef]
  15. Buchaiah, S.; Shakya, P. Bearing fault diagnosis and prognosis using data fusion based feature extraction and feature selection. Measurement 2022, 188, 110506. [Google Scholar] [CrossRef]
  16. Jing, L.; Wang, T.; Zhao, M.; Wang, P. An Adaptive Multi-Sensor Data Fusion Method Based on Deep Convolutional Neural Networks for Fault Diagnosis of Planetary Gearbox. Sensors 2017, 17, 414. [Google Scholar] [CrossRef] [PubMed]
  17. Radman, M.; Moradi, M.; Chaibakhsh, A.; Kordestani, M.; Saif, M. Multi-feature fusion approach for epileptic seizure detection from EEG signals. IEEE Sens. J. 2020, 21, 3533–3543. [Google Scholar] [CrossRef]
  18. Xu, W.; Jing, L.; Tan, J.; Dou, L. A multimodel decision fusion method based on DCNN-IDST for fault diagnosis of rolling bearing. Shock Vib. 2020, 2020, 8856818. [Google Scholar] [CrossRef]
  19. Chao, Q.; Gao, H.; Tao, J.; Wang, Y.; Zhou, J.; Liu, C. Adaptive decision-level fusion strategy for the fault diagnosis of axial piston pumps using multiple channels of vibration signals. Sci. China Technol. Sci. 2022, 65, 470–480. [Google Scholar] [CrossRef]
  20. Grbovic, M.; Li, W.; Xu, P.; Usadi, A.K.; Song, L.; Vucetic, S. Decentralized fault detection and diagnosis via sparse PCA based decomposition and maximum entropy decision fusion. J. Process Control 2012, 22, 738–750. [Google Scholar] [CrossRef]
  21. Tran, M.Q.; Liu, M.K.; Elsisi, M. Effective multi-sensor data fusion for chatter detection in milling process. ISA Trans. 2022, 125, 514–527. [Google Scholar] [CrossRef]
  22. Li, J.; Hong, D.; Gao, L.; Yao, J.; Zheng, K.; Zhang, B.; Chanussot, J. Deep learning in multimodal remote sensing data fusion: A comprehensive review. Int. J. Appl. Earth Obs. Geoinf. 2022, 112, 102926. [Google Scholar] [CrossRef]
  23. Wei, Y.; Wu, D.; Terpenny, J. Robust incipient fault detection of complex systems using data fusion. IEEE Trans. Instrum. Meas. 2020, 69, 9526–9534. [Google Scholar] [CrossRef]
  24. Pérez-Roca, S.; Marzat, J.; Piet-Lahanier, H.; Langlois, N.; Farago, F.; Galeotta, M.; Le Gonidec, S. A survey of automatic control methods for liquid-propellant rocket engines. Prog. Aerosp. Sci. 2019, 107, 63–84. [Google Scholar] [CrossRef]
  25. Wang, J.; Cui, N.; Wei, C. Optimal rocket landing guidance using convex optimization and model predictive control. J. Guid. Control Dyn. 2019, 42, 1078–1092. [Google Scholar] [CrossRef]
  26. Sugimachi, T.; Yonemoto, K.; Fujikawa, T. Attitude Control Law Design of Experimental Winged Rocket Using Engine Gimbal Control. In Proceedings of the 2018 Asia-Pacific International Symposium on Aerospace Technology (APISAT 2018), Singapore, 8 June 2019; Springer: Berlin/Heidelberg, Germany, 2019. [Google Scholar]
  27. Liu, X.; Lu, P.; Pan, B. Survey of convex optimization for aerospace applications. Astrodynamics 2017, 1, 23–40. [Google Scholar] [CrossRef]
  28. Benedikter, B.; Zavoli, A.; Colasurdo, G.; Pizzurro, S.; Cavallini, E. Convex approach to three-dimensional launch vehicle ascent trajectory optimization. J. Guid. Control Dyn. 2021, 44, 1116–1131. [Google Scholar] [CrossRef]
  29. Deaconu, G.; Louembet, C.; Théron, A. Designing continuously constrained spacecraft relative trajectories for proximity operations. J. Guid. Control Dyn. 2015, 38, 1208–1217. [Google Scholar] [CrossRef]
  30. Harris, M.W.; Açıkmeşe, B. Maximum divert for planetary landing using convex optimization. J. Optim. Theory Appl. 2014, 162, 975–995. [Google Scholar] [CrossRef]
  31. Dong, X.; Fan, Q.; Li, D. Detrending moving-average cross-correlation based principal component analysis of air pollutant time series. Chaos Solitons Fractals 2023, 172, 113558. [Google Scholar] [CrossRef]
  32. Berlo, B.V.; Verhoeven, R.; Meratnia, N. Use of Domain Labels during Pre-Training for Domain-Independent WiFi-CSI Gesture Recognition. Sensors 2023, 23, 9233. [Google Scholar] [CrossRef]
  33. Gorissen, B.L. Interior point methods can exploit structure of convex piecewise linear functions with application in radiation therapy. SIAM J. Optim. 2022, 32, 256–275. [Google Scholar] [CrossRef]
  34. Engmann, G.M.; Han, D. The optimized CUSUM and EWMA multi-charts for jointly detecting a range of mean and variance change. J. Appl. Stat. 2022, 49, 1540–1558. [Google Scholar] [CrossRef]
  35. Mohd, G.; Mohamad, H.; Wan, R. Vibration analysis for machine monitoring and diagnosis: A systematic review. Shock Vib. 2021, 2021, 9469318. [Google Scholar]
  36. Rezatofighi, H.; Nathan, T.; Jun Young, G.; Amir, S.; Ian, R.; Silvio, S. Generalized intersection over union: A metric and a loss for bounding box regression. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019. [Google Scholar]
Figure 1. Gimbaled rocket engine configuration.
Figure 1. Gimbaled rocket engine configuration.
Sensors 24 00415 g001
Figure 2. Principle of operation of liquid rocket engine.
Figure 2. Principle of operation of liquid rocket engine.
Sensors 24 00415 g002
Figure 3. Comparison of rocket multi-system parameters.
Figure 3. Comparison of rocket multi-system parameters.
Sensors 24 00415 g003
Figure 4. Experimental structure design.
Figure 4. Experimental structure design.
Sensors 24 00415 g004
Figure 5. Rocket digital simulation system.
Figure 5. Rocket digital simulation system.
Sensors 24 00415 g005
Figure 6. Parameter dataset before fusion.
Figure 6. Parameter dataset before fusion.
Sensors 24 00415 g006
Figure 7. Using marginal effects to determine α.
Figure 7. Using marginal effects to determine α.
Sensors 24 00415 g007
Figure 8. Fused data.
Figure 8. Fused data.
Sensors 24 00415 g008
Figure 9. Fused data CUSUM control chart detection results.
Figure 9. Fused data CUSUM control chart detection results.
Sensors 24 00415 g009
Figure 10. Single-parameter CUSUM detection results.
Figure 10. Single-parameter CUSUM detection results.
Sensors 24 00415 g010
Figure 11. Detection results under main turbine blade erosion faults.
Figure 11. Detection results under main turbine blade erosion faults.
Sensors 24 00415 g011
Figure 12. Detection results of single parameter under main turbine blade erosion.
Figure 12. Detection results of single parameter under main turbine blade erosion.
Sensors 24 00415 g012
Table 1. The optimal fusion weight.
Table 1. The optimal fusion weight.
Para n t p p o Q f v a l v e Q o v a l v e δ γ
Value0.16520.30440.08560.1723
Para δ φ δ φ n y n z
Value0.12450.06470.00180.0815
Table 2. Comparison of algorithmic effects.
Table 2. Comparison of algorithmic effects.
AlgorithmAccuracyMIOUDetection Time
PSO-LSSVM92.9%86.7%1.88 s
CNN-LSTM94.3%89.0%2.03 s
Single-parameter CUSUM85.2%74.2%1.48 s
proposed98.7%97.4%1.12 s
Proposed (with 5% noise)98.6%97.1%1.15 s
Proposed (with 15% noise)95.5%91.3%1.14 s
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Sun, H.; Cheng, Y.; Jiang, B.; Lu, F.; Wang, N. Anomaly Detection Method for Rocket Engines Based on Convex Optimized Information Fusion. Sensors 2024, 24, 415. https://doi.org/10.3390/s24020415

AMA Style

Sun H, Cheng Y, Jiang B, Lu F, Wang N. Anomaly Detection Method for Rocket Engines Based on Convex Optimized Information Fusion. Sensors. 2024; 24(2):415. https://doi.org/10.3390/s24020415

Chicago/Turabian Style

Sun, Hao, Yuehua Cheng, Bin Jiang, Feng Lu, and Na Wang. 2024. "Anomaly Detection Method for Rocket Engines Based on Convex Optimized Information Fusion" Sensors 24, no. 2: 415. https://doi.org/10.3390/s24020415

APA Style

Sun, H., Cheng, Y., Jiang, B., Lu, F., & Wang, N. (2024). Anomaly Detection Method for Rocket Engines Based on Convex Optimized Information Fusion. Sensors, 24(2), 415. https://doi.org/10.3390/s24020415

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop