Skip to main content

Target estimation algorithm design using quantity data and target feature

Abstract

The estimation algorithm plays an important role in a radar tracking system. An improved estimation approach using both quantity data and target feature is investigated in this article. The advantage of this approach is that the system will have better estimation based on more target information. A data association denoted one-step conditional maximum likelihood algorithm is applied to match between radar measurements and existing target tracks. Moreover, an adaptive estimator is applied to combine the quantity data and target feature for estimation problems. According to the simulation results, this approach can enhance the performance of multiple-target tracking systems.

Introduction

In the tracking procedure, estimation algorithm is the key technique for multiple-target tracking systems. Once target measurements are received, an important process denoted data association must be applied to determine the exact associated relationship between measurements and predicted objects. In the literatures, some popular algorithms for data association were addressed, such as the joint probabilistic data association (JPDA) [1], one-step conditional maximum likelihood algorithm [2] and some applications using neural networks to tracking systems [3, 4]. In real applications, the moving targets usually include both maneuvering and non-maneuvering situations. If the targets are with maneuvering, the acceleration of targets usually causes the tracking in the radar system deviated from the trajectory. Consequently, how to detect and estimate the maneuvering status effectively is very important. The related techniques of tracking multiple maneuvering targets have been explored by some papers. An acceleration estimation algorithm based on the range rate measurement was developed in [5]. The interacting multiple model (IMM) methods [6] in target tracking applied two or more maneuver modes where the modes will be changed during tracking procedure according to target situations. An approach using the multiple hypotheses for multiple target tracking was proposed by the literature [7].

In a dense target tracking environment, some targets can be very close to each other. The measurements produced by these close targets can confuse the computation algorithms and result in inaccurate target estimation. Data association algorithm is the key technique to solve this problem. However, the data association algorithms presented before only use the quantity data to determine the correlation between the measurements and the existing targets. If there is more information offered for radar systems, the tracking results can be more accurate. In this article, an approach using both quantity data and target feature is developed. In order to accurately estimate the targets, an image processing method [8–12] is applied to determine the features of the target and the tracking filter is applied to obtain the quantity data. Moreover, in order to combine these two different attributes, an adaptive estimator is applied to match between radar measurements and existing target tracks. Based on this approach, because there is more information offered for a radar system, therefore the more accurate tracking results will be obtained.

The rest of the article is organized as follows. The data association algorithm denoted one-step maximum likelihood approach is presented in "Data association algorithm" section. The image processing for tracking system is presented in "The image processing for target feature" Section. An adaptive estimator is described in next section. The simulation results of multiple-target tracking are conducted in "Simulations" section. The conclusions are drawn in final section.

Data association algorithm

The one-step conditional maximum likelihood algorithm [2] is applied to obtain the solution of the multiple target tracking problems. The mathematic model of a target tracking system is defined as follows:

(1)
(2)

where X(k), state vector of the target; Y(k), measurement vector of the target; W(k), system noise assumed to be normally distributed with zero mean and variance Q(k); U(k), forcing input; V(k), measurement noise assumed to be normally distributed with zero mean and variance R(k); H(k), measurement matrix of the target; F(k), transition matrix of the target; G(k), transition matrix of the forcing input.

For each step k, once an observation vector is received, the corresponding likelihood denoted as a weighting coefficient for each hypothesis can be obtained from one formula derived as follows. Let

(3)
(4)

where β(k) is the vector whose entries consist of the uncertain parameters. Assuming that βk-1is correctly identified and V(k), W(k) are Gaussian, the conditional probability density function of Y(k) based on βk-1, Yk-1 is

(5)

where m is the dimension of the measurement vector, and

(6)
(7)
(8)

These quantities can be obtained from the Kalman filter equations. Suboptimal estimate can be computed, with weights given by the corresponding likelihood functions, from Equation 9.

(9)

The image processing for target feature

In this article, the image processing is adopted to identify the target feature. And then the computation algorithm will calculate the similarity between the image of measurement and image of existing targets. The process of main works for conducting image processing is shown in Figure 1, and the descriptions are given as follows.

Figure 1
figure 1

Image identification process.

(1) Gray transformation and spatial filtering: In order to effectively determine the attribute of targets, the preprocessing step is used with image processing method to determine the features of targets. In this way, more reliable and more accurate of multiple-target tracking results can be obtained. In order to enhance the computation efficiency, when the sensor obtains the target images one equation (10) is applied to obtain the gray level.

(10)

Where f(x,y) is the image gray level, R x,y is the red color level, G x,y is the green color level, and B x,y is the blue color level, respectively. After the gray level of image is obtained, the spatial filtering or the neighborhood processing [9] is conducted to reduce the noise and enhance the edge of target image.

(2) Segmentation: This step is to identify the contour of the targets from the image. In order to segment the target feature from images, as shown in Equation 11 the thresholding method [9] is adopted to get rid of the noise from the image of the target. The global threshold diagram is shown in Figure 2.

Figure 2
figure 2

The global threshold diagram.

(11)

where T is the threshold.

Wavelet transforms (WT) [11] based image analysis is a valuable tool for image enhancement since it can be used to highlight scale-specific or sub-band specific image features. In addition, these features remain localized in space, thus many spatial domain image enhancement techniques can be adapted for the WT domain. The WT domain contrast enhancement algorithms can be divided into manipulating the detail coefficient sets or the approximation coefficient sets that result from WT decomposition. The latter manipulation mainly applies global histogram equalization to the approximation coefficient sets and then adds back the image's small-scale high frequency features. Resulting from the phenomenon that the background gray-level concentrates in low intensity, this approach will degrade the image contrast. In order to enhance the intensity difference around the boundaries of the target, an edge-confined wavelet enhancement filter [10] is applied. To achieve this goal, edge detector is first applied on the image to extract the edges and then the wavelet enhancement is selectively applied on the edges near the target boundaries.

(3) Coordinate transformation: The image of target may have different feature, therefore the system need take the coordinate transformation to match the relation of images. The operations include shift, enlarge, shrink, and rotation. The operations can be conducted by multiplying the following matrices. Assume the original coordinate system is in the x-y plane and the transformed coordinate is in the x'-y' plane.

(i) Shift transformation matrix:

(12)

Coordinate equation:

(13)

(ii) Enlarge and shrink transformation matrix:

(14)

Coordinate equation:

(15)

(iii) Rotation transformation matrix:

(16)

Coordinate equation:

(17)

(4) Similarity measurement

After operating the segmentation and coordinate transformation, the similarity between the image of measurement and image of existing target can be obtained by using the computation logic denoted zero mean sum of absolute differences (ZSAD) [10]. The target feature similarity can be calculated by Equation 18.

(18)

where T m (k), similarity data; (X( i , j )), (i,j)th pixel of measurement image; (Y( i , j )), (i,j)th pixel of template image; , average value of pixel of measurement image; , average value of pixel of template image.

In the simulation, the M-2000 airplane is considered. The template image of M-2000 is shown in Figure 3. After the image processing, one fusion algorithm denoted adaptive estimator is applied to perform the computation of the radar estimation.

Figure 3
figure 3

M-2000 Template Image.

4Adaptive estimator

Targets usually take maneuver during the radar tracking process. This can lead to tracking error if the tracking system does not adopt maneuver detection and estimation algorithms. A maneuvering estimation algorithm together with a fusion algorithm denoted adaptive estimator is developed in this article. In this approach, the similarity data of possible hypotheses are computed. Then, the Kalman filtering technique is applied to take the state estimation based on the corresponding target. The proposed algorithm consists of a dynamic procedure which is applied to modify the parameters of the tracking filter to obtain more quick response for tracking. Such a dynamic procedure which modifies the tracking filter equations is described as follows. According to the tracking situation, the multiple targets' model can be defined as follows:

(19)
(20)

Let

(21)
(22)
(23)

where Ï„(k) is the measurement innovation and S(k) is the innovation covariance matrix. In this algorithm, the components which have jumps are first detected using the following test

(24)

where the subscript i means the i th component of a vector, and K is a constant related to the Gaussian probability density function. The variance of the rejected innovation can be modified as

(25)

so that Ï„(k) exists on the boundaries of the acceptable region defined by Equation 24. Thus, the parameter a i (k) can be computed as follows:

(26)

In order to keep the target in track, the covariance of the prediction error P(k|k-1) is modified to [a m (k).P(k|k-1)], where a m (k) is the largest value of all the a i (k). Moreover, the similarity data of target feature based on Equation 18 will be adopted to modify the covariance matrix shown as following.

(27)

With this algorithm, the filtering gain is adapted based on the target situations. Based on this approach, the radar system can achieve more efficient and accurate estimations.

Simulations

In the simulation, the target motion models are assumed according to aerospace knowledge obtained from the popular aerospace textbook and articles. The quantity data is computed by using the tracking filter to estimate the state vector. The target feature is conducted by the image processing. The results of tracking multiple targets in the planar case are simulated under different situations. In the first simulation example, one target is chosen with the initial conditions as listed in Table 1. The maneuvering situations for the target are shown in Table 2. In the simulation, three different data association techniques namely, the JPDA [1], the CHNN [4], and the proposed algorithm in this article are applied for comparison. The simulation result of tracking one maneuvering target is shown in Figure 4. The tracking root mean square (RMS) errors of positions and velocities are shown in Table 3. From Table 3, it can be seen that the proposed algorithm demonstrates better performance, with smaller averaged position errors and velocity errors, than the other methods.

Table 1 Initial conditions of tracking one target
Table 2 Maneuvering status of tracking one target
Figure 4
figure 4

Simulation result of tracking one target.

Table 3 RMS error of tracking one target

In the second simulation example, two targets are chosen with the initial conditions as listed in Table 4. The maneuvering situations for the targets are shown in Table 5. The simulation result of tracking two maneuvering targets is shown in Figure 5. Their tracking RMS errors of positions and velocities are shown in Table 6. By comparing the results in Table 6, it can be seen that the proposed method is better than other methods. This experiment again demonstrates that the proposed method can achieve better performance for target tracking.

Table 4 Initial conditions of tracking two targets
Table 5 Maneuvering status of tracking two targets
Figure 5
figure 5

Simulation results of tracking two target.

Table 6 RMS error of tracking two targets

Conclusions

An estimation algorithm using both quantity data and target feature is developed. A fusion algorithm denoted as the adaptive estimator is applied to combine the different information. The advantage of this approach is that because there is more information offered for radar systems, the tracking accuracy can be improved. The system will choose the corrected correlation between radar measurements and existing target tracks. Based on the simulation results, the proposed approach is capable of tracking multiple maneuvering targets with more accurate tracking results.

Abbreviations

IMM:

interacting multiple model

JPDA:

joint probabilistic data association

RMS:

root mean square

ZSAD:

zero mean sum of absolute differences.

References

  1. Chang KC, Chong CY, Bar-Shalom Y: Joint probabilistic data and association distributed sensor networks. IEEE Trans Autom Contr 1986, AC-31: 889-897.

    Article  Google Scholar 

  2. Emre E, Seo J: A unifying approach to multi-target tracking. IEEE Trans Aerosp Electron Syst 1989, 25: 520-528. 10.1109/7.32084

    Article  Google Scholar 

  3. Sengupta D, Iltis RA: Neural solution to the multitarget tracking data association problem. IEEE Trans Aerosp Electron Syst 1989, 25: 86-108.

    Article  Google Scholar 

  4. Chung YN, Chou PH, Yang MR, Chen HT: Multiple-target tracking with competitive hopfield neural network-based data association. IEEE Trans Aerosp Electron Syst 2007,43(3):1180-1188.

    Article  Google Scholar 

  5. Bizup DF, Brown DE: Maneuver detection using the radar range rate measurement. IEEE Trans Aerosp Electron Syst 2004,40(1):330-336. 10.1109/TAES.2004.1292169

    Article  Google Scholar 

  6. Mazor E, Averbuch A, Bar-Shalom Y, Dayan J: Interacting multiple model methods in target tracking: a survey. IEEE Trans Aerosp Electron Syst 1998, 34: 103-123. 10.1109/7.640267

    Article  Google Scholar 

  7. Chung YN, Hsu TC, Li ML, Pan TS, Hsu CH: A dynamic multiple-model estimator and neural algorithm for radar system. Int J Innov Comput Inform Control 2009,31(2):4809-4817.

    Google Scholar 

  8. Sugandi B, Kim H, Tan JK, Ishikawa S: Real time tracking and identification of moving persons by using a camera in outdoor environment. Int J Innov Comput Inform Control 2009,5(5):1179-1188.

    Google Scholar 

  9. Gonzalez RC, Woods RE: Digital Image Processing. 2nd edition. Prentice Hall, Upper Saddle River, NJ; 2002.

    Google Scholar 

  10. Wang Z, Simoncelli EP: Translation insensitive image similarity in complex wavelet domain. IEEE Int Conf Acoust Speech Signal Process 2005, 2: 573-576.

    Google Scholar 

  11. Lee JS, Chung YN: Integrating edge detection and thresholding approaches to segmenting femora and patellae from magnetic resonance images. Biomed Eng Appl Basis Commun 2005,17(1):1-11. 10.4015/S1016237205000020

    Article  Google Scholar 

  12. Besada JA, Garcia J, Portillo J, Molina JM, Varona A, Gonzalez G: Airport surface surveillance based on video images. IEEE Trans Aerosp Electron Syst 2005,41(3):1075-1082. 10.1109/TAES.2005.1541452

    Article  Google Scholar 

Download references

Acknowledgements

The work was supported by the National Science Council under Grant NSC 98-2221-E-155-058-MY3.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Chung-Lain Lu.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Lu, CL., Lin, CM. Target estimation algorithm design using quantity data and target feature. EURASIP J. Adv. Signal Process. 2011, 7 (2011). https://doi.org/10.1186/1687-6180-2011-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2011-7

Keywords