Next Article in Journal
Physicochemical Characterization of Desert Bay with Brine Discharge: A Case Study from Caldera Bay, Northern Chile
Previous Article in Journal
Vibration Control of Deepwater Offshore Platform Using Viscous Dampers Under Wind, Wave, and Earthquake
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Enhancing Fault Detection in AUV-Integrated Navigation Systems: Analytical Models and Deep Learning Methods

1
School of Aerospace Engineering, Xiamen University, Xiamen 361000, China
2
School of Intelligent Connected Vehicle, Hubei University of Automotive Technology, Shiyan 442000, China
3
Smart Marine Science and Engineering, Fujian University of Technology, Fuzhou 350118, China
4
Fujian Provincial Key Laboratory of Marine Smart Equipment, Fuzhou 350118, China
5
State Key Laboratory of Advanced Design and Manufacturing Technology for Vehicle, Hunan University, Changsha 410008, China
*
Author to whom correspondence should be addressed.
J. Mar. Sci. Eng. 2025, 13(7), 1198; https://doi.org/10.3390/jmse13071198
Submission received: 3 May 2025 / Revised: 9 June 2025 / Accepted: 13 June 2025 / Published: 20 June 2025
(This article belongs to the Section Ocean Engineering)

Abstract

:
In complex underwater environments, the stability of navigation for autonomous underwater vehicles (AUVs) is critical for mission success. To enhance the reliability of the AUV-integrated navigation system, fault detection technology was investigated. Initially, the causes and classifications of faults within the integrated navigation system were analyzed in detail, and these faults were categorized as either abrupt or gradual, based on variations in sensor output characteristics under fault conditions. To overcome the limitations of the residual chi-square method in detecting gradual faults, a cumulative residual detection approach with error coefficient amplification was proposed. The algorithm enhances gradual fault detection by using eigenvalue analysis and constructing fault-frequency-based error amplification coefficients with non-parametric techniques. Furthermore, to improve the detection of gradual faults, artificial intelligence-based fault detection methods were also explored. Specifically, the particle swarm optimization (PSO) algorithm was employed to optimize the hyperparameters of a long short-term memory (LSTM) neural network, leading to the development of a PSO-LSTM fault detection model. In this model, the fault detection function was formulated by comparing the predictions generated by the PSO-LSTM model with those derived from the Kalman filter. The experimental results demonstrated that the fault detection function formulated by PSO-LSTM exhibited enhanced sensitivity to gradual faults and enabled the timely isolation of faulty sensors. In unfamiliar marine regions, the PSO-LSTM method demonstrates greater stability and avoids the need to recalibrate detection thresholds for each sea area—an important advantage for AUV autonomous navigation in complex environments.

1. Introduction

As the operating range and mission duration of autonomous underwater vehicles (AUVs) continue to expand, the dynamic underwater environment may compromise the stability of output values from various subsystems in the AUV’s integrated navigation system, consequently reducing the accuracy of information fusion. Therefore, the implementation of efficient fault detection techniques for AUV navigation and positioning systems is considered one of the critical factors in ensuring the success of their missions.
Fault detection in AUV-integrated navigation systems is associated with numerous challenges [1,2]. Key challenges include the underwater environment’s complexity, real-time constraints, sensor failures, energy limitations, modeling uncertainties, low system adaptability, and a lack of historical data. Addressing these challenges requires fault detection algorithms that can identify various sensor faults accurately, operate in real time, and use minimal energy in unpredictable underwater conditions. Fault detection functions help identify faults in the navigation system and support timely corrective actions. Currently, three commonly used fault detection methods are as follows:
Analytical model-driven fault detection techniques are employed to extract fault information from a system under the assumption that its mathematical model is known. This technique may be categorized into distinct types, including state observation methods, parameter estimation methods, and equivalent space methods [3,4]. The state estimation method is implemented within the framework of a Kalman filter system and utilizes residual or state observers for fault detection [4]. Liu et al. utilized t-test and decoupling matrix methods to identify faults in gyroscopes and accelerometers [5,6]. Zhu et al. employed the chi-square test to exclude abnormal values from external sensors in integrated navigation systems [7]. Chu et al. developed a sliding mode observer, which was applied to fault reconstruction in underwater thrusters [8]. The parameter estimation method is primarily used to identify faults by analyzing the statistical characteristics of changes in system inputs and model output parameters. Mu et al. utilized variational Bayesian theory to estimate the measurement error covariance of t the Doppler velocity log (DVL) within an integrated INS-DVL navigation system and employed Euclidean distance to identify abnormal measurements [9]. Jin et al. proposed a tightly coupled approach employing an adaptive Kalman filter to dynamically estimate observation noise [10]. Yao et al. utilized statistical similarity measures to quantify the similarity between two random vectors derived from the DVL, developing a cost function to retain measurement information [11]. The equivalent space method detects faults by categorizing abnormal data. However, fault detection in real-time navigation systems requires continuous monitoring, but the equivalent space method depends on offline data from the integrated navigation system, rendering it unsuitable for real-time applications and thereby limiting its practical utility. Analytical model-based fault detection algorithms are commonly used in integrated navigation systems, although these methods depend on the accuracy of model parameters, and their detection thresholds are typically determined through engineering heuristics.
Signal processing-based fault detection algorithms are used to detect faults through the analysis of statistical characteristics of signals. In integrated navigation systems, the feature extraction process for time domain signals is centered on values such as extrema, root mean square values, and mean errors. Abid et al. developed an enhanced sequential SPRT fault detection algorithm aimed at addressing potential sensor faults in integrated navigation systems. Utilizing a sliding window to reset values to zero, the algorithm addresses the detection delay issue in conventional SPRT methods and demonstrates effectiveness in detecting both gradual and sudden faults [12]. Wang Gang et al. introduced a multi-view feature selection scheme incorporating information complementarity and consensus, which efficiently identifies relevant features for fault diagnosis [13].
With the development of artificial intelligence (AI) technologies, knowledge-based fault detection methods have gained significant attention. These methods primarily rely on convolutional neural networks (CNNs) and recurrent neural networks (RNNs). A key advantage of these methods is their ability to perform fault detection without requiring precise mathematical models of the detected objects, relying instead on extensive datasets derived from the objects. Zhu et al. utilized machine learning to estimate the innovation of the filtering model, integrating it with the chi-square test to construct a fault detection model [14]. Xia et al. introduced a fault diagnosis approach for underwater robots, leveraging deep learning and attention mechanisms [15]. Davari et al. developed a deep learning-based method for real-time anomaly detection utilizing a hybrid artificial neural network approach [16]. These fault detection methods rely on datasets of fault-free systems and fault data to train the models, and studies have demonstrated their superior detection accuracy compared to traditional methods. To enhance fault detection performance, Zhu et al. combined Gaussian process regression with particle swarm optimization to construct a fault detection system [17]. Ji et al. introduced an innovative model-free fault detection method utilizing convolutional neural networks to extract both global and local features from the data, further classifying these features into different fault types [18]. A fault detection method based on GAF and parallel CNNs has been proposed for multisensor fusion navigation systems. It achieves 96.9% classification accuracy and can isolate faults and issue integrity warnings within 5 s [19].
To improve fault diagnosis under limited data conditions, a data-driven method using LSTM and transfer learning has been proposed for effective anomaly detection and localization [20,21].
Compared to traditional algorithms, this method reduces computation time and improves fault detection accuracy.
In the field of fault detection for AUV-integrated navigation systems, research has been directed toward achieving greater integration and enhanced adaptability. Among these, fault detection schemes that combine analytical model-based methods with AI technologies have emerged as a significant focus of development. This paper aims to enhance the capability of detecting gradual faults in AUV-integrated navigation systems. The main contributions are as follows:
  • An analysis of common fault causes in AUV-integrated navigation systems is presented, where fault causes are classified into two categories, sudden faults and gradual faults, according to their characteristics.
  • A study of analytical model-based fault detection methods is conducted, in which a cumulative residual detection method, incorporating error coefficient amplification, is proposed to improve the detection capability of analytical models for gradual faults in integrated navigation systems.
  • A study of AI-based fault detection techniques is undertaken, involving the construction of a fault detection model utilizing particle swarm optimization (PSO) and long short-term memory (LSTM).
The structure of the paper is as follows. The causes of failures in the AUV-integrated navigation system are analyzed and classified based on their characteristics in Section 2. In Section 3, the cumulative residual detection method with error coefficient amplification and the PSO-LSTM fault detection model proposed herein are introduced. The proposed algorithm is validated in Section 4. Finally, the research is summarized, and potential future work is outlined in Section 5.

2. Fault Causes and Classification in AUV-Integrated Navigation Systems

The AUV-integrated navigation system utilizes information fusion technology to optimize sensor data, thereby enhancing navigation accuracy. However, during actual operations, the system is subject to various faults. These faults can be categorized into two primary types based on their causes: external factors and internal factors.
External faults are those induced by environmental conditions in which the AUV operates, affecting the reliability, stability, and maintenance of the integrated navigation system. These factors primarily involve climatic influences on the strapdown inertial navigation system (SINS), which can result in increased errors in internal gyroscopes and accelerometers; impacts, swings, and other unpredictable disturbances that exacerbate sensor errors; and changes in the electromagnetic and electrical environments, potentially causing sensor failures.
Internal faults are attributed to issues originating within the AUV-integrated navigation system. These primarily include inadequate structural design, circuit design flaws, suboptimal sensor selection, and sensor quality deficiencies, all of which contribute to unstable operating conditions.
An analysis of fault sources in the integrated navigation system indicates that when external or internal factors trigger system faults, the sensor output data may exhibit the following abnormal conditions:
(1)
The sensor output completely stagnates, with a value of zero.
(2)
The sensor output intermittently interrupts.
(3)
The sensor output error exceeds the prescribed range.
(4)
The sensor output value drifts over time.
Among these conditions, (1), (2), and (3) are classified as sudden faults, characterized by abrupt and significant deviations in the sensor output. Condition (4) is classified as a gradual fault, wherein the sensor error progressively increases over time.
Assuming that the sensor output signal is denoted during normal operation of the integrated navigation system and under fault conditions, the abnormal behavior of the sensor can be described as follows:
B e ( k ) = B ( k ) + e r r ( k )
When a sudden fault occurs,
e r r ( k ) = f ( k ) , k 0 k < k d 0 , k 0 > k , k k d
where k 0 denotes the moment when the fault occurs, and k d denotes the moment when the fault is resolved.
As shown in Figure 1a, when a sudden fault occurs at f ( k ) = E 0 , the value of E 0 remains constant. When a gradual fault occurs,
e r r ( k ) = S ( k k 0 ) o r S ( k k 0 ) 2 , k 0 k < k d 0 , k 0 > k o r k k d
When e r r ( k ) = S ( k k 0 ) occurs, the gradual fault is referred to as a linear gradual fault, as illustrated in Figure 1b, where the sensor fault value demonstrates a linear relationship with fault time. When e r r ( k ) = S ( k k 0 ) 2 occurs, the fault progression is depicted in Figure 1c, representing a quadratic function gradual fault, where the fault value varies with time according to a quadratic function.
As shown in Figure 1, when a sudden fault occurs, the sensor fault signal undergoes a significant step-change, which serves as a distinguishing characteristic for fault detection. However, when a gradual fault occurs, the sensor fault signal progressively increases over time, particularly in the early stages, where the sensor output error develops at a relatively slow rate. This gradual change complicates the detection process. Therefore, particular emphasis must be placed on detecting gradual faults when conducting fault detection in AUV-integrated navigation systems.

3. The Cumulative Residual Detection Method with Error Coefficient Amplification

When SINS and the DVL are applied in the loosely integrated navigation model, observations from the DVL comprise velocity measurements of the AUV in the body coordinate system, while the depth sensor (DS) supplies depth data. The loosely integrated model of SINS, DVL, and DS is shown in Figure 2. SINS offers continuous information on velocity, attitude, and position relative to the n-coordinate system. The information collected by the DVL includes three-dimensional velocity measurements in the body coordinate system b, which are transformed into the n-coordinate system using a coordinate transformation matrix. The inputs to the Kalman filter observation equations include the differences between velocity values derived from SINS and the DVL, along with the differences between depth values from SINS and the DS.
In the loosely integrated structure of SINS, DVL, and DS, the selected state variables are as follows.
X k = [ ϕ x , ϕ y , ϕ z , δ V E n , δ V N n , δ V U n , δ λ , δ L , δ h , x , y , z , ξ x , ξ y , ξ z ,     δ V D V L , δ Δ , δ C , δ h D S ] T
where ϕ x , ϕ y , ϕ z denote the attitude angle errors of SINS along the east, north, and up directions, respectively; the unit is radians. Similarly, δ V E n , δ V N n , δ V U n indicate the velocity errors of SINS along the east, north, and up directions; the unit is m/s. δ λ , δ L , δ h represents the errors in latitude, longitude, and depth; the units are radians and meters, respectively. x , y , z denote the constant offset of the accelerometer along the three axes in the body coordinate system, and the unit is m / s 2 , while ξ x , ξ y , ξ z denotes the gyro biases along the three axes in the body coordinate system; the unit is radians. Finally, δ h D S represents the measurement depth error; the unit is m.
For the AUV-integrated navigation system, the state equation and measurement equation in the Kalman filtering process are as follows:
X k = ϕ k , k 1 X k 1 + W k 1 Z k = H k X k + V k
In the equation, ϕ k , k 1 , H k is the state transition matrix, and W k 1 , V k is the noise vector. The specific expression of ϕ k , k 1 , H k can be found in references [22,23].
If the system is fault-free before time k 1 , then the estimate X k 1 at time k 1 within the Kalman filtering process is considered accurate. According to Equation (5), the system state at time k can be expressed as follows:
X ^ k , k 1 = ϕ k , k 1 X ^ k 1
The predicted measurement value of the system at time k is
Z ^ k , k 1 = H k X ^ k , k 1
The innovation, also known as the residual, in the Kalman filtering process is defined as the difference between Z k and Z ^ k , k 1 , and can be expressed as follows:
r k = Z k Z ^ k , k 1
According to Kalman filtering theory, when the system is fault-free, the residual r k is characterized as zero-mean Gaussian white noise. Therefore, the variance can be expressed as follows:
S k = H k P k , k 1 H k T + r k
When a fault occurs in the system, the residual mean deviates from zero. Therefore, this characteristic can be utilized to monitor the residual and assess the operational status of the system.
In integrated navigation systems, the residual chi-square detection method [24,25] is widely utilized for its simplicity and effectiveness in detecting significant fault information. The core of this method involves computing the filter innovation and residuals, excelling at detecting sudden faults. However, when a gradual fault occurs, the changes in the early stages are subtle and challenging to detect. Consequently, the residual chi-square detection method is not effective in identifying gradual faults. To overcome this limitation, this paper proposes a cumulative residual detection method with error coefficient amplification based on the concept of cumulative sum.
Cumulative sum (CUSUM) is a statistical concept originally proposed by Page in 1954, with its fundamental principle being the continuous accumulation of data-derived information [26]. When the data exhibits small changes, the CUSUM algorithm amplifies these subtle changes through the cumulative process, thereby increasing the significance of the outcomes.
Under normal system conditions, the probability distribution of the residual is P 0 ( r k ) . In the presence of a fault, the probability distribution of the residual becomes P 1 ( r k ) , and the logarithmic likelihood ratio of the residual probability distribution, f ( r k ) is expressed as follows:
f ( r k ) = log e P 1 ( r k ) P 0 ( r k )
Let the initial value of the cumulative sum be F 0 = 0 ; then, the CUSUM is
F k = 0 , F k 1 + f ( r k ) < 0 F k 1 + f ( r k ) , F k 1 + f ( r k ) 0
In practice, P 0 ( r k ) and P 1 ( r k ) may be unknown parameters, and their calculation can be complex.
The non-parametric CUSUM algorithm operates under the assumption that, under normal conditions, the mean of the random variable is negative and exhibits a tendency to shift toward positive values [27]. The non-parametric CUSUM is constructed without losing any statistical properties. Under typical conditions, the mean of the random sequence is assumed to be biased toward negative values but exhibits a positive trend. To replace the above f ( r k ) , m ( k ) is proposed.
m ( k ) = r k β
Let m ( k ) represent the detection sequence in the CUSUM algorithm, with β defined as a constant. When the system is fault-free, Equation (12) is negative; therefore, the mean value E ( m ( k ) ) of m ( k ) must be less than zero. To ensure that E ( m ( k ) ) is less than zero, the value of β must be determined according to the operational conditions of the integrated navigation system and is typically defined as a constant. Assuming the system’s residual is σ , the value of β can be set near 3 σ , ensuring that the majority of m ( k ) values remain below zero. Equation (11) can then be transformed into Equation (13).
F k = 0 , F k 1 + m ( k ) < 0 F k 1 + m ( k ) , F k 1 + m ( k ) 0
As analyzed in Section 2 regarding the causes of faults, the initial errors in gradual faults are typically small, leading to a slow accumulation of changes in the F k process within the CUSUM algorithm. To enhance the CUSUM algorithm’s capability to detect gradual faults, an error amplification coefficient α has been incorporated into the original CUSUM algorithm.
α = 0 χ = α + i e α = χ
where α starts with an initial value of 0, i e denotes the count of abnormal occurrences for F k , and its initial value is set to 1.
F k = 0 , F k 1 + m ( k ) < 0 α ( F k 1 + m ( k ) ) , F k 1 + m ( k ) 0
Set the detection threshold T d .
Error : F k > T d Normal : F k T d
The fault detection threshold T d must be carefully adjusted to strike a balance between the false alarm rate and the missed detection rate. The false alarm rate is defined as the probability of an incorrect fault indication in the absence of an actual fault, whereas the missed detection rate denotes the probability of failing to identify a fault when one is present. An excessively high detection threshold tends to result in a higher missed detection rate; conversely, a threshold that is too low increases the likelihood of false alarms.
The detailed procedure of the cumulative residual fault detection method with error coefficient amplification is illustrated in Figure 3.

4. Fault Detection Method Based on PSO-LSTM

LSTM networks were first proposed by Hochreiter et al. [28]. The network is characterized by three gate structures, providing the hidden layers with a more complex architecture. This design allows LSTM to learn the features of input signals more easily. As shown in Figure 4, a standard LSTM module is primarily composed of an input gate, an output gate, and a forget gate [29,30].
(1)
Input Gate i t
The input gate is utilized to introduce the latest data and regulates the extent of data integration. Let x t denote the signal entering at time t , h t the output at time t , and W t the weight associated with the output gate, while b i represents the bias of the input gate. The result i t for the input gate is expressed as follows:
i t = σ ( W i [ h t 1 , x t ] + b i )
(2)
Forget Gate f t
The forget gate is utilized to regulate the stored information. Information meeting specific criteria is retained, while information failing to meet the criteria is discarded and excluded from further processing. The expression for the forget gate is as follows:
f t = σ ( W f [ h t 1 , x t ] + b f )
(3)
Output Gate O t
The output gate is utilized to determine the unit state to be output. It is governed by the input signal x t at time t and the output h t 1 from the hidden layer’s previous time step. The expression for the output gate is as follows:
O t = σ ( W o [ h t 1 , x t ] + b o )
In the equation, W o is the weight of the input gate, and b o is the bias of the input gate.
As shown in Figure 5, the fault detection method based on LSTM comprises two primary stages: model training and fault detection. Typically, constructing an efficient deep learning model is complex and time-consuming, requiring the determination of model structure and hyperparameters, such as batch size and learning rate, both of which have a substantial impact on model performance. The goal of hyperparameter optimization is to identify the optimal parameters that align with the model’s requirements. However, for complex models, determining the appropriate hyperparameters often poses a significant challenge. In this study, the PSO algorithm has been employed to optimize the LSTM hyperparameters, with the objective of enhancing the performance of the error detection model [31].
In the model training phase, the PSO-LSTM model is trained on the Kalman filter’s innovation and variance obtained under normal operating conditions of the integrated navigation system, along with the sensor data from the SINS. In the fault detection phase, the trained LSTM model is employed to predict the innovation and variance based on the SINS sensor data. The LSTM-predicted results are then compared with the Kalman filter’s innovation and variance and subsequently input into the fault detection function to evaluate the system status and generate corresponding control signals. Using Equations (8) and (9), the Kalman filter’s innovation r k and variance S k , as well as the LSTM-predicted innovation r k * and variance A k , are derived.
The LSTM algorithm is effective in capturing temporal dependencies and nonlinear dynamic features in time series and is capable of learning the long-term operational patterns of integrated navigation systems. The Kalman filter algorithm is capable of providing real-time state estimation and effectively suppressing Gaussian noise. PSO is a global optimization algorithm that facilitates the optimization of model parameters to enhance overall performance. The fusion of these methods enables simultaneous exploitation of LSTM’s memory capability, KF’s noise suppression, and PSO’s optimization strength, thereby improving the overall accuracy of the model.
Before the LSTM model can be used to predict innovation and variance, the model must undergo training, as shown in Figure 6. During the training process of the LSTM fault detection model, two primary processes are involved: the selection of hyperparameters and the determination of input feature parameters. To improve the efficiency of model training, a PSO algorithm is employed to optimize the hyperparameter selection for the LSTM prediction model. In the selection of feature parameters, the feature parameters from the fault-free integrated navigation system are chosen as both the input and output features of the model. For the output, the innovation from the fault-free Kalman filter system is designated as the model’s output sample. As for the input features, three primary input features are currently identified:
  • The velocity output from the SINS serves as the training sample.
  • The attitude, position, velocity, and specific force outputs from the SINS constitute the input samples.
  • The incremental errors of attitude, velocity, position, and specific force from the SINS are selected as the training samples.
For artificial intelligence algorithms, the number of input training variables influences both the model’s training speed and the accuracy of its output. Therefore, careful selection of model inputs is essential. In the integrated navigation system, the velocity of the AUV at a certain moment is represented as follows [32]:
V n = V ˜ n + Δ V s f n + Δ V c o r / g n
where V ˜ n represents the velocity at the previous time step, and Δ V s f n and Δ V c o r / g n can be expressed as follows:
Δ V s f n = C b n Δ V k 1 2 w i n n × T b n Δ v     + C b n ( 1 2 Δ θ × Δ v + 1 2 Δ θ × f s t b + Δ V k × w i b b )     Δ V c o r / g n = 2 w i e n + w e n n × V n + g n
where w i e n represents the Earth’s angular velocity, w e n n represents the angular velocity of the n-frame relative to the e-frame, and w i n n = w i e n + w e n n , w i b b and f s t b represent the angular velocity and specific force in the b-frame. Δ θ and Δ v represent the discrete integrals of the gyroscope and accelerometer over a brief time interval, and they can be expressed as follows:
Δ θ = w i b b d t Δ v = f s t b d t
From the above analysis, it is evident that the speed of the AUV is primarily influenced by the velocity, angular velocity, specific force, and attitude angles of the inertial navigation system. Therefore, these parameters are chosen as the input features for the LSTM model. The root mean square error (RMSE) is defined as the fitness function for the PSO. The hyperparameters of the LSTM model are optimized using PSO. Once the LSTM model is trained, it acquires the ability to make predictions. By using the velocity, angular velocity, specific force, and attitude angles of the inertial navigation system as inputs, the corresponding Kalman filter residuals r k * and their variances A k are predicted.
In the LSTM model, define variable L k as follows:
L k = r k r k *
Since the innovation r k and the LSTM-predicted innovation r k * are independent of each other, the variance of L k is given by the following:
A k = S k + cov ( r k * )
If the system is operating normally, the signal L k is expected to exhibit zero-mean Gaussian white noise properties. However, if the system experiences an anomaly, the mean of signal L k deviates from zero. For the signal L k , two opposing hypotheses are defined as follows:
H 0 ( Normal ) : E ( L k ) = 0 , E ( L k L k T ) = A k H 1 ( Error ) : E ( L k ) = μ , E ( ( L k μ ) ( L k μ ) T ) = A k
The following probability density functions are then defined:
P r ( L | H 0 ) = 1 2 π · A k exp ( 1 2 L k T A k 1 L k )
P r ( L | H 1 ) = 1 2 π · A k exp ( 1 2 ( L k μ ) T A k 1 ( L k μ ) )
where A k represents the determinant of matrix A k .
The Neyman-Pearson theorem states that among tests conducted at the same significance level, the likelihood ratio test achieves the highest statistical power. Therefore, the log-likelihood ratio between P r ( L | H 1 ) and P r ( L | H 0 ) can be calculated.
Λ k = ln P r ( L | H 1 ) P r ( L | H 0 ) = 1 2 L k T A k 1 L k ( L k μ ) T A k 1 ( L k μ ) )
When μ = L k is reached, the log-likelihood ratio Λ k reaches its maximum value. Therefore, the fault detection function (FDF) based on the LSTM model is defined as follows:
F k = L k T A k 1 L k = ( r k r k * ) T cov ( r k ) + cov ( r k * ) 1 ( r k r k * )
When the system experiences an abnormal condition, the noise L k no longer exhibits zero-mean Gaussian white noise properties, resulting in an intensified signal F k . This change can serve as the basis for fault diagnosis, with the specific detection criterion as follows:
Normal : F k T d Error : F k > T d
where T d is the detection threshold.
Based on the aforementioned modeling process, it can be inferred that the proposed PSO-LSTM fault detection method is theoretically feasible. First, LSTM networks possess strong capabilities for modeling time series data and are able to capture the nonlinear dynamic behavior of integrated navigation systems with adequate training. Second, the PSO algorithm is capable of effectively optimizing the network architecture and parameters of the LSTM, thereby enhancing its prediction accuracy. Finally, by statistically analyzing the predicted residuals, statistically significant differentiation can be achieved in the presence of faults. Therefore, at the theoretical level, this method is theoretically capable of achieving a high-precision and robust fault detection capability for integrated navigation systems.

5. Verification and Analysis

To verify the feasibility of the proposed algorithm, experimental data, gathered by the underwater robot Snapir from a designated sea area, were utilized for validation [33]. The underwater robot Snapir is outfitted with various sensors, such as the VN-100 inertial navigation component, DVL, depth sensor, and hydrophone. The fault detection experiment employed a combined navigation system, comprising the inertial navigation component and DVL, to evaluate the fault detection algorithm’s effectiveness. The key sensor parameter information is provided in Table 1.

5.1. Analysis of the Detection Performance of the Cumulative Residual Error Detection Method with Error Coefficient Amplification

To analyze the fault detection performance of the cumulative residual error detection method with error coefficient amplification, experimental data collected over 6000 s by an underwater robot were analyzed. Considering both the false alarm rate and the missed detection rate, the amplification factor β of the cumulative residual error detection method was set to 0.3, with the corresponding detection threshold T d set to 0.2. Additionally, the detection threshold T d in the residual chi-square detection method was set to 18. Fault detection capabilities were compared by introducing diverse fault scenarios into 6000 s of experimental data collected by an underwater robot.
In the detection of sudden faults in the integrated navigation system, a sudden fault of 1 m/s was introduced into DVL experimental data between 400 and 450 s, with the fault detection results presented in Figure 7 and Figure 8. Due to the sudden increase in the data collected by the DVL, the FDF values for both fault detection methods exhibited rapid and significant variations. Both methods successfully detected the fault at 400 s, indicating strong capabilities of both methods for detecting sudden faults.
The performance of the integrated navigation system in detecting gradient-type faults was evaluated by introducing a simulated linear gradient fault into the DVL data between 400 s and 450 s. The fault detection capabilities of two algorithms were evaluated, with the corresponding results presented in Figure 9 and Figure 10. Compared to sudden faults, both methods demonstrated lower sensitivity in identifying gradual deviations. The residual chi-square detection method identified the fault at 434 s, while the error coefficient amplification cumulative residual detection method identified it earlier at 427 s, indicating improved responsiveness. These results suggest that the proposed error coefficient amplification cumulative residual detection algorithm provides enhanced performance in identifying slowly varying faults in navigation sensor data.
To further compare the fault detection capabilities of the two methods for gradient faults, a f = 0.001 × ( t t e ) linear gradient fault, lasting 50 s, was introduced into the DVL data at intervals of 100 s throughout the 6000 s experimental dataset, where t e represents the fault occurrence time. Through the incorporation of fault data into the DVL, 40 fault segments and 40 fault-free segments were generated in the integrated navigation system. During fault-free periods, data from the acoustic positioning system was employed to compensate for accumulated errors caused by the inertial navigation unit during fault occurrences, ensuring that each fault segment began under stable fault conditions. The final false alarm and missed detection results for both the error coefficient amplification cumulative residual detection method and the residual chi-square detection method are presented in Table 2.
As shown in Table 2, the false alarm rate and missed detection rate of the residual chi-square detection method exceed those observed in the error coefficient amplification cumulative residual detection method. Specifically, the false alarm rate of the residual chi-square detection method exceeds that of the error coefficient amplification cumulative residual detection method by 2%, and its missed detection rate exceeds it by 25%. This discrepancy is primarily attributed to the detection threshold of the residual chi-square detection method, which is substantially higher than that of the error coefficient amplification cumulative residual detection method, thereby reducing its detection capability for gradient faults. Additionally, differences in FDF values, as illustrated in Figure 8 and Figure 9, indicate that the error coefficient amplification cumulative residual detection method, through the construction of a non-parametric β value, ensures that, during stable operation of the integrated navigation system, the FDF value remains less than or equal to 0, thereby mitigating an increase in the false alarm rate caused by a small calibration threshold. In terms of FDF value variation, the error coefficient amplification cumulative residual detection method effectively amplifies gradient fault values through the use of an error amplification factor associated with the number of faults, producing an FDF value that is substantially higher than that of the residual chi-square method. This amplification enhances its detection capability for gradient faults and reduces the missed detection rate.
In terms of computational complexity, the cumulative residual detection method with error coefficient amplification does not require complex computations, and the internal storage parameters are reset during each iteration. Simulation results indicate that, under the same computational environment, this method exhibits comparable computation time to the chi-square detection method.
From the above analysis, it is concluded that the error coefficient amplification fault detection method demonstrates superior performance compared to the residual fault detection method. However, both methods are based on analytical models that depend on model parameters and the adjustment of function thresholds based on experimental data. Consequently, challenges arise in defining appropriate thresholds for unknown scenarios during the operation of integrated navigation systems. Accordingly, the subsequent section will emphasize intelligent detection algorithms.

5.2. Analysis of the Fault Detection Performance of the PSO-LSTM Fault Detection Method

To construct the PSO-LSTM fault detection model, the innovation r k and variance S k of the 6000 s experimental dataset collected by the underwater robot Snapir under normal operating conditions were computed, where 80% of the data was allocated for training, and the remaining 20% was allocated for validation. The activation function of the fully connected layer in the LSTM model is LeakyReLU, and the loss function employed is the Mean Squared Error (MSE). Additionally, the learning rate decay factor for the LSTM model is set to 0.5. The population size for the PSO algorithm is set to 20, and the training dataset is utilized to optimize the PSO-LSTM model. The fitness function for the PSO algorithm is defined as the root mean square error of the predictions. The PSO algorithm parameters are set as follows: the inertia weight is 0.6, with the learning factors c 1 and c 2 both set to 2, and the optimization process comprises 100 iterations. The optimization targets the three core parameters of the LSTM model: learning rate, the number of neurons in the hidden layer, and the total number of iterations.
Figure 11 illustrates the iterative process for optimizing LSTM hyperparameters through the PSO algorithm. The stabilization of the fitness value after the 40th iteration suggests that the optimization algorithm has likely converged to a near-optimal solution. At this stage, the particle swarm exhibits minimal variation in fitness improvement across successive iterations, indicating that the search process has approached a local or global optimum in the solution space. Further iterations yield diminishing returns, reflecting a balance between exploration and exploitation. Thus, the learning rate is set to 0.01, and the number of hidden neurons is determined to be 128.
The LSTM model was trained using the hyperparameters optimized by the PSO algorithm, and its prediction results on the test set are presented in Figure 12. As shown in Figure 12, the predicted residuals produced by the trained model are in close agreement with the actual residuals derived from the test set, with both sets exhibiting a consistent temporal trend. The high degree of overlap between the two curves suggests that the model has successfully captured the temporal and statistical characteristics of the residual signal during training. This close alignment not only demonstrates the model’s accuracy in reproducing system behavior under nominal conditions but also indicates its strong generalization capability to previously unseen data. The consistency in both amplitude and phase of the residuals further supports the suitability of the model for reliable anomaly or fault detection in practical navigation scenarios.
To evaluate the fault detection capability of the PSO-LSTM model for both abrupt and gradual faults, the detection threshold is set to T d = 10. During the 400–450 s interval of the validation set’s DVL sensor data, a 1 m/s abrupt fault and a gradual linear fault of f = 0.001 × ( t 400 ) were introduced. The fault detection results, as reflected by the FDF values, are presented in Figure 13.
As shown in Figure 13, when an abrupt fault occurs in the integrated navigation system, the FDF value associated with the PSO-LSTM fault detection method exhibits a significant increase, enabling the detection of the fault at 400 s, similar to the residual chi-square and error coefficient-amplified cumulative residual methods. When a gradual fault occurs in the integrated navigation system, the PSO-LSTM fault detection method demonstrates a greater variation in FDF values relative to the residual chi-square method. This improvement enhances its capacity to detect gradual faults, allowing the PSO-LSTM method to identify the fault at 17 s.
To further validate the performance and applicability of the PSO-LSTM fault detection method, an additional 1000 s dataset, collected by the underwater robot Snapir in the same water area, was utilized. Fault data from Table 3 was introduced into the DVL of the SINS/DVL-integrated navigation system for simulation experiments, comparing the PSO-LSTM model with the residual chi-square and error coefficient-amplified cumulative residual methods in detecting gradual faults. Since the experimental data were collected in the same water area, the detection thresholds for all methods were uniformly set as previously defined. During the fault detection effectiveness testing, when a fault is detected in the integrated navigation system, fault isolation is conducted, leveraging the underwater acoustic positioning data from the Snapir.
As shown in Figure 14, when an abrupt fault is introduced into the SINS/DVL integrated navigation system between 100 and 120 s, all three fault detection methods quickly isolate the fault and transition to the acoustic positioning system, thereby preventing the introduction of significant positional errors in the overall system. As subsequent gradual faults are added to the DVL data, the path deviation associated with the residual chi-square method increases over time, primarily due to its longer detection latency for gradual faults and its inability to promptly isolate the fault. In contrast, the error coefficient-amplified cumulative residual method and the PSO-LSTM fault detection method promptly detect gradual fault information, maintaining the stability of the positioning system. Additionally, compared to the error coefficient-amplified cumulative residual method, the PSO-LSTM fault detection method demonstrates a reduced positional error deviation. This is primarily because the PSO-LSTM method is trained on extensive data collected from the original sea area and constructs the fault detection function by calculating the difference between the new innovation from Kalman filtering and that predicted by the PSO-LSTM model. It does not require an accurate mathematical model of the system being monitored, which improves the adaptability of threshold settings and enhances fault detection performance. The above analysis demonstrates that, under the same application conditions, the trained PSO-LSTM fault detection method demonstrates superior detection performance for gradual faults.

6. Conclusions

This study examined the causes of faults in the AUV-integrated navigation system and categorized them into two distinct types based on numerical changes observed during fault occurrence: abrupt faults and gradual faults. In fault detection methods based on analytical models, a cumulative residual detection method with an error amplification coefficient has been proposed to address the limitations of the residual chi-square method in detecting gradual faults. This method utilizes the cumulative sum concept to formulate a non-parametric cumulative residual detection function, integrating an error amplification coefficient associated with fault frequency to enhance detection capability for gradual faults. The experimental results demonstrated that the error coefficient-amplified cumulative residual fault detection method outperforms the residual chi-square method regarding detection accuracy. To further improve detection capability for gradual faults, an artificial intelligence-based fault detection method was investigated. Specifically, a PSO-LSTM-based intelligent fault detection method was introduced. The integrated navigation system’s parameters, including velocity, angular velocity, specific force, and attitude angles, were derived from the fault-free system and served as input samples, while the Kalman filter innovations from the fault-free system were utilized as output samples for training the LSTM model. The PSO algorithm was employed to assist in determining the three hyperparameters of the LSTM model learning rate, number of hidden neurons, and iteration count, thereby preventing the LSTM model from converging to local optima during training. The predicted innovations from the PSO-LSTM model and the Kalman filter innovations of the integrated navigation system were subsequently compared to formulate a novel fault detection function. The experimental results revealed that the PSO-LSTM fault detection method exhibited superior sensitivity to gradual faults compared to both the residual chi-square and the error coefficient-amplified cumulative residual methods. Under expanded operational conditions for the AUV, the PSO-LSTM fault detection method is capable of promptly isolating faulty sensors, thereby mitigating their impact on the integrated navigation system and maintaining overall stability and reliability. However, the PSO-LSTM fault detection model relies on the training dataset. When the system encounters faults that are not present in the training data, these faults are difficult to detect, and the model demonstrates limited scalability.
The research on the fault detection algorithm in this paper is based on the assumption that the SINS is fault-free. In subsequent research, the superposition of faults of SINS gyroscopes, accelerometers, and other sensors can be further studied, and the effectiveness of the algorithm can be further verified through real-time sea trials.

Author Contributions

Conceptualization, H.Y. and B.L.; methodology, H.Y.; validation, H.Y., B.L. and B.X.; data analysis, H.Y. and B.X.; investigation, H.Y.; resources, H.H.; data curation, H.Y. and B.L.; writing—original draft preparation, H.Y.; writing—review and editing, X.G. and H.H.; visualization, B.L.; funding acquisition, H.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Fujian Provincial Department of Science and Technology Announces Major Special Projects (2023HZ025003), Key scientific and technological innovation projects of Fujian Province (2022G02008), Research start-up funding of The Fujian University of technology (GY-Z23027).

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Liu, F.; Tang, H.; Qin, Y.; Duan, C.; Luo, J.; Pu, H. Review on Fault Diagnosis of Unmanned Underwater Vehicles. Ocean Eng. 2022, 243, 110290. [Google Scholar] [CrossRef]
  2. Li, Y.; Cai, K.; Zhang, Y.; Tang, Z.; Jiang, T. Localization and Tracking for AUVs in Marine Information Networks: Research Directions, Recent Advances, and Challenges. IEEE Netw. 2019, 33, 78–85. [Google Scholar] [CrossRef]
  3. Ipoum-Ngome, P.G.; Flesch, R.C.C.; Mon-Nzongo, D.L.; Tang, J.; Jin, T.; Wang, M. Fault-Tolerant Model-Free Predictive Controller for Multilevel Cascaded H-Bridge Inverters With Faulty Cells. IEEE Trans. Ind. Electron. 2022, 69, 12225–12236. [Google Scholar] [CrossRef]
  4. Xiong, H.; Bian, R.; Li, Y.; Du, Z.; Mai, Z. Fault-Tolerant GNSS/SINS/DVL/CNS Integrated Navigation and Positioning Mechanism Based on Adaptive Information Sharing Factors. IEEE Syst. J. 2020, 14, 3744–3754. [Google Scholar] [CrossRef]
  5. Lin, Y.; Du, J.; Zhu, G.; Fang, H. Thruster Fault-Tolerant Control for Dynamic Positioning of Vessels. Appl. Ocean Res. 2018, 80, 118–124. [Google Scholar] [CrossRef]
  6. Liu, X.; Ju, Y.; Liu, X.; Miao, S.; Zhang, W. An IMU Fault Diagnosis and Information Reconstruction Method Based on Analytical Redundancy for Autonomous Underwater Vehicle. IEEE Sens. J. 2022, 22, 12127–12138. [Google Scholar] [CrossRef]
  7. Zhu, J.; Li, A.; Qin, F.; Chang, L.; Qian, L. A Hybrid Method for Dealing With DVL Faults of SINS/DVL Integrated Navigation System. IEEE Sens. J. 2022, 22, 15844–15854. [Google Scholar] [CrossRef]
  8. Chu, Z.; Meng, F.; Zhu, D.; Luo, C. Fault Reconstruction Using a Terminal Sliding Mode Observer for a Class of Second-Order MIMO Uncertain Nonlinear Systems. ISA Trans. 2020, 97, 67–75. [Google Scholar] [CrossRef]
  9. Mu, X.; He, B.; Wu, S.; Zhang, X.; Song, Y.; Yan, T. A Practical INS/GPS/DVL/PS Integrated Navigation Algorithm and Its Application on Autonomous Underwater Vehicle. Appl. Ocean Res. 2021, 106, 102441. [Google Scholar] [CrossRef]
  10. Jin, K.; Chai, H.; Su, C.; Xiang, M. A Compensation Algorithm with Motion Constraint in DVL/SINS Tightly Coupled Positioning. Mar. Geod. 2022, 45, 380–406. [Google Scholar] [CrossRef]
  11. Yao, Y.; Xu, X.; Li, Y.; Zhang, T. A Hybrid IMM Based INS/DVL Integration Solution for Underwater Vehicles. IEEE Trans. Veh. Technol. 2019, 68, 5459–5470. [Google Scholar] [CrossRef]
  12. Abid, A.; Khan, M.T.; Khan, M.S. Multidomain Features-Based GA Optimized Artificial Immune System for Bearing Fault Detection. IEEE Trans. Syst. Man Cybern. Syst. 2020, 50, 348–359. [Google Scholar] [CrossRef]
  13. Wang, G.; Zhang, F.; Li, Z. Multiview Feature Selection With Information Complementarity and Consensus for Fault Diagnosis. IEEE Trans. Syst. Man Cybern. Syst. 2023, 53, 5058–5070. [Google Scholar] [CrossRef]
  14. Zhu, Y.; Zhou, L. A Novel Approach for Fault Detection in Integrated Navigation Systems. IEEE Access 2020, 8, 178954–178961. [Google Scholar] [CrossRef]
  15. Xia, S.; Zhou, X.; Shi, H.; Li, S.; Xu, C. A Fault Diagnosis Method with Multi-Source Data Fusion Based on Hierarchical Attention for AUV. Ocean Eng. 2022, 266, 112595. [Google Scholar] [CrossRef]
  16. Davari, N.; Aguiar, A.P. Real-Time Outlier Detection Applied to a Doppler Velocity Log Sensor Based on Hybrid Autoencoder and Recurrent Neural Network. IEEE J. Ocean. Eng. 2021, 46, 1288–1301. [Google Scholar] [CrossRef]
  17. Zhu, Y.; Cheng, X.; Wang, L. A Novel Fault Detection Method for an Integrated Navigation System Using Gaussian Process Regression. J. Navig. 2016, 69, 905–919. [Google Scholar] [CrossRef]
  18. Ji, D.; Yao, X.; Li, S.; Tang, Y.; Tian, Y. Model-Free Fault Diagnosis for Autonomous Underwater Vehicles Using Sequence Convolutional Neural Network. Ocean Eng. 2021, 232, 108874. [Google Scholar] [CrossRef]
  19. Chen, R.; Yu, Y.; Hu, D.; Yuan, J.; Zhai, Y. GAF-PCNN: A Multisensor Fusion Navigation Integrity Monitoring Method Based on Gramian Angular Field and Parallel CNN. IEEE Sens. J. 2024, 25, 5380–5393. [Google Scholar] [CrossRef]
  20. Zhao, Y.; Chen, Y.; Chen, L.; Ben, Y.; Yao, W. Anomaly Location and Recovery for SINS/DVL/PS Integrated Navigation System via Transfer Learning-Based Dual-LSTM Network. IEEE Sens. J. 2024, 24, 11783–11795. [Google Scholar] [CrossRef]
  21. Chen, Y.; Niu, Q.; Liu, Z.; Huang, B.; Xie, T.; Zhong, L.; Wan, D.; Wang, Z. Failure Modes and Reliability Analysis of Autonomous Underwater Vehicles–A Review. J. Mar. Sci. Appl. 2025. [Google Scholar] [CrossRef]
  22. Zhang, S.; Zhang, T.; Zhong, L.; Hu, B. A SINS/DVL Integrated Navigation Method Based on EIMM-ARCKF Algorithm. IEEE Sens. J. 2024, 24, 22733–22744. [Google Scholar] [CrossRef]
  23. Wang, D.; Xu, X.; Yao, Y.; Zhang, T.; Zhu, Y. A Novel SINS/DVL Tightly Integrated Navigation Method for Complex Environment. IEEE Trans. Instrum. Meas. 2020, 69, 5183–5196. [Google Scholar] [CrossRef]
  24. Brumback, B.; Srinath, M. A Chi-Square Test for Fault-Detection in Kalman Filters. IEEE Trans. Autom. Control 1987, 32, 552–554. [Google Scholar] [CrossRef]
  25. Cheng, J.; Sun, X.; Liu, P.; Mou, H. An Improved Residual Chi-Square Test Fault Isolation Approach in Four-Gyro SINS. IEEE Access 2019, 7, 174400–174411. [Google Scholar] [CrossRef]
  26. Arora, S.; Rani, R.; Saxena, N. A Systematic Review on Detection and Adaptation of Concept Drift in Streaming Data Using Machine Learning Techniques. WIREs Data Min. Knowl. Discov. 2024, 14, e1536. [Google Scholar] [CrossRef]
  27. Zhang, Y.; Zhao, H.; Wang, L. A non-parametric CUSUM intrusion detection method based on industrial control model. J. Southeast Univ. (Nat. Sci. Ed.) 2012, 42 (Suppl. 1), 55–59. [Google Scholar]
  28. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
  29. Van Houdt, G.; Mosquera, C.; Nápoles, G. A Review on the Long Short-Term Memory Model. Artif. Intell. Rev. 2020, 53, 5929–5955. [Google Scholar] [CrossRef]
  30. Zhang, X.; Sheng, L.; He, B.; Lu, Y. A Data-Driven Based Hybrid Multi-Branch Framework for AUV Navigation. Ocean Eng. 2025, 324, 120675. [Google Scholar] [CrossRef]
  31. Raghavendra, V. Kulkarni; Ganesh Kumar Venayagamoorthy. Particle Swarm Optimization in Wireless-Sensor Networks: A Brief Survey. IEEE Trans. Syst. Man Cybern. Part C Appl. Rev. 2011, 41, 262–267. [Google Scholar]
  32. Greff, K.; Srivastava, R.K.; Koutník, J.; Steunebrink, B.R.; Schmidhuber, J. LSTM: A Search Space Odyssey. IEEE Trans. Neural Netw. Learn. Syst. 2017, 28, 2222–2232. [Google Scholar] [CrossRef] [PubMed]
  33. Shurin, A.; Saraev, A.; Yona, M.; Gutnik, Y.; Faber, S.; Etzion, A.; Klein, I. The Autonomous Platforms Inertial Dataset. IEEE Access 2022, 10, 10191–10201. [Google Scholar] [CrossRef]
Figure 1. Fault types. (a) Sudden fault. (b) Linear gradual fault. (c) Quadratic function gradual fault.
Figure 1. Fault types. (a) Sudden fault. (b) Linear gradual fault. (c) Quadratic function gradual fault.
Jmse 13 01198 g001
Figure 2. The loosely integrated navigation model.
Figure 2. The loosely integrated navigation model.
Jmse 13 01198 g002
Figure 3. Flowchart of the cumulative residual detection method with error coefficient amplification.
Figure 3. Flowchart of the cumulative residual detection method with error coefficient amplification.
Jmse 13 01198 g003
Figure 4. The standard LSTM network structure.
Figure 4. The standard LSTM network structure.
Jmse 13 01198 g004
Figure 5. The PSO-LSTM fault detection process. (a) Model training. (b) Fault detection.
Figure 5. The PSO-LSTM fault detection process. (a) Model training. (b) Fault detection.
Jmse 13 01198 g005aJmse 13 01198 g005b
Figure 6. PSO-LSTM fault detection model.
Figure 6. PSO-LSTM fault detection model.
Jmse 13 01198 g006
Figure 7. Detection of sudden faults using the residual chi-square detection method.
Figure 7. Detection of sudden faults using the residual chi-square detection method.
Jmse 13 01198 g007
Figure 8. Detection of sudden faults using the amplified error coefficient cumulative residual detection method.
Figure 8. Detection of sudden faults using the amplified error coefficient cumulative residual detection method.
Jmse 13 01198 g008
Figure 9. Detection of linear gradual faults using the residual chi-square detection method.
Figure 9. Detection of linear gradual faults using the residual chi-square detection method.
Jmse 13 01198 g009
Figure 10. Detection of linear gradual faults using the amplified error coefficient cumulative residual detection method.
Figure 10. Detection of linear gradual faults using the amplified error coefficient cumulative residual detection method.
Jmse 13 01198 g010
Figure 11. Optimization of LSTM hyperparameters using the PSO algorithm.
Figure 11. Optimization of LSTM hyperparameters using the PSO algorithm.
Jmse 13 01198 g011
Figure 12. Prediction results of PSO-LSTM.
Figure 12. Prediction results of PSO-LSTM.
Jmse 13 01198 g012
Figure 13. Fault detection results of PSO-LSTM.
Figure 13. Fault detection results of PSO-LSTM.
Jmse 13 01198 g013
Figure 14. Position error variations for different fault detection methods.
Figure 14. Position error variations for different fault detection methods.
Jmse 13 01198 g014
Table 1. Main parameters of the sensor.
Table 1. Main parameters of the sensor.
SensorParameterParameter Value
IMUBias Stability< 10 ° /h
Noise Density 0.0035 ° / s / H z
Bias Error ± 0.05 °
AccelerometerBias Stability< 0.04   m g
Noise Density 0.14   m g / H z
Bias Error ± 0.05 °
DVLVelocity Range ± 10   m / s
Velocity Resolution 0.1   c m / s
Table 2. Comparison of detection results.
Table 2. Comparison of detection results.
Fault Detection MethodFalse Alarm Rate (%)Missed Detection Rate (%)
Residual Chi-Square Detection Method7.537.5
Amplified Error Coefficient Cumulative Residual Detection Method512.5
Table 3. Simulated fault parameters of the DVL system.
Table 3. Simulated fault parameters of the DVL system.
No.Fault Time Interval (s)Fault Value (m/s)Fault Type
1100–1201Sudden Fault
2150–2000.001 × t 150 Gradual Fault
3300–3500.001 × t 300 Gradual Fault
4500–6000.001 × t 500 Gradual Fault
5700–8000.001 × t 700 Gradual Fault
6900–10000.001 × t 900 Gradual Fault
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

Yang, H.; Li, B.; Gao, X.; Xiao, B.; Huang, H. Enhancing Fault Detection in AUV-Integrated Navigation Systems: Analytical Models and Deep Learning Methods. J. Mar. Sci. Eng. 2025, 13, 1198. https://doi.org/10.3390/jmse13071198

AMA Style

Yang H, Li B, Gao X, Xiao B, Huang H. Enhancing Fault Detection in AUV-Integrated Navigation Systems: Analytical Models and Deep Learning Methods. Journal of Marine Science and Engineering. 2025; 13(7):1198. https://doi.org/10.3390/jmse13071198

Chicago/Turabian Style

Yang, Huibao, Bangshuai Li, Xiujing Gao, Bo Xiao, and Hongwu Huang. 2025. "Enhancing Fault Detection in AUV-Integrated Navigation Systems: Analytical Models and Deep Learning Methods" Journal of Marine Science and Engineering 13, no. 7: 1198. https://doi.org/10.3390/jmse13071198

APA Style

Yang, H., Li, B., Gao, X., Xiao, B., & Huang, H. (2025). Enhancing Fault Detection in AUV-Integrated Navigation Systems: Analytical Models and Deep Learning Methods. Journal of Marine Science and Engineering, 13(7), 1198. https://doi.org/10.3390/jmse13071198

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