Next Article in Journal
Distributed Fiberoptic Sensor for Simultaneous Humidity and Temperature Monitoring Based on Polyimide-Coated Optical Fibers
Next Article in Special Issue
Multiple Simultaneous Ranging in IR-UWB Networks
Previous Article in Journal
Optimized CapsNet for Traffic Jam Speed Prediction Using Mobile Sensor Data under Urban Swarming Transportation
Previous Article in Special Issue
Exploring the Laplace Prior in Radio Tomographic Imaging with Sparse Bayesian Learning towards the Robustness to Multipath Fading
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A New Multiple Hypothesis Tracker Integrated with Detection Processing

1
School of Electronics & Information Engineering, Beihang University, Beijing 100191, China
2
Department of Engineering, University of Cambridge, Cambridge CB12PZ, UK
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(23), 5278; https://doi.org/10.3390/s19235278
Submission received: 5 November 2019 / Revised: 25 November 2019 / Accepted: 28 November 2019 / Published: 30 November 2019
(This article belongs to the Special Issue Sensors Localization in Indoor Wireless Networks)

Abstract

:
In extant radar signal processing systems, detection and tracking are carried out independently, and detected measurements are utilized as inputs to the tracking procedure. Therefore, the tracking performance is highly associated with detection accuracy, and this performance may severely degrade when detections include a mass of false alarms and missed-targets errors, especially in dense clutter or closely-spaced trajectories scenarios. To deal with this issue, this paper proposes a novel method for integrating the multiple hypothesis tracker with detection processing. Specifically, the detector acquires an adaptive detection threshold from the output of the multiple hypothesis tracker algorithm, and then the obtained detection threshold is employed to compute the score function and sequential probability ratio test threshold for the data association and track estimation tasks. A comparative analysis of three tracking algorithms in a clutter dense scenario, including the proposed method, the multiple hypothesis tracker, and the global nearest neighbor algorithm, is conducted. Simulation results demonstrate that the proposed multiple hypothesis tracker integrated with detection processing method outperforms both the standard multiple hypothesis tracker algorithm and the global nearest neighbor algorithm in terms of tracking accuracy.

1. Introduction

Multi-target tracking (MTT) aims to obtain an estimation of target states from the measurements (localizations, velocities, etc.) received by a sensor in complex scenarios [1,2]. In addition to being widely used in radar, sonar and other surveillance systems, MTT has also been used to obtain the accurate localization of moving targets in sensor networks [3,4]. In conventional radar target tracking systems, measurement data are obtained by a detector with a specific detection probability, and they are then provided to a tracker for target trajectory estimation [2,5]. This radar system simplifies the implementation of the detection and tracking process, thereby easing its computing burden. Nevertheless, this leads to performance degradation, as this simplified structure breaks the internal coupling relationship between the detector and the tracker.
In order to improve the system performance, a two-way information flow (also known as the integration of detection with target tracking) was developed, in which the tracker informs the detector where to find the target and the detector utilizes this information to better locate the target [6]. In other words, the integration of detection with the target tracking method supplies the detector with feedback information from the tracker, and the feedback has the form of a posterior distribution on the target location. This couple relationship between the detector and the tracker was revealed in [7,8,9,10] by analyzing the Riccati equation iterative operation and track results, which demonstrated that the prior information from the tracker can be used to determine the optimal detection threshold. One advantage of integrating detection with tracking is that the Bayesian detector can use the feedback from the tracker as a priori information for its hypothesis test. Moreover, it is expected to have fewer false alarms and a location-dependent detection threshold—the threshold decreases when it gets close to the estimated target location. This method has been successfully applied to the probabilistic data association (PDA) filter to enhance tracking performance when the detector threshold is adjusted by using the prior information from the PDA tracker [6]. Furthermore, in [11], the idea of the integration of detection with target tracking was extended to multi-target tracking scenarios by integrating the detection with the joint probability data association (JPDA) tracker instead. In this way, the recalculation of joint association probability was enabled, reducing the mutual interference between adjacent targets and, hence, enhancing the performance of the JPDA tracker.
In order to exploit the best of integrating detection with the tracking method in MTT scenarios, alternative data association algorithms besides JPDA are being considered. Among them, multiple hypothesis tracking (MHT) is an optimal multi-target data association algorithm that defers the decision to confirm the tracks. In complex environments with a low detection probability, high density clutter, and/or closely-spaced targets, it has been shown that the performance of MHT is significantly better than JPDA and any other data association algorithms. Normally, MHT algorithms are divided into hypothesis-oriented MHT (HOMHT) [12] and track-oriented MHT (TOMHT) algorithms [13,14,15]. HOMHT maintains the hypothesis structure from scan to scan and exerts the probabilities of global measurement to directly target association hypotheses. HOMHT experiences an exponentially growing global association number and is therefore too complex to be widely adopted. In contrast, TOMHT is favored due to its simplicity in track hypothesis generation. Typically, TOMHT updates the global hypothesis by using newly detected tracks on each scan and utilizes a track tree structure to maintain potential track sets.
The problem of tracking in a dense clutter in which the number of false tracks is large and the quality of the true track is poor has not been adequately addressed in the tracking literature. As the integration structure of detection and tracking can efficiently reduce the number of false tracks, in this paper, we propose a new multiple hypothesis tracking algorthim integrated with detection processing (MHT-IDP) under an efficient TOMHT framework. In our algorithm, the target spatial distribution information from MHT is utilized as a priori knowledge to calculate an adaptive detection threshold. Then, the MHT algorithm estimates trajectories by using the receiving measurements from the adaptive detector. Unlike methods where the detection threshold is fixed, here, the detection threshold is adaptive. As the detection probabilities and clutter density chane with the detection threshold, the adaptive score function and sequential probability ratio test (SPRT) thresholds can be accordingly calculated so as to improve the tracking performance. The effectiveness of the proposed algorithm is verified through the comparison with the standard MHT algorithm and the global nearest neighbor (GNN) algorithm [2] in a dense clutter scenario.
The rest of this paper is organized as follows. Section 2 briefly introduces the target tracking model and the integration of detection with the target tracking method. In Section 3, the MHT-IDP algorithm is proposed, and its realization process is presented in detail. In particular, we exhibit the calculation of the adaptive detection probability and adaptive clutter density. Section 4 compares the tracking performance of the MHT-IDP algorithm, the MHT method, and the GNN algorithm. Finally, our conclusions are drawn in Section 5.

2. Integration of Detection with Target Tracking

The integration of detection with a target tracking algorithm stems from the idea of two-way information flow. The location information of the target is fed back from the tracker to the detector in order to better adjust the detection threshold, obtain more accurate measurements, and, hence, enhance the tracking performance. The detailed derivation of this algorithm can be found in [6].
At scan k, the motion model and measurement model of target can be expressed as:
x ( k ) = F x ( k 1 ) + v ( k )
z ( k ) = H x ( k ) + w ( k )
where x ( k ) and z ( k ) denote the target state and target measurement at time k, respectively; F is the system transition matrix; H is the measurement matrix; v ( k ) is the system process noise; and w ( k ) is the measurement noise, which are assumed to be independent zero-mean Gaussian white noises.
At scan k, the predicted target state x ^ ( k | k 1 ) and predicted measurement z ^ ( k | k 1 ) can be obtained by using Kalman filtering. They are then formulated as:
x ^ ( k | k 1 ) = F x ^ ( k 1 | k 1 )
z ^ ( k | k 1 ) = H x ^ ( k | k 1 ) ;
and the innovation and the innovation covariance of the true measurement can be computed as:
v ( k ) = z ( k ) z ^ ( k | k 1 )
S ( k ) = H P ( k | k 1 ) H T + R ( k )
where P ( k | k 1 ) is the prediction covariance and R ( k ) is the measurement noise covariance.
In most multi-target tracking systems, gating is a technique for eliminating unlikely measurement-to-track pairings and thereafter reducing the computation of the data association step. The gate is generally described by an ellipsoid region around the predicted measurement position at the next scan:
V = { z ( k ) | d 2 = ( z ( k ) z ^ ( k | k 1 ) ) T S ( k ) 1 ( z ( k ) z ^ ( k | k 1 ) ) G }
where G is a maximum likelihood gate. Only the measurements that fall in the tracking gate are likely to be associated with the track.
Assume that at scan k, M k measurements exist in the gate: z m ( k ) , m = 1 , 2 , , M k . Then, a test of absence or presence of a target at location z m ( k ) is to be performed. Hypothesis H 0 indicates that no target exists at location z m ( k ) , whereas hypothesis H 1 indicates that a target exists at location z m ( k ) . Thus, referring to the derivation of the prior probability in [6], the prior probability of these two hypotheses can be expressed as:
P H 1 { 1 | 2 π S ( k ) | } exp { 1 2 v m T S ( k ) 1 v m }
P H 0 1 V
where v m ( k ) = z m ( k ) z ^ ( k | k 1 ) and V denotes the volume of the gate.
Assume that the amplitude of target complies with a Swerling I fluctuation model, and the noise is a Gaussian white noise. The likelihood function can be written as:
P ( a m ( k ) | H 0 ) = exp ( a m ( k ) ) ,   without   target
P ( a m ( k ) | H 1 ) = 1 1 + ρ exp ( a m ( k ) 1 + ρ ) ,   with   target
where a m ( k ) is the magnitude-square output of a matched filter and ρ is the signal to noise ratio (SNR). According to the Bayesian criterion, the appropriate test can be written as:
P ( a m ( k ) | H 1 ) P ( a m ( k ) | H 0 ) H 1 H 0 P H 0 [ c 10 c 00 ] P H 1 [ c 01 c 11 ] ,
where c i j indicates the cost of judging as i when j is true. Thus, by substituting Equations (8)–(11) into Equation (12), we can obtain the test:
a m ( k ) H 1 H 0 1 + ρ 2 ρ v m T S ( k ) 1 v m + η B D
where η B D is a parameter independent of v m . Therefore, the adaptive detection threshold is:
τ m = 1 + ρ 2 ρ v m T S ( k ) 1 v m + η B D .
As in Equation (10), the false alarms rate changes with the detection threshold. Let τ denote the detection threshold. The false alarms rate can be computed as P f a = e τ . Combined with Equation (13), the average false alarm rate in the tracking gate can be calculated as:
P f a = V P ( a τ | v ) P H 0 d v = V e 1 + ρ 2 ρ v T S ( k ) 1 v η B D 1 V d v 1 V e η B D | 2 π ρ ρ + 1 S ( k ) |
Assuming that the average false alarm rate required by the task is a constant denoted as P ¯ f a , by substituting it into Equation (15) we can get:
η B D = ln | 2 π ρ ρ + 1 S ( k ) | ln ( P ¯ f a V ) .
Therefore, the adaptive test can be written as:
a m ( k ) H 1 H 0 1 + ρ 2 ρ v m T S ( k ) 1 v m + ln | 2 π ρ ρ + 1 S ( k ) | ln ( P ¯ f a V ) .
The measurements which are satisfied with the gating restriction are sent to the tracker, and the tracker makes an measurements-to-track assignment and then updates tracks. For each track, the SNR at the current scan k is unknown and needs to be estimated from the association results of the previous scan.

3. The MHT-IDP Algorithm

In this section, a new multiple hypothesis tracker integrated with detection processing (MHT-IDP) is proposed. The diagram of the MHT-IDP algorithm based on the TOMHT structure [16,17] is shown in Figure 1. The location information is predicted by the MHT algorithm, and we utilize this information to calculate the adaptive threshold. Subsequently, the adaptive score function and the adaptive SPRT thresholds are computed to make the association decision and track judgement. Then, the surviving tracks are clustered, and the global hypothesis of each cluster is calculated. Finally, the tracks that survive after the pruning step are reserved for the next scan. The MHT-IDP algorithm mainly makes improvements on the track score module and the SPRT module. Specifically, the algorithm employs the adaptive detection threshold to calculate the adaptive detection probability and clutter density, and then it obtains a new adaptive scoring function and SPRT threshold. The MHT-IDP algorithm can then make the association decision and adaptively track the judgement according to the adaptive detection threshold. Compared to the commonly-used fixed threshold, adopting an adaptive threshold can effectively improve the accuracy of data association and the quality of the track in complex scenes.
At scan k, we assume that N tracks exist T t ( k ) , t = 1 , 2 , , N . For track t, denote its innovations covariance as S t ( k ) , the volume of tracking gate as V t , and SNR as ρ t .

3.1. Adaptive Detection Module

According to the previous section, the adaptive detection threshold that varies with the detection position is shown in Equation (17). In the tracking gate, the detection environment varies with the detection threshold. Therefore, the adaptive detection probability and the adaptive clutter density of the track T t ( k ) can be calculated by using this adaptive detection threshold.

3.1.1. Detection Probability

The detection probability represents the ratio of the number of targets that exceed the threshold to the existing target number. The detection probability varies with a location-dependent threshold, which means that the measurement in the vicinity of the estimated position exceeding the detection threshold is more likely target than one further away. According to Equation (10), when the threshold is τ , the detection probability can be described as P d = exp ( ln P f a 1 + ρ ) = exp ( τ 1 + ρ ) . Thus, in the tracking gate, the average adaptive detection probability can be calculated as:
P d = V P ( a τ | v ) P H 1 d v = V exp [ 1 ( ρ + 1 ) ( 1 + ρ 2 ρ v T S ( k ) 1 v + η B D ) ] 1 | 2 π S ( k ) | exp [ 1 2 v T S ( k ) 1 v ] d v = ( ρ ρ + 1 ) n z 2 exp [ η B D ρ + 1 ]
where n z is the dimension of the measurements. By substituting Equation (16) into Equation (18), we can obtain the average detection probability of T t ( k ) , which is:
P d t ( k ) = ( ρ t ρ t + 1 ) n z 2 exp [ 1 ρ t + 1 ( ln | 2 π ρ t 1 + ρ t S ( k ) | + ln ( P ¯ f a V t ) ) ] .

3.1.2. Clutter Density

A Poisson distribution is a natural selection for seeding clutter within the space data cube [2,6,18]. In the tracking process, we generally assume that the spatial distribution of clutter obeys a Poisson distribution. When a fixed-threshold detector is used, the probability mass function (PMF) of the clutter that generates l false alarms in the gate is expressed as:
P ( l ) = ( λ V l ! ) l e λ V .
Here, λ is the average number of false alarm per unit volume. In the tracking system, λ is commonly referred to as clutter density, and based on the statistical results of the experimental data, the fixed thresholds used in the experiment were set to τ F .
When a detection test is made on the clutter, the amplitude of the detected clutter is retained (or discarded) when it exceeds (or falls below) the threshold τ . Thus, the clutter through the testing threshold still obeys a Poisson point process. It is assumed that the clutter density λ is generated by a Poisson point process with a spatial density of clutter λ ˜ through a fixed threshold of τ F . Then, it can be written as:
λ = λ ˜ e τ F
Thus, the clutter density of the mth measurement in the tracking gate of T t ( k ) can be expressed as:
λ m t ( k ) = λ ˜ e τ m t = λ ˜ e τ F τ m t
After substituting Equations (14) and (16) into Equation (22), the new clutter density can be defined as:
λ m t ( k ) = λ P ¯ f a V t | 2 π ρ t ρ t + 1 S t ( k ) | exp ( τ F ρ t + 1 2 ρ t v m S t ( k ) 1 v m )
The clutter density in Equations (22) and (23) is decided by the test threshold, which varies with the measurement location.

3.2. Adaptive Score Function

The probability of the track is evaluated by the track score, which includes all aspects of the data association problem, and each track corresponds to one track score. In the traditional score function, the environment parameters and the detection probability are fixed. Thus, when the detection environment changes, the track score error grows, and the accuracy of the data association deteriorates accordingly. In order to improve the accuracy of data association, this section utilizes the adaptive detection probability and clutter density to calculate the score increment. The detail derivation of the adaptive score increment can be described as follows.
The track score can be expressed by the log likelihood ratio of the association hypothesis [2]. At scan k, a recursive form of the track score can be written as:
L ( k ) = L ( k 1 ) + Δ L ( k )
We assume that there exist M k t measurements z m ( k ) , m = 1 , 2 , , M k t in the tracking gate of T t ( k 1 ) . z 0 represents the fact that no detection has occurred. Then, the increment of the corresponding track score for each likely measurement-track pair can be expressed as:
Δ L m t ( k ) = { ln ( 1 P d ) , m = 0 ln [ P { z m ( k ) | T t ( k 1 ) } P d λ + λ v ] , m 0
where P d is the detection probability and if no update on scan k, the increment of score is ln ( 1 P d ) , λ v indicates the density of new target, λ represents the density of clutter, and P { z m ( k ) | T t ( k 1 ) } = 1 ( 2 π ) n z / 2 | S t ( k ) | 1 / 2 exp { 1 2 ( v m S t ( k ) 1 v m ) } represents the likelihood ratio of associating the track T t ( k 1 ) with the measurements z m ( k ) at scan k.
From Section 3.1.1, we know that the detection probability P d t and the clutter density λ m t vary with the detection threshold. After substituting Equations (19) and (23) into Equation (25), the adaptive increment of score function can be represented as:
Δ L m t ( k ) = { ln ( 1 P d t ) ,   m = 0 ln [ P { z m ( k ) | T t ( k 1 ) } P d t λ m t + λ v ] , m 0 .

3.3. Adaptive SPRT Threshold

We make use of the SPRT to test the track score, and its value determines the actions of confirming the track, deleting the track, or continuing to test the track. The traditional SPRT uses fixed upper and lower detection thresholds to test with respect to the track score. When the detection scenario changes, track judgement accuracy decreases, and the number of intermittent tracks and false tracks increases. Therefore, in complex scenarios, we use the adaptive detection threshold instead to calculate the adaptive false track confirmation probability at each scan in order to enhance the quality of the track judgment and generation. Thereafter, an adaptive SPRT threshold can be obtained.
The logic of the SPRT [2,19,20,21] to test track is shown in Figure 2:
The standard SPRT test thresholds are defined as:
{ T 2 = ln [ 1 β α ] T 1 = ln [ β 1 α ]
where α represents false track confirmation probability and β represents the true track deletion probability.
The false track confirmation probability is defined from the requirements on false track initiation in the system [2]. For instance, assuming that the system produces N f a false alarms per second and it permits N f c false alarms confirmation per hour, the probability that any false alarm generates a false track is:
α = N f c 3600 N f a
In the MHT-IDP algorithm, by dynamically adjusting the test threshold parameter η B D , the false alarm rate in each tracking gate can be kept as a constant P ¯ f a . Thus, at scan k, the changing false alarm number in the tracking gate of track T t ( k ) can be expressed as:
N f a t ( k ) = P ¯ f a M k t .
The number of false alarms which are generated by the system is:
N f a ( k ) = t = 1 N N f a t ( k ) = t = 1 N P ¯ f a M k t
where N is the number of existing tracks at scan k. After substituting Equation (30) into Equation (28), the false track confirmation probability can be calculated as:
α ( k ) = N f c 3600 t = 1 N P ¯ f a M k t .
Since the influence of β on the track confirmation threshold is very small, the choice of β is unimportant, and we can thus limit β 0.1 for the calculation of T 2 . Then, the low-score track deletion rule is defined according to the track maintenance capability of the system.
In the MHT-IDP algorithm, the newly adaptive SPRT threshold can be written as:
{ T 2 [ α ( k ) , β ] = ln [ 1 β α ( k ) ] T 1 [ α ( k ) , β ] = ln [ β 1 α ( k ) ] .
Thus, at scan k, the logic of the adaptive SPRT to process the measurements is:
L ( T t ( k ) ) { T 2 [ α ( k ) , β ] ,   delete T 1 [ α ( k ) , β ] ,   confirm otherwise ,   continue   track
The module of the adaptive SPRT manages the tracks by deleting the low-score tracks, which reduces unnecessary calculation. We cluster the tracks, form the global hypothesizes, and then deliver the tracks that the survive pruning step to the next scan. The MHT-IDP pseudo-code is presented in Algorithm 1.
Algorithm 1 Pseudo-code of the MHT-IDP algorithm.
Input: the measurement data z(k).
Output: the best tracks T t ( k ) , t = 1 , 2 , , N .
1: Set k=1.
2: for i=1→length (z(k))
3:  calculate the adaptive threshold τi(k) with (14)
4:  if amplitude ai(k) > τi(k)
5:    calculate the adaptive detection probability P d i ( k ) with (19) and calculate the clutter density and λ m i ( k ) with (22).
6:    calculate the adaptive score function Δ L m i ( k ) with (26) and acquire the changing alarm number N f a i ( k ) with (29).
7:  end if
8: end for
9: calculate the track score Lt(k), t = 1,2,...,N. with (24).
10: calculate the adaptive SPRT threshold with (31)and (32)
11: for t = 1→N
12:  if Lt(k) > T1(k), confirm the track, end if
13:  else if T2(k) ≤ Lt(k) ≤ T1(k), continue to test track, end if
14:  else if Lt(k) < T2(k), delete the track, end if
15: end for
16: cluster the tracks, form the global hypothesizes and N-best pruning the tracks.
17: Set k = k+1, return the predicted data z ^ ( k + 1 ) to step 2.

4. Experimental Results

In this section, we evaluate the MHT-IDP algorithm in the dense clutter simulation scenarios by several performance metrics. Comparisons were made with the standard MHT algorithm and the GNN algorithm in order to demonstrate the MHT-IDP algorithm’s superiority in tracking performance.

4.1. Simulation Scenairo.

In the simulation scenario, we had 10 motion targets distributed in a space of [−4000, 4000 m] × [−4000, 4000 m] × [0, 1000 m]. We assumed a sampling interval T = 1 s . The measurements covered 100 scans. Figure 3 shows the trajectories of the target, and Figure 4 shows the target measurements with the dense clutter.
The state space model of the filter was a constant velocity (CV) model. Targets moved in a 3D surveillance area. At scan k, the target state was x k = [ p x , k , p ˙ x , k , p y , k , p ˙ y , k , p z , k , p ˙ z , k ] T which included the information of velocity and location in the X–Y–Z coordinate system. The state transition matrix F , the measurement matrix H , the covariance matrix of process noise Q , and the covariance matrix of measurement noise R were defined as follows
F = [ F 1 0 0 0 F 1 0 0 0 F 1 ] , F 1 = [ 1 T 0 1 ] ; H = [ 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 ]
Q = [ Q 1 0 0 0 Q 1 0 0 0 Q 1 ] δ v 2 , Q 1 = [ 1 2 T 2 T ] ; R = [ 1 0 0 0 1 0 0 0 1 ] δ ε 2
where the standard deviation of process noise was δ v = 50 m 3 and the standard deviation of measurement noise was δ ε = 50 m 3 . The density of the new target was λ v = 1 × 10 11 / m 3 . The density of clutter was λ = 2 × 10 4 / m 3 , the average false alarm rate was P ¯ f a = 10 6 , and the true track deletion probability was β = 10 3 . To verify the performance of the proposed algorithm, we compared the proposed algorithm with the MHT algorithm and the GNN algorithm under 100 Monte Carlo simulations.

4.2. Results and Evaluation.

In this part, we compare the performance of three algorithms with respect to the miscorrelation rate, the correct correlation rate, the average number of false tracks, the average track maintenance time, and the optimal sub pattern assignment distance. The detailed description of these metrics was introduced in [22,23,24,25,26,27,28].
(a) The correct correlation rate of true tracks ( R C C ) is defined as the ratio of the total number of observations correctly associated with true tracks N C C to the number of the observations that originate from targets N O T . The correct correlation rate of the true tracks is one of the metrics to evaluate the quality of data correlation. It can be expressed as:
R C C = N C C N O T .
(b) The miscorrelation rate of true tracks ( R M C ) is also used for evaluating the data association quality. It is defined as the ratio of the average number of miscorrelation N M C over the average track life T A T , and it can be calculated as:
R M C = N M C T A T
(c) The average number of false track ( N f t ¯ ) is defined as the average number of false tracks over the Monte Carlo simulations. When assuming that the kth Monte Carlo simulation produces N f t ( k ) false tracks and the total number of Monte Carlo simulation is N M , then the average number of false track is:
N f t ¯ = N = 1 N M N f t ( k ) N M .
(d) The average track maintenance time ( T A m ) metric is defined to evaluate the performance of track maintenance in each scan. If we suppose at scan k that the duration of track m is T d t ( m ) and the total number of tracks is N N , then the average track maintenance time can be calculated as:
T A m ( k ) = m = 1 N N T d t ( m ) N N
(e) The average processing time for per scan ( T H )metric is defined to evaluate the tracker computational complexity in seconds.
(f) The optimal sub pattern assignment (OSPA) distance is defined to measure the accuracy of cardinality and state estimation. The OSPA distance between the set of the target real state X = { x 1 , , x n } and the set of the estimated state Y = { y ^ 1 , , y ^ m } is calculated by
d ¯ p ( c ) ( X , Y ) = { { 1 n [ min π Π n i = 1 m d ( c ) ( x i , y ^ π ( i ) ) p + c p ( n m ) ] } 1 / p ,   n m d ¯ p ( c ) ( Y , X ) ,                                                                                                                             n < m
where Π n represents the set of all possible permutations of { 1 , 2 , , n } , and d ( c ) ( x , y ) = min ( c , d ( x , y ) ) is the truncated Euclidean distance between the vectors x and y . In our simulations, the cut-off distance c was set to 200, and the order parameter p was set to 2.
The performances of the MHT-IDP algorithm, the MHT algorithm, and the GNN algorithm are shown in Table 1 and Figure 5, Figure 6, Figure 7, Figure 8, Figure 9, Figure 10 and Figure 11. It can be clearly seen that, compared to the conventional GNN algorithm and the MHT algorithm, the MHT-IDP algorithm had fewer false tracks, less clutter, and less mutual interference; thus, it presented a better tracking quality.
Table 1 illustrates the tracking performance of the three algorithms under several metrics. Compared with the MHT algorithm and the GNN algorithm, the MHT-IDP algorithm had a lower miscorrelation rate of true tracks R M C and a higher correct correlation rate of true tracks R C C . Thus, the MHT-IDP algorithm had a better accuracy of data association. Furthermore, the MHT-IDP algorithm had a smaller average number of false tracks N f t ¯ . This means that the MHT-IDP algorithm could effectively reduce the number of false tracks. Moreover, the MHT-IDP algorithm had a longer average processing time for per scan T H than the MHT algorithm and the GNN algorithm, which means that the MHT- IDP algorithm obtained better tracking effect at the expense of more computation time.
Figure 8 shows the comparison results of the average track maintenance time of the three algorithms. The average track maintenance times of the GNN algorithm, the MHT algorithm, and the MHT-IDP algorithm were 28.92, 27.12, and 34.91 s, respectively. According to Figure 8, the MHT-IDP algorithm improved the track continuity, reduced the interference of false track, and effectively increased the track maintenance time.
Figure 9 and Figure 10 show the OSPA distance and the cardinality estimation of three algorithms. It can be seen that the MHT-IDP algorithm had a lower average OSPA distance. Moreover, the mean value of cardinality estimation was closer to the actual target number, and the covariance of cardinality estimation was smaller. These simulation results prove that the proposed algorithm can acquire better estimation performance.
Figure 11 shows the true tracks miscorrelation rate of three algorithms. The means of the miscorrelation rate of true tracks of the GNN algorithm, the MHT algorithm, and the MHT-IDP algorithm were 0.0697, 0.0676 and 0.0142, respectively. According to Figure 11, we can see that the MHT-IDP algorithm effectively reduced the miscorrelation rate of true tracks.

5. Conclusions

In this paper, we proposed a new multiple hypothesis tracker, MHT-IDP, in which tracking is integrated with the detection process. This algorithm obtains adaptive thresholds by using the coupling relationship between the detector and the tracker, and it calculates the corresponding adaptive score function and adaptive SPRT thresholds in order to improve the data association and track management performance. To illustrate the effectiveness of the proposed algorithm in both data association and track management, we compared the MHT-IDP algorithm with the standard MHT algorithm and the GNN algorithm in a dense-clutter scenario. We found that the proposed MHT-IDP algorithm can efficiently suppress the false alarm tracks and obtains a better tracking effect at the expense of more computation time. Specifically, it has a higher correct correlation rate of true tracks, a smaller average number of false tracks, and a lower miscorrelation rate of true tracks, as well as a lower OSPA distance and a more accurate cardinality estimation.

Author Contributions

Project administration, J.S.; conceptualization, Z.W. and J.S.; methodology, Z.W. and J.S.; simulation, Z.W., G.D. and Q.L.; writing—original draft, Z.W. and G.D.; writing—review & editing, Q.L. All authors read and approve the manuscript.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (61471019).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bar-Shalom, Y.; Thomas, E.F.; Peter, G.C. Tracking and data association. J. Acoust. Soc. 1990, 87, 918–919. [Google Scholar] [CrossRef]
  2. Blackman, S.; Popolo, R. Design and Analysis of Modem Tracking System; Artech House: Boston, MA, USA, 1999. [Google Scholar]
  3. Raguraman, P.; Ramasundaram, M.; Balakrishnan, V. Localization in Wireless Sensor Networks: A Dimension based pruning approach in 3D environments. Appl. Soft Comput. 2018, 68, 219–232. [Google Scholar] [CrossRef]
  4. Strumberger, I.; Minovic, M.; Tuba, M.; Bacanin, N. Performance of Elephant Herding Optimization and Tree Growth Algorithm Adapted for Node Localization in Wireless Sensor Networks. Sensors 2019, 19, 2515. [Google Scholar] [CrossRef] [PubMed]
  5. Blackman, S. Multiple hypothesis tracking for multiple target tracking. IEEE Aerosp. Electron. Syst. Mag. 2004, 19, 5–18. [Google Scholar] [CrossRef]
  6. Willett, P.; Niu, R.; Bar-Shalom, Y. Integration of Bayes detection with target tracking. IEEE Trans. Signal Process. 2001, 49, 17–29. [Google Scholar] [CrossRef]
  7. Fortmann, T.; Bar-Shalom, Y.; Scheffe, M.; Gelfand, S. Detection thresholds for tracking in clutter—A connection between estimation and signal processing. IEEE Trans. Autom. Control 1985, 30, 221–229. [Google Scholar] [CrossRef]
  8. Boers, Y.; Driessen, H. Modified Riccati equation and its application to target tracking. IEE Proc. Radar Sonar Navig. 2006, 153, 7–12. [Google Scholar] [CrossRef]
  9. Aslan, M.S.; Saranli, A. Threshold optimization for tracking a nonmaneuvering target. IEEE Trans. Aerosp. Electron. Syst. 2011, 47, 2844–2859. [Google Scholar] [CrossRef]
  10. Zeng, T.; Zheng, L.; Li, Y.; Chen, X.; Long, T. Offline Performance Prediction of PDAF with Bayesian Detection for Tracking in Clutter. IEEE Trans. Signal Process. 2012, 61, 770–781. [Google Scholar] [CrossRef]
  11. Wang, Y.Q.; Kong, L.J.; YI, W.; Yang, X.B. Integration of Detection with JPDAF for Multi-Target Tracking. Radar Sci. Technol. 2014, 12, 143–148. [Google Scholar]
  12. Reid, D. An algorithm for tracking multiple targets. IEEE Trans. Autom. Control. 1979, 24, 843–854. [Google Scholar] [CrossRef]
  13. Demos, G.C. Applications of MHT to dim moving targets. In Proceedings of the Signal and Data Processing of Small Targets, Orlando, FL, USA, 1 October 1990; pp. 297–309. [Google Scholar]
  14. Werthmann, J.R. Step-by-step description of a computationally efficient version of multiple hypothesis tracking. In Proceedings of the Signal and Data Processing of Small Targets, Orlando, FL, USA, 25 August 1992; pp. 288–300. [Google Scholar]
  15. Frank, A.; Smyth, P.; Ihler, A. Beyond MAP estimation with the track-oriented multiple hypothesis tracker. IEEE Trans. Signal Process. 2014, 62, 2413–2423. [Google Scholar] [CrossRef]
  16. Chen, H.; Zhang, B.; Chen, Y. Multiple hypothesis tracking with adaptive association depth. Syst. Eng. Electron. 2016, 38, 2000–2007. [Google Scholar]
  17. Zhang, Z.; Fu, K.; Sun, X.; Ren, W. Multiple target tracking based on multiple hypotheses tracking and modified ensemble Kalman filter in multi-sensor fusion. Sensors 2019, 19, 3118. [Google Scholar] [CrossRef] [PubMed]
  18. Klemm, R. Applications of Space-Time Adaptive Processing; IET: London, UK, 2004. [Google Scholar]
  19. Wald, A. Sequential tests of statistical hypotheses. Ann. Math. Stat. 1945, 16, 117–186. [Google Scholar] [CrossRef]
  20. Fu, J.; Sun, J.; Lu, S.; Zhang, Y. Multiple hypothesis tracking based on the shiryayev sequential probability ratio test. Sci. China Inf. Sci. 2016, 59, 1–11. [Google Scholar] [CrossRef]
  21. Liu, Y.; Li, X.R. Sequential multiple-model detection of target maneuver termination. In Proceedings of the International Conference on Information Fusion, Chicago, IL, USA, 5–8 July 2011. [Google Scholar]
  22. Sun, J.; Li, Q.; Zhang, X.; Sun, W. An Efficient Implementation of Track-Oriented Multiple Hypothesis Tracker Using Graphical Model Approaches. Math. Probl. Eng. 2017, 10, 1–11. [Google Scholar] [CrossRef]
  23. Leung, H.; Hu, Z.; Blanchette, M. Evaluation of multiple radar target trackers in stressful environments. IEEE Trans. Aerosp. Electron. Syst. 2002, 35, 663–674. [Google Scholar] [CrossRef]
  24. Hoffman, J.R.; Mahler, P.S. Multitarget miss distance via optimal assignment. IEEE Trans. Syst. Man Cybern. Part A Syst. Hum. 2004, 34, 327–336. [Google Scholar] [CrossRef]
  25. Yan, J.; Liu, H.; Jiu, B.; Liu, Z.; Bao, Z. Joint Detection and Tracking Processing Algorithm for Target Tracking in Multiple Radar System. IEEE Sens. J. 2015, 15, 6534–6541. [Google Scholar] [CrossRef]
  26. Chen, X.; Li, Y.; Li, Y.; Yu, J.; Li, X. A novel probabilistic data association for target tracking in a cluttered environment. Sensors 2016, 16, 2180. [Google Scholar] [CrossRef] [PubMed]
  27. Schuhmacher, D.; Vo, B.T.; Vo, B.N. A consistent metric for performance evaluation of multi-object filters. IEEE Trans. Signal Process. 2008, 56, 3447–3457. [Google Scholar] [CrossRef] [Green Version]
  28. He, S.; Shin, H.S.; Tsourdos, A. Joint Probabilistic Data Association Filter with Unknown Detection Probability and Clutter Rate. Sensors 2018, 18, 269. [Google Scholar]
Figure 1. The flowchart of the multiple hypothesis tracking integrated with detection processing (MHT-IDP) algorithm.
Figure 1. The flowchart of the multiple hypothesis tracking integrated with detection processing (MHT-IDP) algorithm.
Sensors 19 05278 g001
Figure 2. The score function method as an application of the sequential probability ratio test (SPRT).
Figure 2. The score function method as an application of the sequential probability ratio test (SPRT).
Sensors 19 05278 g002
Figure 3. Target trajectories.
Figure 3. Target trajectories.
Sensors 19 05278 g003
Figure 4. The real measurements with clutter.
Figure 4. The real measurements with clutter.
Sensors 19 05278 g004
Figure 5. The estimated trajectories of the global nearest neighbor (GNN) algorithm.
Figure 5. The estimated trajectories of the global nearest neighbor (GNN) algorithm.
Sensors 19 05278 g005
Figure 6. The estimated trajectories of the MHT algorithm.
Figure 6. The estimated trajectories of the MHT algorithm.
Sensors 19 05278 g006
Figure 7. The estimated trajectories of the MHT-IDP algorithm.
Figure 7. The estimated trajectories of the MHT-IDP algorithm.
Sensors 19 05278 g007
Figure 8. The average track maintenance time of three algorithms.
Figure 8. The average track maintenance time of three algorithms.
Sensors 19 05278 g008
Figure 9. The optimal sub pattern assignment (OSPA) distance of three algorithms.
Figure 9. The optimal sub pattern assignment (OSPA) distance of three algorithms.
Sensors 19 05278 g009
Figure 10. The cardinality estimation of three algorithms.
Figure 10. The cardinality estimation of three algorithms.
Sensors 19 05278 g010
Figure 11. The miscorrelation rate of true tracks of three algorithms.
Figure 11. The miscorrelation rate of true tracks of three algorithms.
Sensors 19 05278 g011
Table 1. Simulation results of three algorithms.
Table 1. Simulation results of three algorithms.
Algorithm R C C N f t ¯ T H
GNN0.901100.283s
MHT0.924110.309s
MHT-IDP0.98230.486s

Share and Cite

MDPI and ACS Style

Wang, Z.; Sun, J.; Li, Q.; Ding, G. A New Multiple Hypothesis Tracker Integrated with Detection Processing. Sensors 2019, 19, 5278. https://doi.org/10.3390/s19235278

AMA Style

Wang Z, Sun J, Li Q, Ding G. A New Multiple Hypothesis Tracker Integrated with Detection Processing. Sensors. 2019; 19(23):5278. https://doi.org/10.3390/s19235278

Chicago/Turabian Style

Wang, Ziwei, Jinping Sun, Qing Li, and Guanhua Ding. 2019. "A New Multiple Hypothesis Tracker Integrated with Detection Processing" Sensors 19, no. 23: 5278. https://doi.org/10.3390/s19235278

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