Abstract

This paper studies the Rao-Blackwellized Monte Carlo data association (RBMCDA) filter for multiple target tracking. The elliptical gating strategies are redesigned and incorporated into the framework of the RBMCDA filter. The obvious benefit is the reduction of the time cost because the data association procedure can be carried out with less validated measurements. In addition, the overlapped parts of the neighboring validation regions are divided into several separated subregions according to the possible origins of the validated measurements. In these subregions, the measurement uncertainties can be taken into account more reasonably than those of the simple elliptical gate. This would help to achieve higher tracking ability of the RBMCDA algorithm by a better association prior approximation. Simulation results are provided to show the effectiveness of the proposed gating techniques.

1. Introduction

Data association plays an important role in filtering methods for multitarget tracking in cluttered (or false alarm) environment. Many approaches have been developed to solve this problem [27]. One solution is the Rao-Blackwellized Monte Carlo data association (RBMCDA) [1, 8]. In this approach, particle filter (PF) is only used to evaluate the data association indicators instead of computing everything by pure Monte Carlo sampling. Therefore, the required number of particles can be significantly reduced. This can be a method with good performance for tracking a single target or multiple separated targets in sparsely cluttered environment. Unfortunately, we found in experiments that the time cost of this algorithm is too large even in modest clutter environment. Besides, it will lead to significantly low tracking performance of the algorithm when several targets as well as clutter are present in the same neighborhood. To address these problems, this paper employs gating technique for improvement.

In traditional tracking algorithms, a gate (validation region) can be used to guarantee that the target originated measurement falls into it with high (gate) probability [24]. The probabilistic data association (PDA) [4] has been thought to be a very good elliptical gate based method for tracking a single target or several isolated targets even in dense cluttered environment. On this basis, many types of gating techniques have been studied [912]. Specially, the Voronoi measure is used to select validated measurements for single target tracking in [13]. When several targets are present in the same neighborhood in addition to the random interference from clutter, a more complicated situation should be considered. The joint probabilistic data association (JPDA) can give a joint probability by first enumerating the joint events [3, 14]. In JPDA, not only the number of the validated measurements can be reduced to a low level, but also the problem of measurement uncertainty can be addressed very well. Because enumerating the joint association events is often computationally intensive [15], many time saving suboptimal JPDA filtering methods are available, such as Fitzgerald’s and other ad hoc implementations [2, 16, 17]. Recently, the elliptical gating technique has also been studied and redesigned for reducing the computational cost of the popular Gaussian mixture- cardinalized probability hypothesis density (GM-CPHD) filter [18, 19].

The remainder of this paper is organized as follows. Section 2 gives a brief introduction on the RBMCDA filter and the validation region. Section 3 presents three different gating strategies according to the framework of the RBMCDA filter. Numerical examples and simulation results are presented in Section 4, followed by conclusions in Section 5.

2. Preliminaries

2.1. Rao-Blackwellized Monte Carlo Data Association Filter

Consider the following time-varying system: where and are the state and measurement variables in time step , respectively. and are zero mean mutually independent Gaussian noise and and are with compatible dimensions and represent the state and measurement transition matrices, respectively. Suppose that we are able to form another variable to describe these matrices, the so-called Rao-Blackwellized particle filter (RBPF) algorithm can be applied to estimate the whole state [20]. For space consideration, we omit the details of the RBPF algorithm which can be found in [2124]. For this conditionally linear-Gaussian system, the Kalman series filter prediction and update steps can be performed for each target in each of the particles separately.

In [1], it has been shown that the RBMCDA algorithm can be obtained directly from the above RBPF framework when the latent value is defined to be the data association event indicators , where the value when the measurement is from clutter and when the measurement is from target . The predictive probability gives the priors of data association given the data association results in the previous time steps. The calculation of the (posterior distribution of ) is given by The main difficulty encountered in RBMCDA is the computation of the association prior probabilities . In [1], the data association priors are modeled as a recursive Markov chain to make sure of one target per measurement in the same time steps. Accordingly, the in (3) has been replaced by the and The general form of the joint prior model is given by [1] That means if we obtain measurements in time step , the calculation of the th () measurement’s association prior only depends on the previous associations in the th time step (note that, if , has the prior ). Assume we track targets; the detection indicator for the th () target can be given by . It is a binary indicator to indicate that if the th target has been assigned a measurement in , the detection indicator combinations decide the data association priors as where is a function with definite forms corresponding to the results of [1]. We can see that only the target detection probability (in (6)) needs to be given at the beginning of the Markov recursive calculation procedures. Since is assumed to be a known value [1], data association (the posterior distribution ) is in fact totally determined by the measurement likelihood according to (4), (5), and (6).

2.2. Validation Region

A gate is set up for selecting the measurement originated from the target in high probability, and gate can also be called gating region or validation region. In practical tracking algorithms, validation region is often used to reduce the cardinality of measurement set. Measurements outside the validation region can be ignored reasonably because the probabilities of them being from the corresponding targets are quite low according to the statistical characterization. Data association method often incorporates an elliptical validation region [3] as where is the gate threshold corresponding to the gate probability which is the probability that the gate contains the true measurement and is the covariance of the innovation corresponding to the true measurement . In this paper, we just consider the elliptical gating technique. For each target , the gate probability with [3].

Figure 1(a) gives an example of a single target’s measurement validation region. represents the number of validated measurements in this elliptical region. For this example, a measurement is considered to be validated for target if it falls inside the elliptical region centered at the predicted measurement (“■” represents the location of ). The target originated measurement (“”) and clutter originated measurement (“”) are represented by the different symbols, but they actually show no difference from a tracker’s perspective in applications. Thus, each one of the five measurements in the validation region can be originated from the target or clutter.

Figure 1(b) illustrates a case of two targets as well as clutter being present in the same neighborhood. The predicted measurements for target and target are denoted by and , respectively. There are three measurements in the intersection of their validation regions (); and are the number of the validated measurements in the isolated parts of the two elliptical validation regions. and represent the numbers of validated measurements in their elliptical regions, respectively. This example shows the interdependence of measurement origins. The RBMCDA, like all other data association methods, has also to deal with these uncertainties.

2.3. Problem Statement

In the original RBMCDA approaches [1, 8], all received measurements in the entire measurement space are considered as the validated measurements. From the tracker’s point of view, the target detection probability mentioned in Section 2.1 represents the probability that the target-originated measurement falls into the whole measurement space. When a gating technique is considered, the data association is restricted into the validation regions so that the used in (6) should be replaced by accordingly. That is where defines the probability that the target-originated measurement falls into a concerned (validation) region. There is no doubt that the number of the validated measurements will be reduced to a low level followed by the possible reduction of the running time [19]. Consequently, the key problem becomes the calculation of .

3. Gating Techniques for RBMCDA Filter

In this section, three different gating techniques are presented applicable to the framework of the RBMCDA filter, and the required is discussed in detail. A simple gating method is first discussed. We then present the joint events (J-) based gating method which takes into account the interference from the neighboring targets. To get a practical solution with low time cost, then a simplified version of the “J-” method (SJ-) is proposed. At last, the main procedure of the gating technique based RBMCDA algorithm is given for clarity.

3.1. The Union Based Method

To reduce the cardinality of the validated measurement set, we can define a union which consists of all the elliptical validation regions (see Figure 2(a)). In this example, only the validated measurements in the defined union are depicted. The dotted lines represent the boundaries of the common region of the two elliptical validation regions. This union based RBMCDA algorithm is termed U-RBMCDA for short. In this method, the boundaries of the common region can be omitted and each measurement falling inside the union is assumed to be the validated measurement of both the two targets. Hence, the required can be obtained directly by We can see that, in this union, the will be a fixed value if and are known. The difference between U-RBMCDA and the O-RBMCDA (the original RBMCDA [8]) algorithm is that the former just reserves the measurements within the union as the validated measurements for all targets. However, it is not difficult to find that the validated measurements outside the common region could be possibly originated from only one target according to their locations. For example, as shown in Figure 1(b), the four measurements () in the left part of the target’s region could only be possibly from target 1. That is to say, the union is too big to differentiate the measurements with different possible origins. To address this, the detailed measurement location information is needed to consider, and it will go more reasonable if we get the estimates of the target existent probabilities in the smaller regions.

In fact, the joint validation region can be seen as consisting of several sub-validation-regions (SVRs) according to the possible origins of the validated measurements, and the for a target could have different values in different subregions. Therefore, we should divide the joint validation region into several SVRs to make sure the validated measurements within a SVR are with the same possible origins. To emphasize this point, Figure 2(b) gives a separated but equivalent form of illustration as that of Figure 1(b). In this example, the numbers of validated measurements in three SVRs are , , and , respectively.

3.2. Joint Events Based Gating Method

In a SVR with identifier , we need to calculate the probability for the th () target. If we still want to calculate by the way of (), the target gate probability should be known. Although the can be directly obtained according to (7), it is hardly possible to obtain the analytical solutions of the gate probability in an arbitrary SVR with identifier . That is because a SVR is usually one part of the ellipse or the other irregular shape (see Figure 2(b)). In this case, the required measurements statistical information which determines the will be extremely difficult to obtain. To solve this problem, we present the joint events based method and use the weights of the probabilities of the feasible events instead.

In this process, the possible events can be constructed in a similar way as JPDA does [3, 17]. To build the joint events and derive the joint probabilities, the key information required is the numbers of the measurements in these SVRs. In fact, the validated measurements in different SVRs can be differentiated by using the distance measure from the center points of the corresponding validation regions (see (7)), so that the required measurements numbers are not difficult to obtain. The probability of an event for all validated measurements in the joint validation region is given by where indicates from which target the present measurement is originated, while ( or ) indicates that whether the th measurement has been considered to be originated from the th target. Both and are determined by the numbers of the validated measurements in the SVRs. is the detection probability for the th target, is the number of the measurements considered to be form clutter, and represents the nonparametric prior probability of the number of clutter originated measurements in the joint validation region. Note that the and can be canceled in a normalizing factor [3] as The weighting factor represents the probability of the th measurement being originated from target and it is given by where is a binary variable which indicates whether the th measurement is possibly originated from the th target. In following discussions, the identifier and can be omitted without misunderstanding and can be rewritten as . In a SVR with identifier , is the sum of the weighting factor where is set of the measurements in the th SVR. If , the th target originated (true) measurement is certainly in the th SVR.

3.3. Simplified Joint Events Based Gating Method

To develop a practical suboptimal J-RBMCDA method with less time cost, we present a simplified joint events (SJ-) based gating technique. In J-RBMCDA, the numbers of validated measurements in the SVRs play the key roles to calculate the target existent probability or even determine the results. In fact, they represent the relative importance of these subregions, or the gate weights of the SVRs. So we can use the normalized weights and the target detection probability to estimate . In each time step , the computational formulas are as follows: In (14), is the number of validated measurements in the elliptical validation region of the th () target and () is the number of validated measurements in the SVR with identifier . Moreover, defines a SVR set in which each element is related to the th target itself and other targets: As a result, is the estimated gate weight of the th target in the th SVR. Since the target gate probability in the th elliptical region and the target detection probability have been assumed to be known, in a SVR with identifier , the can be given by Note that the SVR identifier () is independent of the order of . For example, when and , there are and . However, in the SVR with the identifier (or ), and are different values for target and target , respectively. Hence, even in the same SVR, and have different values.

This simplified joint events based RBMCDA (SJ-RBMCDA) can be seen as a very simple form of the J-RBMCDA with the joint events being broken up into several isolated events. The significant difference is that, in SJ-RBMCDA, the procedure of enumerating the possible association events is replaced by a simple nonparametric method. Therefore, the required can be computed by directly using the numbers of the validated measurements in the corresponding SVRs. Logically, less computational time is needed.

It should be pointed out that the J-RBMCDA and SJ-RBMCDA algorithms may provide more weights to the right SVRs if the tracker can get the correct target estimates. Like all other gating based algorithms, however, the performance of the proposed gating based RBMCDA algorithms will also be degraded in the cases that the tracker provides incorrect target estimates. Another problem is that, for both J-RBMCDA and SJ-RBMCDA, the number of SVRs seems to increase dramatically with the number of targets to be tracked. Figure 3 gives an example of tracking targets, and each of the arrows points to a SVR. We can see that the total number of the SVRs is including the empty SVRs (pointed by dotted arrows), so that the number of the SVRs needed to be computed is (pointed by solid arrows). In fact, the dimension curse occurs only in the extreme case when all tracks are in the same neighborhood and with incomplete coverage. In this cases, when tracking targets the number of SVRs would be . For example, in the up left of Figure 3 the joint validation consists of three elliptical validation regions (centered at , , and , resp.). The total number of the SVRs is including one empty SVR (), so that the number of the SVRs needed to be computed is (, , , , , and ).

3.4. RBMCDA Algorithm with Gating Technique

The gating technique based RBMCDA algorithm is presented in Algorithm 1. This algorithm includes four major parts: prediction, finding validation regions and calculating , calculating data association probabilities and updating the state of particles, and finally a particle weights calculation step. It should be pointed out that only the second part is fundamentally different from the original RBMCDA algorithm. In this algorithm, the target state priors can be represented as a weighted importance samples set where is the identifier of particle with being the number of particles employed. The dynamics and measurements for target () are assumed to be linear Gaussian

For     to   do
For to do
   For to do
    ,                                (i)
    .                            (ii)
   End for
End for
For to do
   ,                                  (iii)
   ,                            (iv)
   where and are the predicted measurement and innovation, respectively.
  For to (number of the measurements) do
     Choose that satisfies the following condition as the validated measurement of the th target:
     .                          (v)
  End for
End for
For   to (number of the SVRs) do
   For to
     Calculate using gating techniques.
   End for
   For to
     For to
       Calculate data association priors by (8) based on the Markov chain
       model described in [1].
      For to do
          ,                              (vi)
         .                            (vii)
         Calculate the marginal measurement likelihood
         .                   (viii)
      End for
       Calculate the clutter likelihood
       .                             (ix)
       Calculate the posterior distribution of
       .                (x)
       Sample an association indicator with probability
       ,  ,                           (xi)
       where
       ,                            (xii)
       .                             (xiii)
      If , update the th target using the measurement
         ,                             (xiv)
         ,                        (xv)
         .                           (xvi)
      End if
       Calculate the new weight
       .                   (xvii)
    End for
     Resample the particles if needed.
   End for
   Calculate the target state vectors
   For to
       .                               (xviii)
   End for
End for
End for

4. Numerical Examples and Simulation Results

4.1. Numerical Examples

In some extreme cases (such as that all elliptical validation regions are separated, or coincide exactly), the obtained by different gating techniques will have the same value as .

This section just concerns with the general cases. Since is very close to unity (see Section 2.2), the results illustrated in the tables use () for convenience. Without loss of generality, these examples do not consider the missed detection and assume . In these examples, the clutter is modeled as independent and identically distributed with uniform spatial distribution. Examples 1 and 2 are about tracking two targets; Example 3 is about tracking three targets.

Example 1. As shown in Figure 4, the numbers of the validated measurements in three SVRs will have four possible cases if clutter does not exist, (a) , , , (b) , , , (c) , , , and (d) , , . Table 1 gives the obtained by different gating techniques, where “O-" represents the original RBMCDA and “U-," “J-," and “SJ-" represent the “U-RBMCDA,” “J-RBMCDA,” and “SJ-RBMCDA" algorithms, respectively. The results denoted as “-” mean that the corresponding subregions do not consist of any measurement. In this example, “O-” and “U-” have the same results because both of them do not consider the interrelations of the validated measurements. It can be seen that only the “J-” gives the correct results as expected. As a simplified version of the “J-,” the “SJ-” gives the trade-off results.

Example 2. In cluttered environment (see Figure 1(b)), two cases are studied, (e) , , and (f) , , . In this example, “J-" and “SJ-" can give the similar results as shown in Table 2. Note that, “U-" still gives the result in each SVR .

Example 3. In Figure 5, the numbers of validated measurements in three elliptical regions are , , and , respectively. The numbers of validated measurements in the SVRs are (g) , , , , , , and . Table 3 gives the obtained by “J-" and “SJ-." In this three-target example, the “J-" and “SJ-" can also give the similar results. Next, we will give tracking examples to verify the performance of the algorithms.

4.2. Simulation Results

In the simulations, we model each target with constant velocity model in -dimensional Cartesian coordinates. The discrete-time state dynamic and measurement models for targets are given by (18), where with the sample interval . The clutter is modeled as independent and identically distributed with uniform spatial distribution in a rectangular region of the coordinate plane, . The number of clutter measurements obeys a Poisson distribution with the Poisson random number (clutter rate). Three tracking examples are studied to illustrate the performance and efficiency of the proposed gating techniques based RBMCDA algorithms. The first one involves a situation where two targets are crossing as shown in Figure 6. We want to compare the performance of the algorithms by the tracking position errors. The total number of time steps is set to be , the number of particles , the Poisson number , the measurement variance , and the detection probability (). Figures 7 and 8 show the average root mean square errors (RMSE) of the four algorithms from different runs. Here, the RMSE is referring to the average position estimation error. At time step , the RMSE of the th target is given by where are the corresponding position estimation in the th Monte Carlo run.

The simulation results show that the tracking process can be divided into two stages: before and after the happening of target crossing. In the first stage, the RMSE curves by all the algorithms have the similar values. It indicates that the proposed gating methods do not have an impact on the performance of the RBMCDA algorithm for tracking separated targets. In the second half of the tracking process, the significant arising of the RMSE curves by “O-" and “U-" algorithms indicates that, when target crossing happens, the “O-" and “U-" algorithms have more times of tracking failures (or mistracking) than “S-" and “SJ-" algorithms. This is because “S-" and “SJ-" can provide more accurate targets’ origins than the “O-" and “U-" algorithms. In this example, the performance of “SJ-" is approximate to that of the “J-." This also supports the results obtained in the previous numerical examples.

In the second example, we consider a three-target-crossing situation (as shown in Figure 9) to compare the time costs of the algorithms. The total number of time steps is set to be , the measurement variance , and the detection probability . We repeat each experiment times and the average running times are listed in Tables 4 and 5, where we set a fixed clutter rate and a fixed number of particles . All simulations are performed on a PC with a 2.8-GHz Intel processor.

In Table 4, for all the four algorithms, the increases in time cost are proportional to the increases in the number of particles. In Table 5, only the computational time of “O-" is increased apparently with the clutter rate . This is because all added clutter should be considered in the data association procedures without using gating technique. The time costs of the proposed gating based algorithms grow moderately because only a small number of the added clutters can fall into the validation regions.

In both Tables 4 and 5, we can find that “U-" is the most efficient one. In the three gating based algorithms, “J-" needs the most computational time for its dealing with the joint events. Since “SJ-" uses a simple but more direct way, it needs less computational time than that of “J-." From the two tables, the gating technique based RBMCDA algorithms are much more efficient than the original RBMCDA algorithm because of the reduction of validated measurements. The relative efficiencies between these gating techniques can be summarized by “U-" “SJ-" “J-." In practice, although “U-" needs less computational time than “J-" and “SJ," but “U-" is not suitable for the use to track multiple closely spaced targets. In this situation, both the “J-" and “SJ-" can yield desirable results because of the rational consideration of the intersection regions.

5. Conclusion

This paper has studied the gating techniques in the application of the RBMCDA filter to multitarget tracking. Three different gating methods are presented and compared by computing both the tracking errors and time cost. “U-" incorporates a very simple gate into the framework of the RBMCDA approach. “J-" can take the measurement uncertainties into account reasonably by calculating the joint events. As a simplification of “J," “SJ-" is more efficient than “J" and the tracking performance loss incurred is not significant in the experimental examples. Therefore, “SJ-" can be a time-saving choice for practical applications. It should be pointed out that the gating techniques discussed in this paper may eliminate all measurements outside the validation regions of the targets that have already been detected, which will make it difficult to detect newly appearing targets. To address this, the proposed gating techniques could be started after the initialization periods of the RBMCDA filter to avoid impairing the tracks initiation.

Conflict of Interests

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

Acknowledgments

The authors would like to thank the editors and the anonymous reviewers for their valuable comments and suggestions.