Skip to main content

Sequential measurement-driven multi-target Bayesian filter

Abstract

Bayesian filter is an efficient approach for multi-target tracking in the presence of clutter. Recently, considerable attention has been focused on probability hypothesis density (PHD) filter, which is an intensity approximation of the multi-target Bayesian filter. However, PHD filter is inapplicable to cases in which target detection probability is low. The use of this filter may result in a delay in data processing because it handles received measurements periodically, once every sampling period. To track multiple targets in the case of low detection probability and to handle received measurements in real time, we propose a sequential measurement-driven Bayesian filter. The proposed filter jointly propagates the marginal distributions and existence probabilities of each target in the filter recursion. We also present an implementation of the proposed filter for linear Gaussian models. Simulation results demonstrate that the proposed filter can more accurately track multiple targets than the Gaussian mixture PHD filter or cardinalized PHD filter.

1 Introduction

Multi-target tracking aims to detect individual targets in the surveillance region of interest and estimate their states according to a sequence of noisy and cluttered measurements collected by sensors. The most efficient technique for multi-target tracking is the multi-target Bayesian filter, which propagates joint posterior distribution of the multi-target state [1, 2]. However, such propagation is computationally intensive because of the high dimensionality of the multi-target state space [2, 3]. With the use of the Bayesian framework to propagate the posterior intensity of multiple targets recursively, the probability hypothesis density (PHD) filter provides a numerically tractable solution to this problem [2, 3]. Two numerical solutions, namely sequential Monte Carlo (SMC) [4–9] and Gaussian mixtures (GM) [10–17], have been developed for the PHD filter. Extensions of the PHD filter have also been proposed to improve its performance. PHD filters with observation-driven birth intensity were independently proposed in [16, 18, 19] to eliminate the need for exact knowledge of birth intensity. Methods for maintaining track continuity were proposed in [4, 20] for the SMC-PHD filter and in [21] for the GM-PHD filter. To improve the accuracy and stability of the target number estimate, the cardinalized PHD (CPHD) filter, which jointly propagates moment and cardinality, was proposed in [22]. Methods for estimating an unknown clutter rate, which is an important parameter of the PHD and CPHD filters, were proposed in [23] and [24]. In [12], the GM-PHD filter was extended to linear jump Markov multi-target models for use in tracking maneuvering targets.

Although the PHD filter has several advantages, it becomes inefficient in cases with low target detection probability. This inefficiency occurs because the PHD filter has a weak memory and is easily influenced by new incoming measurements [2, 17, 22]. Owing to its weak memory, the PHD filter fails to provide state estimates of existing targets if these targets are missing from new incoming measurements [2]. Moreover, the PHD filter may result in data processing delay. This delay occurs because the PHD filter handles new incoming measurements periodically, once every sampling period. In this manner, new measurements have to be gathered for a sampling period before being processed. Therefore, a significant delay arises from a long sampling period. The CPHD filter has a better memory than the PHD filter but has a slower response in detecting target appearance and disappearance and is less influenced by new incoming measurements. Despite its strong memory, the CPHD filter may also be inefficient in cases with low detection probability because it has more difficulty than the PHD filter in giving state estimates of new targets because of its slow response to new targets. In addition, similar to the PHD filter, the CPHD filter may also result in data processing delay because it also handles new incoming measurements periodically.

To resolve the multi-target tracking problem efficiently in the case of low detection probability and to reduce data processing delay, we propose a sequential measurement-driven Bayesian filter. This filter propagates the marginal distributions and existence probabilities of each target in the filter recursion and uses received measurements to generate new marginal distributions and update existing marginal distributions. In this filter, we use the prediction marginal distribution and existence probability of a target as its update marginal distribution and existence probability, respectively, and propagate them in the filter recursion if this target is missing from the incoming measurements. Thus, the proposed filter has a sufficient memory to missing targets, which enables this filter applicable to tracking multiple targets in the case of low detection probability. Moreover, this filter reduces the data processing delay that exists in PHD and CPHD filters because new incoming measurements can be processed whenever they become available. We also propose a closed-form solution and implementation of the proposed filter for linear Gaussian models. In terms of optimal sub-pattern assignment (OSPA) distance [25], we compare the proposed filter with the PHD and CPHD filters through simulation. These three filters are capable of tracking multiple targets in the presence of clutter as well as target appearance and disappearance. Among the three filters, the proposed filter is the best at tracking multiple targets in cases of low detection probability.

The main contributions of this paper are twofold. First, we propose a new Bayesian filter for sequentially handling new measurements. The proposed filter handles received measurements in real time and is applicable to tracking multiple targets in the case of low detection probability. Second, we present a novel implementation of the proposed filter for linear Gaussian models.

The remainder of this paper is organized as follows: Section 2 briefly introduces the multi-target Bayesian filter. Section 3 proposes the sequential measurement-driven multi-target Bayesian filter to propagate marginal distribution. Section 4 discusses the implementation of the proposed filter in linear Gaussian models. Section 5 evaluates the performance of the proposed filter. Section 6 states the drawn conclusions.

2 Multi-target Bayesian filter

We first provide a brief description of the multi-target Bayesian filter [1]. In a multi-target Bayesian filter, the distribution of interest is the joint posterior f(x k |y 1 : k ), which is also known as the filtering distribution, where k denotes the time step, x k  = (x 1,k  ⋯ x N ,k ) is the multi-target state at time step k, N is the target number, and y 1 : k  = (y 1 ⋯ y k ) represents all observations from time step 1 to time step k. The filtering distribution of a multi-target Bayesian filter can be computed by using a two-step recursion.

Prediction step:

$$ f\left({\mathbf{x}}_k\Big|{\mathbf{y}}_{1:k-1}\right)={\displaystyle \int f\left({\mathbf{x}}_k\Big|{\mathbf{x}}_{k-1}\right)}f\left({\mathbf{x}}_{k-1}\Big|{\mathbf{y}}_{1:k-1}\right)d{\mathbf{x}}_{k-1} $$
(1)

Update step:

$$ f\left({\mathbf{x}}_k\Big|{\mathbf{y}}_{1:k}\right)=\frac{g\left({\mathbf{y}}_k\Big|{\mathbf{x}}_k\right)f\left({\mathbf{x}}_k\Big|{\mathbf{y}}_{1:k-1}\right)}{f\left({\mathbf{y}}_k\Big|{\mathbf{y}}_{1:k-1}\right)} $$
(2)

where f(x k |x k − 1) denotes the Markov transition probability from state x k − 1 at time step k − 1 to state x k at time step k, g(y k |x k ) is the probability density that state x k at time step k generates measurement y k at time step k, and f(y k |y 1 : k − 1) is given by:

$$ f\left({\mathbf{y}}_k\Big|{\mathbf{y}}_{1:k-1}\right)={\displaystyle \int g\left({\mathbf{y}}_k\Big|{\mathbf{x}}_k\right)f\left({\mathbf{x}}_k\Big|{\mathbf{y}}_{1:k-1}\right)d{\mathbf{x}}_k} $$
(3)

Equation 2 clearly shows that the new filtering distribution is obtained by directly applying the Bayesian rule. The generally intractable multi-target Bayesian filter involves integrals of high dimensions. This intractability is usually resolved by applying fixed grid approximation, SMC approximation, and PHD approximation [1, 2].

3 Sequential measurement-driven multi-target Bayesian filter

Similar to the PHD filter in [10] and CPHD filter in [22], we consider the following assumptions to present the sequential measurement-driven Bayesian (SMB) filter.

  • A1. Targets evolve and generate observations independent of one another.

  • A2. Clutter is independent of target-originated measurements.

  • A3. The survival and detection probabilities of each target are state independent.

To derive the SMB filter conveniently, we also assume that the number of targets at time step k − 1 is N k − 1; the states of individual targets at time step k − 1 are x i,k − 1, i = 1 ⋯ N k − 1; the marginal distributions and existence probabilities of individual targets at time step k − 1 are f i (x i,k − 1|y 1 : k − 1), i = 1 ⋯ N k − 1 and p i,k − 1, i = 1 ⋯ N k − 1, respectively; and y 1 : k − 1 = (y 1 ⋯ y k − 1) represents all observations up to time step k − 1. The objective is to determine the marginal distributions for each target and their existing probabilities at time step k.

Individually using Equation 1 to process each marginal distribution f i (x i,k − 1|y 1 : k − 1) at time step k − 1, we obtain individual prediction distributions f i (x i,k |y 1 : k − 1), i = 1 ⋯ N k − 1 at time step k as:

$$ {f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{y}}_{1:k-1}\right)={\displaystyle \int {f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{x}}_{i,k-1}\right)}{f}_i\left({\mathbf{x}}_{i,k-1}\Big|{\mathbf{y}}_{1:k-1}\right)d{\mathbf{x}}_{i,k-1},i=1\cdots {N}_{k-1} $$
(4)

The existence probability p i,k|k − 1 of the prediction distribution f i (x i,k |y 1 : k − 1) is given by:

$$ {p}_{S,k}={p}_{S,k}\left({t}_k,{t}_{k-1}\right){p}_{i,k-1},i=1\cdots {N}_{k-1} $$
(5)

where p S,k (t k , t k − 1) is the time-dependent survival probability of the target, and t k is the time of time step k.

Assuming that the observations at time step k are denoted by y k  = (y 1,k  ⋯ y M ,k ) where M is the number of observations at time step k, we deal with these M observations one after another to obtain individual update distributions and their corresponding existence probabilities. The procedure is as follows:

$$ {\left\{\begin{array}{l}{f}_{i,0}\left({\mathbf{x}}_{i,k}\right)\\ {}{p}_{i,k}^0\end{array}\right\}}_{i=1}^{N_{k-1}}\overset{y_{1,k}}{\to }{\left\{\begin{array}{l}{f}_{i,1}\left({\mathbf{x}}_{i,k}\right)\\ {}{p}_{i,k}^1\end{array}\right\}}_{i=1}^{N_{k-1}}\to \cdots \overset{y_{j-1,k}}{\to }{\left\{\begin{array}{l}{f}_{i,j-1}\left({\mathbf{x}}_{i,k}\right)\\ {}{p}_{i,k}^{j-1}\end{array}\right\}}_{i=1}^{N_{k-1}}\overset{y_{j,k}}{\to}\cdots \overset{y_{M,k}}{\to }{\left\{\begin{array}{l}{f}_{i,M}\left({\mathbf{x}}_{i,k}\right)\\ {}{p}_{i,k}^M\end{array}\right\}}_{i=1}^{N_{k-1}} $$

where f i,0(x i,k ) = f i (x i,k |y 1 : k − 1) and \( {p}_{i,k}^0\kern0.5em =\kern0.5em {p}_{i,k\Big|k-1} \). After observation y j − 1,k is processed, the update distributions and their corresponding existence probabilities are f i,j − 1(x i,k ), i = 1 ⋯ N k − 1 and \( {p}_{i,k}^{j-1} \), i = 1 ⋯ N k − 1, respectively. Using the Bayesian rule to handle observation y j,k , we can obtain the update distribution as follows:

$$ {f}_{i,j}^u\left({\mathbf{x}}_{i,k}\right)=\frac{p_{D,k}{p}_{i,k}^{j-1}{g}_i\left({\mathbf{y}}_{j,k}\Big|{\mathbf{x}}_{i,k}\right){f}_{i,j-1}\left({\mathbf{x}}_{i,k}\right)}{\lambda_{c,k}+{p}_{D,k}{\displaystyle \sum_{e=1}^{N_{k-1}}{p}_{e,k}^{j-1}{\displaystyle \int {g}_e\left({\mathbf{y}}_{j,k}\Big|{\mathbf{x}}_{e,k}\right){f}_{e,j-1}\left({\mathbf{x}}_{e,k}\right)d{\mathbf{x}}_{e,k}}}} $$
(6)

where λ c,k is the clutter density, p D,k is the state-independent detection probability of the target, and g i (â‹…|x i,k ) is the measurement likelihood. Normalizing Equation 6, we obtain the update distribution \( {f}_{i,j}^a\left({\mathbf{x}}_{i,k}\right) \) as:

$$ {f}_{i,j}^a\left({\mathbf{x}}_{i,k}\right)=\frac{1}{p_{i,k}^{a,j}}{f}_{i,j}^u\left({\mathbf{x}}_{i,k}\right) $$
(7)

where \( {p}_{i,k}^{a,j} \) is the existence probability of the update distribution \( {f}_{i,j}^a\left({\mathbf{x}}_{i,k}\right) \), and is defined as:

$$ {p}_{i,k}^{a,j}={\displaystyle \int {f}_{i,j}^u\left({\mathbf{x}}_{i,k}\right)d{\mathbf{x}}_{i,k}} $$
(8)

Given that observation y j,k may originate from one of the targets or from clutter, therefore, we must determine whether observation y j,k originates from target i or not. This process can be accomplished by comparing previous existence probability \( {p}_{i,k}^{j-1} \) with existence probability \( {p}_{i,k}^{a,j} \). If \( {p}_{i,k}^{a,j}>{p}_{i,j-1} \), then observation y j,k may originate from target i; in this case, the update distribution f i,j (x i,k ) should be \( {f}_{i,j}^a\left({\mathbf{x}}_{i,k}\right) \). Otherwise, observation y j,k may originate from other targets or from clutter; in this case, previous update distribution f i,j − 1(x i,k ) should be maintained. Therefore, we have:

$$ {f}_{i,j}\left({\mathbf{x}}_{i,k}\right)=\left\{\begin{array}{l}{f}_{i,j}^a\left({\mathbf{x}}_{i,k}\right);\kern3em if\kern0.5em {p}_{i,k}^{a,j}>{p}_{i,k}^{j-1}\\ {}{f}_{i,j-1}\left({\mathbf{x}}_{i,k}\right);\kern2em if\kern0.5em {p}_{i,k}^{a,j}\le {p}_{i,k}^{j-1}\end{array}\right.,j=1\cdots M $$
(9)

The existence probability of update distribution f i,j (x i,k ) can be given by:

$$ {p}_{i,k}^j=\left\{\begin{array}{l}{p}_{i,k}^{a,j};\kern2.5em if\kern0.5em {p}_{i,k}^{a,j}>{p}_{i,k}^{j-1}\\ {}{p}_{i,k}^{j-1};\kern2.12em if\kern0.5em {p}_{i,k}^{a,j}\le {p}_{i,k}^{j-1}\end{array}\right.,j=1\cdots M $$
(10)

After all the M observations are processed, we obtain the update distributions f i (x i,k |y 1 : k ), i = 1 ⋯ N k − 1 at time step k and their corresponding existence probabilities p i,k , i = 1 ⋯ N k − 1 as:

$$ {f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{y}}_{1:k}\right)={f}_{i,M}\left({\mathbf{x}}_{i,k}\right),\;i=1\cdots {N}_{k-1} $$
(11)
$$ {p}_{i,k}={p}_{i,k}^M,i=1\cdots {N}_{k-1} $$
(12)

From Equations 6, 7, 8, 9, 10, 11, and 12, it is clear that f i (x i,k |y 1 : k ) = f i (x i,k |y 1 : k − 1) and p i,k = p i,k|k − 1 if no measurement is originated from target i. This phenomenon indicates that this filter uses the prediction marginal distribution and existence probability of a target as its update marginal distribution and existence probability, respectively, if the target is missing from the incoming measurements and also indicates that this filter has a sufficient memory to missing targets.

Please note that individual targets are not tracked independently in the proposed filter. As shown in Equation 6, we use the marginal distributions f e,j − 1(x e,k ), e = 1 ⋯ N k − 1 of individual targets to obtain the update distribution \( {f}_{i,j}^u\left({\mathbf{x}}_{i,k}\right) \) of target i. Therefore, individual targets are dependent in this filter.

In addition to existing targets, new targets may appear at time step k. Given that SMB filter is measurement driven, the marginal distributions of the new targets should be generated from the observations at time step k. To enable the SMB filter to track the new targets appearing at time step k, we extend update distributions f i (x i,k |y 1 : k ), i = 1 ⋯ N k − 1 to include the marginal distributions of the new targets as:

$$ {\left\{{f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{y}}_{1:k}\right)\right\}}_{i=1}^{N_k}={\left\{{f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{y}}_{1:k}\right)\right\}}_{i=1}^{N_{k-1}}\cup {\left\{{f}_{\gamma}^j\left({\mathbf{x}}_{i,k}\right)\right\}}_{j=1}^M $$
(13)

The existence probabilities of the extended update distributions are given by:

$$ {\left\{{p}_{i,k}\right\}}_{i=1}^{N_k}={\left\{{p}_{i,k}\right\}}_{i=1}^{N_{k-1}}\cup {\left\{{p}_{\gamma}^j\right\}}_{j=1}^M $$
(14)

where N k = N k − 1 + M; \( {f}_{\gamma}^j\left({\mathbf{x}}_{i,k}\right) \), j = 1 ⋯ M are the marginal distributions of the new targets; and \( {p}_{\gamma}^j \), j = 1 ⋯ M are the existence probabilities of the new targets.

Posterior distributions f i (x i,k |y 1 : k ), i = 1 ⋯ N k in Equation 13 are marginal distributions at time step k, and existence probabilities p i,k , i = 1 ⋯ N k in Equation 14 are existence probabilities of the marginal distributions at time step k.

4 Implementation of the SMB filter for linear Gaussian models

Similar to the GM-PHD filter in [10], the closed-form solution to the recursion of SMB filter requires the following assumptions:

  • A4: Each target follows a linear Gaussian dynamic model, and the sensor has a linear Gaussian measurement model, i.e.,

$$ {f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{x}}_{i,k-1}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{F}}_{k-1}{\mathbf{x}}_{i,k-1},{\mathbf{Q}}_{k-1}\right) $$
(15)
$$ {g}_i\left({\mathbf{y}}_{j,k}\Big|{\mathbf{x}}_{i,k}\right)=N\left({\mathbf{y}}_{j,k};{\mathbf{H}}_k{\mathbf{x}}_{i,k},{\mathbf{R}}_k\right) $$
(16)

where N(⋅; m, P) denotes a Gaussian density with mean m and covariance P; F k−1 is a state transition matrix, and H k is an observation matrix; and Q k−1 and R k are process noise and observation noise covariance matrices, respectively.

  • A5: The new marginal distributions at time step k are Gaussian distribution and are generated from observations at time step k as:

$$ {f}_{\gamma}^j\left({\mathbf{x}}_{i,k}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{\gamma}^j,{\mathbf{P}}_{\gamma}^j\right),j=1\cdots M $$
(17)

where \( {\mathbf{P}}_{\gamma}^j \) is the covariance matrix of new distribution j, and \( {\mathbf{m}}_{\gamma}^j \) is the mean of new distribution j. This mean is generated directly from measurement \( {\mathbf{y}}_{j,k}={\left[\begin{array}{cc}\hfill {x}_k^j\hfill & \hfill {y}_k^j\hfill \end{array}\right]}^T \) and is given by \( {\mathbf{m}}_{\gamma}^j={\left[\begin{array}{cccc}\hfill {x}_k^j\hfill & \hfill 0\hfill & \hfill {y}_k^j\hfill & \hfill 0\hfill \end{array}\right]}^T \). At the same time, we also assume that a small existence probability p γ is assigned to each new distribution, i.e.,

$$ {p}_{\gamma}^j={p}_{\gamma },j=1\cdots M $$
(18)

Any measurement received at time step k may be originated from a new target, an existing target, or clutter. Instead of classifying a measurement as belonging to a new target, we use each measurement to generate a new distribution and assign a small existence probability to each new distribution in the filter recursion.

Based on assumptions A4 and A5, we present a closed-form solution to the recursion of the SMB filter for linear Gaussian models. This solution consists of the following prediction and update steps:

  • Prediction step: Given that the marginal distributions of individual targets at time step k−1 are:

$$ {f}_i\left({\mathbf{x}}_{i,k-1}\Big|{\mathbf{y}}_{1:k-1}\right)=N\left({\mathbf{x}}_{i,k-1};{\mathbf{m}}_{i,k-1},{\mathbf{P}}_{i,k-1}\right),i=1\cdots {N}_{k-1} $$
(19)

and that existence probabilities of individual marginal distributions are denoted as p i,k − 1, i = 1 ⋯ N k − 1. Using Lemmas 1 and 2 in [10], individual prediction distributions can be derived from Equations 4 and 15 and are given by:

$$ {f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{y}}_{1:k-1}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k\Big|k-1},{\mathbf{P}}_{i,k\Big|k-1}\right),i=1\cdots {N}_{k-1} $$
(20)

where m i,k|k − 1 and P i,k|k − 1 are the mean and covariance of prediction distribution i, respectively, and are given by:

$$ {\mathbf{m}}_{i,k\Big|k-1}={\mathbf{F}}_{k-1}{\mathbf{m}}_{i,k-1},{\mathbf{P}}_{i,k\Big|k-1}={\mathbf{Q}}_{k-1}+{\mathbf{F}}_{k-1}{\mathbf{P}}_{i,k-1}{\mathbf{F}}_{k-1}^T $$
(21)

where T denotes the transpose. The existence probabilities for the prediction distributions N(x i,k ; m i,k|k − 1, P i,k|k − 1), i = 1 ⋯ N k − 1 are given by:

$$ {p}_{i,k\Big|k-1}={p}_{S,k}\left({t}_k,{t}_{k-1}\right){p}_{i,k-1},i=1\cdots {N}_{k-1} $$
(22)

where p S,k (t k , t k − 1) is the time-dependent survival probability of the target and is defined as:

$$ {p}_{S,k}\left({t}_{k,}{t}_{k-1}\right)= \exp \left(-\frac{t_k-t{}_{k-1}}{\delta \cdot T}\right) $$
(23)

where t k is the time of time step k, T is the sampling period, and δ is a given parameter. This definition is reasonable because the survival probability of an existing target decreases as time interval increases.

  • Update step: In this step, we deal with the received observations y k = (y 1,k ⋯ y M,k ) one after another by using the Bayesian rule to obtain individual update distributions and their corresponding existence probabilities.

Let f i,0(x i,k ) = f i (x i,k |y 1 : k−1) and \( {p}_{i,k}^0={p}_{i,k\Big|k-1} \); and let \( {f}_{i,j-1}\left({\mathbf{x}}_{i,k}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k}^{j-1},{\mathbf{P}}_{i,k}^{j-1}\right) \), i = 1 ⋯ N k−1 denote the individual update distributions after observation y j − 1,k is processed. Using Lemmas 1 and 2 in [10], after observation y j,k is processed, the update distribution f i,j (x i,k ) and its corresponding existence probability \( {p}_{i,k}^j \) are as follows:

$$ {f}_{i,j}\left({\mathbf{x}}_{i,k}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k}^j,{\mathbf{P}}_{i,k}^j\right)=\left\{\begin{array}{l}N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k}^{a,j},{\mathbf{P}}_{i,k}^{a,j}\right);\kern2.5em if\kern0.5em {p}_{i,k}^{a,j}>{p}_{i,k}^{j-1}\\ {}N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k}^{j-1},{\mathbf{P}}_{i,k}^{j-1}\right);\kern2em if\kern0.5em {p}_{i,k}^{a,j}\le {p}_{i,k}^{j-1}\end{array}\right.,j=1\cdots M $$
(24)
$$ {p}_{i,k}^j=\left\{\begin{array}{l}{p}_{i,k}^{a,j};\kern2.5em if\kern0.5em {p}_{i,k}^{a,j}>{p}_{i,k}^{j-1}\\ {}{p}_{i,k}^{j-1};\kern2.12em if\kern0.5em {p}_{i,k}^{a,j}\le {p}_{i,k}^{j-1}\end{array}\right. $$
(25)

where

$$ {\mathbf{m}}_{i,k}^{a,j}={\mathbf{m}}_{i,k}^{j-1}+{\mathbf{A}}_i\cdot \left({\mathbf{y}}_{j,k}-{\mathbf{H}}_k{\mathbf{m}}_{i,k}^{j-1}\right) $$
(26)
$$ {\mathbf{P}}_{i,k}^{a,j}=\left(\mathbf{I}-{\mathbf{A}}_i\cdot {\mathbf{H}}_k\right){\mathbf{P}}_{i,k}^{j-1} $$
(27)
$$ {\mathbf{A}}_i={\mathbf{P}}_{i,k}^{j-1}{\mathbf{H}}_k^{\mathrm{T}}{\left({\mathbf{H}}_k{\mathbf{P}}_{i,k}^{j-1}{\mathbf{H}}_k^{\mathrm{T}}+{\mathbf{R}}_k\right)}^{-1} $$
(28)
$$ {p}_{i,k}^{a,j}=\frac{p_{D,k}{p}_{i,k}^{j-1}N\left({\mathbf{y}}_{j,k};{\mathbf{H}}_k{\mathbf{m}}_{i,k}^{j-1},{\mathbf{H}}_k{\mathbf{P}}_{i,k}^{j-1}{\mathbf{H}}_k^T+{\mathbf{R}}_k\right)}{\lambda_{c,k}+{p}_{D,k}{\displaystyle \sum_{e=1}^{N_{k-1}}{p}_{e,k}^{j-1}N\left({\mathbf{y}}_{j,k};{\mathbf{H}}_k{\mathbf{m}}_{e,k}^{j-1},{\mathbf{H}}_k{\mathbf{P}}_{e,k}^{j-1}{\mathbf{H}}_k^T+{\mathbf{R}}_k\right)}} $$
(29)

After all the M observations are processed, we obtain the update distributions \( {f}_{i,M}\left({\mathbf{x}}_{i,k}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k}^M,{\mathbf{P}}_{i,k}^M\right) \), i = 1 ⋯ N k − 1 and their existence probabilities \( {p}_{i,k}^M \), i = 1 ⋯ N k − 1. The update distribution f i (x i,k |y 1 : k ) at time step k and their corresponding existence probability p i,k are given by:

$$ {f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{y}}_{1:k}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k},{\mathbf{P}}_{i,k}\right)={f}_{i,M}\left({\mathbf{x}}_{i,k}\right)=N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k}^M,{\mathbf{P}}_{i,k}^M\right),i=1\cdots {N}_{k-1} $$
(30)
$$ {p}_{i,k}={p}_{i,k}^M,i=1\cdots {N}_{k-1} $$
(31)

To enable the SMB filter to track the new targets appearing at time step k, we extend update distributions f i (x i,k |y 1 : k ), i = 1 ⋯ N k−1 to include new marginal distribution from Equation 17 as:

$$ \begin{array}{c}{\left\{{f}_i\left({\mathbf{x}}_{i,k}\Big|{\mathbf{y}}_{1:k}\right)\right\}}_{i=1}^{N_k}={\left\{N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k},{\mathbf{P}}_{i,k}\right)\right\}}_{i=1}^{N_k}\\ {}={\left\{N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{i,k},{\mathbf{P}}_{i,k}\right)\right\}}_{i=1}^{N_{k-1}}\cup {\left\{N\left({\mathbf{x}}_{i,k};{\mathbf{m}}_{\gamma}^j,{\mathbf{P}}_{\gamma}^j\right)\right\}}_{j=1}^M\end{array} $$
(32)

The existence probabilities of the extended update distributions are given by:

$$ {\left\{{p}_{i,k}\right\}}_{i=1}^{N_k}={\left\{{p}_{i,k}\right\}}_{i=1}^{N_{k-1}}\cup {\left\{{p}_{\gamma}^j\right\}}_{j=1}^M $$
(33)

An implementation of the proposed filter for linear Gaussian models comprises, in addition to the above prediction and update steps, the following multi-target state extraction step:

  • Multi-target state extraction step: Given the extended update distributions f i (x i,k |y 1 : k ) = N(x i,k ; m i,k , P i,k ), i = 1 ⋯ N k and their existence probabilities p i,k , i = 1 ⋯ N k , we first eliminate the Gaussian distribution whose existence probability is smaller than a given threshold Ï„. After pruning, the remaining Gaussian distributions and their existence probabilities are used as inputs for the next filtering recursion. We then select the Gaussian distributions with existence probabilities p i,k > 0.5 as outputs of the filter. The mean of a selected Gaussian distribution is the state estimate of a target.

5 Simulation results

We select the PHD/CPHD filters with measurement-driven birth intensity [19] as two contesting comparison objects in the simulation. The selected filters adapt the target birth intensity at each processing step with the use of the received measurements, thereby eliminating the need for prior specification of birth intensities [19].

We consider an example in this section. This example shows the tracking performances of the PHD filter, the CPHD filter, and the proposed SMB filter for linear Gaussian models. In this example, the pruning procedure presented in [10] is performed at each time step of both GM-PHD filter and GM-CPHD filter. The state extraction in GM-PHD filter involves selecting the means of the Gaussians that have weights greater than 0.5 as the state estimates [10], whereas the state extraction in GM-CPHD filter involves estimating the number of targets and then extracting the corresponding number of Gaussians with the highest weights as state estimates [22]. To assess the tracking performances of these three filters, we use the OSPA distance [25] as the measure, where parameters are set as p = 2 and c = 50 m.

Example: Targets move at a constant velocity in a 2-D region [−1,000 (m), 1,000 (m)] × [−1,000 (m), 1,000 (m)] in this example. The state vector is represented by \( {\mathbf{x}}_{i,k}={\left[{x}_{i,k}\quad {\dot{x}}_{i,k}\quad{y}_{i,k}\quad{\dot{y}}_{i,k}\right]}^T \), and the state transition matrix F k−1 and covariance matrix Q k−1 in Equation 15 are given by:

$$\begin{aligned} {\mathbf{F}}_{k-1}&=\left[\begin{array}{cccc}\hfill 1\hfill & \hfill \varDelta {t}_k\hfill & \hfill 0\hfill & \hfill 0\hfill \\ {}\hfill 0\hfill & \hfill 1\hfill & \hfill 0\hfill & \hfill 0\hfill \\ {}\hfill 0\hfill & \hfill 0\hfill & \hfill 1\hfill & \hfill \varDelta {t}_k\hfill \\ {}\hfill 0\hfill & \hfill 0\hfill & \hfill 0\hfill & \hfill 1\hfill \end{array}\right],\\{\mathbf{Q}}_{k-1}&=\left[\begin{array}{cc}\hfill \varDelta {t}_k^2/2\hfill & \hfill 0\hfill \\ {}\hfill \varDelta {t}_k\hfill & \hfill 0\hfill \\ {}\hfill 0\hfill & \hfill \varDelta {t}_k^2/2\hfill \\ {}\hfill 0\hfill & \hfill \varDelta {t}_k\hfill \end{array}\right]\;\left[\begin{array}{cccc}\hfill \varDelta {t}_k^2/2\hfill & \hfill \varDelta {t}_k\hfill & \hfill 0\hfill & \hfill 0\hfill \\ {}\hfill 0\hfill & \hfill 0\hfill & \hfill \varDelta {t}_k^2/2\hfill & \hfill \varDelta {t}_k\hfill \end{array}\right]{\sigma}_v^2 \end{aligned} $$

where Δt k = t k − t k − 1 and σ v is the standard deviation of the process noise. The observation matrix H k and covariance matrix R k in Equation 16 are:

$$ {\mathbf{H}}_k=\left[\begin{array}{cccc}1\hfill & \hfill 0\hfill & \hfill 0\hfill & \hfill 0\hfill \\ {}\hfill 0\hfill & \hfill 0\hfill & \hfill 1\hfill & \hfill 0\hfill \end{array}\right],{\mathbf{R}}_k=\left[\begin{array}{cc}\hfill 1\hfill & \hfill 0\hfill \\ {}\hfill 0\hfill & \hfill 1\hfill \end{array}\right]{\sigma}_w^2 $$

where σ w is the standard deviation of the observation noise.

Ten targets exist in this example. Targets 1 to 8 appear at t = 1 s, t = 1 s, t = 3 s, t = 3 s, t = 5 s, t = 8 s, t = 10 s, and t = 12 s, respectively, and continue to exist in the remaining time. Targets 9 and 10 appear at t = 14 s and t = 15 s but disappear at t = 40 s and t = 30 s, respectively. The initial states of the individual targets are as follows:

$$ {\mathbf{x}}_{1,1}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 35\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em -950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 35\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{2,1}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 35\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em 950\kern0.5em \left(\mathrm{m}\right),\kern0.5em -35\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{3,3}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 35\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em -880\kern0.5em \left(\mathrm{m}\right),\kern0.5em 35\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{4,3}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 35\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em 880\kern0.5em \left(\mathrm{m}\right),\kern0.5em -35\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{5,5}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 43\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em 440\kern0.5em \left(\mathrm{m}\right),\kern0.5em 0\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{6,8}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 43\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em -440\kern0.5em \left(\mathrm{m}\right),\kern0.5em 0\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{7,10}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 43\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em 500\kern0.5em \left(\mathrm{m}\right),\kern0.5em 0\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{8,12}={\left[-950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 43\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em -500\kern0.5em \left(\mathrm{m}\right),\kern0.5em 0\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{9,14}={\left[-500\kern0.5em \left(\mathrm{m}\right),\kern0.5em 0\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em -950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 65\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$
$$ {\mathbf{x}}_{10,15}={\left[-500\kern0.5em \left(\mathrm{m}\right),\kern0.5em 0\kern0.5em \left({\mathrm{ms}}^{-1}\right),\kern0.5em -950\kern0.5em \left(\mathrm{m}\right),\kern0.5em 60\kern0.5em \left({\mathrm{ms}}^{-1}\right)\right]}^T $$

The true trajectories of the 10 targets are shown in Fig. 1.

Fig. 1
figure 1

True target trajectories

The sampling period of the sensor is T = 1 s, and the measurements are generated by using p S,k = 1.0, p D,k = 0.8, σ v = 1 ms−2, σ w = 2 m, and λ c,k = 5 × 10−6 m−2. Figure 2 shows the measurement data in the horizontal plane. A 1-D view of these measurements along with the true tracks is shown in Fig. 3.

Fig. 2
figure 2

Measurement data

Fig. 3
figure 3

1-D view of true tracks and measurement data

To detect the targets in the surveillance space and to estimate their states from the measurement data, we set the corresponding parameters of these three filters to λ c,k = 5 × 10−6 m−2, p D,k = 0.8, σ v = 1 ms−2, σ w = 2 m, Ï„ = 10−3, and δ = 2. The weight \( {w}_{\gamma}^j \) of the new distribution in Gaussian mixture PHD/CPHD filters and the existence probability \( {p}_{\gamma}^j \) of the new distribution in the SMB filter are set to \( {w}_{\gamma}^j={p}_{\gamma}^j=0.05 \). The covariance of the new distribution is \( {\mathbf{P}}_{\gamma}^j={\left(\mathrm{diag}\left(\left[50\quad 25 \quad 50 \quad 25\right]\right)\right)}^2 \). In both PHD and CPHD filters, the survival probability p S,k is set to p S,k = 1.0.

To deal with the measurement data, we use SMD filter, Gaussian mixture PHD filter with a measurement-driven birth intensity (PHD-M filter), and Gaussian mixture CPHD filter with the measurement-driven birth intensity (CPHD-M filter). Figures 4, 5, and 6 respectively show the results given by these three filters.

Fig. 4
figure 4

Tracking result of the SMB filter

Fig. 5
figure 5

Tracking result of the PHD-M filter

Fig. 6
figure 6

Tracking result of the CPHD-M filter

Figures 4, 5, and 6 shows that these three filters can detect multiple targets and estimate their states in the presence of clutter as well as target appearance and disappearance. These three filters need a few time steps to confirm the appearance of new targets. Given the fast response of the SMB and PHD filters to the target appearance, they take fewer time steps than the CPHD filter in detecting a new target. The PHD filter fails to provide the state estimates of existing targets if these targets are missing from the incoming measurements owing to the poor memory of the filter. Meanwhile, the SMB and CPHD filters can provide the state estimates of missed targets because they have a sufficient memory for the existing targets. The sufficient memory also enables the CPHD filter and PHD filter to give state estimates of a disappearing target at the disappearing time, whereas the PHD filter does not provide the state estimate of a disappearing target because of its fast response to target disappearance. The strong memory of the CPHD filter causes it to provide excessive state estimates of existing and disappearing targets. Figure 7 shows the OSPA distances of these three filters and illustrates that the SMB filter performs best in terms of OSPA distance.

Fig. 7
figure 7

OSPA distances of the three filters

We run 100 Monte Carlo trials for each filter to obtain the average OSPA distance. The result shown in Fig. 8 reveals the following: 1) the SMB filter is the best at detecting and tracking multiple targets because the average OSPA distance of this filter is the smallest; 2) the average OSPA distances of SMB filter and PHD filter decrease faster than that of the CPHD filter between times t = 1 s and t = 15 s because they respond faster to the target appearance; and 3) each time a target disappears, a peak emerges in the plots of both the SMB and CPHD filters. This condition occurs because these two filters provide the state estimate of a disappearing target and are penalized with the cutoff distance, c = 50 m, at the time of the target’s disappearance.

Fig. 8
figure 8

Average OSPA distances of the three filters

Figure 9 shows the average OSPA distances of these three filters for different detection probabilities with clutter rate fixed at λ c,k = 5 × 10−6 m−2. The average OSPA distance increases as the detection probability decreases. In addition, the average OSPA distance of the SMB filter is the smallest for each detection probability smaller than 1.0.

Fig. 9
figure 9

Average OSPA distances of the three filters for different detection probabilities

Table 1 shows the average performing time of a Monte Carlo run for the different detection probabilities given a fixed clutter rate of λ c,k = 5 × 10−6 m−2. Based on Table 1, the average performing time of the SMB filter is larger than that of the PHD filter but smaller than that of the CPHD filter at each detection probability.

Table 1 Average performing time (s) of a Monte Carlo run for different detection probabilities

Figure 10 shows the average OSPA distances of the three filters on the basis of different clutter rates with detection probability fixed at p D,k = 0.8. The average OSPA distance increases as the clutter rate increases. The average OSPA distance of the SMB filter is consistently the smallest at each clutter rate.

Fig. 10
figure 10

Average OSPA distances of the three filters for different clutter rates

Table 2 shows the average performing time of a Monte Carlo run for different clutter rates with a fixed detection probability of p D,k = 0.8. Based on Table 2, the average performing time of the SMB filter is larger than that of the PHD filter but is smaller than that of the CPHD filter at each clutter rate.

Table 2 Average performing time ( s ) of a Monte Carlo run for different clutter rates

6 Conclusions

In this study, we propose a sequential measurement-driven multi-target Bayesian filter. This filter propagates marginal distributions and existence probabilities for each target. We also present an implementation of the proposed filter for linear Gaussian models. The proposed filter can process new observations as soon as these new observations become available, thereby reducing data processing delay. This filter can track multiple targets in the presence of clutter as well as target appearance and disappearance and is applicable to cases in which the detection probability of the target is low and the sampling period is long. Simulation results show that this filter tracks multiple targets better than the PHD and CPHD filters given a low detection probability of the target.

References

  1. J Vermaak, SJ Godsill, P Perez, Monte Carlo filtering for multi-target tracking and data association. IEEE Trans. Aerosp. Electron. Syst. 41(1), 309–31 (2005)

    Article  Google Scholar 

  2. R Mahler, Statistical multisource-multitarget information fusion (Artech House, Norwood, MA, 2007), pp. 565–653

    MATH  Google Scholar 

  3. R Mahler, Multitarget bayes filtering via first-order multitarget moments. IEEE Trans. Aerosp. Electron. Syst. 39(4), 1152–78 (2003)

    Article  Google Scholar 

  4. L Lin, Y Bar-Shalom, T Kirubarajan, Tracking labeling and PHD filter for multitarget tracking. IEEE Trans. Aerosp. Electron. Syst. 42(3), 778–95 (2006)

    Article  Google Scholar 

  5. JH Yoon, DY Kim, KJ Yoon, Efficient importance sampling function design for sequential Monte Carlo PHD filter. Signal Process. 92, 2315–21 (2012)

    Article  Google Scholar 

  6. JL Yang, HB Ji, A novel track maintenance algorithm for PHD/CPHD filter. Signal Process. 92, 2371–80 (2012)

    Article  Google Scholar 

  7. C Ouyang, HB Ji, ZQ Guo, Extensions of the SMC-PHD for jump Markov systems. Signal Process. 92, 1422–30 (2012)

    Article  Google Scholar 

  8. BN Vo, SS Doucet, Sequential Monte Carlo methods for multi-target filtering with random finite sets. IEEE Trans. Aerosp. Electron. Syst. 41(4), 1224–45 (2005)

    Article  Google Scholar 

  9. HJ Zhang, ZL Jing, SQ Hu, Localization of multiple emitter based on the sequential PHD filter. Signal Process. 90, 34–43 (2010)

    Article  MATH  Google Scholar 

  10. BN Vo, WK Ma, The Gaussian mixture probability hypothesis density filter. IEEE Trans. Signal Process. 54(11), 4091–104 (2006)

    Article  Google Scholar 

  11. K Panta, DE Clark, BN Vo, Data association and management for the Gaussian mixture probability hypothesis. IEEE Trans. Aerosp. Electron. Syst. 45(3), 1003–16 (2009)

    Article  Google Scholar 

  12. SA Pasha, BN Vo, HD Tuan, WK Ma, A Gaussian mixture PHD filter for jump Markov system models. IEEE Trans. Aerosp. Electron. Syst. 45(3), 919–36 (2009)

    Article  Google Scholar 

  13. ZX Liu, WX Xie, P Wang, Y Yu, A sequential GM-based PHD filter for a linear Gaussian system. Sci. China. Inf. Sci. 56(10), 102302:1–102302:10 (2013)

    Google Scholar 

  14. TM Wood, Interacting methods for manoeuvre handling in the GM-PHD filter. IEEE Trans. Aerosp. Electron. Syst. 47(4), 3021–5 (2011)

    Article  Google Scholar 

  15. WL Li, YM Jia, Gaussian mixture PHD filter for jump Markov models based on best-fitting Gaussian approximation. Signal Process. 91, 1036–42 (2011)

    Article  MATH  Google Scholar 

  16. Y Wang, ZL Jing, SQ Hu, JJ Wu, Detection-guided multi-target Bayesian filter. Signal Process. 92, 564–74 (2012)

    Article  Google Scholar 

  17. ZX Liu, WX Xie, P Wang, Y Yu, A Gaussian mixture PHD filter with the capability of information hold. Acta. Electronica. Sinica 41(8), 1603–8 (2013)

    Google Scholar 

  18. JH Yoon, DY Kin, SH Bae, V Shin, Joint initialization and tracking of multiple moving objects using Doppler information. IEEE Trans. Signal Process. 59(7), 3447–52 (2011)

    Article  MathSciNet  Google Scholar 

  19. B Ristic, D Clark, BN Vo, BT Vo, Adaptive target birth intensity for PHD and CPHD filter. IEEE Trans. Aerosp. Electron. Syst. 48(2), 1656–68 (2012)

    Article  Google Scholar 

  20. K Panta, BN Vo, S Singh, Novel data association schemes for the probability hypothesis density filter. IEEE Trans. Aerosp. Electron. Syst. 43(2), 556–70 (2007)

    Article  Google Scholar 

  21. K Panta, DE Clark, BN Vo, Data association and track management for the Gaussian mixture probability hypothesis density filter. IEEE Trans. Aerosp. Electron. Syst. 45(3), 1003–16 (2009)

    Article  Google Scholar 

  22. BT Vo, BN Vo, A Cantoni, Analytic implementations of the cardinalized probability hypothesis density filter. IEEE Trans. Signal Process. 55(7), 3553–67 (2007)

    Article  MathSciNet  Google Scholar 

  23. R Mahler, BT Vo, BN Vo, CPHD filtering with unknown clutter rate and detection profile. IEEE Trans. Signal Process. 59(8), 3497–513 (2011)

    Article  MathSciNet  Google Scholar 

  24. F Lian, CZ Han, WF Liu, Estimating unknown clutter intensity for PHD filter. IEEE Trans. Aerosp. Electron. Syst. 46(4), 2066–78 (2010)

    Article  Google Scholar 

  25. D Schuhmacher, BT Vo, BN Vo, A consistent metric for performance evaluation of multi-object filters. IEEE Trans. Signal Process. 56(8), 3447–57 (2008)

    Article  MathSciNet  Google Scholar 

Download references

Acknowledgements

This work was supported by the National Natural Science Foundation of China (Nos. 61271107 and 61301074), Shenzhen Basic Research Project (No. JCYJ20140418095735618), and National Defense Pre-research Foundation (No. 9140C800501140C80340).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Zong-xiang Liu.

Additional information

Competing interests

The authors declare that they have no competing interests.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0), which permits use, duplication, adaptation, distribution, and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Liu, Zx., Li, Lj., Xie, Wx. et al. Sequential measurement-driven multi-target Bayesian filter. EURASIP J. Adv. Signal Process. 2015, 43 (2015). https://doi.org/10.1186/s13634-015-0228-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13634-015-0228-8

Keywords