Next Article in Journal
Distributed Authentication Model for Secure Network Connectivity in Network Separation Technology
Next Article in Special Issue
Phase Correlation Single Channel Continuous Wave Doppler Radar Recognition of Multiple Sources
Previous Article in Journal
Toward the Development of Combined Artificial Sensing Systems for Food Quality Evaluation: A Review on the Application of Data Fusion of Electronic Noses, Electronic Tongues and Electronic Eyes
Previous Article in Special Issue
Dynamic and Full-Time Acquisition Technology and Method of Ice Data of Yellow River
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Finite Impulse Response Filter-Based Track Formation for Preceding Vehicle Tracking Using Automotive Radars

Department of Electrical Engineering, Wonkwang University, 460 Iksan-daero, Iksan 54538, Korea
Sensors 2022, 22(2), 578; https://doi.org/10.3390/s22020578
Submission received: 18 December 2021 / Revised: 6 January 2022 / Accepted: 11 January 2022 / Published: 12 January 2022
(This article belongs to the Special Issue RADAR Sensors and Digital Signal Processing)

Abstract

:
Automotive radars, which are used for preceding vehicle tracking, have attracted significant attention in recent years. However, the false measurements that occur in cluttered roadways hinders the tracking process in vehicles; thus, it is essential to develop automotive radar systems that are robust against false measurements. This study proposed a novel track formation algorithm to initialize the preceding vehicle tracking in automotive radar systems. The proposed algorithm is based on finite impulse response filtering, and exhibited significantly higher accuracy in highly cluttered environments than a conventional track formation algorithm. The excellent performance of the proposed algorithm was demonstrated using extensive simulations under real conditions.

1. Introduction

An automotive radar is a system for detecting obstacles around a host vehicle on the road using microwaves. Currently, automotive radars have attracted increasing attention, and have been applied for tracking the position and velocity of preceding vehicles [1,2,3,4,5,6,7,8]. As many vehicles on the road are equipped with automotive radars, radar signals emitted from the radar of other vehicles may be detected by the receiver of the host vehicle. These signals result in false measurements, which hinder the detection and tracking of true targets [4,5]. In addition, the scattered reflection of radar signals in cluttered road environments may cause increasing false measurements [7]. Thus, it is essential to develop or improve automotive radar systems that are robust against the false measurements [8].
Received radar signals may or may not include the signals from a true target. Thus, it is essential to develop a process that can determine the presence of a signal from a true target in the received signals, and this process in known as the detection process. Thresholding is a representative and simple detection process, and various signal processing techniques, including artificial intelligence algorithms, have been utilized for the detection process [1,3,9,10]. However, because the detected measurements include false measurements, the number of detected measurements can be larger than the actual number of targets. After the detected measurements are obtained, a tracking process is performed.
Various tracking algorithms have been investigated and developed. For example, the probabilistic data association filter (PDAF) [11] has been developed as a representative algorithm for tracking a single target in a clutter [12]. In addition, joint probabilistic data association [13], multiple hypothesis tracking [14], and probability hypothesis density filter [15] have been developed for tracking multiple targets. Generally, tracking algorithms are based on state estimation (also known as stochastic filtering), which requires an initial state estimate and estimation error covariance. The process of generating the initial estimate using the detected measurements is known as the track formation. However, a large number of false measurements in highly cluttered environments hinders the track formation process [12].
This study proposed a novel track formation algorithm to address the problem of tracking a single preceding vehicle using automotive radars. Currently, two representative conventional algorithms are available for this problem [12]: The cascaded logic track formation, which is a heuristic algorithm, and the multiple model track formation (MMTF), which is an advanced algorithm based on the interacting multiple model (IMM) method [12]. These methods utilize the two-point differencing method, which computes the initial estimate of the velocity by differencing two successive measurements. In contrast, the algorithm proposed in this study is based on finite impulse response (FIR) filtering, which has recently attracted attention from researchers [16,17,18,19,20,21,22,23,24]. FIR filters are bach-processing filters, which can produce state estimate and error covariance using recent finite measurements, without filter initialization. Inspired by these characteristics of the FIR filter, in this study, we designed a novel FIR filter-based track formation (FFTF) algorithm. The FFTF algorithm proposed in this study exhibited a significantly higher accuracy than the conventional MMTF under highly heavy clutter conditions. Moreover, despite changes in the relative distance and velocities between vehicles, the FFTF provided consistent track formation. The excellent performance of the FFTF was demonstrated using extensive simulations that considered various real-world conditions.
This paper is organized as follows. Section 2 introduces the track formation problem for a single preceding vehicle using automotive radars in cluttered environments. Section 3 describes the MMTF, and Section 4 proposes the FFTF algorithm. Section 5 presents simulation results to demonstrate the performance of the FFTF, and the conclusions are state in Section 6.

2. Preceding Vehicle Tracking Using Automotive Radars in Clutters

Generally, an automotive radar for preceding vehicle tracking is installed in the middle front of the host vehicle, as shown in Figure 1 [20]. The automotive radar emits millimeter waves with a certain field of view (FOV), after which the radar waves scatter and are reflected from various objects on a road. The reflected signals from nontarget objects are referred to as clutters, which hinder the tracking of preceding vehicle. Moreover, owing to the widespread use of automotive radars, the emission of signals from the radars of other vehicles results in the formation of increased clutters. Therefore, this study aimed to estimate the position and velocity of a preceding target vehicle in highly-heavy clutter environment. The position of the preceding vehicle is represented in a two-dimensional (2D) Cartesian coordinate system, as shown in Figure 1. The origin was located on the position of the radar, and the x-axis was aligned with the longitudinal direction of the host vehicle. The radar measured the range, r, and bearing, θ , between the host and preceding vehicles, and the measurements included noise. The measured range and bearing, r m and θ m , can be represented as
r m = r + v ¯ r , θ m = θ + v ¯ θ ,
where v ¯ r and v ¯ θ are the measurement noises, which are assumed to be the independent and zero mean white Gaussian noises with covariances σ r 2 and σ θ 2 , respectively, [12].
To obtain the preceding vehicle positions in the Cartesian coordinate, the range and bearing measurements were converted as follows:
x m = r m c o s ( θ m ) , y m = r m s i n ( θ m ) ,
where x m and y m are the converted measurements, and they can be also represented as:
x m = x + v ¯ x , y m = y + v ¯ y ,
where v ¯ x and v ¯ y are the measurement noises in the Cartesian coordinate. The measurement vector was defined as z = [ x m y m ] T , and the noise covariance of z was obtained as follows [12,20]:
R = R 11 R 12 R 12 R 22 , R 11 = r m 2 σ θ 2 s i n 2 ( θ m ) + σ r 2 c o s 2 ( θ m ) , R 22 = r m 2 σ θ 2 c o s 2 ( θ m ) + σ r 2 s i n 2 ( θ m ) , R 12 = ( σ r 2 r m 2 σ θ 2 ) s i n ( θ m ) c o s ( θ m ) .
Equation (4) indicates that R depends on the measurements of r m and θ m . Thus, R varied with time, which is because r m and θ m varied with time owing to random noises.
Typically, stochastic filters (state estimators) are used in radar-based target tracking to reduce the effects of the measurement noise. The stochastic filtering (state estimation) requires state-space system models that are composed of motion and measurement models. In the preceding vehicle tracking, the state of the target is defined as x = [ x v x y v y ] T , where v x and v y are the 2D velocities along the x- and y-axes. If the state vector at a discrete time step k is defined as x ( k ) = [ x ( k ) v x ( k ) y ( k ) v y ( k ) ] T , the motion model can be represented
x ( k + 1 ) = F x ( k ) + G w ( k ) , F = 1 T 0 0 0 1 0 0 0 0 1 T 0 0 0 1 , G = T 2 / 2 0 T 0 0 T 2 / 2 0 T ,
where T is the sampling interval and w ( k ) is the white Gaussian process noise that represents the acceleration. Therefore, the motion model (5) is referred to as the discrete white noise acceleration (DWNA) model. The covariance of w ( k ) can be represented as Q ( k ) = σ w 2 I 2 , where I 2 is the 2 × 2 identity matrix.
The measurement model expresses the relationship between measurement and state. If the measurement vector at time k is defined as z ( k ) = [ x m ( k ) y m ( k ) ] T , the measurement model can be represented as:
z ( k ) = H x ( k ) + v ¯ ( k ) , H = 1 0 0 0 0 0 1 0 ,
where v ¯ ( k ) is the measurement noise vector, and its covariance is R ( k ) . As previously mentioned, R ( k ) varies with time, and should be computed at each time step using (4).
PDAF is one of the most renowned stochastic filter for single target tracking in clutter. PDAF is the combination of the probabilistic data association (PDA) algorithm and the Kalman filter (KF). In this filter, PDA handles the clutter, and KF reduces the effects of measurement noises. KF recursively updates the state estimate and the estimation error covariance at each time step, indicating that it requires an initial state estimate and estimation error covariance. PDAF also requires the initial estimation information. If there is no clutter (i.e., clean environment) and only one measurement is obtained at each time step, the initial information can be easily obtained using a two-point differencing method as follows:
x ^ ( 0 ) = x ^ ( 0 ) v ^ x ( 0 ) y ^ ( 0 ) v ^ y ( 0 ) = x m ( 0 ) ( x m ( 0 ) x m ( 1 ) ) / T y m ( 0 ) ( y m ( 0 ) y m ( 1 ) ) / T ,
P k ( 0 ) = R 11 ( 0 ) R 11 ( 0 ) / T 0 0 R 11 ( 0 ) / T 2 R 11 ( 0 ) / T 2 0 0 0 0 R 22 ( 0 ) R 22 ( 0 ) / T 0 0 R 22 ( 0 ) / T 2 R 22 ( 0 ) / T 2 ,
where the time step, k = 0 , indicates that x ^ ( 0 ) and P k ( 0 ) are the initial information and the actual estimation starts at k = 1 . In addition, k = 1 indicates that it is one time step earlier than k = 0 .
In real situations, false measurements (clutters) hinders the initialization process. Track formation algorithm determines the initial information required to start the actual tracking (which is called the track maintenance). Therefore, this study focused on the track formation for preceding vehicle tracking in highly heavy clutter environment, which has been a challenging problem. In the following sections, we introduce an existing track formation algorithm and the novel track formation algorithm proposed in this study.

3. Multiple Model Track Formation and Problem Formulation

In this section, we introduce a state-of-the-art track formation algorithm known as the MMTF. The MMTF begines with track initiation, which involves the generation of preliminary tracks via the combination of measurements at times k = 1 and k = 2 . If the number of measurements obtained at times k is denoted as m ( k ) , m ( 1 ) × m ( 2 ) pairs of measurements can be obtained. However, the number of measurement pairs in highly-heavy clutter environment is very large (more than a thousand). Among the large number of measurement pairs, unreasonable pairs that exceed a maximum possible velocity are discarded through the gating technique. The gate is defined as a rectangle with an area of
V rect = [ 2 ( v x , max × T + 2 R 11 ] [ 2 ( v y , max × T + 2 R 22 ] ,
where v x , max and v y , max are the maximum possible velocities along with the x- and y-axes, respectively. The measurement pairs remaining after the gating process are known as the preliminary tracks, where “track” indicates a sequence (history) of measurements or the estimation results (state estimate and covariance) obtained from the sequence of measurements. Subsequently, a two-point differencing is performed using the preliminary tracks to obtain the initial state estimates and their covariances. The second process, known as the preliminary tracking, is performed from k = 3 to k = N W , where N W is the window length of the MMTF. To this end, an interacting multiple model probability density filter (IMMPDAF) is used with the following motion models [12]:
  • M 1 : DWNA model (5) assuming undetected target (false target)
  • M 2 : DWNA model (5) assuming detected target (true target)
The only difference between M 1 and M 2 is the target detection probability, which can be expressed as follows:
P D j = 0 , if j = 1 , P D , if j = 2 ,
where j is the model (mode) number. The processes of the IMMPDAF can be summarized as follows:
  • Compute the mixing probabilities:
    μ i | j ( k 1 | k 1 ) = 1 c ¯ j p i j μ i ( k 1 ) ,
    c ¯ j = i = 1 r p i j μ i ( k 1 ) .
  • Obtain an initial estimate and a covariance for the model-matched filter, j ( j = 1 , 2 ):
    x ^ 0 j ( k 1 | k 1 ) = i = 1 r x ^ 0 j ( k 1 | k 1 ) μ i | j ( k 1 | k 1 ) ,
    P 0 j ( k 1 | k 1 ) = i = 1 r μ i | j ( k 1 | k 1 ) { P i ( k 1 | k 1 ) + [ x ^ i ( k 1 | k 1 ) x ^ 0 j ( k 1 | k 1 ) ] [ x ^ i ( k 1 | k 1 ) x ^ 0 j ( k 1 | k 1 ) ] T } .
  • Perform a mode-conditioned filtering using PDAF (see Appendix A), and obtain x ^ j ( k | k ) and P j ( k | k ) for j = 1 , 2 .
  • Compute the likelihood functions:
    Λ j [ Z ( k ) ] = 1 P D j V m ( k ) + m ( k ) P D j V m ( k ) 1 i = 1 m ( k ) N [ z i ( k ) ; z ^ j ( k | k 1 ) , S j ( k ) ] ,
    V = c n z γ n z / 2 | S j ( k ) | 1 / 2 ,
    S j ( k ) = H P j ( k | k ) H T + R ( k ) ,
    z ^ j ( k | k 1 ) = H x ^ j ( k | k ) ,
    where N [ z i ( k ) ; z ^ j ( k | k 1 ) , S j ( k ) ] indicates the Gaussian probability density function with the mean z ^ j ( k | k 1 ) and covariance S j ( k ) ; Z ( k ) is the set of validated measurements defined as Z ( k ) = { z i ( k ) } i = 1 m ( k ) ; and z i ( k ) is the i-th measurement obtained at time k.
  • Update the mode probabilities:
    μ j ( k ) = 1 c Λ j [ Z ( k ) ] c ¯ j ,
    c = j = 1 r Λ j [ Z ( k ) ] c ¯ j .
  • Obtain the estimate and covariance at time k by combination using:
    x ^ ( k | k ) = j = 1 r x ^ j ( k | k ) μ j ( k ) ,
    P ( k | k ) = j = 1 r μ j ( k ) { P j ( k | k ) + [ x ^ j ( k | k ) x ^ ( k | k ) ] × [ x ^ j ( k | k ) x ^ ( k | k ) ] T } ,
    where x ^ ( k | k ) and P ( k | k ) are the a posteriori (i.e., the measurements up to time k were used for estimation at time k) estimated state and estimation error covariance. In addition, x ^ ( k | k 1 ) and P ( k | k 1 ) indicate a priori (i.e., the measurements up to time k 1 were used for estimation at time k) estimated state and covariance.
At the initial time of preliminary tracking, k = 3 , the mode probabilities were equally set as μ j ( 3 ) = 0.5 . The transition probabilities from mode i to j, denoted as p i j , were defined by the transition probability matrix as:
M 1 M 2 M 1 0.98 0.02 M 2 0.02 0.98
The mode probability of M 2 , denoted as μ 2 ( k ) , corresponds to the probability that a track belongs to a true target. Thus, μ 2 ( k ) is referred to as the true target probability (TTP). During the preliminary tracking, tracks with extremely low TTP (e.g., smaller than 0.05 ) are discarded. This pruning results in a gradual decrease in the number of tentative tracks. In the preceding vehicle tracking where there is only one target vehicle, there should be only one track at the final time of preliminary tracking, k = N W . The track with the highest TTP is selected as the most reliable track.
As previously described, the MMTF is based on the two-point differencing method that is simple, but not accurate. Consequently, this significantly reduces the accuracy of the entire MMTF algorithm. Moreover, the TTP-based pruning cannot effectively reduce the number of tentative tracks in highly heavy clutter environments, which results in the computational burdening of the tracking algorithm.

4. FIR Filter-Based Track Formation

In this section, the novel track formation algorithm (i.e., the FFTF) proposed in this study is introduced. The most significant difference between the FFTF and the MMTF is in the track initiation process. Recursive filters including PDAF require an initial estimate and a covariance, which can be obtained using initialization methods (e.g., two-point differencing). However, FIR filters do not require the initialization, and can generate state estimate and covariances using recent finite number of measurements. Thus, FIR filters can be used for track initiation. Among various FIR filters, the minimum variance FIR filter (MVFF) was adopted in this study because it can produce not only the state estimate but also an estimation error covariance. The time-varying MVFF was proposed in [24] and was applied to localization problems in [21,22,23]. The equations of MVFF are written as follows:
x ^ ( k ) = L Z N ,
P ( k ) = K N Q N K N T + L R N L T ,
L = J N M 1 , 1 M 1 , 2 M 1 , 2 T M 2 , 2 1 C ¯ N T G ¯ N T R N 1 ,
J N = [ F N F N 1 F N 2 F I ] ,
M 1 , 1 = C ¯ N T R N 1 C ¯ N , M 1 , 2 = C ¯ N T R N 1 G ¯ N , M 2 , 2 = G ¯ N T R N 1 G ¯ N + Q N 1 ,
C ¯ N = H H F H F 2 H F N 1 ,
G ¯ N = 0 0 0 0 H G 0 0 0 H F G H G 0 0 H F n 1 G H F n 2 G H G 0 ,
R N = diag ( R ( k N ) R ( k N + 1 ) R ( k 1 ) N ) ,
Q N = diag ( Q ( k N ) Q ( k N + 1 ) Q ( k 1 ) N ) ,
Z N = [ z T ( k N ) z T ( k N + 1 ) z T ( k 1 ) ] T ,
K N = [ F N 1 G F N 2 G FG G ] ,
where N is the horizon size of the MVFF, and N should be greater than or equal to the dimension of the state vector. As reported in (24)–(34), the MVFF produces state estimate and covariance at time k using the finite number of measurements on the horizon [ k N , k 1 ] . Considering the dimension of the state vector in (5), the MVFF requires a minimum of four measurements.
Preliminary tracks for the FFTF are obtained in a similar manner to that of the MMTF. The only difference is that measurements from k = 1 to k = 4 are used for the FFTF. As shown in (24), the MVFF produces a state estimate by multiplying the filter gain L and the augmented measurement vector Z N . L can be obtained using (26)–(31), where F and G are defined in (5); H is defined in (6); and Q ( k ) and R ( k ) are process and measurement noise covariances, respectively. In addition, Z N can be obtained using (33). Combining measurements from k = 1 to k = 4 , a large number of Z N can be obtained. The number of combinations for making Z N is k = 1 4 m ( k ) , which is the same as preliminary tracks produced by the MVFF. This method generates a significantly higher number of preliminary tracks than the MMTF. To effectively reduce the number of tentative tracks, we proposed a drastic method that selects one track for each measurements at a certain time. For a measurement z i ( k ) , the most reliable track was selected by evaluation based on the Mahalanobis distance [21,22,25] defined as follows:
D i , h ( k ) = [ z i ( k ) z ^ h ( k ) ] T R i 1 ( k ) [ z i ( k ) z ^ h ( k ) ] ,
z ^ h ( k ) = H x ^ h ( k ) ,
where D i , h ( k ) is the Mahalanobis distance [25] between the actual measurement z i ( k ) and the predicted measurement z ^ h ( k ) . x ^ h ( k ) is the estimate obtained from the h-th tentative track, where h = 1 , 2 , , n ( k ) , and  n ( k ) is the number of tentative tracks at time k. The estimate and covariance at time k = 5 are obtained using the MVFF and the combination of measurements (preliminary tracks) from k = 1 to k = 4 , and those of the times from k = 6 to k = N W are obtained using the PDAF (see Appendix A). The estimate x ^ h ( k ) for h = 1 , 2 , , n ( k ) produced the minimum D i , h ( k ) was selected as the most reliable track for z i ( k ) .
There are some similarities between the proposed track selection method and the resampling process in particle filtering. In the resampling process, a certain number of samples (i.e., state estimates) are selected based on the likelihood. In this process, a sample with a high likelihood may be repeatedly selected. Consequently, the number of samples with high likelihoods increases over time, which is an example of the survival of the fittest. The track in our method corresponds to the sample in particle filtering. Tracks are selected at each times step in the preliminary tracking (from k = 6 to k = N W ), in which the Mahalanobis distance is used as an evaluation tool. Each measurement has the authority to select a track that has the shortest Mahalanobis distance. A track may be selected for two or more measurements. Consequently, more favored (reliable) tracks can generate their duplicates, which can be viewed as the survival of the fittest.
At the initial time of preliminary tracking, the number of tentative tracks, n ( k ) , is significantly higher than the number of measurements, m ( k ) , in highly-heavy clutter environments. However, at  k = 5 , n ( k ) drastically decreased to m ( k ) by the selection based on the Mahalanobis distance. Moreover, n ( k ) maintained the same value as m ( k ) during the preliminary tracking. At the final time of the preliminary tracking, the tentative tracks were merged by averaging to obtain the ultimate estimate and covariance. The overall algorithm of the FFTF is summarized in Algorithm 1, where the a posteriori estimate and covariance were simply denoted as x ^ ( k ) and P ( k ) , respectively.
Algorithm 1: FFTF
Sensors 22 00578 i001

5. Simulation Results

In this section, the simulation results of preceding vehicle tracking using an automotive radar are presented to demonstrate the performance of the proposed FFTF. For the simulation, a typical situation of preceding vehicle tracking using the adaptive cruise control system on the highway was considered. The simulation scenario is as follows. The preceding and host vehicles are in the same lane. Various conditions for the relative distance, D r , and velocity, V r , between them were considered. In addition, the automotive radar was assumed to be the Delphi Electronically Scanning Radar (ESR), which has two operation modes. In the long-range mode, the radar exhibited an FOV and maximum detection range of 20 and 174 m, respectively. In the mid-range mode, the radar exhibited an FOV and maximum detection range of 90 and 60 m, respectively. Next, highly-heavy clutter environments were assumed, and the clutter density was set as λ = 1.0 × 10 1 . This clutter density enabled the generation of more than 30 false measurements (clutters) at each time step. False measurements were generated so that they are independently and uniformly distributed in a square centered at the correct measurement. The area of the square V was computed as follows:
V = N F / λ ,
N F = [ 10 V ( k ) λ + 1 ] ,
V ( k ) = π γ | S ( k ) | 1 / 2 ,
where N F is the number of false measurements; the notation [ · ] indicates “rounded down to the nearest integer”; and S ( k ) was obtained using KF under the assumption of an ideal clean (no clutters) environment [12].
The sampling interval was set as T = 0.1 s . The target detection probability was set as P D = 0.9 . The automotive radar reported range/bearing measurements with noise covariances, σ r = 0.25 m and σ t h e t a = 1.5 [26,27]. The gate probability and the gate threshold were set as P G = 0.99 and γ = 9.21 , respectively. Trajectories of preceding vehicle were generated using the DWNA model (5) with σ w = 0.08 .
Using the aforementioned scenario and parameters, the preceding vehicle tracking was simulated only up to the track formation stage ( 1 k N W ). The track formation was conducted using MMTF and FFTF, and their accuracies were compared in terms of the root-mean-square position error (RMSPE) and the root-mean-square velocity error (RMSVE) at the final time of track formation, k = N W . The RMSPE and RMSVE are defined as follows:
RMSPE ( k ) = 1 N M C i = 1 N M C ( x ( k ) x ^ i ( k ) ) 2 + ( y ( k ) y ^ i ( k ) ) 2 ,
RMSVE ( k ) = 1 N M C i = 1 N M C ( v x ( k ) v ^ x i ( k ) ) 2 + ( v y ( k ) v ^ y i ( k ) ) 2 ,
where N M C is the number of Monte Carlo (MC) runs; ( x ( k ) , y ( k ) ) and ( v x ( k ) , v y ( k ) ) are the true 2D positions and velocities, respectively; and ( x ˙ i ( k ) , y ˙ i ( k ) ) and ( v ^ x i ( k ) , v ^ y i ( k ) ) are the estimated 2D positions and velocities obtained the in i-th MC run, respectively.
For the window length of track formation, N W , various values from 6 to 20 were tested. For each value of N W , 100 MC simulations were performed, and the RMSPE and RMSVE at the final time of track formation were computed. The relative distance and velocity between the preceding and host vehicles were denoted as D r and V r .
Figure 2 shows the simulation results under the long-range mode at a relative distance of D r = 100 m, during which the distance was maintained ( V r = 0 km/h). The proposed FFTF exhibited significantly smaller RMSPE and RMSVE values than the MMTF algorithm. Moreover, the FFTF exhibited a consistent performance, whereas the RMSVE values of the MMTF decreased with a decrease in N W .
Figure 3 shows the simulation results under the mid-range mode at a relative distance of D r = 50 m, during which the distance was maintained ( V r = 0 km/h). The proposed FFTF outperformed the MMTF under this condition, but the performance gap was smaller than that of the long-range condition. The largest performance gap was observed at N W = 6 .
In this study, different scenarios, in which the relative distance changed due to the different velocities of the two vehicles, were considered. The velocity of the preceding and host vehicles along the road were denoted as V p and V h , respectively. Accordingly, the relative velocity was defined as V r = V p V h . Initially, V r = 20 km/h was used, during which the two vehicles moved closer to each other. The initial distance between the vehicles was set to 100 m. Figure 4 shows the simulation results obtained under this scenario. The FFTF outperformed the MMTF, and the performance gap between both algorithms in terms of the RMSVE decreased as N W increased. In addition, as the window size of the track formation algorithm increases, the time consumption before the actual tracking began increased. This indicates that a large N W is not suitable.
Next, simulation was conducted under a scenario where the vehicles were getting farther (Figure 5). Here, V r was set to 20 km/h, and the initial D r was set to 100 m. The simulation results obtained under the “getting farther” scenario were similar to obtained under the “getting closer” scenario. In addition, FFTF outperformed MMFT, but the performance gap in terms of the RMSVE value decreased as N W increased. Because the sampling interval was T = 0.1 s, the time consumption for the track formation at N W = 20 was 2 s. On the highway, a fast reaction is required, indicating that a time delay of 2 s is not suitable. In this study, using the FFTF at N W = 6 , both a fast reaction with a short time delay and accurate track formation were achieved.
Therefore, simulations were performed under more diverse D r and V r conditions at N W = 6 . Table 1 and Table 2 show the simulation results obtained under various relative distances, which are represented more intuitively in Figure 6. Table 3 shows the results obtained with various relative velocities. The RMSPE and RMSVE values increased as D r and V r increased. Compared to the MMTF algorithm, the proposed FFTF algorithm exhibited not only a higher accuracy but also more consistent performance despite the changes in the D r and V r conditions.

6. Conclusions

This study proposed a novel track formation algorithm, namely FFTF, for preceding vehicle tracking using automotive radars. In the proposed FFTF algorithm, first, the initial estimate and covariance were obtained using a type of FIR filter (i.e., MVFF). The FFTF effectively reduced the number of preliminary/tentative tracks using the Mahalanobis distance-based evaluation. In the simulations, the FFTF was significantly more accurate than the MMTF in terms of both RMSPE and RMSVE. The FFTF exhibited consistent performance, whereas the MMTF exhibited large changes in performance depending on the window size, relative distance and velocities. Therefore, the FFTF algorithm is expected to exhibit improved performance for preceding vehicle tracking in automotive radar systems. However, the FFTF requires more computation time for track initiation process compared to the MMTF. We intend to improve the FFTF by adopting a new FIR filter in future work.

Funding

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (No. 2020R1F1A1072428).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
FIRFinite Impulse Response
PDAFProbabilistic Data Association Filter
IMMInteracting Multiple Model
MMTFMultiple Model Track Formation
FFTFFIR Filter-Based Track Formation
IMMPDAFInteracting Multiple Model Probabilistic Data Association Filter
2DTwo-Dimensional
KFKalman Filter
DWNADiscrete White Noise Acceleration
TTPTrue Target Probability
PDAProbabilistic Data Association
MVFFMinimum Variance FIR Filter
RMSPERoot-Mean-Square Position Error
RMSVERoot-Mean-Square Velocity Error

Appendix A. Probabilistic Data Association Filter

The probabilistic data association filter (PDAF) algorithm commonly used in the MMTF and FFTF is introduced in this appendix. The PDAF recursively performed the following processes. The state estimate and covariance were updated using the motion model:
x ^ ( k | k 1 ) = F x ^ ( k 1 | k 1 ) , P ( k | k 1 ) = F P ( k 1 | k 1 ) F T + G Q ( k ) G T .
The measurements within the validation region ( i = 1 , , m ( k ) ) are selected:
ν i ( k ) = ( z i ( k ) z ^ ( k ) ) T S i 1 ( k ) ( z i ( k ) z ^ ( k ) ) γ , S i ( k ) = H P ( k | k 1 ) H T + R i ( k ) ,
where ν i ( k ) is the innovation for z i ( k ) ; γ is the gate threshold; and S i ( k ) is the innovation covariance. The gate threshold γ can be obtained from a chi-square table.
The association probability for z i ( k ) being the correct measurement is computed:
β i ( k ) = L i ( k ) 1 P D P G + j = 1 m ( k ) L j ( k ) i = 1 , , m ( k ) 1 P D P G 1 P D P G + j = 1 m ( k ) L j ( k ) i = 0
where i = 0 corresponds to “none is correct”, and m ( k ) is the number of measurements [12,28]. The likelihood ratio L j ( k ) is computed:
L j ( k ) = exp [ 0.5 ( z j ( k ) z ^ ( k ) ) T S j 1 ( k ) ( z j ( k ) z ^ ( k ) ) ] ( 2 π ) | R j ( k ) | 1 / 2 m ( k ) P D V j ( k ) V j ( k ) = c n z γ | S j ( k ) | 1 / 2 ,
where V j ( k ) is the volume of the validation region. The state estimate is updated using the measurements:
x ^ ( k | k ) = x ^ ( k | k 1 ) + i = 1 m ( k ) W i ( k ) β i ( k ) ν i ( k ) , W i ( k ) = P ( k | k 1 ) H T S i 1 ( k ) , ν i ( k ) = z i ( k ) z ^ ( k ) .
In addition, the estimation error covariance was updated as follows [28]:
P ( k | k ) = P ¯ ( k | k ) + P ˜ ( k | k ) , P ¯ ( k | k ) = β 0 ( k ) P ( k | k 1 ) + i = 1 m ( k ) β i ( k ) ( I W i ( k ) H ) P ( k | k 1 ) , P ˜ ( k | k ) = i = 1 m ( k ) β i ( k ) W i ( k ) ν i ( k ) ν i T ( k ) W i T ( k ) i = 1 m ( k ) β i ( k ) W i ( k ) ν i ( k ) i = 1 m ( k ) β i ( k ) ν i T ( k ) W i T ( k ) .
If there is no measurement in the validation region, the PDAF does not perform the measurement update processes.

References

  1. Kim, W.; Cho, H.; Kim, J.; Kim, B.; Lee, S. YOLO-Based Simultaneous Target Detection and Classification in Automotive FMCW Radar Systems. Sensors 2020, 20, 2897. [Google Scholar] [CrossRef] [PubMed]
  2. Hau, F.; Baumgärtner, F.; Vossiek, M. The Degradation of Automotive Radar Sensor Signals Caused by Vehicle Vibrations and Other Nonlinear Movements. Sensors 2020, 20, 6195. [Google Scholar] [CrossRef]
  3. Wu, Q.; Gao, T.; Lai, Z.; Li, D. Hybrid SVM-CNN Classification Technique for Human-Vehicle Targets in an Automotive LFMCW Radar. Sensors 2020, 20, 3504. [Google Scholar] [CrossRef]
  4. Kui, L.; Huang, S.; Feng, Z. Interference Analysis for mmWave Automotive Radar Considering Blockage Effects. Sensors 2021, 21, 3962. [Google Scholar] [CrossRef] [PubMed]
  5. Lee, S.; Lee, J.Y.; Kim, S.C. Mutual Interference Suppression Using Wavelet Denoising in Automotive FMCW Radar Systems. IEEE Trans. Intell. Transp. Syst. 2021, 22, 887–897. [Google Scholar] [CrossRef]
  6. Waldschmidt, C.; Hasch, J.; Menzel, W. Automotive Radar—From First Efforts to Future Systems. IEEE J. Microwaves 2021, 1, 135–148. [Google Scholar] [CrossRef]
  7. Lee, S.; Lee, B.H.; Lee, J.E.; Kim, S.C. Statistical Characteristic-Based Road Structure Recognition in Automotive FMCW Radar Systems. IEEE Trans. Intell. Transp. Syst. 2019, 20, 2418–2429. [Google Scholar] [CrossRef]
  8. Patole, S.M.; Torlak, M.; Wang, D.; Ali, M. Automotive radars: A review of signal processing techniques. IEEE Signal Process. Mag. 2017, 34, 22–35. [Google Scholar] [CrossRef]
  9. Chen, Y.; Wang, Y.; Qu, F.; Li, W. A Graph-Based Track-Before-Detect Algorithm for Automotive Radar Target Detection. IEEE Sens. J. 2021, 21, 6587–6599. [Google Scholar] [CrossRef]
  10. Jung, J.; Lee, S.; Lim, S.; Kim, S.C. Machine Learning-Based Estimation for Tilted Mounting Angle of Automotive Radar Sensor. IEEE Sens. J. 2020, 20, 2928–2937. [Google Scholar] [CrossRef]
  11. Bar-Shalom, Y.; Tse, E. Tracking in a Cluttered Environment with Probabilistic Data Association. Automatica 1975, 11, 451–460. [Google Scholar] [CrossRef]
  12. Bar-Shalom, Y.; Willett, P.K.; Tian, X. Tracking and Data Fusion—A Handbook of Algorithms; YBS Publishing: Storrs, CT, USA, 2011. [Google Scholar]
  13. Fortmann, T.; Bar-Shalom, Y.; Scheffe, M. Sonar Tracking of Multiple Targets Using Joint Probabilistic Data Association. IEEE J. Ocean. Eng. 1983, 8, 173–184. [Google Scholar] [CrossRef] [Green Version]
  14. Blackman, S.S. Multiple Hypothesis Tracking for Multiple Target Tracking. IEEE Trans. Aerosp. Electron. Syst. 2004, 19, 5–18. [Google Scholar] [CrossRef]
  15. Mahler, R.P.S. Statistical Multisource-Multitarget Information Fusion; Arctech House: Norwood, MA, USA, 2007. [Google Scholar]
  16. You, S.H.; Ahn, C.K.; Zhao, S.; Shmaliy, Y.S. Frobenius Norm-Based Unbiased Finite Impulse Response Fusion Filtering for Wireless Sensor Networks. IEEE Trans. Ind. Electron. 2022, 69, 1867–1876. [Google Scholar] [CrossRef]
  17. Zhao, S.; Shmaliy, Y.S.; Ahn, C.K.; Luo, L. An Improved Iterative FIR State Estimator and Its Applications. IEEE Trans. Ind. Inform. 2020, 16, 1003–1012. [Google Scholar] [CrossRef]
  18. Xu, Y.; Ahn, C.K.; Shmaliy, Y.S.; Chen, X.; Bu, L. Indoor INS/UWB-based human localization with missing data utilizing predictive UFIR filtering. IEEE/CAA J. Autom. Sin. 2019, 6, 952–960. [Google Scholar] [CrossRef]
  19. Pak, J.M.; Ahn, C.K. Dual-Mode Deadbeat H2 FIR Filtering for Discrete-Time Systems. Signal Process. 2021, 184, 108057. [Google Scholar] [CrossRef]
  20. Pak, J.M. Hybrid PDA/FIR Filtering for Preceding Vehicle Tracking Using Automotive Radars. IEEE Access 2021, 9, 118726–118735. [Google Scholar] [CrossRef]
  21. Pak, J.M.; Ahn, C.K.; Shi, P.; Shmaliy, Y.S.; Lim, M.T. Distributed hybrid particle/FIR filtering for mitigating NLOS effects in TOA-based localization using wireless sensor networks. IEEE Trans. Ind. Electron. 2017, 64, 5182–5191. [Google Scholar] [CrossRef]
  22. Pak, J.M.; Ahn, C.K.; Shmaliy, Y.S.; Lim, M.T. Improving reliability of particle filter-based localization in wireless sensor networks via hybrid particle/FIR filtering. IEEE Trans. Ind. Inform. 2015, 11, 1089–1098. [Google Scholar] [CrossRef]
  23. Pak, J.M.; Ahn, C.K.; Shmaliy, Y.S.; Shi, P.; Lim, M.T. Switching extensible FIR filter bank for adaptive horizon state estimation with application. IEEE Trans. Control. Syst. Technol. 2016, 24, 1052–1058. [Google Scholar] [CrossRef]
  24. Pak, J.M.; Ahn, C.K.; Lim, M.T.; Song, M.K. Horizon group shift FIR filter: Alternative nonlinear filter using finite recent measurements. Measurement 2014, 57, 33–45. [Google Scholar] [CrossRef]
  25. Mahalanobis, P.C. On the generalised distance in statistics. Proc. Natl. Inst. Sci. India 1936, 2, 49–55. [Google Scholar]
  26. Han, S.K.; Ra, W.S.; Whang, I.H.; Park, J.B. Linear Recursive Automotive Target Tracking Filter for Advanced Collision Warning Systems. Appl. Math. Inf. Sci. 2014, 8, 1145–1151. [Google Scholar] [CrossRef] [Green Version]
  27. Han, S.K.; Ra, W.S.; Whang, I.H.; Park, J.B. Gaussian Mixture Approach to Decision Making for Automotive Collision Warning Systems. Int. J. Control. Autom. Syst. 2015, 13, 1182–1192. [Google Scholar] [CrossRef]
  28. Mcgee, J.A.; Luginbuhl, T.E.; Dibiase, J.H.; Ainsleigh, P.L. A Modified PDAF Algorithm For Measurement Covariances that Vary within a Time Scan. IEEE Trans. Aerosp. Electron. Syst. 2012, 48, 906–912. [Google Scholar] [CrossRef]
Figure 1. Automotive radar geometry.
Figure 1. Automotive radar geometry.
Sensors 22 00578 g001
Figure 2. Simulation results under the long-range mode ( D r = 100 m): (a) root-mean-square position error (RMSPE), (b) root-mean-square velocity error (RMSVE).
Figure 2. Simulation results under the long-range mode ( D r = 100 m): (a) root-mean-square position error (RMSPE), (b) root-mean-square velocity error (RMSVE).
Sensors 22 00578 g002aSensors 22 00578 g002b
Figure 3. Simulation results under the mid-range mode ( D r = 50 m): (a) RMSPE; (b) RMSVE.
Figure 3. Simulation results under the mid-range mode ( D r = 50 m): (a) RMSPE; (b) RMSVE.
Sensors 22 00578 g003
Figure 4. Simulation results under the getting closer scenario ( V r = 20 km/h): (a) RMSPE; (b) RMSVE.
Figure 4. Simulation results under the getting closer scenario ( V r = 20 km/h): (a) RMSPE; (b) RMSVE.
Sensors 22 00578 g004
Figure 5. Simulation results under getting farther scenario ( V r = + 20 km/h): (a) RMSPE; (b) RMSVE.
Figure 5. Simulation results under getting farther scenario ( V r = + 20 km/h): (a) RMSPE; (b) RMSVE.
Sensors 22 00578 g005aSensors 22 00578 g005b
Figure 6. Simulation results under various relative distances: (a) RMSPE; (b) RMSVE.
Figure 6. Simulation results under various relative distances: (a) RMSPE; (b) RMSVE.
Sensors 22 00578 g006
Table 1. Simulation results under various relative distances in the long-range mode.
Table 1. Simulation results under various relative distances in the long-range mode.
Performance100 m125 m150 m
MetricMMTFFFTFMMTFFFTFMMTFFFTF
RMSPE (m)8.293.008.853.179.483.43
RMSVE (m/s)18.772.9820.132.8622.392.76
Table 2. Simulation results under various relative distances in the mid-range mode.
Table 2. Simulation results under various relative distances in the mid-range mode.
Performance20 m40 m60 m
MetricMMTFFFTFMMTFFFTFMMTFFFTF
RMSPE (m)2.381.505.281.686.692.14
RMSVE (m/s)6.152.5112.242.9014.773.13
Table 3. Simulation results under various relative velocities in the long-range mode.
Table 3. Simulation results under various relative velocities in the long-range mode.
Performance−30 km/h−10 km/h+10 km/h+30 km/h
MetricMMTFFFTFMMTFFFTFMMTFFFTFMMTFFFTF
RMSPE (m)8.103.097.853.048.553.158.653.01
RMSVE (m/s)18.419.0217.864.5318.904.1619.799.06
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Pak, J.M. Finite Impulse Response Filter-Based Track Formation for Preceding Vehicle Tracking Using Automotive Radars. Sensors 2022, 22, 578. https://doi.org/10.3390/s22020578

AMA Style

Pak JM. Finite Impulse Response Filter-Based Track Formation for Preceding Vehicle Tracking Using Automotive Radars. Sensors. 2022; 22(2):578. https://doi.org/10.3390/s22020578

Chicago/Turabian Style

Pak, Jung Min. 2022. "Finite Impulse Response Filter-Based Track Formation for Preceding Vehicle Tracking Using Automotive Radars" Sensors 22, no. 2: 578. https://doi.org/10.3390/s22020578

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