Next Article in Journal
A Virtual Force Algorithm-Lévy-Embedded Grey Wolf Optimization Algorithm for Wireless Sensor Network Coverage Optimization
Next Article in Special Issue
Tightly-Coupled Vehicle Positioning Method at Intersections Aided by UWB
Previous Article in Journal
Data-Driven Automated Cardiac Health Management with Robust Edge Analytics and De-Risking
Previous Article in Special Issue
A Novel Autonomous Celestial Integrated Navigation for Deep Space Exploration Based on Angle and Stellar Spectra Shift Velocity Measurement
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Fault Identification Ability of a Robust Deeply Integrated GNSS/INS System Assisted by Convolutional Neural Networks

1
School of Electronics and Information, Northwestern Polytechnical University, Xi’an 710072, China
2
Department of integrated navigation, Xi’an Modern Control Technology Research Institute, Xi’an 710065, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(12), 2734; https://doi.org/10.3390/s19122734
Submission received: 17 May 2019 / Revised: 11 June 2019 / Accepted: 13 June 2019 / Published: 18 June 2019
(This article belongs to the Collection Positioning and Navigation)

Abstract

:
The problem of fault propagation which exists in the deeply integrated GNSS (Global Navigation Satellite System)/INS (Inertial Navigation System) system makes it difficult to identify faults. Once a fault occurs, system performance will be degraded due to the inability to identify and isolate the fault accurately. After analyzing the causes of fault propagation and the difficulty of fault identification, maintaining correct navigation solution is found to be the key to prevent fault propagation from occurring. In order to solve the problem, a novel robust algorithm based on convolutional neural network (CNN) is proposed. The optimal expansion factor of the robust algorithm is obtained adaptively by utilizing CNN, thus the adverse effect of fault on navigation solution can be reduced as much as possible. At last, the fault identification ability is verified by two types of experiments: artificial fault injection and outdoor occlusion. Experiment results show that the proposed robust algorithm which can successfully suppress the fault propagation is an effective solution. The accuracy of fault identification is increased by more than 20% compared with that before improvement, and the robustness of deep GNSS/INS integration is also improved.

1. Introduction

Modern navigation systems are developing in the direction of multi-sensor and deep information fusion. GNSS (Global Navigation Satellite System) has all-weather absolute positioning capability, but it is vulnerable to interference. On the contrary, INS (Inertial Navigation System), which has excellent anti-interference ability, can only provide relative position information. Thus, they have strong complementarity in performance. Deeply integrated GNSS/INS systems take into account the advantages of both GNSS and INS, and implement the deepest information fusion between GNSS and INS at present. Compared with loose integration and tight integration, deep GNSS/INS integration not only has better ability of anti-noise and anti-interference [1,2], but also can track weaker satellite signals [3] and acquire the temporarily occluded signals more quickly [4]. All of these advantages are attributed to the use of vector tracking loop [5]. The distinctive feature of vector tracking loop is that, after fusing GNSS and INS data, the navigation filter generates the locally predicted carrier frequency and code phase for each receiving channel to implement signal tracking. This kind of structure realizes the information exchange among the receiving channels, which is helpful for strong signals to assist the reception of weak signals. However, there is a serious problem that, when a receiving channel contains fault information, the information will spread to the remaining channels, thereby degrading the system performance. Therefore, timely detection and identification of faults are important for deep integration based on vector tracking loop.
Based on the approximate system model, a chi-square test is able to detect faults in real time by monitoring the difference between the measurements and the estimates of Kalman filter [6]. In order to weaken the influence of the inaccurate system model on the results of chi-square detection, Bando et al. propose a method of calculating the covariance of system model error in a stable period [7]. Rife et al. derive methods to generate rigorous integrity and continuity bounds for chi-square test when the signal is time-varying [8]. An integrated detection algorithm of combining particle filter and fuzzy inference system is presented by Bu et al. [9]. The residuals which are generated by particle filter are used as the inputs of fuzzy inference system to output the different anomaly levels. However, its performance is limited due to the high computational load of particle filter. Wavelet transformation which can extract characteristic values from fault data is a powerful mathematical tool for fault diagnostics owing to its multi-resolution capability [10]. Sun et al. study the method of detecting faults by employing the adaptive neural fuzzy inference algorithm [11], which allows real-time model-free residual analysis from Kalman filter estimates, and obtains better detection results than chi-square detection. The machine learning method SVM (Support Vector Machine) that has the ability to predict test statistics based on prior knowledge is applied in fault detection [12]. SVM cannot provide the accuracy of predicted value. However, another machine learning method named GPR (Gaussian Process Regression) is able to provide both the prediction of unknown input and the variance of prediction. The detection method of using GPR to predict the innovation of Kalman filter is shown to be especially effective in detecting gradual faults [13].
The above-mentioned methods can detect whether the GNSS receiver has faults or not, but they cannot identify the internal faults of GNSS. The whole GNSS is simply isolated from the integrated navigation system when an abnormality is detected in GNSS. In fact, the GNSS receiver contains multiple receiving channels to process satellite signals. In abnormal situations, the integrity of the integrated navigation system is maintained by just removing the fault channels from GNSS receiver, so that the system can keep working normally.
The w-test method is often used to identify faults by checking whether the corresponding statistic follows the standard normal distribution or not [14]. RAIM (Receiver Autonomous Integrity Monitoring) which also makes the same binary hypothesis judgment as a w-test is extended to detect simultaneous multiple faults in GNSS/INS integrated systems [15]. The multiple solution separation (MSS) algorithm, which consists of a main estimator using all the available GPS (Global Positioning System) measurements and sub-estimators using different subsets of the GPS measurements, identifies faults by comparing the main solution with the different sub-solutions [16]. For deep integration, few researchers focus on the identification of GNSS fault channels. In [17], the pseudo-range and pseudo-range rate residuals outputted by each receiving channel are adopted as the monitoring objects to detect whether the channel is abnormal. In [18], a sub-filter based on Kalman filtering algorithm is proposed to be added to each receiving channel to identify faults.
The above methods may be effective when the receiving channels are independent of each other. However, the situation is different in vector tracking loop. Due to the fault propagation problem, all receiving channels will be abnormal, resulting in the inaccurate identification of fault source. Thus, from the above analysis, it can be concluded that the inaccurate identification caused by fault propagation is lack of research, and there is no effective solution so far.
After analyzing the fault propagation path in deep integration, we find that maintaining correct navigation solution is the key to prevent fault propagation. The robust algorithm that can reduce the adverse effect of fault information on navigation solution is utilized in this study. It is derived by applying the maximum likelihood estimation to resist the outlier effect of measurement vector, and its function is realized by adjusting the covariance matrix of measurement noise with expansion factors [19]. The Huber weight function that is commonly used outputs the reciprocal of normalized residual as an expansion factor when the residual value is larger than the preset threshold [20,21]. However, its performance is restricted by fixed parameter value and limited parameter range. The IGGIII (Institute of Geodesy and Geophysics III ) scheme is another frequently used method to generate expansion factors [22,23], but it has more parameters to configure, and has the same problem as Huber. In [24], the fuzzy inference algorithm is proposed to determine the value of expansion factor. By comparing the difference between the theoretical covariance and the actual covariance of residuals, the expansion factor is adjusted adaptively. Although fuzzy inference rules can be acquired from prior knowledge or experience, the exact membership function is difficult to be defined. Thus, the output of the fuzzy inference algorithm is not guaranteed to be the optimal value.
The neural network is famous for its strong self-learning ability and complex system mapping ability, and it has the potential to generate expansion factors. CNN (convolutional neural network) is a kind of deep neural network, and has achieved great success in the field of image processing [25,26]. Moreover, because of the attractive qualities, it has been gradually applied in the field of speech recognition [27], behavior recognition [28], and fault mode recognition [29,30]. Compared with the traditional multilayer perceptual neural network (MLP), CNN can deal with more complex classification problems for its deeper network structure. In the neural network, the number of neurons is greatly reduced by the pooling operation, and the number of parameters which are needed to be trained is also reduced by sharing weights. Thus, CNN has the better generalization ability and the lower network complexity [31]. After sufficient training, CNN is able to output the desired value that meets the error precision requirement, and adaptively adjust the output according to the changes in the environment.
In this paper, a novel robust algorithm based on CNN is proposed to solve the fault propagation problem. By utilizing CNN, the optimal expansion factor of the robust algorithm is obtained adaptively according to the changes of fault. In addition, the performance of the proposed robust algorithm that is not restricted by parameter range is superior to the traditional robust algorithm. As a result, the adverse effect of fault data on navigation solution is weakened, and the propagation of fault is prevented. Eventually, the accuracy of fault identification is improved after solving the fault propagation problem.
The rest of this paper is organized as follows: Section 2 analyses the root cause of fault propagation and the difficulty of fault identification. In Section 3, it introduces the method of using the robust algorithm to prevent the propagation of fault information, and describes the robust algorithm based on CNN. Experiment setup and result analysis are provided in Section 4. In addition, the content of this paper is summarized in Section 5.

2. Fault Identification Method for Deep Integration

2.1. The Cause of Fault Propagation

In the deeply coupled GNSS/INS integrated system, the vector tracking loop is a feedback loop. GNSS IF (Intermediate Frequency) data are processed by multiple receiving channels and then put into the navigation filter. After fusing all the received data in a centralized manner, the navigation filter outputs the positioning errors to correct INS. Next, the carrier frequency and code phase of each receiving channel that are predicted by making use of both the INS data and ephemeris are used to configure the corresponding NCO (Numerically Controlled Oscillator). The structure of deep GNSS/INS integration is shown in Figure 1.
The navigation filter is based on the Extended Kalman Filtering algorithm, and the system state is defined as
Δ X = [ Δ R e , Δ V e , Δ φ e , Δ W b , Δ A b , Δ C ] T ,
where Δ R represents position error vector, Δ V represents velocity error vector, Δ φ represents attitude error vector, Δ W represents the bias error of gyroscope, and Δ A represents the bias error of accelerometer. Δ C = [ Δ t b , Δ t d ] , Δ t b and Δ t d represent the clock bias error and clock drift error of GNSS receiver, respectively. The superscripts e and b represent the ECEF (Earth-Centered Earth-Fixed) coordinate system and the body coordinate system, respectively.
Pseudo-range error and pseudo-range rate error are adopted as the measurements of navigation filter, and then the measurement vector at time k is expressed as
Z k Nav = [ Δ ρ 1 , Δ ρ ˙ 1 , Δ ρ 2 , Δ ρ ˙ 2 , , Δ ρ N , Δ ρ ˙ N ] T ,
where Δ ρ i and Δ ρ ˙ i represent pseudo-range error and pseudo-range rate error of the i th receiving channel, respectively. N is the number of receiving channels.
Δ ρ i is obtained from code phase error Δ τ i , and Δ ρ ˙ i is obtained from carrier frequency error Δ f i . Their expressions are shown in Equations (3) and (4), respectively:
Δ ρ i = c f i , c o d e Δ τ i ,
Δ ρ ˙ i = c f i , c a r r Δ f i ,
where f i , c o d e denotes code frequency, f i , c a r r denotes carrier frequency, and c denotes the speed of light.
Extended Kalman Filter (EKF) adopts an iterative method to estimate the system state, including two processes of prediction and correction.
Prediction:
Δ X k | k 1 = F Δ X k 1 ,
P k | k 1 = F P k 1 F + Q ,
Correction:
W k = P k | k 1 H k T ( H k P k | k 1 H k T + R ) 1 ,
Δ X k = Δ X k | k 1 + W k ( Z k Nav H k Δ X k | k 1 ) ,
P k = ( I W k H k ) P k | k 1 ,
where P k is the covariance matrix of system state error, W k is the gain matrix, Q is the covariance matrix of process noise, and R is the covariance matrix of measurement noise. H k is the measurement matrix whose coefficients are unit vectors in the line-of-sight direction from the receiver antenna to satellites. F is the state transition matrix, whose coefficients are available in [32].
After corrected by the system state of navigation filter, INS output the navigation solution. Combining navigation solution and ephemeris data, carrier frequency, code frequency and code phase of the i th satellite signal can be predicted. In [33], their expressions are defined as follows:
f ^ i , carr = f IF f sa c [ ( x ˙ i x ˙ ) α x , i + ( y ˙ i y ˙ ) α y , i + ( z ˙ i z ˙ ) α z , i t d ] ,
f ^ i , code = f code f code c [ ( x ˙ i x ˙ ) α x , i + ( y ˙ i y ˙ ) α y , i + ( z ˙ i z ˙ ) α z , i t d ] ,
φ ^ i , k + 1 = φ ^ i , k 1 c [ ( δ x i δ x ) α x , i + ( δ y i δ y ) α y , i + ( δ z i δ z ) α z , i δ t b ] ,
where f IF is the intermediate frequency, f sa is the frequency of satellite signal, f code is the frequency of pseudo code, [ x ˙ i ,   y ˙ i ,   z ˙ i ] is the velocity vector of the i th satellite, and [ x ˙ ,   y ˙ ,   z ˙ ] is the velocity vector of receiver. [ δ x i , δ y i , δ z i ] and [ δ x , δ y , δ z ] are the position variations of the i th satellite and the receiver from time k to k + 1 , respectively. Δ t b is the clock bias variation of receiver from time k to k + 1 , and t d is the clock drift error of receiver. [ α x , i , α y , i , α z , i ] is the unit vector in the line-of-sight direction from receiver antenna to the i th satellite.
When an abnormality occurs in Z k Nav , the value of Δ X is contaminated according to Equation (8). After corrected by Δ X , INS output a wrong navigation solution. According to Equations (10)–(12), the navigation solution is shared by all visible satellites. Then, the wrong navigation solution leads to deviations in the predicted receiving parameters of all satellite signals. Thus, no matter which satellite is abnormal, its errors will spread to other receiving channels, spoiling the reception of satellite signals. Moreover, the errors will spread to each other continually. The navigation system eventually loses lock on all satellite signals with the accumulation of errors.

2.2. Fault Identification Method

If only the pseudo-range errors in Z k Nav are considered, i.e., Z k = [ Δ ρ 1 , Δ ρ 2 , , Δ ρ N ] T , the expressions of innovation V k and its covariance matrix A k defined in [34] are
V k =   Z k H k Δ X k | k 1 ,
A k = E [ V k V k T ] = H k P k | k 1 H k T + R ,
where the dimension of H k needs to be modified to N × 17 .
The innovation V k is assumed to be Gaussian white noise with a zero mean in the fault free case [35]. However, if a fault occurs, a large deviation will arise between the measurements and the estimates of Z k . At this moment, the mean value of V k is greater than zero, so it can be used as the rule for fault detection.
According to the w-test method, the fault identification statistic is constructed as:
w i , k = | e i T V k e i T A k e i | ,
where e i = [ 0 , , 0 , 1 , 0 , , 0 ] T . It represents that the value of the i th component is 1, and the rest are 0.
When there is no fault, w i , k should follow the standard normal distribution, i.e., w i , k ~ N ( 0 , 1 ) .
Given the false alarm probability P fa , if
w i , k > N 1 P fa / 2 ( 0 , 1 ) ,
then the i th channel is considered to be faulty; otherwise, it is normal.
From the above analysis, the statistic w i , k is related to Δ ρ i . If there is an abnormality in Δ ρ i , w i , k will exceed the alarm threshold. As described in Section 2.1, the fault information is propagated mutually among the receiving channels in the vector tracking loop. Errors in one channel can spread to all other channels, resulting in abnormal measurements in all channels. Thus, the actual fault channel will not be distinguished for the reason that the identification statistics of all channels exceed the alarm threshold.

3. Robust Algorithm Based on CNN

3.1. The Principle of Robust Algorithm

The problem of fault propagation not only makes all receiving channels work abnormally, but also increases the difficulty of fault identification, making the deep GNSS/INS integration extremely vulnerable to fault. In real life, many types of faults are likely to be encountered, such as jamming, device aging, and occlusion. Therefore, it is necessary to solve the fault propagation problem to improve fault diagnosis capability.
The basis of fault propagation is that the parameters of all receiving channels are predicted based on the same navigation solution. Once the navigation solution is wrong, the reception of all channels will be abnormal. Thus, the key of solving the problem is to maintain the correctness of navigation solution. The robust algorithm, which can reduce the adverse effect of fault data on navigation solution by adjusting the parameters of navigation filter, is a promising solution.
In EKF, Δ X k | k 1 and Δ X k are the prediction and estimation of Δ X k 1 , respectively. Then, the prediction error of state vector is expressed as
E k = Δ X k Δ X k | k 1 .
The expression of residual L k is
L k = Z k Nav H k Δ X k .
If the measurement Z k Nav contains gross errors, the minimum condition is constructed as
σ = L k T R ˜ 1 L k + E k T P k | k 1 1 E k = m i n ,
where R ˜ is the covariance matrix of L k , and P k | k 1 is the covariance matrix of E k .
In [36], the solution of Equation (19) is
Δ X ˜ k = Δ X k | k 1 + P k | k 1 H k T ( H k P k | k 1 H k T + R ˜ ) 1 ( Z k Nav H k Δ X k | k 1 ) .
Comparing Δ X ˜ k with Δ X k in Equation (8), the difference is that the matrix R is replaced by R ˜ . It shows that, when there are gross errors in the measurement, the corresponding solution is obtained by adjusting R . Matrix R , as the covariance matrix of measurement error, reflects the severity of errors. If the measurements are unreliable, the proportion of measurements in the filtering should be reduced, and the value of R should be enlarged. However, it should be emphasized that, in order to avoid changing the results of fault identification, the matrix R in Equation (14) does not need to be adjusted.
If the members of Z k Nav are independent of each other, R ˜ can be regarded as a diagonal matrix, i.e., R ˜ = d i a g { R ˜ 1 , R ˙ ˜ 1 , R ˜ 2 , R ˙ ˜ 2 , , R ˜ N , R ˙ ˜ N } . As shown in Equation (21), R ˜ i is obtained by multiplying R i and the expansion factor α i together:
R ˜ i = α i R i ,
where α i 1 . R ˙ ˜ i is calculated in the same way as R ˜ i .
Expansion factor is generated by CNN in this study, and the generation method will be described in the following section.

3.2. The Structure of CNN

CNN which is inspired by the structure of nerve cells in the visual cortex extracts and classifies image information through a multilayer structure. As shown in Figure 2, the structure composed of seven layers is the basic form of CNN. In order to achieve better performance, CNN usually contains more layers. A pair of convolutional layer and pooling layer is a group. According to the needs of practical application, many groups could be added.
In Figure 2, the input layer receives the sample data and preprocesses the data such as normalization. Then, it packages the data according to the input format to prepare for the next operation. The output layer provides the probabilities corresponding to different results. Convolutional layer, pooling layer and fully-connected layer are the decisive parts of CNN. Their structures are much more complex than that of the two above-mentioned layers, so they are described as follows one by one.
The convolutional layer extracts different levels of image features by convolutional operation. The higher the level of convolutional layer is, the finer the image features are extracted. It is composed of several feature planes, each of which shares a convolution kernel with one of the feature planes of the upper layer. If the upper layer of the current convolutional layer contains multiple feature planes, there will be multiple convolution kernels. The feature plane of convolutional layer is equal to the sum of convolution between multiple feature planes and convolutional kernels. Convolutional kernel is a weight matrix whose coefficients are adjusted during the training period of CNN. The input–output relationship of convolutional layer is expressed as:
Y j = f cov ( i = 1 M cov ( X i , W i , j ) + b j ) ,
where Y j represents the j th feature plane of convolutional layer. X i represents the i th feature plane, which belongs to the upper layer of the current convolutional layer. W i , j represents the coefficients of convolutional kernel between X i and Y j . b j is the bias. M is the number of X i . The function cov ( ) represents the convolutional operation, and f cov ( ) represents the nonlinear activation function of convolutional layer.
The function of pooling layer is to reduce the number of connections between two convolutional layers. Through the subsampling operation, some redundant information in the image is removed, and the main feature of image is obtained. The feature planes of pooling layer and convolutional layer correspond one to one, and the number of planes is the same. Average pooling and max pooling are the commonly used methods of subsampling. Average pooling takes the average of sampling area as the output, while max pooling chooses the maximum of sampling area as the output. The output of pooling layer is as follows:
S j = f pool ( Y j ) ,
where S j represents the output of the j th feature plane of pooling layer, and the function f pool ( ) represents the subsampling operation.
Fully-connected layer lies between pooling layer and output layer. It integrates the local features which are extracted from pooling layer, and transfers the integrated results to the output layer. The relationship between input and output in fully-connected layer is expressed by Equation (24):
l j = f fc ( i = 1 L v i , j c i + ε j ) ,
where l j represents the j th output of fully-connected layer. c i represents the i th neuron of fully-connected layer. v i , j denotes the connection coefficient between c i and l j . ε j denotes the bias. f fc ( ) represents the nonlinear activation function of the fully-connected layer.

3.3. Configuration of CNN

In this study, the mean values and standard deviations of residuals are the inputs of CNN, and the probabilities of the corresponding expansion factors are the outputs. The input data are normalized at first, and then divided into data segments with size of 2 × 10. Each data segment that acts like a picture is the processing object of CNN. Two rows of elements in the data segment correspond to the mean values and standard deviations of residuals, respectively. The data length is set to 10 to allow for both short data processing time and sufficient data quantity.
The residual of each receiving channel contains two components: pseudo-range residual and pseudo-range rate residual, which correspond to different coefficients of R ˜ . Thus, two CNNs are required for each receiving channel. One CNN is for pseudo-range residuals, and the other is for pseudo-range rate residuals. CNN needs to be trained before being put into use. During the training stage of CNN, the system structure is shown as follows:
In Figure 3, the pseudo-range residual of the i th receiving channel is shown as an example. L ¯ i and δ i denote the mean and standard deviation of residuals, respectively. Abnormal values are artificially added in the pseudo-range error of the i th receiving channel, and then the value of R i is adjusted by different expansion factor. When the positioning error δ p is minimized, the optimal expansion factor α ^ i is obtained. Next, CNN starts to be trained. α ^ i is compared with the expansion factor α i , which is predicted by CNN. The smaller the difference between the two factors, the more accurate the prediction of CNN is. The training goal of CNN is to minimize the difference. Actually, the outputs of CNN are expressed in probability. Different expansion factors correspond to different probabilistic values. At last, the alternative value corresponding to the maximum probability is determined as the expansion factor of CNN. The loss function is constructed as:
e ( W , b ) = 1 N e j = 1 N e ( o j o ^ j ) 2 ,
where o j represents the j th output of CNN, and o ^ j represents the expected output. Both o j and o ^ j are probabilistic values ranging from 0 to 1. N e represents the number of CNN output. The expected probability corresponding to α ^ i should be equal to 1, and the others should be equal to 0.
In the training process, back-propagation is applied to update the trainable parameters in the neural network by minimizing the loss function [37]. The parameters include the weights of convolution kernel and the connection coefficients of fully connected layer. Back-propagation is implemented based on the stochastic gradient algorithm, so the method of updating the parameters is as follows:
W k + 1 = W k η e ( W k , b k ) W k ,
b k + 1 = b k η e ( W k , b k ) b k ,
where η denotes the learning rate. W 0 and b 0 are initialed with small random values.
In order to prevent over-fitting in the training process, some measures are taken to increase the sparsity and randomness of neural network. Firstly, the input and output data of CNN are normalized. In addition, a weight decay is adopted to limit the growth of the weights and suppress the effects of static noise [38]. It adds a term in the updating procedure of weights, as shown in Equations (28) and (29):
W k + 1 = W k η ( e ( W k , b k ) W k + β W k ) ,
b k + 1 = b k η ( e ( W k , b k ) b k + β b k ) .
In addition, dropout is applied in full-connected layer. It drops neurons and their connections from the neural network randomly. For the input data, the network is different owing to the randomness of dropout. This prevents neurons from co-adapting too much and obtains a better generalization ability [39].
In order to output the corresponding expansion factor adaptively according to the fault value, CNN must be trained by a large number of fault data. The training data of CNN are composed of the mean values and standard deviations of residuals. The range of residual value is related to the severity of fault, and the standard deviation of residual is related to the carrier to noise density ratio (C/No) of signal. When fault values vary from 0 to 100 m, the range of pseudo-range residuals is the same as that of fault values. Assuming that the C/No varies from 30 to 50 dB-Hz, the standard deviation ranges from 0 to 12. The range of pseudo-range residuals is divided into ten regions, and 10,000 random numbers are generated in each region denoted by p i (where i ranges from 0 to 9). Meanwhile, the range of standard deviation is divided into four regions, and 10,000 random numbers are also generated in each region denoted by q j (where j ranges from 0 to 3). By combining p i and q j , forty sets of data which correspond to forty different combinations are obtained. Each dataset includes 1000 arrays of two rows and ten columns. Before being used, these forty datasets are normalized. In addition, they are labeled by forty tags, which are used as the expected output of CNN.
In practical application, due to the interference of noise and abnormalities, there will be gross errors in residuals. When processing such data, CNN outputs the probabilities that the data belong to each combination, and finally chooses the combination corresponding to the maximum probability as the result of data recognition. It indicates that this recognition method which can filter out gross errors is robust.
CNN is designed to have seven layers, including two convolutional layers and two pooling layers. Average pooling is applied in two pooling layers. Sigmoid function is used as the activation function for both convolutional layer and full-connected layer. Since the size of CNN input data is 2 × 10, the size of convolutional kernel and the subsampling size of pooling layer are specially designed to be compatible with this type of data. The detailed configuration information of CNN structure is shown in Table 1. In addition, 3@2 × 5 denotes that the convolutional layer C1 contains three convolutional kernels with size of 2 × 5, while 3@2 × 6 denotes three feature planes with size of 2 × 6, which are results of convolution between input layer and convolutional kernels. In the pooling layers P1 and P2, only the column elements are sampled with the step length of 2. NA is the abbreviation for “not applicable”. The batch size is 50, and the number of epochs is 100.
After completing the training, CNN needs to be tested to check whether its output is correct. If the error ratio is less than the required error accuracy 0.05, it indicates that the training requirement is met; otherwise, further training is needed. Once the training goal is reached, the structure and coefficients of CNN are fixed, and then it can be put into use. The structure of deep integration assisted by CNN is shown in Figure 4.
Figure 5 shows the complete flowchart of the proposed method. It mainly consists of two parts: one part is the training process of CNN, and the other is the method of fault identification using the robust algorithm based on CNN.

4. Experiment Setup and Result Analysis

4.1. Experiment Setup

GNSS IF data and MEMS (Micro-Electro-Mechanical System) data are simultaneously input into the Matlab based software receiver to complete GNSS signal tracking and the navigation solution calculation. Taking into account both the number of satellites and computational complexity, the software receiver is designed to have eight receiving channels. Figure 6 shows the composition of experimental system. The parameters of MEMS are shown in Table 2. GPS L1 signals are sampled as GNSS data with the IF signal sampler SPL-SIS800, of which the IF is 4.02 MHz and the sampling frequency is 20 MHz. The integration time of correlator is set to 10 ms, and the output rate of navigation solution result is 10 Hz. To identify faults, the false alarm probability is set to 0.02, and the corresponding alarm threshold is 2.58.
In practical application, there are many reasons for the fault of GNSS and INS. Some types of fault data are easy to be obtained, such as occlusion leading to temporary loss of GNSS signals, etc. However, it is difficult for most fault types. Thus, the commonly used method is to artificially inject abnormal values into the collected data to simulate faults. In this study, the experiment includes two parts: one is simulation test, and the other is experimental test. The simulation test is to simulate different fault modes by injecting various types of abnormal values, and obtain the accuracy of fault identification by constructing a large number of fault data, while the experimental test adopts the real fault data which are collected from outdoors during multiple satellites are occluded.

4.2. Result Analysis

4.2.1. Simulation Test

Considering that the possibility of simultaneous multiple satellite faults in real life is very small, so only one satellite is injected with fault in the simulation test, and the fault will persist until the end of simulation. The injected faults are classified into two types: one is the gradual fault with the abnormal values increasing gradually, and the other is the abrupt fault with a step error appearing at a certain time. The measurements are the only input of navigation filter, thus the appropriate object of fault injection is pseudo-range error, which is a component of the measurements. GPS data are collected outdoors in a static situation.
A ramp error of slope 0.2 m/s is added in the pseudo-range error of satellite 14 to simulate the gradual fault. The start time of fault injection is 150 s.
In Figure 7a, position errors in a three-dimensional direction are within the normal range before fault injection. However, after 150 s, position errors gradually deviate, and the deviations from the correct position are getting larger and larger. However, in Figure 7b, even after a long time, there are not obvious deviations in the position errors after fault injection. The results show that, under the adjustment of the expansion factor, the adverse effect of fault information on the positioning results is basically eliminated.
The variances of position error δ p   ( δ p = δ x 2 + δ y 2 + δ z 2 ) corresponding to different methods are shown in Table 3. The function Huber only has a configurable parameter d , which is a constant ranging from 1.0 to 1.5. For the robust algorithm based on Huber, different variances are obtained by changing the value of parameter d , indicating that the parameter value should be set carefully. Moreover, the parameter value is limited to a small range, which also restricts the performance of Huber. However, the robust algorithm based on CNN is more flexible without the limitation of parameter range. In addition, the proposed robust algorithm is proved to be effective by the result that its variance is close to that without fault. However, CNN has a complex structure and many convolutional operations, so its computation is time-consuming. Both the robust algorithm based on CNN and Huber are tested on a desktop computer equipped with the CPU Intel i5-2400. When processing the same dataset with size of 2 × 40,000, CNN spends 36.21 s, but Huber spends 0.85 s. Moreover, due to processing one data block at a time, CNN may be unable to respond to data changes in time. The larger the data block, the more data processing time it takes. Thus, CNN is not suitable for the applications with high real-time requirement.
Figure 8a shows the code phase errors of eight receiving channels. One satellite corresponds to one receiving channel, and satellite 14 corresponds to channel 2. Starting from 150 s, different deviations gradually occur in the code phase errors of all eight satellites. This phenomenon shows that the fault information of channel 2 has spread to the other receiving channels. Considering the results in Figure 7a, it is the incorrect positioning results that lead to inaccurate code phases. In Figure 8b, the code phase errors of eight satellites always stay normal even after fault injection. The propagation of fault information is successfully suppressed by the robust algorithm. In addition, since the fault injection object is a pseudo-range error rather than a code phase error, the code phase of satellite 14 is not contaminated by fault. On the contrary, this code phase is accurate owing to the prediction based on corrected navigation solution.
In Figure 9a, there are four satellites, whose detection results exceed the alarm threshold due to the fault propagation problem. The results make it difficult not only to determine the number of fault satellites, but also to distinguish the actual fault satellite. In Figure 9b, only the detection values of satellite 14 gradually exceed the alarm threshold after 150 s. Thus, it is easy to confirm that satellite 14 is the only fault satellite. For further comparison, the Monte Carlo test is carried out. The accuracy of fault identification is increased from 77% to 98% after improvement. It indicates that employing a robust algorithm is beneficial to identify the gradual fault.
The second test is to inject the abrupt fault into the collected data. In order to facilitate the comparison with a gradual fault, satellite 14 is still the object of fault injection. The injection method is to add an outlier of 30 m in the pseudo-range error from 150 s.
In Figure 10a, the position errors in a three-dimensional direction quickly deviate after fault injection. However, in Figure 10b, there is no great deviation except for a surge in the period of 151 s to 154 s. By comparing the two figures, it demonstrates that the proposed robust algorithm is also effective in dealing with the abrupt fault.
Even though the fault type changes, the robust algorithm based on CNN is still superior to that based on Huber by comparing the variances shown in Table 4. The proposed algorithm that doesn’t need any adjustment can output the desired factor adaptively according to the changes of fault, while the performance of Huber is restricted by its parameter. However, since the adjustment of the robust algorithm lags behind the rapid occurrence of abrupt fault, its variance is much larger than that without fault.
As shown in Figure 11a, different deviations occur instantly in the code phase errors of all eight satellites after fault injection. The result proves once again that the fault propagation problem does exist in deep integration. Compared with the gradual fault, the abrupt fault is exposed faster and spreads faster to the other satellites. In Figure 11b, there is no deviation, proving that the fault propagation problem is solved by using the proposed robust algorithm.
In Figure 12a, not only do the detection values of four satellites quickly exceed the alarm threshold, but also the time of exceeding the threshold is very close. These results make it difficult to identify the actual fault satellite, thus increasing the probability of misjudgment. On the contrary, it is easy to identify the satellite 14 as the fault satellite for the reason that only the detection values of satellite 14 exceed the alarm threshold in Figure 12b. Furthermore, 100 sets of simulation data are used for Monte Carlo test. The test result is that the accuracy of fault identification is up to 97%, which is increased by 25% after using a robust algorithm.

4.2.2. Experimental Test

In cities, GNSS signal occlusion is a common phenomenon due to the blocked factors such as high buildings, tree shades, and tunnels. Occlusion can lead to signal loss, and then the output of the corresponding receiving channel is noise. If the fault channel cannot be identified and isolated from the system in time and accurately, the fault information will inevitably contaminate the navigation solution. The experimental system shown in Figure 6 is placed in the occluded situation to verify the robustness of deep integration. The test procedure is to place the trolley in an open area to complete the processes of searching for stars, positioning and INS alignment. After the system output is stable, the trolley is pushed along a high building. Then, it is pushed back to the starting point. The test lasts about 10 minutes for three round trips.
The data collected at one of the trips is utilized for analysis. Figure 13 shows the changing process of C/No of GNSS signals. As shown in the figure, the C/No of all GNSS signals was normal from the beginning to 50 s. Then, during the period of 51 s to 68 s, the signals of satellite 22, 24 and 31 were lost successively due to the occlusion of high building, and the corresponding C/No decreased rapidly. After passing the high building, the signals of the three satellites recovered one by one. Next, in the process of returning along the original route, the occlusion was experienced again. From 189 s to 208 s, the C/No showed a rapid decline, and the signals of satellite 22, satellite 24 and satellite 31 were lost for the second time.
In Figure 14a, the positioning results deviate greatly in the period of 51 s to 68 s and 189 s to 208 s. These two periods correspond to the time of two satellite signals loss. When three satellite signals are occluded, the system makes use of the receiving data of the remaining five satellites to maintain the output of positioning results and predict the code phase and carrier frequency of each satellite signal. Once the occluded GNSS signals recover, the system quickly captures these signals based on the predicted loop parameters, then the positioning results return to normal rapidly. After using the proposed robust algorithm, the positioning results are shown in Figure 14b. Although the position errors fluctuate slightly during the period of signal occlusion, the maximum deviation does not exceed 10 m, which is much smaller than the deviations in Figure 14a.
Compared with Figure 15a, it can be found that only the three occluded satellites have deviations in Figure 15b, proving that the propagation of fault information is suppressed by the proposed robust algorithm. For the three occluded satellites, the deviations of code phase errors are due to the absence of normal input.
Because of the fault propagation problem, it is difficult to identify the occlude satellites from detection results in Figure 16a. However, in Figure 16b, only the detection values of the three occluded satellites exceed the alarm threshold during occlusion. Moreover, once the occluded signals return to normal, the corresponding detection values decrease rapidly, showing that the detection is accurate and timely.
In addition, it should be noted that the robust algorithm only has the ability to weaken the impact of fault information, but cannot completely eliminate the impact. If there are more fault channels, the adverse impact on navigation solution will be more serious. As shown in Figure 14b, even if the robust algorithm is utilized, a small surge still appears in the positioning results during signal occlusion. Considering the improvement that the fault channel can be identified with a high accuracy when using the proposed robust algorithm, it is preferable to remove the abnormal channel from the system according to the identification results. After the receiving channels corresponding to the occluded satellites are isolated from the system, the positioning results are shown in Figure 17. We can see that the position errors always remain within the normal range. The variance of position error δ p is 2.25, while the variance of position error in Figure 14b is 3.95. The positioning accuracy is further improved after isolation.

5. Conclusions

In this paper, a novel robust algorithm which is based on CNN is proposed to be used in the deeply coupled GNSS/INS integrated system. It improves the accuracy of identifying the fault channel by solving the fault propagation problem. The validity of the proposed robust algorithm is verified by two types of experiments: artificial fault injection and outdoor occlusion. Whether it is the fault injection of a single satellite or the occlusion of multiple satellites, the fault propagation problem is confirmed to exist in the vector tracking loop. After using the proposed robust algorithm, the fault propagation problem is solved. As a result, there is no obvious deviation in the positioning results and code phase errors. The accuracy of gradual fault identification is increased by 21%, and the accuracy of abrupt fault identification is increased by 25%. The experiment results prove that the fault identification ability of deeply integrated GNSS/INS system is improved.

Author Contributions

Conceptualization, X.Z.; methodology, X.Z.; software, X.Z.; validation, X.Z. and P.W; writing—original draft preparation, X.Z.; writing—review and editing, B.L. and P.W.; supervision, B.L.

Funding

This research was funded by the National Natural Science Foundation of China under Grant No. 61803310.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Li, K.; Zhao, J.; Wang, X.; Wang, L. Federated ultra-tightly coupled GPS/INS integrated navigation system based on vector tracking for severe jamming environment. IET Radar Sonar Navig. 2016, 10, 1030–1037. [Google Scholar] [CrossRef]
  2. Lashley, M.; Bevly, D.M. Comparison in the performance of the vector delay/frequency lock loop and equivalent scalar tracking loops in dense foliage and urban canyon. In Proceedings of the 24th International Technical Meeting of the Satellite Division of The Institute of Navigation, Portland, OR, USA, 20–23 September 2011; pp. 1786–1803. [Google Scholar]
  3. Gao, G.; Lachapelle, G. A novel Architecture for ultra-tight HSGPS-INS integration. J. GPS 2008, 7, 46–61. [Google Scholar] [CrossRef]
  4. Langer, M.; Kiesel, S.; Ascher, C.; Trommer, G.F. Deeply coupled GPS/INS integration in pedestrian navigation systems in weak signal conditions. In Proceedings of the 2012 International Conference on Indoor Positioning and Indoor Navigation, Sydney, NSW, Australia, 13–15 November 2012; pp. 1–7. [Google Scholar]
  5. Alam, N.; Tian, J.; Khan, F.A. Theoretical performance analysis and comparison of VDFLL and traditional FLL tracking loops. In Proceedings of the 2018 European Navigation Conference, Gothenburg, Sweden, 14–17 May 2018; pp. 46–53. [Google Scholar]
  6. Wang, R.; Xiong, Z.; Liu, J.; Xu, J.; Shi, L. Chi-square and SPRT combined fault detection for multisensor navigation. IEEE Trans. Aerosp. Electron. Syst. 2016, 52, 1352–1365. [Google Scholar] [CrossRef]
  7. Bando, M.; Ono, Y.; Hieida, Y.; Yamamoto, K. Gnss fault detection with unmodeled error. Adv. Robot. 2017, 35, 763–779. [Google Scholar] [CrossRef]
  8. Rife, J.H. Robust chi-square monitor performance with noise covariance of unknown aspect ratio. Navigation 2017, 64, 377–389. [Google Scholar] [CrossRef]
  9. Bu, J.; Sun, R.; Bai, H.; Ochieng, W. Integrated method for the UAV navigation sensor anomaly detection. IET Radar Sonar Navig. 2017, 11, 847–853. [Google Scholar] [CrossRef]
  10. Yan, R.Q.; Gao, R.X.; Chen, X.F. Wavelets for fault diagnosis of rotary machines: A review with applications. Signal Process. 2014, 96, 1–15. [Google Scholar] [CrossRef]
  11. Sun, R.; Cheng, Q.; Wang, G.; Ochieng, W.Y. A novel online data-driven algorithm for detecting UAV navigation sensor faults. Sensors 2017, 17, 2243. [Google Scholar] [CrossRef]
  12. Mahadevan, S.; Shah, S.L. Fault detection and diagnosis in process data using one-class support vector machines. J. Process Control 2009, 19, 1627–1639. [Google Scholar] [CrossRef]
  13. 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]
  14. Hewitson, S.; Wang, J.L. GNSS receiver autonomous integrity monitoring with a dynamic model. J. Navig. 2007, 60, 247–263. [Google Scholar] [CrossRef]
  15. Bhatti, U.I.; Ochieng, W.Y. Detecting multiple failures in GPS/INS integrated system: A novel architecture for integrity monitoring. J. GPS 2009, 8, 26–42. [Google Scholar] [CrossRef]
  16. Faurie, F.; Giremus, A.; Grivel, E. Fault detection combing multiple model and multiple solution separation for aviation satellite navigation system. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Taipei, Taiwan, 19–24 April 2009; pp. 3273–3276. [Google Scholar]
  17. Qin, F.; Zhan, X.; Zhang, X. Detection and mitigation of errors on an ultra-tight integration system based on integrity monitoring method. In Proceedings of the 26th International Technical Meeting of the Satellite Division of The Institute of Navigation, Nashville, TN, USA, 16–20 September 2013; pp. 2102–2113. [Google Scholar]
  18. Chen, S.; Jiang, C.; Fu, M.Y.; Bu, Y.M.; Zhao, C.; Qu, X.F. Design of fault-tolerant GNSS/SINS deep-integration system. J. Chin. Inert. Technol. 2017, 25, 77–80. [Google Scholar]
  19. Yang, Y.; Gao, W. An Optimal Adaptive Kalman Filter. J. Geod. 2006, 80, 177–183. [Google Scholar] [CrossRef]
  20. Xie, F.; Liu, J.; Li, R.; Hang, Y. Adaptive robust ultra-tightly coupled global navigation satellite system/inertial navigation system based on global positioning system/BeiDou vector tracking loops. IET Radar Sonar Navig. 2014, 8, 815–827. [Google Scholar] [CrossRef]
  21. Yang, Y.; Cui, X. Adaptively robust filter with multi adaptive factors. Surv. Rev. 2008, 40, 260–270. [Google Scholar] [CrossRef]
  22. Gao, Z.; Mu, D.; Gao, S.; Zhong, Y.; Gu, C. Robust adaptive filter allowing systematic model errors for transfer alignment. Aerosp. Sci. Technol. 2016, 59, 32–40. [Google Scholar] [CrossRef]
  23. Huang, G.; Zhang, Q. Real-time estimation of satellite clock offset using adaptively robust Kalman filter with classified adaptive factors. GPS Solut. 2012, 16, 531–539. [Google Scholar] [CrossRef]
  24. Li, X.; Zhang, W. An adaptive fault-tolerant multisensor navigation strategy for automated vehicles. IEEE Trans. Veh. Technol. 2010, 59, 2815–2829. [Google Scholar]
  25. Shin, H.; Roth, R.; Gao, M.; Lu, L.; Xu, Z.; Nogues, I.; Yao, J.; Mollura, D.; Summers, R.M. Deep Convolutional Neural Networks for Computer-Aided Detection: CNN Architectures, Dataset Characteristics and Transfer Learning. IEEE Trans. Med. Imaging 2016, 35, 1285–1298. [Google Scholar] [CrossRef]
  26. Krizhevsky, A.; Sutskever, I.I.; Hinton, G. Image net classification with deep convolutional neural networks. In Proceedings of the Advances in Neural Information Processing Systems, Lake Tahoe, NV, USA, 3–6 December 2012; pp. 1097–1105. [Google Scholar]
  27. Abdel, H.O.; Mohammed, A.; Jiang, H. Convolutional neural networks for speech recognition. IEEE/ACM Trans. Audio Speech Lang. Process. 2014, 22, 1533–1545. [Google Scholar] [CrossRef]
  28. Ji, S.; Xu, W.; Yang, M. 3D convolutional neural networks for human action recognition. IEEE Trans. Pattern Anal. 2013, 35, 221–231. [Google Scholar] [CrossRef]
  29. Xu, G.; Liu, M.; Jiang, Z.; Söffker, D.; Shen, W. Bearing fault diagnosis method based on deep convolutional neural network and random forest ensemble learning. Sensors 2019, 19, 1088. [Google Scholar] [CrossRef]
  30. Xu, H.; Lian, B. Fault detection for multi-source integrated navigation system using fully convolutional neural network. IET Radar Sonar Navig. 2018, 12, 774–782. [Google Scholar] [CrossRef]
  31. Zhou, F.Y.; Jin, L.P.; Dong, J. Review of convolutional neural network. Chin. J. Comput. 2017, 40, 1229–1251. [Google Scholar]
  32. Qin, F.; Zhan, X.; Zhan, L. Performance assessment of a low-cost inertial measurement unit based ultra-tight global navigation satellite system/inertial navigation system integration for high dynamic applications. IET Radar Sonar Navig. 2014, 8, 828–836. [Google Scholar] [CrossRef]
  33. Song, Y.; Lian, B. Combined BDS and GPS adaptive vector tracking loop in challenge environment. In Proceedings of the China Satellite Navigation Conference, Changsha, China, 18–20 May 2016; pp. 557–570. [Google Scholar]
  34. Almagbile, A.; Wang, J.; Ding, W. Evaluating the performances of adaptive Kalman filter methods in GPS/INS integration. J. GPS 2010, 9, 33–40. [Google Scholar] [CrossRef]
  35. Bhatti, U.I.; Ochieng, W.Y.; Feng, S. Integrity of an integrated GPS/INS system in the presence of slowly growing errors. Part I: A critical review. GPS Solut. 2007, 11, 173–181. [Google Scholar] [CrossRef]
  36. Yang, Y.; Wen, Y. Synthetically adaptive robust filtering for satellite orbit determination. Sci. China Ser. D Earth Sci. 2004, 47, 585–592. [Google Scholar] [CrossRef]
  37. Horikawa, S.; Furuhashi, T.; Uchikawa, Y. On fuzzy modeling fuzzy neural networks with the back-propagation algorithm. IEEE Trans. Neural Netw. 1992, 3, 801–806. [Google Scholar] [CrossRef]
  38. Yao, Y.; Xu, X.; Zhu, C.; Chan, C. A hybrid fusion algorithm for GPS/INS integration during GPS outages. Measurement 2017, 103, 42–51. [Google Scholar] [CrossRef]
  39. Srivastava, N.; Hinton, G.; Krizhevsky, A.; Sutskever, I.; Salakhutdinov, R. Dropout: A simple way to prevent neural networks from overfitting. J. Mach. Learn. Res. 2014, 15, 1929–1958. [Google Scholar]
Figure 1. The structure of deep GNSS (Global Navigation Satellite System)/INS (Inertial Navigation System) integration.
Figure 1. The structure of deep GNSS (Global Navigation Satellite System)/INS (Inertial Navigation System) integration.
Sensors 19 02734 g001
Figure 2. The typical structure of convolutional neural network (CNN).
Figure 2. The typical structure of convolutional neural network (CNN).
Sensors 19 02734 g002
Figure 3. The system structure during the training stage of CNN.
Figure 3. The system structure during the training stage of CNN.
Sensors 19 02734 g003
Figure 4. The structure of deep integration assisted by CNN.
Figure 4. The structure of deep integration assisted by CNN.
Sensors 19 02734 g004
Figure 5. Flowchart of the proposed method.
Figure 5. Flowchart of the proposed method.
Sensors 19 02734 g005
Figure 6. Experimental equipment.
Figure 6. Experimental equipment.
Sensors 19 02734 g006
Figure 7. Position errors in 3D direction corresponding to gradual fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 7. Position errors in 3D direction corresponding to gradual fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g007
Figure 8. Code phase errors of eight satellite signals corresponding to gradual fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 8. Code phase errors of eight satellite signals corresponding to gradual fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g008
Figure 9. The graph of fault identification statistics corresponding to gradual fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 9. The graph of fault identification statistics corresponding to gradual fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g009
Figure 10. Position error in 3D direction corresponding to abrupt fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 10. Position error in 3D direction corresponding to abrupt fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g010
Figure 11. Code phase errors of eight satellite signals corresponding to abrupt fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 11. Code phase errors of eight satellite signals corresponding to abrupt fault: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g011
Figure 12. The graph of fault identification statistics corresponding to abrupt fault: (a) before using a robust algorithm, (b) after using a robust algorithm.
Figure 12. The graph of fault identification statistics corresponding to abrupt fault: (a) before using a robust algorithm, (b) after using a robust algorithm.
Sensors 19 02734 g012
Figure 13. C/No of GNSS signals.
Figure 13. C/No of GNSS signals.
Sensors 19 02734 g013
Figure 14. Position errors in 3D direction during occlusion: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 14. Position errors in 3D direction during occlusion: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g014
Figure 15. Code phase errors of eight satellite signals during occlusion: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 15. Code phase errors of eight satellite signals during occlusion: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g015
Figure 16. The graph of fault identification statistics during occlusion: (a) before using a robust algorithm; (b) after using a robust algorithm.
Figure 16. The graph of fault identification statistics during occlusion: (a) before using a robust algorithm; (b) after using a robust algorithm.
Sensors 19 02734 g016
Figure 17. Position errors in 3D direction after isolating the fault channels.
Figure 17. Position errors in 3D direction after isolating the fault channels.
Sensors 19 02734 g017
Table 1. The configuration information of convolutional neural network (CNN).
Table 1. The configuration information of convolutional neural network (CNN).
Layer NameKernel/Subsampling SizeOutput Size
Input layerNA2 × 10
Convolutional layer C13@2 × 53@2 × 6
Pooling layer P11 × 23@2 × 3
Convolutional layer C26@2 × 26@2 × 2
Pooling layer P21 × 26@2 × 1
Full-connected layerNA12 × 1
Output layerNA40 × 1
Table 2. Parameters of Micro-Electro-Mechanical System (MEMS).
Table 2. Parameters of Micro-Electro-Mechanical System (MEMS).
Parameter NameAccelerometerGyro
bias error (in-run)±40 μgal100 °/h
bias error (initial)±2 mgal±0.25 °/s
scale factor stability±0.05%±0.05%
output frequency100 Hz100 Hz
sampling rate30 kHz30 kHz
Table 3. Variance of position error corresponding to gradual fault.
Table 3. Variance of position error corresponding to gradual fault.
MethodVariance (m)
No fault1.802
CNN2.070
Huber ( d = 1)2.517
Huber ( d = 1.25)2.358
Huber ( d = 1.5)2.832
Table 4. Variance of position error corresponding to abrupt fault.
Table 4. Variance of position error corresponding to abrupt fault.
MethodVariance (m)
No fault1.802
CNN3.157
Huber ( d = 1)3.606
Huber ( d = 1.35)3.411
Huber ( d = 1.5) 3.725

Share and Cite

MDPI and ACS Style

Zou, X.; Lian, B.; Wu, P. Fault Identification Ability of a Robust Deeply Integrated GNSS/INS System Assisted by Convolutional Neural Networks. Sensors 2019, 19, 2734. https://doi.org/10.3390/s19122734

AMA Style

Zou X, Lian B, Wu P. Fault Identification Ability of a Robust Deeply Integrated GNSS/INS System Assisted by Convolutional Neural Networks. Sensors. 2019; 19(12):2734. https://doi.org/10.3390/s19122734

Chicago/Turabian Style

Zou, Xiaojun, Baowang Lian, and Peng Wu. 2019. "Fault Identification Ability of a Robust Deeply Integrated GNSS/INS System Assisted by Convolutional Neural Networks" Sensors 19, no. 12: 2734. https://doi.org/10.3390/s19122734

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