Abstract

Tracking target with coordinated turn (CT) motion is highly dependent on the models and algorithms. First, the widely used models are compared in this paper—coordinated turn (CT) model with known turn rate, augmented coordinated turn (ACT) model with Cartesian velocity, ACT model with polar velocity, CT model using a kinematic constraint, and maneuver centered circular motion model. Then, in the single model tracking framework, the tracking algorithms for the last four models are compared and the suggestions on the choice of models for different practical target tracking problems are given. Finally, in the multiple models (MM) framework, the algorithm based on expectation maximization (EM) algorithm is derived, including both the batch form and the recursive form. Compared with the widely used interacting multiple model (IMM) algorithm, the EM algorithm shows its effectiveness.

1. Introduction

The problem of tracking a single target with coordinated turn (CT) motion is considered. The motion of a civil aircraft can usually be modeled as moving by constant speed in straight lines and circle segments. The former is known as constant velocity (CV) model and the latter is coordinated turn model. In tracking applications, only the position part of the state can be measured by the sensor and the turn rateis often unknown. So the measurement data can be seen as the incomplete data. This is a resource-constrained problem for tracking target with coordinated turn motion.

CT model is highly dependent on the choice of state components [1]. The turn ratecan be augmented in the CT model, called ACT model. There are two types of ACT models: ACT model with Cartesian velocity and ACT model with polar velocity. The state vectors are and , respectively. The two are both nonlinear models and have been compared in [2, 3] based on EKF. For unscented Kalman filter (UKF) is a very efficient tool for nonlinear estimation [4, 5], here the two models are compared based on UKF.

When the target with CT motion has a constant speed, it satisfies a kinematic constraint: , where is the target velocity vector and is the target acceleration vector. If the dynamic model incorporates the constraint directly, it will become a highly nonlinear one. To avoid this nonlinearity, the kinematic constraint was incorporated into a pseudomeasurement model [68].

A maneuver-centered model is introduced in [9]. The state components are . The model’s state equation has a linear form, but its measurement equation is pseudolinear because the noise covariance is actually state dependent [10]. The center of the turn should be accurately determined, which is inherently a nonlinear problem.

Target dynamic models and tracking algorithms have intimate ties [1]. In the single model tracking framework, the tracking algorithms are interpreted and compared.

The interacting multiple model (IMM) approach has been generally considered to be the mainstream approach to maneuvering target tracking. It utilizes a bank ofKalman filters, each designed to model a different maneuver [11]. IMM algorithm is a suboptimal algorithm based on the minimum mean square error (MMSE) criterion. Under the MMSE criterion, to get the optimal estimation of the target state, the computational load grows exponentially when the measurements are increasing. In recent years, tracking target based on maximum a posteriori (MAP) criterion has received a lot of interest [1217]. Expectation maximization (EM) algorithm is the state estimation approach based on MAP criterion. Using EM algorithm, the computational load grows linearly during per iteration and the optimal estimation based on MAP criterion can be achieved finally.

The existing EM algorithm to track maneuvering target can be classified into two categories: one formulates the maneuver as the unknown input [1214] and the other formulates the maneuver as the system’s process noise [15]. Aiming at the problem to track a target with CT maneuver, an EM algorithm is presented. The maneuver is formulated by the turn rate. First, the turn rate sequence is estimated using the EM algorithm. Then, with the estimated turn rate sequence, the target state sequence is estimated accurately.

The rest of this paper is organized as follows. Section 2 presents all the CT models’ state equations and measurement equations. The tracking algorithms based on single model are interpreted in Section 3; the simulations are also presented. In Section 4, the batch and recursive EM algorithms are derived and compared with the IMM algorithm in simulation. Section 5 provides the paper’s conclusions.

2. Dynamic Models for CT Motion

A maneuvering target can be modeled by where and are target state and observation, respectively, at discrete time; and are process noise and measurement noise sequences, respectively; and are vector-valued functions.

2.1. CT Model with Known Turn Rate

The coordinated turn motion can be described by the following equation:

The measurement equation is:

The components of state are .  stands for the turn rate in time.

Where

Assume only position could be measured, where

This model assumes that the turn rate is known or could be estimated. When the range rate measurements are available, the turn rate could be estimated by using range rate measurements [18, 19]. The tracking performance will be deteriorated when the assumed turn rate is far away from the true one. This model is usually used as one of the models in a multiple models framework.

2.2. ACT Model with Cartesian Velocity

In this model, the state vector is chosen to be; the state space equation can be written as where

Assume only position could be measured, the measurement equation can be written as where

2.3. ACT Model with Polar Velocity

This model’s state vector is , and the dynamic state equation is given by where However the measurement equation is the same as (11) to (13).

2.4. Kinematic Constraint Model

For a constant speed target, the acceleration vector is orthogonal to the velocity vector: where is the target velocity vector and is the target acceleration vector.

This kinematic constraint can be used as a pseudomeasurement. The state vector is chosen to be . So the dynamic model is the constant acceleration (CA) model, given by where

The measurement equation is given by where

The pseudomeasurement is where and .

is the filtered speed at time where is chosen to be large for initialization and is chosen for steady-state conditions.

2.5. Maneuver-Centered CT Model

This model’s state vector is given by . The process state space equation is where

Assume the center of the CT motion is . The transformation between Cartesian coordinates and maneuver-centered coordinates is given by So the measurement equation is given by where is the Jacobian matrix based on (27), which leads to

3. Tracking Algorithms in a Single Model Framework

3.1. UKF Filter with ACT Models

If the turn rate is augmented to the state vector, it will become a nonlinear problem. The extended Kalman filter (EKF) has been used to track this kind of motion. Since unscented Kalman filter (UKF) is very suitable for nonlinear estimation [4, 5], here the UKF algorithm is introduced.

(i) Calculate the Weights of Sigma Points where is the dimension of the state vector. is a scaling parameter. determines the sigma points around and is usually set to a small positive value (e.g., ). is a secondary scaling parameter which is usually set to 0, and is optimal for Gauss distributions. Where the is theth row of the matrix square root.

(ii) Calculate the Sigma Points

(iii) Time Update

(iv) Measurement Update. Because we assume the measurement equation is linear, the following is just the same as the traditional Kalman filter: For the cases where the measurement equation is also nonlinear, the measurement update can be referred to [10] for details.

3.2. Kinematic Constraint Tracking Filter

The Kalman filtering equations for processing this kinematic constraint as a pseudomeasurement are given below, where the filtered state estimate and error covariance after the constraint have been applied are denoted by and , respectively [8].

(i) Time Update

(ii) Measurement Update. The measurement update is the same as (34).

(iii) Constraint Update where

3.3. Maneuver-Centered Tracking Filter

(i) Estimating Center of Maneuver. The center of the maneuver should be estimated from the measurements. It can be estimated through least square method which requires an iterative search procedure. The following simple geometrically oriented procedure of estimating the center was proposed in [9]. The main idea is as follows: if two points are on a circle then the perpendicular bisector of the chord between those points will pass through the center of the circle. The slope and interceptof the perpendicular bisector is given by whereandare the coordinates of the two points. The center can be given by

(ii) Maneuver Detection. In the absence of a maneuver, the target is assumed to be traveling in a straight line and modeled by a constant velocity (CV) motion. (CV model is very simple and commonly used, which will not be listed here.) When the maneuver is detected, the filter switches to the maneuver-center CT model. While the end of a maneuver is detected, the filter will then switch back to CV model.

Here a fading memory average of the innovations is used to detect if a maneuver occurs. The equation is given by with where, is the innovation vector, andis its covariance matrix.

will have a chi-squared distribution with degrees whereis the dimension of the measurement vector. Whenexceeds a threshold (e.g., 95% or 99% confidence interval), then a maneuver onset is declared. The end time of a maneuver will be determined in a similar fashion. The procedure can be referred to [9] for details.

3.4. Simulation Results

(i) The Scenario. The scenario simulated here is very similar to that described in [20]. It includes few rectilinear stages and few CT maneuvers. Four consecutive turns with rates , −2.8, 5.6, −4.68 are simulated, respectively, for scans , , , and . The target trajectory can be seen in Figure 1.

The initial target position and velocities are km,  km,  km, and  km. It is assumed that the sensor measures Cartesian coordinates and directly. It is also assumed that mand the sample rate.

(ii) Algorithms’ Parameters. UKF controlled ACT model’s parameter:

Kinematic constraint model’s parameter:

Maneuver centered model’s parameter:

(iii) Results. The four models are listed as follows.Method 1: ACT model with Cartesian velocity.Method 2: ACT model with polar velocity.Method 3: kinematic constraint model.Method 4: maneuver-centered CT model.

Root mean squared errors (RMSE) are used here for comparison. The RME position errors are defined as follows: where are the Monte-Carlo simulation runs. and stand for the true position, whileand are the position estimates.

The RMS position errors of all but the first ten are shown in Figure 2.

Table 1 summarizes the average RMS of the position errors.

Table 2 summarizes the relative computational complexity, normalized to method 4.

It can be seen from the figure and tables that method 2 has the best performance and its computational load is roughly the same as method 1. So we can conclude that ACT model with polar velocity is better than ACT model with Cartesian velocity. Method 4 has the least computational load but its performance is poor. Method 3 is slightly more complex than method 4 but can decrease the error greatly. So if the computational load is of great concern, kinematic constraint model is a good choice.

4. The Expectation Maximization (EM) Algorithm for Tracking CT Motion Target

In this part, the model in Section 2.1 is used.

The turn rate can be described by a Markov chain [21, 22] and has possible values:

Assume the initial probability and the one-step transition matrix are known, as follows:

The measurement sequence is defined by , state sequence is , and maneuver sequence is .

4.1. Batch EM Algorithm

Assume the measurement sequence is known, this algorithm focuses on finding the best maneuver sequence based on MAP criterion. There is one best maneuver sequence in possible sequences that makes the conditional probability density function be the maximum. When is achieved, the state sequence can be estimated accurately.

According to EM algorithm, is considered to be the incomplete data, to be the “lost” data, and to be the data that needs to be estimated. EM algorithm carries out the following two steps iteratively.

(1) Expectation Step (E step) where is defined as the cost function, is the maneuver sequence estimation aftertimes iteration.

(2) Maximization step (M step) If the initial value is given, the above E step and M step are carried out repeatedly, until convergence.

(i) E step. The union probability density function can be decomposed as follows: and rely on the maneuver sequence . The state equation is Gaussian distribution: where is the Gaussian probability density function with mean and covariance .

From the above analysis, where

Those terms which are independent of are omitted here.

In the E step, if is given, the cost function can be achieved using Kalman smoothing algorithm.

(ii) M step. In the maximization step, a new is chosen for a higher conditional probability. Then a better parameter estimation is achieved compared to the former iteration. The following Viterbi algorithm can solve this problem perfectly.

Viterbi algorithm is a recursive algorithm looking for the best path. As shown in Figure 3, the path connects the adjacent points with the weights to be the logarithm function of the likelihood, named cost. The path’s total cost is the sum of its each point’s cost. The best path has the maximum cost. The detailed method to find the best path can be found in [12].

(iii) Calculating Algorithm(1)Initialization: the initial maneuver sequence and threshold should be given.(2)Iteration: for each circle , carry out the following steps: (1) E step, according to (53), calculate the cost between the adjacent point. (2) M step, according to Viterbi algorithm, find a better maneuver sequence.(3)Stop: if , then stop the iteration. The best maneuver sequence is ; then the state estimation sequence is calculated according to .

4.2. Recursive EM Algorithm

In target tracking applications, the target’s state always needs online estimation. So a recursive EM algorithm is needed for calculating .

(i) Recursive Equation. Under the MAP criterion, where can be calculated online. Because is Markov chain, The possible maneuver sequence grows exponentially as the time grows. For the computation to be feasibility, it is assumed that where is the Kalman filter’s innovation and is the covariance of the innovation.

The cost function is defined as which stands for the cost to model until time .

From (57) to (59), where stands for the innovation when model is chosen in time and modelis chosen in time . is the corresponding covariance.

Because of using the assumption (58), the iteration algorithm is not the optimal algorithm under MAP criterion, but a suboptimal one.

(ii) Calculating Algorithm. Only one-step iteration is listed here.(1)E Step Calculation. Using (10), calculate each cost from time to ; costs are needed.(2)M Step Calculation. According to Viterbi algorithm, find out the maximum cost related to each model. is the initial value to be the next iteration.(3)Filtering. According to the path which reaches each model, calculate each model’s state estimation and covariance , .(4)The Final Results. From , , choose the maximum one as the final filtering result:

4.3. Simulation Results

(i) Simulation Scenario. Target initial state is . The sample rate  s. The covariance of process noise

Assume only position can be measured, the measurement equation is the following:

The covariance of measurement noise , where is the 2 × 2 unit matrix.

The simulation lasts for 300 s. Target’s true turn rate is

Figure 4 gives the target’s true trajectory.

Assume target’s maximum centripetal acceleration is30 m/s2. Under the speed m/s, the corresponding turn rate is 0.1 rad/s. Seven models are used for this simulation. From −0.1 to 0.1, the seven models are distributed evenly. Their values are −0.1, −0.067, −0.033, 0, 0.033, 0.067, and 0.1. The initial probability matrix is

The model transition matrix is

(ii) Simulation Results and Analysis. Batch EM algorithm, recursive algorithm, and IMM algorithm are compared in this scenario. Root mean squared errors (RMSE) are used here for comparison. The RME position errors are defined as (46) and velocity error are defined as follows: where are Monte-Carlo simulation runs and , and , stand for the true and estimated velocity at time in the th simulation runs, respectively.

Figures 5 and 6 show the position and velocity performance comparison. It can be concluded that the batch EM algorithm has much less tracking errors compared to IMM algorithm. During maneuver onset time and termination time, the IMM algorithm is better than recursive EM algorithm. But on stable period, the recursive EM algorithm performs better.

5. Conclusions

Aiming at the CT motion target tracking, several models and algorithms are introduced and simulated in this paper.

In single model framework, four CT models have been compared for tracking applications: ACT model with Cartesian velocity, ACT model with polar velocity, kinematic constraint model, and maneuver-centered model. The Monte-Carlo simulations show that the ACT model with polar velocity has the best tracking performance but the computational load is a bit heavier. The kinematic constraint model has a moderate tracking performance, but its computational load decreases greatly compared with UKF controlled ACT model. So if the computational load is of a great concern, the kinematic constraint model is suggested. If the tracking performance is very important and the computational load is not a problem, the ACT model with polar velocity is suitable.

In multiple models framework, EM algorithm is used for tracking CT motion target. First a batch EM algorithm is derived. The turn rate is acted as the maneuver sequence and estimated based on the MAP criterion. Under the E step, the cost function is calculated using the Kalman smoothing algorithm. Under the M step, Viterbi algorithm is used for path following to find out the path with maximum cost. Simulation results show that the Batch EM algorithm has better tracking performance than IMM algorithm. Through modification of the cost function, a recursive EM algorithm is presented. The algorithm can track the target online. Compared with the IMM algorithm, on the stable period, the recursive EM algorithm has better tracking performance.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This research work was supported by the National Key Fundamental Research & Development Programs (973) of China (2013CB329405), Foundation for Innovative Research Groups of the National Natural Science Foundation of China (61221063), Natural Science Foundation of China (61203221, 61004087), Ph.D. Programs Foundation of Ministry of Education of China (20100201120036), China Postdoctoral Science Foundation (2011M501442, 20100481338), and Fundamental Research Funds for the Central University.