Next Article in Journal
The Experimental Registration of the Evanescent Acoustic Wave in YX LiNbO3 Plate
Next Article in Special Issue
Credibility Assessment Method of Sensor Data Based on Multi-Source Heterogeneous Information Fusion
Previous Article in Journal
Fast 3D Rotation Estimation of Fruits Using Spheroid Models
Previous Article in Special Issue
A Hybrid Newton–Raphson and Particle Swarm Optimization Method for Target Motion Analysis by Batch Processing
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Unscented Particle Filter Algorithm Based on Divide-and-Conquer Sampling for Target Tracking

College of Computer Science and Electronic Engineering, Hunan University, Changsha 410082, China
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(6), 2236; https://doi.org/10.3390/s21062236
Submission received: 26 January 2021 / Revised: 17 March 2021 / Accepted: 18 March 2021 / Published: 23 March 2021
(This article belongs to the Special Issue Multi-Sensor Fusion for Object Detection and Tracking)

Abstract

:
Unscented particle filter (UPF) struggles to completely cover the target state space when handling the maneuvering target tracing problem, and the tracking performance can be affected by the low sample diversity and algorithm redundancy. In order to solve this problem, the method of divide-and-conquer sampling is applied to the UPF tracking algorithm. By decomposing the state space, the descending dimension processing of the target maneuver is realized. When dealing with the maneuvering target, particles are sampled separately in each subspace, which directly prevents particles from degeneracy. Experiments and a comparative analysis were carried out to comprehensively analyze the performance of the divide-and-conquer sampling unscented particle filter (DCS-UPF). The simulation result demonstrates that the proposed algorithm can improve the diversity of particles and obtain higher tracking accuracy in less time than the particle swarm algorithm and intelligent adaptive filtering algorithm. This algorithm can be used in complex maneuvering conditions.

1. Introduction

The problem of nonlinear filtering is a hot topic in signal processing and control theory [1,2]. It has wide applications in many fields, such as radar tracking [3,4,5], signal processing [6,7,8], mobile robot [9,10], and navigation [11,12]. The optimal nonlinear filter equation was developed in the mid-1960s, but the problem of the integration involved is still difficult to handle. In a linear Gaussian system, the Kalman filter (KF) [13] is the best estimate. However, in actual application, most systems are nonlinear/non-Gaussian. For such systems, KF will become invalid. In order to solve this problem, a method of approaching the nonlinear state-space model with the Kalman filter is proposed, namely, the extended Kalman filter (EKF), which uses Taylor series expansion instead of state transition equation and measurement equation [14,15,16], but, for strong non-linear systems, this method will bring large truncation errors [17,18]. Meanwhile, a complicated computation process of dealing with the Jacobian matrix is also related to the EKF. Then, the unscented Kalman filter (UKF) is proposed, which uses several sigma points to recursively calculate the mean and covariance [19]. The problems in the EKF have been solved, but the UKF still can only use the Gaussian distribution to approach the true posterior distribution [20,21]. In the late 1990s, based on the sequential importance sampling (SIS) [22,23], Gordon proposed a particle filter (PF) algorithm [24,25] by combining the resampling technique with Monte Carlo importance sampling. This algorithm is an optimal regression algorithm, combining Monte Carlo thought [26] and recursive Bayesian filtering [27], and it has a good estimation effect when dealing with nonlinear/non-Gaussian systems [28,29,30]. However, particle degradation and particle shortage occur during particle sampling, which seriously affects the accuracy of the PF.
In order to solve the above-mentioned problems mentioned, the UKF and PF are merged and the UPF method is introduced to implement state estimation. However, when the dynamic system comes across the interferences of abnormal observation and serious model noise, degradation of the particle will still occur [31,32]. Most studies are devoted to improving particle resampling steps to solve this problem. The authors of [33,34,35] took the concept of adaptive robust filtering into the UPF, improving the degeneracy of particles. Then, Wei et al. [36] proposed a new filter, combining adaptive filtering and square-root filtering This not only has the advantages of the adaptive filtering and square-root filtering, it also has a higher tracking accuracy. Then, ref. [37] proposed a UPF which applies particle swarm optimization (PSO) to UKF, which further improved the filter performance. Liu et al. [38] proposed an improved UPF based on a genetic algorithm (GA-UPF). The GA algorithm is used to optimize the particles, which eliminates the blind optimization of particles in the re-sampling process and solves the problem of particle impoverishment. Ramazan Havangi [39] developed an intelligent adaptive unscented particle filter (IAUPF), which uses an adaptive UKF filter to generate the proposal distribution and uses the genetic operators to increase the diversity of particles. When the noise statistics are unknown, the IAUPF has good performance. Sample impoverishment was improved in the mentioned algorithm. However, when dealing with the maneuvering target tracking, due to the inconsistency of maneuvering modes and intensities in different target directions, the state space will have sparse particle distribution in some regions, which is difficult to cover uniformly. With the increase in the complexity of the target motion model, the performance of the algorithm decreases more obviously. It is often necessary to increase the number of particles to ensure that the coverage and the operation time are longer, which does not guarantee real-time tracking and good tracking accuracy.
Aiming to solve the above problems, the divide-and-conquer algorithm is introduced to UPF in this paper. Applying optimization algorithms to UPF can also solve the problems mentioned above. However, from the perspective of the algorithm, the divide-and-conquer algorithm has more advantages than the optimization algorithm [40,41,42]. The particle swarm algorithm in the swarm intelligence algorithm is applied to find the optimal investment allocation of the stocks [40]. Based on this method, we can obtain a more accurate estimation, but this algorithm performs a global optimization, which leads to a long running time. The divide-and-conquer algorithm divides the problem into many sub-problems, which not only guarantees the accuracy of the information, but also reduces the running time. The meta-heuristic algorithm is used to optimize the control parameters of the given chaotic systems [41]. The algorithm has been improved in terms of running time, but it is easy to prematurely fall into the local optimum during the optimization process. The acquisition of the optimal solution of the divide-and-conquer algorithm is merging the optimal solutions of each sub-problem, and this will not fall into the local optimal situation. In [42], an improved heuristic algorithm–tabu search (TS) algorithm is used to deal with disturbances and variations in the nonlinear systems. This TS algorithm improves the shortcomings in [41], but it has a strong dependence on the initial solution, and the iterative process is serial to ensure that the algorithm runs longer, which is a common problem with most optimization algorithms. In the divide-and-conquer algorithm, the sub-problems at the same level can be processed in parallel, which reduces the running time.Through the above comparison, we can find that the divide-and-conquer algorithm has a greater advantage in terms of accuracy and computational performance, and can better solve the problem of sparse particle distribution in certain regions in the UPF.
This paper proposes a target tracking algorithm based on DCS-UPF. This algorithm solves the problem of sparse particle distribution in state space by decomposing state space, thus reducing the impact of particle degradation and particle shortage on the tracking performance. At the same time, it reduces the dimensionality of the motion space, which simplifies the algorithm-processing process and decreases the running time, thereby ensuring real-time tracking and good tracking accuracy. Experiments and a comparative analysis were carried out to comprehensively analyze the performance of DCS-UPF.
The structure of this paper is organized as follows. Section 2 defines the tracking model which is applied in this paper. Section 3 gives an overview of the fundamentals of the UPF. Section 4 introduces the algorithm of DCS-UPF. Section 5 presents the results of the simulation, which are used to demonstrate the effectiveness of DCS-UPF. In the end, Section 6 provides a conclusion.

2. General Tracking Models

Considering the model of target state as follows
X k = F k X k 1 + w k
where X k is the state vector at time k, F k is the system state transition function, and w k is the input process noises, which are entirely unrelated to the past and current states. Meanwhile, supposing w k is already known, which means that the probability density function is giving at first. It is obvious that Equation (1) provides the process of a first Markov. The target state includes position, velocity, acceleration, etc. In this paper, the vector X k is defined as: X k = x k , x ¯ k , y k , y ¯ k .
When the state vector X k is known, the measurement can compute via the measurement model. The measurement model is defined as follows
Z k = H k X k + v k
where Z k is the measurement vector at time k, H k is the measurement function, and v k is another measurement noise vector which is also entirely unrelated to the past and current states. Meanwhile, v k is already known, which means that the probability density function is giving at first. In the motion space, the vector Z k is defined as: Z k = x k , y k T .
In practical applications, the observation data are based on the polar or spherical coordinates obtained by the radar sensor, including radial distance r, azimuth angle b, and pitch angle e. When the system observations are known Z = [ r , b ] T , obtaining the observations in Cartesian coordinates
Z c = x y = Φ ( Z ) = r cos b r sin b
Supposing there is a coordinate transformation between two coordinates, Φ = h 1 and h = h r , h b . The real observation data in the Cartesian coordinate system after conversion can be expressed as
h x = x + v x h y = y + v y
where v x and v y are the measurements of noise in the radial distance and azimuth angle.
In the following section, suppose that these rules are true:
(i)
The system state transition function and the measurement function are practicable;
(ii)
The states are related to a Markov process and the measurements which are independent correspond to the states;
(iii)
The probability density functions of w k and v k are already known.

3. Fundamental of Unscented Particle Filter

UKF obtains a set of sigma sampling particles via the method of unscented transformation (UT), which can be taken as the posterior probability distribution. It is also a recursive Bayesian estimation method. Under the framework of PF, the basic idea of the UPF algorithm is to use UKF to generate the proposed distribution to guide PF sampling, and then to use the PF algorithm to predict the state and obtain the state estimation. The iterative calculation of the UPF makes full use of the measurement information at the latest time in every step, and the sampled particles can better approach the true value of the poster distribution. Meanwhile, UPF inherits the flexibility of the PF, which can change the estimation accuracy by adjusting the number of particles. The following shows the UPF algorithm:
Step 1: Initialization: when k = 0 , based on the initial state variable X 0 , the particle set X 0 , i 1 i = 1 , 2 , , N are generated from the initial distribution P X 0 . The initial weight of each particle is 1 / N , and N represents the total number of particles;
Step 2: When k > 0 , the particle set generated from step ( k 1 ) is updated to obtain the particle set of step k via formulas (1) and (2), and then the posterior probability distribution of step k is approximately described by the updated particle set. This process includes: using UKF to generate importance density function, importance sampling, calculating importance weight and normalizing processing, judging whether resampling is needed, outputting estimation results, and so on. These processes are described in detail as follows:
  • Generate the importance density function for each particle by UKF;
  • Constructe the sigma sampling point set and weight value for each particle, and the UT transformation is realized by the symmetric sampling strategy
    χ k 1 i = x k 1 i x k 1 i + ( L + λ ) p k 1 i x k 1 i ( L + λ ) p k 1 i
    W j , m = λ λ + L j = 0 1 2 ( λ + L ) j = 1 , 2 , 2 L
    W j , m = λ λ + L + 1 + β α 2 j = 0 1 2 ( λ + L ) j = 1 , 2 , 2 L
    where χ k 1 i stands for the ith sigma point, W j , m stands for the weight of the jth sigma point, L is the dimension of state variable, α is a proportional correction factor, ranging from 10 4 to 1. For the parameters β , the optimal number is 2 under the Gaussian distribution, κ is a secondary sampling factor which usually uses 0 or ( 3 L ) . λ = α 2 ( L + κ ) L is the fine-tuning parameter, and P k 1 i is the state covariance matrix for each particle;
  • Calculate predicted mean and covariance of each particle via a one-step prediction of sigma sampling points
    x k k 1 i = f χ k 1 i + q k 1
    x ¯ k k 1 i = j = 0 2 L W j , m x k k 1 , j i
    P ¯ k k 1 i = j = 0 2 L W j , c x ¯ k k 1 i x k k 1 , j i x ¯ k k 1 i x k k 1 , j i T + Q k k 1
  • Reconstructe the sigma point set based on the predicted value and predicted covariance mentioned in Equations (9) and (10)
    γ k 1 i = x ¯ k 1 i x ¯ k 1 i + ( L + λ ) p ¯ k 1 i x ¯ k 1 i ( L + λ ) p ¯ k 1 i
    z k k 1 i = h γ k k 1 i + r k
    z ¯ k k 1 i = j = 0 2 L W j , m z k k 1 , j i
  • Calculate the self-covariance and mutual-covariance
    P z z i = j = 0 2 L W j , c z ¯ k k 1 i z k k 1 , j i z ¯ k k 1 i z k k 1 , j i T + R k
    P x z i = j = 0 2 L W j . c x ¯ k k 1 i x k k 1 , j i z ¯ k k 1 i z k k 1 , j i T
  • Calculate the Kalman gain, and the particles are updated with the latest measurement to produce the importance density function
    K i = P x z i P z z i 1
    x ¯ k i = x ¯ k k 1 i + K i z k z ¯ k k 1 i
    P ¯ k i = P ¯ k k 1 i K i P z z i K i T
  • Sample particles from the importance density function
    x ¯ k i q x k i x 0 : k 1 i , z 1 : k = N x ¯ k i , P ¯ k i
  • Calculate the weight of each particle in Formula (19) and normalize them
    ω k i = ω k 1 i p z k x ¯ k i p x ¯ k i x ¯ k 1 i q x k i x 0 : k 1 i , z 1 : k
    ω ¯ k i = ω k ^ i i = 1 N ω k i
  • Compare N eff with N th and set N th to N / 3 . If N eff N th , perform re-sampling, otherwise skip this step and continue. Resampling includes random resampling, polynomial resampling, system resampling, residual resampling, etc. This paper uses random resampling to realize resampling.
    N eff = 1 i = 1 N ω ¯ k i 2 N th
  • Output estimation results:
    x ¯ k = i = 1 N ω ¯ k i x ¯ k i
    P ¯ K = i = 1 N ω ¯ k i x ¯ k x ¯ k i x ¯ k x ¯ k i T
  • Go to step 2 for the next iteration.

4. The Algorithm of Divide-and-Conquer Sampling Unscented Particle Filter

4.1. The Method of Divide-and-Conquer Sampling

For the PF algorithm, the higher the dimension of state space, the higher the number of particles required, thus ensuring that the spatial coverage of particles is wide enough. With the increase in state dimension, the complexity of the algorithm increases exponentially. These characters also hold in the UPF algorithm. The basic idea of the divide-and-conquer algorithm is to decompose a problem of scale N into K smaller-scale sub-problems, which are independent of each other and have the same properties as the original problem. When the solution to the sub-problem is found, you can obtain the solution to the original problem.
It is noted that, in the coordinate system, the motion states of the target in each direction of motion space are independent from each other and not affected by the motion in other directions. In the other words, the motion space is orthometric. According to the idea of motion decomposition and synthesis, the whole motion state of the target can be expressed as the superposition of motion in each direction. The flowchart of the spatial divide-and-conquer sampling method is shown in Figure 1. The motion space is divided into two directions: X and Y. The state is estimated by sampling in the subspace. Then, the state of each subspace is predicted with the measurement information. Finally, the subspace information is merged.
The idea of the divide-and-conquer method is introduced to segment motion space. Assuming that the particles are sampled in the one-dimensional subspace and the random samples N x , N y are sampled in each direction, then the total number of particles is ( N x + N y ), and the total particle diversity performance reaches ( N x N y ). When sampling directly in the state space, there will be only ( N x + N y ) species. It is obvious that the spatial coverage of the former sampling particles is wider, and the former can reduce the particle degradation phenomenon to some extent and improve the prediction accuracy.
The complexity of the algorithm is analyzed below. According to Section 2 of this paper, the dimension of the state vector is 4 and the dimension of the observation vector is 2. Let the total number of particle sampling be N, the state one-step prediction time in the filtering algorithm is T f , and the measurement one-step prediction time is T h . When the state space is decomposed into two independent subspaces where the same number of samples are taken, the prediction time of state one-step is reduced to T f /4, and the prediction time of measurement one-step is reduced to T h /2. For the same model, the complexity of traditional sampling filtering method is N*( T f + T h ) and that of divide-and-conquer sampling filtering is N*( T f + 2 T h )/4. The complexity of the two methods is the same order, but the operation time of the divide-and-conquer sampling method is smaller than that of the UPF.

4.2. Unscented Particle Filter Tracking Algorithm Based on Divide-and-Conquer Sampling

The basic idea of the maneuvering target-tracking algorithm based on DSC-UPF is to decompose the motion space into two independent, one-dimensional state subspaces according to the Cartesian coordinates system. The final output state is obtained using an UPF algorithm according to the optimal sampling strategy. The step of a UPF tracking algorithm based on divide-and-conquer sampling is described as follows, and the flowchart is shown in Figure 2.
(1)
Initialization: When k = 0 , the subspace is decomposed according to the state space independence, and the one-dimensional subspace particle set X x 0 i , w x 0 j i = 1 N z ,
Y y 0 i , w y 0 i i = 1 N are generated by the prior probability P x 0 ;
(2)
Predict: When k = 1 , 2 , , T , the UPF algorithm is run for each particle set, and the state estimation in each subspace X ^ x k , Y ^ y k is obtained;
(3)
Output Synthesis state: According to each sub-state estimate, obtaining the total state estimation.

5. Simulation Results and Analysis

In order to verify the effectiveness of the algorithm, simulation experiments are carried out. In the simulation experiment, the algorithm is compared with the standard PF and UPF at first, and then compared with the unscented particle filter based on the particle swarm optimization algorithm (PSO-UPF) and the unscented particle filter based on an intelligent adaptive algorithm (IA-UPF). The goal of the target tracking is to obtain the moving target’s position via measurements. The state of the target at time k consists of the position and velocity. The state vector and measurement vector are defined as
X k = x k , x ¯ k , y k , y ¯ k
Z k = H k X k + v k
Setting the sensor’s sampling interval is 1 s, and the total time of sampling is 60 s. Meanwhile, both process noise and measurement noise obey Gaussian distribution ( N ( 0 , 1 ) ). The initial state of the target is X 0 = [ 1 m , 1 m , 1 m / s , 1 m / s ] . The motion model is the variable speed motion model
F = 1 0 a t 0 0 1 0 b t 0 0 a 0 0 0 0 b
This simulation study is performed in MATLAB 2014b coding environment on a desktop computer with Intel Core i5-4700, 3.6 GHz, 64-bit Windows 7 operating system. The simulation starts at time k = 0 , when the first measurement of the target is obtained. This may be viewed as the time when the target is first detected. Figure 3 and Figure 4 demonstrate the performance using PF, UPF, and DCS-UPF to track the target in each subspace. In Figure 3 (Figure 4), the red curve represents the tracking curve of DSC-UPF. The green (blue) curve represents the tracking curve of the UPF. The blue (green) curve represents the tracking curve of the PF. The true state value is shown by the black curve. DCS-UPF has produced the best tracking performance. Figure 3 describes the tracking performance of three filters in the X-direction. For most states, it is clear that DCS-UPF tracks the target more accurately than PF and UPF. Meanwhile, the curve of DCS-UPF almost overlaps with the true state values, which means that DCS-UPF can be used to represent the true state value in some cases. The tracking performance of three filters in the Y direction is shown in Figure 4. It can be seen that PF and UPF estimate the state of position incorrectly in many cases. However, DCS-UPF provides much more accurate estimation results. The reason for this phenomenon is that, firstly, particle degradation seriously affects the tracking accuracy of PF. This is because PF takes the importance density function (recommended distribution) as equal to the prior distribution, the latest measurement information is not considered, and the sampled particles cannot effectively approach the true value of the posterior probability distribution. In addition, the full prior knowledge of noise statistics is not provided. Then, UPF weakens particle degradation by generating important functions and resampling using UT. However, UPF struggles to completely cover the target state space when handling the maneuvering target tracking problem, and the tracking performance can be affected by the low sample diversity. The divide-and-conquer sampling algorithm is introduced into the UPF to solve the above problems. It successfully solves the problem of sparse particle coverage by sampling in subspace alone. Simulation results show that this method is effective in improving tracking performance. Looking at a comprehensive measurement of these two pictures, DSC-UPF has better tracking performance. The simulation results of Figure 3 and Figure 4 verified that the divide-and-conquer sampling algorithm can improve the poor tracking performance caused by the uneven distribution of particles in each subspace.
The tracking errors of the three filters are shown in Figure 5 and Figure 6. In Figure 5, the black curve represents the error of the DSC-UPF. The green curve represents the error of the UPF. The blue curve represents the error of the PF. The tracking errors of three filters in the X-direction are described in Figure 5. It can be observed that the tracking error of DCS-UPF is smaller than that of PF and UPF. Calculating the error variance, DCS-UPF is also smaller than the others. The tracking error of three filters in the Y direction is shown in Figure 6. The conclusion is the same as that in the X direction. In Figure 5 and Figure 6, the performance of DSC-UPF is measured from the perspective of tracking error, and the target tracking accuracy of DSC-UPF is higher. The results of the simulation show that the divide-and-conquer sampling algorithm can improve the tracking performance of UPF.
The effect of Q and R on tracking performance is studied by changing the values of Q and R. The simulation results are shown in Figure 7, Figure 8, Figure 9 and Figure 10. As shown in the picture, changing the value of Q and R can obtain a better filter performance. Comparing Figure 3 (Figure 4) with Figure 7 (Figure 9), it can be seen that the performance of the filter in Figure 7 (Figure 9) has been improved. On the other hand, the tracking errors of filters shown in Figure 8 and Figure 10 indicate an improvement in the tracking performance. The simulation results show that the tracking accuracy of filters can be improved by changing the values of Q and R. Therefore, we can find suitable Q and R by constantly trying the corresponding values in the simulation process. This process can make the filter more accurate.
For the UPF algorithm, the accuracy of the trajectory tracking depends on the number of particles. Within a certain range, they are directly proportional. Figure 11 and Figure 12 demonstrate the number of effective particles in PF, UPF, and DCS-UPF. The number of effective particles in PF, UPF and DSC-UPF are represented by the blue curve, black curve and green curve, respectively. We can also find that the DSC-UPF has more effective particle numbers. The reason for this phenomenon is that particles are sampled separately in each subspace, so the number of particles distributed in each subspace becomes increasingly uniform. Meanwhile, it solves the problem of sparse particle distribution in the subspace. Therefore, DSC-UPF has much higher accuracy than both PF and UPF.
For comparison analysis, trials based on the above experimental design were conducted by using UPF, PSO-UPF, IA-UPF, DSC-UPF, respectively. Figure 13 and Figure 14 show the simulation result. It can be seen that UPF has a poor tracking performance as the UKF uses only second-order moments, which may not be sufficient for some nonlinear systems. Moreover, the number of sigma points is small and may not represent complicated distributions. In addition, the resampling step leads to a loss of diversity among the particles, reducing the estimation accuracy. Although PSO-UPF enhances the tracking accuracy of UPF, the enhanced tracking accuracy is still limited. This is because particle swarm optimization (PSO) easily falls into the local optimum, which leads to low convergence accuracy and difficult convergence. Because IA-UPF reduces the loss of particle diversity caused mainly by the particle degradation in the resampling step and incorrect a priori knowledge of process and measurement noise. IA-UPF has much higher accuracy than both UPF and PSO-UPF. However, its filtering accuracy is significantly degraded when the distribution of particles in some areas is sparse. The emergence of DSC-UPF solves this problem, and the simulation results show that DSC-UPF has much higher accuracy than UPF, PSO-UPF and IA-UPF. Table 1 lists the average RMSE of UPF, PSO-UPF, IA-UPF and DSC-UPF. It can be seen that the average RMSE of DSC-UPF is minimal, which also illustrates that the tracking performance of DSC-UPF is more accurate.
The one-step running times of PF, UPF, PSO-UPF, IA-UPF and DCS-UPF are shown in Figure 15. It can be seen that PF has the minimum one-step running time. This is because the simulation process of the PF is simpler and does not require UKF to generate the proposed distribution function. The PSO-UPF has the longest single-step running time, because PSO takes a lot of time to update the velocity and position of each particle in the process of UKF generating the proposed distribution. The single-step running time of IA-UPF is between PSO-UPF and UPF. The IAUPF uses an adaptive UKF to generate the proposal distribution and uses the genetic operators to increase the diversity of particles, so that the single-step running time of IA-UPF is higher than UPF. Moreover, the execution process of IA-UPF is relatively simple, and takes less time than PSO-UPF. The single-step running time of the proposed algorithm in this paper is only second to PF, because, with the decomposition of the motion space, the time of single-step iteration of the proposed algorithm on the basis of UPF is reduced.
Table 2 shows the computational performances of PF, UPF, PSO-UPF, IA-UPF and DSC-UPF. Tf represents the state one-step prediction time in the filtering algorithm, Th represents the measurement one-step prediction time, and A < C < B . As shown in Table 2, the computational time of UPF, PSO-UPF, IA-UPF and DSC-UPF are notably larger than PF. This is because the computational processes of these four filters are more complex, involving the use of UKF to generate the proposed distribution, etc. Thus, they require more computational time and CPU utilization. The total running time and CPU utilization of the DSC-UPF are smaller than that of the UPF, PSO-UPF and IA-UPF. The reason for this appearance is that the divide-and-conquer algorithm divides the problem into many sub-problems, which not only guarantees the accuracy of the information but also reduces the running time. In addition, after the dimension reduction processing of the motion space, the running process of program is not as complicated as UPF, PSO-UPF and IA-UPF. In sum, the computational complexity of DSC-UPF is reduced. Combined with Figure 15, this conclusion can be confirmed further. As the complexity of the target state model increases, the algorithm performs better than UPF, PSO-UPF and IA-UPF.

6. Conclusions

This paper proposed a tracking algorithm based on DSC-UPF. By decomposing the independent state subspace, the reduction in dimension is realized, which solves the problem of sparse particle distribution and reduces the impact of particle degradation and particle shortage on the tracking performance. Compared with the standard UPF, PSO-UPF and IA-UPF, the simulation results verify that the algorithm proposed in this paper has significant advantages in tracking performance and computing performance. The reasons are as follows: firstly, it reduces the dimensionality of the motion space, which simplifies the algorithm processing process and decreases the running time, thereby ensuring real-time tracking and good tracking accuracy. Secondly, the particles are extracted from each subspace to estimate the state of this subspace, which solves the problem of particle shortage caused by uneven particle distribution in certain directions in the state space. In conclusion, the use of divide-and-conquer sampling algorithm in UPF greatly improves the tracking accuracy of the filter and reduces the complexity of the algorithm.
Future work is to consider the improvement in the resampling strategy, real-time performance, and robustness, as well as applying it to more fields.

Author Contributions

Q.D. conceived the idea for this paper, designed the experiments and wrote the paper; S.D. polished the language. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Natural Science Foundation of Hunan Province, China (No.2020JJ4221) and Special funds for the construction of innovative provinces in Hunan Province (No.2020JK4046).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Acknowledgments

In this section you can acknowledge any support given which is not covered by the author contribution or funding sections. This may include administrative and technical support, or donations in kind (e.g., materials used for experiments).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ristic, B.; Arulampalam, S.; Gordon, N. Beyond the Kalman Filter-Particle Filters for Tracking Applications, 1st ed.; Artech House: Norwood, MA, USA, 2004; pp. 142–149. [Google Scholar]
  2. Arulampalam, M.S.; Maskell, S.; Gordon, N.; Gordon, N.; Clapp, T. A Tutorial on Particle Filters for Online Nonlinear/Non-Gaussian Bayesian Tracking. IEEE Trans. Signal Process 2002, 50, 174–188. [Google Scholar] [CrossRef] [Green Version]
  3. Ahmed, H.; Tahir, M. Improving the Accuracy of Human Body Orientation Estimation With Wearable IMU Sensors. IEEE T. Instrum. Meas. 2017, 3, 1–8. [Google Scholar] [CrossRef]
  4. Meng, Z.; Zhou, W.; Gazor, S. Robust widely linear beamforming using estimation of extended covariance matrix and steering. EURASIP J. Wirel. Commu 2020, 1, 1–20. [Google Scholar] [CrossRef]
  5. Xu, G.; Su, X.; Liu, W.; Xiu, C. Target detection method based on improved particle search and convolution neural network. IEEE Access 2019, 7, 25972–25979. [Google Scholar] [CrossRef]
  6. Yin, X.; Arulmaran, K.; Liu, J.; Zeng, J. Subsystem decomposition and configuration for distributed state estimation. AIChE J. 2016, 62, 1995–2003. [Google Scholar] [CrossRef]
  7. Ala-Luhtala, J.; Whiteley, N.; Heine, K.; Piché, R. An Introduction to Twisted Particle Filters and Parameter Estimation in Non-linear State-space Models. IEEE Trans. Signal Process 2016, 64, 4875–4890. [Google Scholar] [CrossRef] [Green Version]
  8. Ghobadi, M.; Singla, P.; Esfahani, E.T. Robust attitude estimation from uncertain observations of inertial sensors using covariance inflated multiplicative extended Kalman filter. IEEE Trans. Instrum. Meas. 2017, 67, 209–217. [Google Scholar] [CrossRef]
  9. Singpurwalla, I.N.D.; Polson, N.G.; Soyer, R. From least squares to signal processing and particle fitering. Technometrics 2018, 60, 146–160. [Google Scholar] [CrossRef] [Green Version]
  10. Li, H.; Wu, C.; Wu, L.; Lam, H.K.; Gao, Y. Filtering of Interval Type-2 Fuzzy Systems With Intermittent Measurements. IEEE Trans. Cybern. 2016, 46, 668–678. [Google Scholar] [CrossRef] [Green Version]
  11. Li, H.; Pan, Y.; Zhou, Q. Filter design for interval tyepe-2 fuzzy systems with D stability constraints under a unified frame. IEEE Trans. Fuzzy Syst. 2014, 23, 719–725. [Google Scholar] [CrossRef]
  12. Mehra, R. Approaches to Adaptive Filtering. IEEE Trans. Autom. Control 1972, 17, 693–698. [Google Scholar] [CrossRef]
  13. Houtekamer, P.L.; Zhang, F. Review of the ensemble Kalman filter for atmospheric data assimilation. Mon. Weather Rev. 2016, 144, 4489–4532. [Google Scholar] [CrossRef]
  14. Moore, T.; Stouch, D. A Generalized Extended Kalman Filter Implementation for the Robot Operating System. In Intelligent Autonomous Systems; Springer: Berlin/Heidelberg, Germany, 2016; pp. 335–348. [Google Scholar]
  15. Li, W.; Jia, Y.; Du, J. Distributed extended Kalman fifilter with nonlinear consensus estimate. IEEE Trans. Signal Process 2017, 354, 7983–7995. [Google Scholar]
  16. Li, J.; Wei, X.; Zhang, G. An Extended Kalman Filter-Based Attitude Tracking Algorithm for Star Sensors. Sensors 2017, 17, 1921. [Google Scholar]
  17. Chang, G.B.; Liu, M. An Adaptive Fading Kalman Filter Based on Mahalanobis Distance. Proc. Inst. Mech. Eng. Part G J. Aerosp. Eng. 2015, 229, 1114–1123. [Google Scholar] [CrossRef]
  18. Hu, G.; Gao, S.; Zhong, Y. A derivative UKF for tightly coupled INS/GPS integrated navigation. ISA Trans. 2015, 56, 135–144. [Google Scholar] [CrossRef]
  19. Allotta, B.; Caiti, A.; Costanzi, R.; Fanelli, F.; Fenucci, D.; Meli, E.; Ridolfi, A. A new AUV navigation system exploiting unscented Kalman filter. Ocean Eng. 2016, 113, 121–132. [Google Scholar] [CrossRef]
  20. Liu, X.; Qu, H.; Zhao, J.; Yue, P.; Wang, M. Maximum Correntropy Unscented Kalman Filter for Spacecraft Relative State Estimation. Sensors 2016, 16, 1530. [Google Scholar] [CrossRef] [PubMed]
  21. Gao, S.; Hu, G.; Zhong, Y. Windowing and random weighting-based adaptive unscented Kalman filter. Int. J. Adapt. Control Signal Process. 2015, 29, 201–223. [Google Scholar] [CrossRef]
  22. Papaioannou, I.; Papadimitpiou, C.; Straub, D. Sequential importance sampling for structural reliability analysis. Struct. Saf. 2016, 62, 66–75. [Google Scholar] [CrossRef] [Green Version]
  23. Fu, X.; Jia, Y. An Improvement on Resampling Algorithm of Particle Filters. IEEE Trans. Signal Process 2010, 58, 5414–5420. [Google Scholar] [CrossRef]
  24. Xiong, R.; Zhang, Y.; He, H.; Zhou, X.; Pecht, M.G. A double-scale, particle-filtering, energy state prediction algorithm for lithiumion batteries. IEEE Trans. Ind. Electron. 2017, 65, 1526–1538. [Google Scholar] [CrossRef]
  25. Li, Y.; Coates, M. Particle filtering with invertible particle flow. IEEE Trans. Signal Process 2017, 65, 4102–4116. [Google Scholar] [CrossRef]
  26. Mari, A.A.; Mari, A.L. Monta Carlo simulation in radionuclide therapy dosimetry. Biomed. J. Sci. Tech. Res. 2019, 15, 11102–11107. [Google Scholar]
  27. Kurz, G.; Gilitschensk, I.I.; Hanebecku, D. Recursive Bayesian filtering in circular state spaces. IEEE Trans. Aerosp. Electron. Syst 2016, 31, 70–87. [Google Scholar] [CrossRef]
  28. Rawlings, J.B.; Bakshi, B.R. Particle fifiltering and moving horizon estimation. Comput. Chem. Eng. G 2006, 30, 1529–1541. [Google Scholar] [CrossRef]
  29. Zhang, B.; Chen, M.; Zhou, D.; Li, Z. Particle-filter-based estimation and prediction of chaotic states. Chaos Solitons Fractals 2007, 32, 1491–1498. [Google Scholar] [CrossRef]
  30. Oppenheim, G.; Philippe, A.; DeRigal, J. The particle fifilters and their applications. Chemom. Intell. Lab. Syst. 2008, 91, 87–93. [Google Scholar] [CrossRef]
  31. Tao, L.; Yuan, G.; Wang, L. Particle Filter with Novel Nonlinear Error Model for Miniature Gyroscope-Based Measurement While Drilling Navigation. Sensors 2016, 16, 371. [Google Scholar]
  32. Ali, J.; Fang, J. Realization of an autonomous integrated suite of strapdown astro-inertial navigation systems using unscented particle filtering. Comput. Math. Appl. 2009, 57, 169–183. [Google Scholar] [CrossRef] [Green Version]
  33. Wang, H.; Jing, Z. Adaptive unscented particle filter based on predicted residual. Inf. Technol. Artif. Intell. Conf. 2011, 2, 181–184. [Google Scholar]
  34. Xue, L.; Gao, S.; Zhong, Y. Robust adaptive unscented particle filter. Int. J. Intell. Mechatron. Robot. 2013, 3, 55–66. [Google Scholar] [CrossRef] [Green Version]
  35. Zhang, N.; Yang, X. Gaussian Mixture Unscented Particle Filter with Adaptive Residual Resample for Nonlinear Model. In Proceedings of the 2nd International Conference on Intelligent Computing and Cognitive Informatics (ICICCI), Singapore, 8–9 September 2015. [Google Scholar]
  36. Wei, W.; Gao, S.; Zhong, Y.; Gu, C.; Hu, G. Adaptive Square-Root Unscented Particle Filtering Algorithm for Dynamic Navigation. Sensors 2018, 18, 2337. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  37. Havangi, R. Target Tracking based on Improved Unscented Particle Filter with Markov Chain Monte Carlo. IETE J. Res. 2018, 64, 873–885. [Google Scholar] [CrossRef]
  38. Liu, F.; Ma, J.; Su, W. Unscented Particle Filter for SOC Estimation Algorithm Based on a Dynamic Parameter Identification. Math. Probl. Eng. 2019, 6, 1–14. [Google Scholar] [CrossRef] [Green Version]
  39. Havangi, R. Intelligent adaptive unscented particle filter with application in target tracking. Signal Image Video Process. 2020, 14, 1–9. [Google Scholar] [CrossRef]
  40. Chang, J.F.; Shi, P. Using investment satisfaction capability index based particle swarm optimization to construct a stock portfolio. Inf. Sci. 2010, 181, 2989–2999. [Google Scholar] [CrossRef]
  41. Maamri, F.; Bououden, S.; Chadli, M.; Boulkaibet, I. The Pachycondyla Apicalis metaheuristic algorithm for parameters identification of chaotic electrical system. Int. J. Parallel Emergent Distrib. Syst. 2018, 33, 490–502. [Google Scholar] [CrossRef]
  42. Boulkaibet, I.; Belarbi, K.; Bououden, S.; Chadli, M.; Marwala, T. An adaptive fuzzy predictive control of nonlinear processes based on Multi-Kernel least squares support vector regression. Appl. Soft Comput. 2018, 73, 572–590. [Google Scholar] [CrossRef]
Figure 1. The flowchart of spatial divide-and-conquer sampling method.
Figure 1. The flowchart of spatial divide-and-conquer sampling method.
Sensors 21 02236 g001
Figure 2. The flowchart of the divide-and-conquer sampling unscented particle filter.
Figure 2. The flowchart of the divide-and-conquer sampling unscented particle filter.
Sensors 21 02236 g002
Figure 3. Target trajectory in X-direction.
Figure 3. Target trajectory in X-direction.
Sensors 21 02236 g003
Figure 4. Target trajectory in Y-direction.
Figure 4. Target trajectory in Y-direction.
Sensors 21 02236 g004
Figure 5. The tracking errors of three filters in X-direction.
Figure 5. The tracking errors of three filters in X-direction.
Sensors 21 02236 g005
Figure 6. The tracking errors of three filters in Y-direction.
Figure 6. The tracking errors of three filters in Y-direction.
Sensors 21 02236 g006
Figure 7. Target estimation in X-direction by changing R and Q.
Figure 7. Target estimation in X-direction by changing R and Q.
Sensors 21 02236 g007
Figure 8. The tracking errors of three methods in X-direction by changing R and Q.
Figure 8. The tracking errors of three methods in X-direction by changing R and Q.
Sensors 21 02236 g008
Figure 9. Target estimation in Y-direction by changing R and Q.
Figure 9. Target estimation in Y-direction by changing R and Q.
Sensors 21 02236 g009
Figure 10. The tracking errors of three methods in Y-direction by changing R and Q.
Figure 10. The tracking errors of three methods in Y-direction by changing R and Q.
Sensors 21 02236 g010
Figure 11. The effective particles numbers of three filters in X-direction.
Figure 11. The effective particles numbers of three filters in X-direction.
Sensors 21 02236 g011
Figure 12. The effective particles numbers of three filters in Y-direction.
Figure 12. The effective particles numbers of three filters in Y-direction.
Sensors 21 02236 g012
Figure 13. The target trajectory of UPF, PSO-UPF, IA-UPF, DSC-UPF in X-direction.
Figure 13. The target trajectory of UPF, PSO-UPF, IA-UPF, DSC-UPF in X-direction.
Sensors 21 02236 g013
Figure 14. The target trajectory of UPF, PSO-UPF, IA-UPF, DSC-UPF in Y-direction.
Figure 14. The target trajectory of UPF, PSO-UPF, IA-UPF, DSC-UPF in Y-direction.
Sensors 21 02236 g014
Figure 15. The one-step running time of PF, UPF, PSO-UPF, IA-UPF and DCS-UPF.
Figure 15. The one-step running time of PF, UPF, PSO-UPF, IA-UPF and DCS-UPF.
Sensors 21 02236 g015
Table 1. The average RMSE of UPF, PSO-UPF, IA-UPF and DSC-UPF.
Table 1. The average RMSE of UPF, PSO-UPF, IA-UPF and DSC-UPF.
UPFPSO-UPFIA-UPFDSC-UPF
The average RMSE in X-direction0.5250.410.3480.21
The average RMSE in Y-direction5.634.324.141.67
Table 2. Computational performances of PF, UPF, PSO-UPF, IA-UPF and DSC-UPF.
Table 2. Computational performances of PF, UPF, PSO-UPF, IA-UPF and DSC-UPF.
Time ComplexityOne-Step Time/sCPU UtilizationTotal Time/s
PF O ( M n 2 ) T f + T h 42%1.54
UPF O ( M n 2 + n 3 ) A T f + T h 48%6.25
PSO-UPF O ( M n 3 + N n 3 ) B T f + T h 51%10.1
IA-UPF O ( M n 2 + N n 3 ) C T f + T h 49%7.23
DSC-UPF O ( M n 2 + n 3 ) ( A T f + 2 T h ) / 4 47%4.5
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Du, S.; Deng, Q. Unscented Particle Filter Algorithm Based on Divide-and-Conquer Sampling for Target Tracking. Sensors 2021, 21, 2236. https://doi.org/10.3390/s21062236

AMA Style

Du S, Deng Q. Unscented Particle Filter Algorithm Based on Divide-and-Conquer Sampling for Target Tracking. Sensors. 2021; 21(6):2236. https://doi.org/10.3390/s21062236

Chicago/Turabian Style

Du, Sichun, and Qing Deng. 2021. "Unscented Particle Filter Algorithm Based on Divide-and-Conquer Sampling for Target Tracking" Sensors 21, no. 6: 2236. https://doi.org/10.3390/s21062236

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