Next Article in Journal
An Approach towards Increasing Prediction Accuracy for the Recovery of Missing IoT Data based on the GRNN-SGTM Ensemble
Next Article in Special Issue
Improved LiDAR Probabilistic Localization for Autonomous Vehicles Using GNSS
Previous Article in Journal
Large-Scale Crowd Analysis through the Use of Passive Radio Sensing Networks
Previous Article in Special Issue
Self-Driving Car Location Estimation Based on a Particle-Aided Unscented Kalman Filter
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Motion State Estimation of Target Vehicle under Unknown Time-Varying Noises Based on Improved Square-Root Cubature Kalman Filter

State Key Laboratory of Automotive Simulation and Control, Jilin University, Changchun 130022, China
*
Author to whom correspondence should be addressed.
Sensors 2020, 20(9), 2620; https://doi.org/10.3390/s20092620
Submission received: 17 March 2020 / Revised: 26 April 2020 / Accepted: 2 May 2020 / Published: 4 May 2020
(This article belongs to the Special Issue Intelligent Vehicles)

Abstract

:
In the advanced driver assistance system (ADAS), millimeter-wave radar is an important sensor to estimate the motion state of the target-vehicle. In this paper, the estimation of target-vehicle motion state includes two parts: the tracking of the target-vehicle and the identification of the target-vehicle motion state. In the unknown time-varying noise, non-linear target-vehicle tracking faces the problem of low precision. Based on the square-root cubature Kalman filter (SRCKF), the Sage–Husa noise statistic estimator and the fading memory exponential weighting method are combined to derive a time-varying noise statistic estimator for non-linear systems. A method of classifying the motion state of the target vehicle based on the time window is proposed by analyzing the transfer mechanism of the motion state of the target vehicle. The results of the vehicle test show that: (1) Compared with the Sage–Husa extended Kalman filtering (SH-EKF) and SRCKF algorithms, the maximum increase in filtering accuracy of longitudinal distance using the improved square-root cubature Kalman filter (ISRCKF) algorithm is 45.53% and 59.15%, respectively, and the maximum increase in filtering the accuracy of longitudinal speed using the ISRCKF algorithm is 23.53% and 29.09%, respectively. (2) The classification and recognition results of the target-vehicle motion state are consistent with the target-vehicle motion state.

1. Introduction

Millimeter-wave radar is an important sensor that constitutes an advanced driver assistance system (ADAS). The estimation of the moving state of the target vehicle based on the on-board millimeter-wave radar is essential for predicting the future trajectory of the target vehicle and determining the degree of danger of the target vehicle to the ego vehicle. In this paper, the motion state estimation of the target vehicle includes target-vehicle tracking and target-vehicle motion state classification.
The motion state information of the target vehicle (relative radial distance, azimuth, and relative radial rate) measured by millimeter-wave radar is obtained from the polar coordinate system. However, in the process of target tracking, the target motion model is usually established in the Cartesian coordinate system. As can be seen from the radar target-tracking process, the state equation is linear and the measurement equation is non-linear. Since the measurement equation is non-linear, the target-tracking system based on the millimeter-wave radar is a non-linear system.
Extended Kalman filter (EKF) [1,2], unscented Kalman filter (UKF) [3,4], particle filter (PF) [5] and cubature Kalman filter (CKF) [6] are common non-linear filtering state estimation algorithms.
The basic idea of EKF is: the non-linear system is linearized by Taylor series expansion, and then Kalman filtering is performed. Inaccurate modeling of system noise and changes in model parameters due to environmental factors will cause the decrease of the EKF estimation accuracy, and even the filter divergence will be caused. To ensure the accuracy and stability of EKF under unknown and time-varying conditions, many scholars carry out research on the adaptive extended Kalman filter algorithm, adaptive extended Kalman filter (AEKF) algorithm, such as Sage–Husa’s maximum a posteriori estimation [7], fictitious noise compensating [8], dynamic bias decoupling estimation [9], etc. To solve the filtering divergence problem caused by system modeling errors, some scholars proposed an EKF with a suboptimal fading factor [10]. Meanwhile, to improve the estimation accuracy of the EKF algorithm, some scholars proposed an AEKF algorithm based on a neural network [11]. The adaptive learning characteristics of neural networks are used to identify the non-linear system model online, to overcome the influence of unmodeled dynamic characteristics of the filter. However, due to the following shortcomings of the EKF algorithm, its development in engineering practice is limited:
(1) The higher-order terms are truncated (with truncation error) and only the first-order terms retained during the Taylor series are expanded, and the accuracy of EKF is the first-order Taylor series;
(2) In many engineering applications, the Jacobian matrix of the measurement equation is difficult to solve.
The basic idea of UKF is: “It is easier to approximate the probability density distribution of non-linear functions than the approximation of non-linear functions” [12]. UKF uses the unscented transformation to approximate the posterior distribution of the state of the non-linear system. The most important part of the UKF algorithm is the sampling strategy. Different sampling strategies differ in the number, location, and corresponding weights of the extracted Sigma points [13]. Compared with EKF, UKF has the following two advantages:
(1) The accuracy of UKF can reach at least two orders under the condition of EKF, and UKF algorithm takes the same order of magnitude;
(2) In UKF, it is not necessary to calculate the Jacobian matrix of the measurement equation.
The above two advantages of UKF expand the application range of the EKF algorithm. However, certain sigma point weights ω < 0 will cause the covariance matrix to non-positive definite condition when the dimension is too high (N ≥ 4). This situation will lead to the following two effects: firstly, the filter value is not stable or even divergent; secondly, the dimension disaster problem will occur [14]. Therefore, some scholars through theoretical analysis and experiments have proved that UKF has high accuracy for low-dimensional (N ≤ 2) non-linear systems [15].
The basic idea of PF is to approximate the posterior probability density function of the system state by random particles. PF uses the particle mean value instead of the integral operation to obtain the minimum variance of state. With the increase in the number of particles, the probability density function of particles gradually approximates the probability density function of the real state. However, PF has the following two shortcomings, which restrict the development of PF [16]:
(1) the particle degradation problem;
(2) It is difficult to realize online estimation due to the large amount of computation.
To better solve the problem of poor filtering performance and even divergence in high-dimensional non-linear filtering estimation, Arasaratnam and Haykin proposed a third-degree spherical-radial rule CKF [17]. After CKF was proposed, it was widely used in target tracking [18] and navigation [19]. Compared with UKF, CKF has the following advantages:
(1) The UKF algorithm selects 2n+1 sampling points with different weights, while the CKF algorithm selects 2n sampling points with the same weight. The CKF algorithm has fewer sampling points than UKF, so the CKF algorithm takes less time than UKF.
(2) Since the weight coefficients of the sampling points of the CKF algorithm are all positive, the robustness of the CKF algorithm is high when the dimension of the observed variable is too high (N ≥ 4).
In conclusion, compared with EKF and UKF, CKF has higher estimation accuracy. During the operation of the standard CKF algorithm, the following two conditions should be met: (1) symmetry, (2) positive qualitative. However, in practical engineering, these two conditions are sometimes difficult to meet. Therefore, scholars proposed the SRCKF algorithm based on the CKF algorithm [20]. SRCKF has the following two advantages. On the one hand, SRCKF avoids computing the square root of a matrix by directly calculating the square root of the predicted value of error covariance and the estimated value of error covariance. On the other hand, in the SRCKF algorithm, the symmetry and positive qualitative value of the error covariance matrix can always be guaranteed.
During the derivation of the CKF algorithm, it is generally assumed that the statistical characteristics of system noise and measurement noise are known [21]. However, in practice, the statistical characteristics of noise are often unknown and time-varying. The Sage–Husa estimator is often used to estimate the statistical characteristics of noise because of its simplicity and good real-time performance [22]. However, the conventional Sage–Husa estimator is suitable for estimating the statistical properties of constant coefficient noise in linear systems [23]. Based on the conventional Sage–Husa algorithm, an adaptive noise statistical estimator for non-linear systems is derived by using the cubature rule.
For time-varying noise statistics, the real-time updated data play a leading role, while the old data play a small role compared with the new data. Therefore, we should gradually reduce the weight of old data and increase the weight of new data. The exponential weighted attenuation method for fading memory is introduced to estimate time-varying noise. The exponential weighted attenuation method has the characteristic of remembering the past historical data, but the weighted coefficient of the old data is small [24].
The current international standard “ISO/DIS15622 Intelligent transportation systems-adaptive cruise control systems-performance requirements and test procedures” clearly states that adaptive cruise control (ACC) may ignore stationary targets or do not respond to stationary targets. At the same time, for full-speed ACC and autonomous emergency braking (AEB) systems, it is necessary to accurately identify the target-vehicle as a stationary target-vehicle or a moving target-vehicle.
The recognition of the target motion state has the following two functions for the ADAS. On the one hand, it can predict the future trajectory of the target-vehicle; On the other hand, it can determine the degree of danger of the target-vehicle to the ego-vehicle. Therefore, it is essential to study the classification of the target-vehicle motion state. In the literature [25], targets detected by radar are divided into high-altitude targets, stationary targets, moving targets, and road targets, but the basis for target classification is not discussed in detail. Therefore, a method of classifying the motion state of the target-vehicle based on a time window is proposed by analyzing the transfer mechanism of the motion state of the target-vehicle.
The motivation of writing the paper is as follows: (1) For the on-board millimeter-wave radar in the unknown and time-varying noise environment, the accuracy of a high-dimensional non-linear target tracking process is low. The ISRCKF algorithm based on SRCKF is proposed to accurately estimate the unknown and time-varying noise statistics. (2) To accurately predict the future trajectory of the target vehicle and determine the danger degree of the target vehicle to the ego vehicle. We present a classification method for moving objects and stationary objects based on the mechanism of moving state transfer in a time window. The vehicle test results show: (1) The filter accuracy of the ISRCKF algorithm is higher than that of SRCKF and SH-EKF. (2) The classification and recognition results of the target-vehicle’s motion state are consistent with the target-vehicle’s motion state.
The rest of the paper is organized as follows. Section 2, based on the Cartesian coordinate system of millimeter-wave radar, the target-vehicle motion state model is established; In Section 3, based on the SRCKF, an adaptive square-root cubature Kalman filter (ASRCKF) is derived. In Section 4, based on the analysis of the motion state and transfer principle of the target, a classification method of moving target and stationary target based on the motion state transfer mechanism in a time window is proposed. In Section 5, the algorithm is validated and its results are analyzed by establishing a vehicle test platform. Section 6 presents the conclusions.

2. Motion Model of Target-Vehicle

2.1. Coordinate System

It can be learned from the dynamics that the description of the same target motion state varies in different reference coordinate systems. Therefore, it is meaningful to clarify the coordinate system that describes the target motion.
The target measurement information (relative radial distance, azimuth, and relative radial speed) measured by the millimeter-wave radar is obtained from the millimeter-wave radar polar coordinate system. This paper studies the target tracking algorithm based on the millimeter-wave radar Cartesian coordinate system, to verify the performance and accuracy of the proposed algorithm in the target tracking process.
The three coordinate systems herein are respectively, the geodetic coordinate system x o y o z o , on the horizontal ground, the vehicle motion coordinate system x v y v z v with its origin coinciding with the center of gravity vehicle, the millimeter-wave radar coordinate system x r o y r , as shown in the Figure 1. The millimeter-wave radar is fixedly mounted on the front of the vehicle and the radar beam is aligned with the longitudinal axis of the vehicle. Therefore, the millimeter-wave radar coordinate system x r o y r is parallel to the vehicle motion coordinate system x v y v z v . The radar x r axis direction is identical with the x v direction in the vehicle motion coordinate system. The radar y r axis direction is identical with the y v direction in the vehicle motion coordinate system.

2.2. Equation of Motion

The forward millimeter-wave radar is installed in the middle of the front bumper and fixed to the vehicle body. As the vehicle travels, the millimeter-wave radar detects the target in front of the vehicle, mainly referring to the target-vehicles. These target-vehicles have no vertical motion or small moving speed in the vertical direction, so only the movement of the target-vehicles in the XY plane needs to be considered. Since the target-vehicles motion state has the characteristics of small mobility and low speed, a constant velocity model is established based on the millimeter-wave radar Cartesian coordinate system to describe the motion state of the front target-vehicles.
The model of the constant velocity of the target-vehicle can be obtained from the millimeter-wave radar Cartesian coordinate system:
{ x ( k + 1 ) = x ( k ) + x ˙ ( k ) T + 1 2 w x ( k ) T 2 x ˙ ( k + 1 ) = x ˙ ( k ) + w x ( k ) T   y ( k + 1 ) = y ( k ) + y ˙ ( k ) T + 1 2 w y ( k ) T 2 y ˙ ( k + 1 ) = y ˙ ( k ) + w y ( k ) T
where ( x ( k + 1 ) , y ( k + 1 ) ) represents the longitudinal distance and the lateral distance from the forward target-vehicles in the millimeter-wave radar Cartesian coordinate system at k + 1 , respectively. ( x ˙ ( k + 1 ) , y ˙ ( k + 1 ) ) is the longitudinal velocity and the lateral velocity of the target-vehicles relative to the millimeter-wave radar Cartesian coordinate system movement at k + 1 . T is the sampling time.
The model of the target motion state is as follows:
X ( k + 1 ) = A X ( k ) + B w ( k )
The target motion state vector X = [ x , x ˙ , y , y ˙ ] T here is designed to describe the motion state of the target-vehicle in the millimeter-wave radar Cartesian coordinate system; where, A is the state transition matrix, B noise-driven matrix, and w ( k ) the measurement noise at k;
A = [ 1 T 0 0 0 1 0 0 0 0 1 T 0 0 0 1 ] B = [ T 2 / 2 T 0 0 0 0 T 2 / 2 T ]
The target motion state information of millimeter-wave radar in a polar coordinate system is transformed to the front target vehicle in the millimeter-wave radar Cartesian coordinate system by coordinate transformation, the conversion formula is:
{ x = R cos θ y = R sin θ
where ( x , y ) is the position of the target-vehicle in the millimeter-wave radar Cartesian coordinate system θ is the azimuth.
The measurement equation of the target-vehicle in a millimeter-wave radar Cartesian coordinate system:
Z ( k + 1 ) = { R ( k + 1 ) = x 2 ( k + 1 ) + y 2 ( k + 1 ) + ν 1 ( k + 1 ) V ( k + 1 ) = x ˙ 2 ( k + 1 ) + y ˙ 2 ( k + 1 ) + ν 2 ( k + 1 )
where v i ( k ) , i = 1 , 2 are the observation noises at k.
Equations (2) and (4) are the state equation and the measurement equation, respectively. As can be seen from the system model, the state equation is linear and the measurement equation is non-linear. Since the measurement equation is non-linear, the target tracking based on the millimeter-wave radar Cartesian coordinate system in a non-linear system.

2.3. Parameters of the Millimeter-Wave Radar

There are two main frequency bands for automobile millimeter-wave radar: 77 GHz and 24 GHz. The 24 GHz millimeter-wave radar is usually installed on the side of the vehicle, the detection range is small and mainly used for blind spot detection (BSD), lane change assistance (LCA). The 77 GHz millimeter-wave radar has a large detection range and is usually installed in front of the vehicle. It is mainly used for forward collision warning (FCW) and AEB. In order to verify the accuracy of the algorithm’s estimation of the motion state of the target vehicle ahead, a 77 GHz millimeter-wave radar is used.
Table 1 shows the specific technical specifications of the on-board millimeter-wave radar provided by the supplier. Its main technical parameters such as detection range, measurement accuracy, and resolution are usually provided in its specification. A 77 GHz millimeter-wave radar is used herein provided by a supplier. The radar data rate is 40 ms. There are long-distance radar and medium-distance radar working states, which are subject to the driving speed of the ego-vehicle. When the travel speed of ego-vehicle is greater than 80 km/h and the millimeter-wave radar is in the long-distance radar working mode, it achieves the farthest detection distance of 120 m, and the angle detection range of around 30°. When the travel speed of the ego-vehicle is less than 80 km/h and the millimeter-wave radar is in the medium-distance radar working mode, it reaches the farthest detection distance of 100 m, and the angle detection range of around 50°.

3. Adaptive Square-Root Cubature Kalman Filter

This section is based on SRCKF. The Sage–Husa noise statistic estimator is extended from the linear constant noise statistic estimator to the non-linear time-varying noise statistic estimator.

3.1. Cubature Rule

CKF is derived from Bayesian filter theory in the Gaussian field. Under the framework of Bayesian filter theory in Gaussian domain, the non-linear filter problem can be summarized as a weighted integral in the form of “non-linear × Gaussian density”. that is:
I ( f ) = f ( x ) ω ( x ) d x
where f ( x ) is a non- linear function, R n is the region of integration, ω ( x ) = exp ( x T x ) is a Gaussian density and satisfies the non-negativity condition in the entire region.
CKF uses the third-degree spherical-radial rule to calculate the non-linear filter problem [17]. Based on the third-degree spherical-radial rule, a set of 2n equal weight sampling points is used to approximate the integral value. that is:
I ( f ) i = 1 2 n ω i f ( ξ i )
where ξ i = n [ 1 ] i is the cubature point, ω i = 1 2 n is the corresponding weight, i = 1 ,   , 2 n , [ 1 ] i is the no.i element of the cubature points set:
[ 1 ] i = { [ 1 0 0 ] , [ 0 1 0 ] [ 0 0 1 ] , [ 1 0 0 ] , [ 0 1 0 ] [ 0 0 1 ] }

3.2. Square-Root Cubarure Kalman Filter

In CKF, the error covariance matrix needs to satisfy two conditions: (1) symmetry (2) positive qualitative. It is important to ensure these two points in the algorithm iteration process to improve the robustness of the filter. The robustness of algorithm is defined as free of failure that the parameters in the algorithm violate the constraints, which makes the algorithm unable to continue running.
In order to ensure the symmetry and positive qualitative of the error covariance matrix, Arasaratnam proposed the SRCKF algorithm based on the CKF algorithm [17]. The SRCKF algorithm process is as follows:
(1) Initialization
x ^ k is the state variable, P k is the error covariance matrix, Q k is the process noise, R k is the measurement noise.
(2) Evaluate the cubature points:
X j , k = S k ξ j + x ^ k ;   j = 1 , 2 , , 2 n
where ξ j is the cubature points set, as shown below:
ξ j = { n [ 1 ] i i = 1 , 2 , , n n [ 1 ] i   i = n + 1 , n + 2 , , 2 n
where [ 1 ] is the unit matrix.
(3) Spread cubature points and calculate the state prediction:
X j , k + 1 = f ( X j , k , u k )
x ¯ k + 1 = 1 2 n j = 1 2 n X j , k + 1
(4) Estimate the square-root factor of the predicted error covariance
S ¯ k + 1 = T r i a ( [ χ k + 1 S Q , k + 1 ] )
where T r i a ( ) represents a triangular operation. B = T r i a ( A ) means: B is a matrix of A T upper triangular matrix obtained Q R decomposition.
χ k + 1 and S Q , k + 1 are as follows:
χ k + 1 = 1 / ( 2 n ) [ X 1 , k + 1 x ¯ k + 1 ,   X 2 , k + 1 x ¯ k + 1 , , X 2 n , k + 1 x ¯ k + 1 ] S Q , k + 1 = chol ( Q k + 1 )
where chol ( ) is Cholesky decomposition.
(5) Recalculate the cubature points
X j , k + 1 = S ¯ k + 1 ξ j + x ¯ k + 1
(6) Spread cubature points
Z j , k + 1 = h ( X j , k + 1 , u k + 1 )
(7) Observation Prediction:
z ¯ k + 1 = 1 2 n j = 1 2 n Z j , k + 1
(8) Estimate the square-root of the innovation covariance matrix:
S Z Z , k + 1 = T r i a ( [ γ k + 1   S R , k + 1 ] )
where γ k + 1 and S R are as follows:
γ k + 1 = 1 / ( 2 n ) [ Z 1 , k + 1 z ¯ k + 1 ,   Z 2 , k + 1 z ¯ k + 1 , , Z 2 n , k + 1 z ¯ k + 1 ] S R , k + 1 = c h o l ( R k + 1 )
(9) Estimate the cross-covariance matrix
P X Z , k + 1 = χ k + 1 γ k + 1 T
where χ k + 1 is as follows:
χ k + 1 = 1 / ( 2 n ) [ X 1 , k + 1 x ¯ k + 1 , X 2 , k + 1 x ¯ k + 1 , ,   X 2 n , k + 1 x ¯ k + 1 ]
(10) Estimate the Kalman gain
K k + 1 = ( P X Z , k + 1 / S z z , k + 1 T ) / S z z , k + 1
(11) Estimate the updated state
x ^ k + 1 = x ¯ k + 1 + K k + 1 ( z k + 1 z ¯ k + 1 )
(12) Estimate the square-root factor of the corresponding error covariance
S k + 1 = T r i a ( [ χ k + 1 K k + 1 γ k + 1 K k + 1 S R ] )

3.3. Improved Square-Root Cubature Kalman Filter

The on-board millimeter-wave radar is driving in the roads, and the statistical parameters of measurement noise are often unknown and time-varying. If the values of measurement noise and process noise are not consistent with the actual noise statistics, the filter will diverge. Therefore, constructing the ASRCKF for online estimation of unknown noise statistics is of great significance for improving the accuracy of filters. Sage-Husa is often used to estimate the statistical characteristics of noise online because of its simplicity and good real-time performance. However, the conventional Sage–Husa noise statistical estimator is suitable for the constant coefficient noise statistical characteristic estimation of linear systems. In the literature [26], the Sage–Husa noise statistic estimator in linear system is extended to the non-linear Sage–Husa noise statistic estimator. Therefore, based on the literature [26], we combine the Sage–Husa noise statistical estimator and cubature rules to derive a time-varying noise statistical estimator suitable for nonlinear systems.
The noise statistical estimator based on Sage–Husa in a non-linear system is:
Recursive formula for the process noise means:
q ^ k + 1 = 1 k + 1 [ k q k + x ^ k + 1 1 2 n i = 1 2 n f k ( X i , k | k ) ]
Recursive formula for the measurement noise means:
r ^ k + 1 = 1 k + 1 [ k r ^ k + z k + 1 1 2 n i = 1 2 n h ( X i , k + 1 | k ) ]
The process noise variance is written in the form of a recursive estimation formula as:
Q ^ k + 1 = 1 k + 1 [ k Q ^ k + K k + 1 v k + 1 v k + 1 T K k + 1 T + P k + 1 ( 1 2 n i = 1 2 n X i , k + 1 | k X i , k + 1 | k T x ^ k + 1 | k x ^ k + 1 | k T ) ]
The measurement noise variance is written in the form of a recursive estimation formula as:
R ^ k + 1 = 1 k + 1 [ k R ^ k + v k + 1 v k + 1 T ( 1 2 n i = 1 2 n Z i , k + 1 | k Z i , k + 1 | k T z ^ k + 1 | k z ^ k + 1 | k T ) ]
Including:   q ^ , r ^ , Q ^ , R ^ are the maximum a posterior of q , r , Q , R respectively.
As can be seen from (20), (21), (22), (23), the weight coefficient of each factor in k + 1 moments, every factor of the weighted coefficient of q ^ , r ^ , Q ^ , R ^ is 1 / ( k + 1 ) . For time-varying noise, the role of new data should be increased, while the role of old data should be gradually forgotten. Therefore, a different weighting factor should be multiplied for each factor in the system noise. That is: the weighting coefficient of new data should be greater than that of the old data. On the basis of the constant noise statistic estimator, the time-varying noise statistic estimator suitable for SRCKF is deduced by using the method of fading memory index weighting.
Weighted coefficient: λ i = λ i 1 b , 0 < b < 1 , i = 1 k + 1 λ i = 1 .
Therefore, the weighted index of fading memory is:
{ λ i = d k b i 1 d k = 1 b 1 b k
where b is the forgetting factor, and its value range is usually between 0.95 and 0.99. A time-varying noise statistical estimator is obtained by replacing λ k + 1 i with the weight factor of 1 / ( k + 1 ) in the constant noise statistical estimator:
Recursive formula for the process noise means:
q ^ k + 1 = ( 1 d k + 1 ) q ^ k + d k + 1 [ x ^ k + 1 | k + 1 1 2 n i = 1 2 n f k ( X i , k | k ) ]
Recursive formula for the measurement noise means:
r ^ k + 1 = ( 1 d k + 1 ) r ^ k + d k + 1 [ z k + 1 1 2 n i = 1 2 n h k + 1 ( X i , k + 1 | k ) ]
The process noise variance is written in the form of a recursive estimation formula as:
Q ^ k + 1 = ( 1 d k + 1 ) Q ^ k + d k + 1 [ K k + 1 ε k + 1 ε k + 1 T K k + 1 T + P k + 1 ( 1 2 n i = 1 2 n X i , k + 1 | k X i , k + 1 | k T x ^ k + 1 | k x ^ k + 1 | k T ) ]
where
ε k = z k z ^ k | k 1
The measurement noise variance is written in the form of a recursive estimation formula as:
R ^ k + 1 = ( 1 d k + 1 ) R ^ k + d k + 1 [ ε k + 1 ε k + 1 T ( 1 2 n i = 1 2 n Z i , k + 1 | k Z i , k + 1 | k T z ^ k + 1 | k z ^ k + 1 | k T ) ]

4. Classification of Target-Vehicle Motion State

Due to the influence of the ego-vehicle speed sensor and millimeter-wave radar measurement error, the direct use of the current moment of the ego vehicle and target vehicle motion relationship to identify the target-vehicle motion state, will lead to the vibration and even inaccurate motion state classification results. A method of classifying the motion state of the target vehicle based on time window is proposed by analyzing the transfer mechanism of the motion state of the target-vehicle. According to the absolute velocity of the target vehicle, the motion state of the target vehicle is divided into stationary target vehicle, moving target vehicle, oncoming target vehicle, start-stop target vehicle, and unclassified target vehicle.
(1) Unclassified target vehicle: the motion state of the target vehicle obtained at the initial moment of radar is the unclassified target vehicle;
(2) Stationary target vehicle: the target vehicle whose absolute speed stays near zero for a long time;
(3) Moving the target vehicle in the same direction: the movement direction of the target vehicle is the same as that of the ego vehicle;
(4) Oncoming target vehicle: the movement direction of the target vehicle is opposite to that of the ego vehicle;
(5) Start-stop target vehicle: the speed of the moving target vehicle (or the oncoming target vehicle) is reduced to near zero.
Since the velocity measured by the on-board millimeter-wave radar is the relative motion velocity of the target vehicle relative to the ego vehicle. Therefore, the absolute velocity of the target vehicle relative to the geodetic coordinate system can be deduced:
V 1 = V r + V v
where:
  • V 1 : The absolute velocity of the target vehicle;
  • V r : The relative velocity of the target vehicle;
  • V v : The speed of the ego vehicle.
Figure 2 shows the flow chart of movement state transfer of the target vehicle.
According to the absolute speed of the target vehicle, the determination of the target motion state is mainly influenced by the following two factors: first, the measurement error of the ego vehicle speed sensor; Second, millimeter-wave radar speed error. Due to the above two measurement errors, the stationary target may also return a non-zero velocity value. Therefore, it is essential to determine the appropriate threshold value to judge the target motion state. The influence of velocity sensor measurement error and millimeter-wave radar measurement error is considered. In this paper, the reference ranges of the velocity threshold are [ 0.5 ~ 1 m / s ] and [ 1 ~ 0.5 m / s ] . Because the fluctuation range of the ego-vehicle velocity is 0.3 m / s . Therefore, the threshold value of the velocity of the stationary target-vehicle is set to ± 0.5 m / s . The moving state transition rules of the target vehicle are as follows:
(1) The motion state of the target vehicle obtained during the initial operation of the radar is unclassified;
(2) The absolute speed of the target vehicle is between [ 0.5 ~ 0.5 m / s ] for N consecutive cycles. The target motion state transition can be divided into the following four conditions:
① Switch from unclassified to stationary;
② Keep stationary;
③ Switch from oncoming to start-stop;
④ Switch from moving to starting-stopping;
(3) When the absolute speed of the target-vehicle is greater than 0.5m/s for N consecutive cycles, the target motion state transition has the following four conditions:
① Switches from unclassified to moving;
② Keep moving;
③ Switch from stationary to moving;
④ Switch from start-stop to moving;
(4) When the absolute speed of the target-vehicle is less than –0.5 m/s for N consecutive cycles, the target motion state transition has the following four conditions:
① Switch from unclassified to oncoming;
② Keep oncoming;
③ Switch from stationary to oncoming;
④ Switch from start-stop to oncoming;
(5) By recording the time T when the target vehicle is recognized as the start-stop motion state, the transition relationship between the start-stop motion state and the stationary state is identified.
① If T is greater than or equal to M , the target vehicle is switched from start-stop motion state to the stationary state.
② If T is less than M , the target vehicle keeps start-stop motion state.
As the length of time window N is longer, the delay of target-vehicle motion state recognition is more serious. The value of M has a significant influence on decision-making and control of the vehicle. In this paper, N = 3 , M = 2 s .
Because the target vehicle has inertia, there is no sudden change in the speed of the target-vehicle. In the process of state transfer between moving target vehicles in the same direction and moving target vehicles in the opposite direction, it is necessary to go through the start-stop motion state.

5. Experiment and Discussion

5.1. Construction of the Experimental Platform

As shown in the Figure 3, to check the accuracy and reliability of the proposed algorithm, the Sagitar vehicle is applied herein in the test. Figure 3 (a) is the Sagitar test vehicle platform; (b) is the experimental platform communication.
The ego-vehicle is equipped with a 77 GHz millimeter-wave radar as shown in (a) and (b) of Figure 3. The 77 GHz millimeter-wave radar is installed directly above the license plate on the front of the ego-vehicle. The 77 GHz millimeter-wave radar is provided with two-way controller area network (CAN). One CAN is connected to the vehicle gateway. The other is connected to MicroAutoBoxII through CAN. The AR023Z-1080p camera is installed in the bracket above the ego-vehicle to synchronously record the scene of the vehicle.
We use the light detection and ranging (lidar) produced by Ibeo to detect the motion state information of the target vehicle and take it as the ground truth, which is used to verify the performance of the target tracking algorithm of the millimeter-wave radar. In order to make the sensors smarter, Ibeo will provide point cloud processing algorithm software for the lidar. At present, the algorithm provided by Ibeo supports target recognition and tracking. The motion state information of the target vehicle includes longitudinal distance and longitudinal speed. As shown in Figure 4a, the ego-vehicle is equipped with two lidars, which are lidar-1 and lidar-2. The Ibeo TrackingBox produced by Ibeo is responsible for data fusion of the two lidars. Table 2 shows the specific technical specifications of the four scan levels lidar provided by Ibeo.
The ego-vehicle is equipped with MicroAutoBoxII and connected to the vehicle gateway port via the CAN to obtain the longitudinal velocity and steering wheel angle information of the vehicle measured by the electronic stability controller (ESC). MicroAutoBoxII is connected to the Ibeo TrackingBox through CAN and obtains the target vehicle movement status after data fusion.
The motion state estimation algorithm of the target vehicle is written in the environment of MatlabR2018a/Simulink in the host computer. The automatic code generation software provided by the dSPACE company is used to download the code to the MicroAutoBoxII1401/ 1505/1507 rapid prototyping controller through user datagram protocol (UDP) to run.
In order to exclude the randomness of the experiments, we conducted multiple sets of experiments. As shown in Figure 4, four test environments are selected, and three groups of experiments are carried out for each test environment.

5.2. Analysis of Experiment Results

Since the test results for the 12 groups of experiments are similar, one set of test data is selected for discussion and analysis. Figure 5 to Figure 6 show the experimental results of the effect of verifying the ISRCKF target tracking algorithm.
The measurement data of the target vehicle are indicated by the red circle, without the ISRCKF algorithm optimization and containing noise (R-M). The solid blue line represents the ground truth of the motion state of the target-vehicle measured by lidar. The measurement data of the target vehicle are indicated by the magenta dashed line, with the ISRCKF algorithm optimization. The measurement data of the target vehicle are indicated by the green solid line, with the SH-EKF algorithm optimization. The measurement data of the target vehicle are indicated by the cyan dot-dash line, with the SRCKF algorithm optimization.
Figure 5 and Figure 6 show the time history curves of the longitudinal distance and longitudinal velocity of the target-vehicle relative to the ego-vehicle. It can be concluded from the figures that the data fluctuation of the ISRCKF algorithm during tracking the target is small, and the target tracking performance of the ISRCKF algorithm is significantly better than the SH-EKF and SRCKF algorithms. Through references [27,28,29], it is found that the root mean square error (RMSE) can be used to quantitatively analyze the filtering accuracy. In order to quantitatively analyze the filtering accuracy of the ISRCKF, SH-EKF, and SRCKF algorithms, we counted the RMSE of the 12 groups of experiments. and the results are shown in Figure 7 and Figure 8. The test environment of the statistical value for RMSE of groups 1, 2, and 3 is the underground parking. The test environment of the statistical value for RMSE of groups 4, 5, and 6 is the tunnel. The test environment of the statistical value for RMSE of groups 7, 8, and 9 is the campus. The test environment for the statistical value for RMSE of groups 10, 11, and 12 is the expressway.
It can be concluded from Figure 7 and Figure 8 that in the driving environment where the system noise is unknown and time-variant, the RMSE of the longitudinal speed and longitudinal distance of target tracking using SRCKF and SH-EKF algorithm is larger than that of ISRCKF algorithm. Compared with SH-EKF and SRCKF algorithms, the maximum increase in filtering accuracy of longitudinal distance using the ISRCKF algorithm is 45.53% and 59.15%, respectively, and the maximum increase in filtering accuracy of longitudinal speed using the ISRCKF algorithm is 23.53% and 29.09%, respectively. Through the above analysis, it can be concluded that using ISRCKF algorithm to track can effectively suppress the divergence of target tracking, thereby reducing the tracking error and improving the tracking accuracy.
As shown in Figure 9, the time consumption of different algorithms is measured by the mean time of the algorithm running once in the MicroAutoBoxII.
From Figure 9, it can be concluded that the target tracking algorithm proposed herein takes 0.0053 s on average, slightly up that of SH-EKF and SRCKF. SH-EKF and SRCKF take 0.0051 s and 0.0047 s on average, respectively.
The vehicle test results show that the ISRCKF algorithm has the highest accuracy when the time consumption is not increased much compared with SH-EKF and SRCKF.
In order to ensure the safety and rigorous of the experiment, we conducted 10 groups of experiments on campus. During the test, the driving process of the target vehicle was divided into the following stages: parking, accelerated reverse, braking to stop, starting acceleration, and decelerating to stop. Since the test results of the 10 groups are similar, we choose one of the data for analysis.
Figure 10 is the time history curve of the target-vehicle’s absolute velocity. The meanings of ①, ②, ③, and ④ in Figure 10 represent the stationary, moving, start-stop, oncoming movement states in Figure 2, respectively. We have used the same colors to indicate the same motion state in Figure 10 and Figure 2.
Figure 11 is the transition process of the target vehicle’s motion state. The initial motion state of the target vehicle is the unclassified motion state. As the reversing speed of the target vehicle increases at 2.3 s, the motion state of the target-vehicle changes from the stationary motion state to the oncoming motion state. As the reversing speed of the target vehicle decreases, the motion state of the target vehicle changes from the oncoming motion state to the start-stop motion state (at 14.5 s). As the time T of the start-stop motion state increases, the status of the target vehicle changes from the start-stop motion state to the stationary state at the time of 16.5 s. As the forward speed of the target vehicle increases, the motion state of the target vehicle changes from the stationary state to the same motion state (at 19.4 s). As the forward speed of the target vehicle decreases, the motion state of the target vehicle changes from the same motion state to the start-stop motion state at 28.4 s.
In the two sports periods of 14.5   s ~ 16.5   s and 28.4   s ~ 30   s , the classification method proposed classifies target vehicles as start-stop targets. The classification method shows that it has a certain memory effect on the motion state of the target vehicle. The test results show that the classification and recognition results are consistent with the motion state of the target vehicle.

6. Conclusions

In the process of on-board millimeter-wave radar target tracking, the characteristics of unknown time-varying noise cannot be accurately counted, which will cause the filter accuracy to decline or even diverge. In response to this question, based on the SRCKF, the Sage–Husa noise statistic estimator and the fading memory exponential weighting method are combined to derive a time-varying noise statistic estimator for non-linear systems. ISRCKF can effectively overcome the problem of low accuracy and even divergence of SRCKF filtering-varying noise. When the motion relation between the ego vehicle and the target vehicle in the current is used to identify the motion state of the target vehicle, there exists the problem that the classification result of motion state is vibration or even inaccurate. A method of classifying the motion state of the target vehicle based on the time window is proposed by analyzing the transfer mechanism of the motion state of the target vehicle. According to the absolute velocity of the target vehicle, the motion state of the target vehicle is divided into stationary target vehicle, moving target vehicle, oncoming target vehicle, start-stop target vehicle, and unclassified target vehicle. Because the target vehicle has inertia, there is no sudden change in the speed of the target vehicle. In this classification method, the target vehicle needs to go through the start-stop motion state during the state transfer between the same motion and the reverse motion. Since the starting and stopping motion state of the target vehicle is different from the stationary motion state of the target vehicle, this method reflects that the target vehicle has a certain memory effect on its motion state. The results of the vehicle test show that: (1) the accuracy of the ISRCKF algorithm is significantly improved; (2) the classification and recognition results of the target vehicle motion state are consistent with the target vehicle motion state.

Author Contributions

Funding acquisition, J.W.; Methodology, S.S.; Writing—original draft, S.S.; Writing—review and editing, S.S. and J.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Research on Construction and Simulation Technology of Hardware in Loop Testing Scenario for Self-driving Electric Vehicle of China, grant number 2018YFC0105103 and the National Natural Science Foundation of China, grant number U1564211.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, R.; Cao, S. Extending reliability of mmwave radar tracking and detection via fusion with camera. IEEE Access 2019, 7, 137065–137079. [Google Scholar] [CrossRef]
  2. Chen, B.; Pei, X.; Chen, Z. Research on target detection based on distributed track fusion for intelligent vehicles. Sensors 2020, 20, 56. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Wan, L.; Liu, Y.; Pi, Y. Comparing of target-tracking performances of EKF, UKF and PF. Radar Sci. Technol. 2007, 5, 13–16. [Google Scholar]
  4. Liu, J.; Wang, Z.; Xu, M. A Kalman estimation based rao-blackwellized particle filtering for radar tracking. IEEE Access 2017, 5, 8162–8174. [Google Scholar] [CrossRef]
  5. Morelande, M.R.; Challa, S. Manoeuvring target tracking in clutter using particle filters. IEEE Trans. Aerosp. Electron. Syst. 2005, 41, 252–270. [Google Scholar] [CrossRef]
  6. Roy, A.; Mitra, D. Multi-target trackers using cubature Kalman filter for Doppler radar tracking in clutter. IET Signal Process. 2016, 10, 888–901. [Google Scholar] [CrossRef]
  7. Sage, A.P.; Husa, G.W. In Adaptive filtering with unknown prior statistics. IEEE Trans. Autom. Control 1969, 760–769. [Google Scholar] [CrossRef]
  8. Deng, Z.L.; Wang, J.G. Adaptive extended Kalman filtering for nonlinear systems. Acta Autom. Sin. 1987, 5, 375–379. [Google Scholar]
  9. Ignagni, M. An alternate derivation and extension of Friendland’s two-stage Kalman estimator. IEEE Trans. Autom. Control 1981, 26, 746–750. [Google Scholar] [CrossRef]
  10. Zhou, D.H.; Xi, Y.G.; Zhang, Z.J. Suboptimal fading extended Kalman filtering for nonlinear systems. Control Decis. 1990, 5, 1–6. [Google Scholar]
  11. Chao, C.T.; Teng, C.C. A fuzzy neural network based extended Kalman filter. Int. J. Syst. Sci. 1996, 27, 333–339. [Google Scholar] [CrossRef]
  12. Julier, S.J.; Uhlmann, J.K. New extension of the Kalman filter to nonlinear systems. In Signal Processing, Sensor Fusion, and Target Recognition VI; Society of Photo Optical: Bellingham, WA, USA, 1997; pp. 182–193. [Google Scholar]
  13. Ge, B.; Zhang, H.; Jiang, L.; Li, Z.; Butt, M.M. Adaptive unscented Kalman filter for target tracking with unknown time-varying noise covariance. Sensors 2019, 19, 1371. [Google Scholar] [CrossRef] [Green Version]
  14. Wu, Y.; Hu, D.; Wu, M.; Hu, X. A numerical-integration perspective on Gaussian filters. IEEE Trans. Signal Process. 2006, 54, 2910–2921. [Google Scholar] [CrossRef]
  15. Sun, F.; Tang, L.J. Estimation precision comparison of cubature Kalman filter and unscented Kalman filter. Control Decis. 2013, 28, 303–308. [Google Scholar]
  16. Doucet, A.; Godsill, S.; Andrieu, C. On sequential Monte Carlo sampling methods for Bayesian filtering. Stat. Comput. 2000, 10, 197–208. [Google Scholar] [CrossRef]
  17. Arasaratnam, I.; Haykin, S. Cubature Kalman filters. IEEE Trans. Autom. Control 2009, 54, 1254–1269. [Google Scholar] [CrossRef] [Green Version]
  18. Zhu, W.; Wang, W.; Yuan, G. An improved interacting multiple model filtering algorithm based on the cubature Kalman filter for maneuvering target tracking. Sensors 2016, 16, 805. [Google Scholar] [CrossRef] [Green Version]
  19. Bao, W.; Lv, Y.; Zhu, R.; Pan, X.; Wang, J.; Zhou, H. Autonomous navigation algorithms based on improved CKF filters. In Proceedings of the Selected Papers of the Photoelectronic Technology Committee Conferences, Hefei, Suzhou, and Harbin, China, 14–19 June 2015; p. 9796. [Google Scholar]
  20. Arasaratnam, I.; Haykin, S. Square-root quadrature Kalman filtering. IEEE Trans. Signal Process. 2008, 56, 2589–2593. [Google Scholar] [CrossRef]
  21. Bhaumik, S. Cubature Kalman filter with risk sensitive cost function. In Proceedings of the 2011 IEEE International Conference on Signal and Image Processing Applications (ICSIPA), Kuala Lumpur, Malaysia, 16–18 November 2011; pp. 144–149. [Google Scholar]
  22. Wei, W.; Qin, Y.Y.; Zhang, X.D.; Zhang, Y.C. Amelioration of the sage-husa algorithm. J. Chin. Inert. Technol. 2012, 20, 6. [Google Scholar]
  23. Zhou, Y.; Zhang, Y.F.; Zhang, C.; Zhang, J.Z. A novel algorithm of linear adaptive square-root Kalman filtering based on sage-husa. J. Northwestern Polytech. Univ. 2013, 31, 89–93. [Google Scholar]
  24. Deng, Z.L. Self-tuning Filtering Theory with Applications-modern Time Series Analysis Method; Press of Harbin Institute of Technology: Harbin, China, 2003; pp. 161–165. [Google Scholar]
  25. Polychronopoulos, A.; Amditis, A.; Floudas, N.; Lind, H. Integrated object and road border tracking using 77 GHz automotive radars. IEEE Proc. Radar Sonar Navig. 2004, 151, 375–381. [Google Scholar] [CrossRef]
  26. Li, Q.R. Research on Improved Cubature Kalman Filter and its Application in Navigation. Ph.D. Thesis, School of Automation, Harbin Engineering University, Harbin, China, 2015. [Google Scholar]
  27. Wang, C.L.; Xiong, X.; Liu, H.J. Target tracking algorithm of automotive radar based on Iterated Square-root CKF. J. Phys. Conf. Ser. 2018, 976, 012010. [Google Scholar] [CrossRef] [Green Version]
  28. Xiong, X.; Wang, C.L.; Liu, H.J. Target tracking algorithm for automotive radar based on Iterated Square-root CKF by noise compensation. J. Nanjing Univ. Posts Telecommun. (Nat. Sci. Ed.) 2018, 38, 113–118. [Google Scholar]
  29. Liu, H.J.; Lai, S.F. Fast square root CKF for automotive millimeter-wave radar target tracking. J. Nanjing Univ. Sci. Technol. 2016, 40, 56–60. [Google Scholar]
Figure 1. Coordinate system.
Figure 1. Coordinate system.
Sensors 20 02620 g001
Figure 2. The flow chart of movement state transfer of the target vehicle.
Figure 2. The flow chart of movement state transfer of the target vehicle.
Sensors 20 02620 g002
Figure 3. Experimental vehicle. (a) Test platform equipment, (b) experimental platform communication.
Figure 3. Experimental vehicle. (a) Test platform equipment, (b) experimental platform communication.
Sensors 20 02620 g003
Figure 4. Experimental environment. (a) underground parking, (b) tunnel, (c) campus, (d) expressways.
Figure 4. Experimental environment. (a) underground parking, (b) tunnel, (c) campus, (d) expressways.
Sensors 20 02620 g004
Figure 5. Target-vehicle longitudinal distance time history curve.
Figure 5. Target-vehicle longitudinal distance time history curve.
Sensors 20 02620 g005
Figure 6. Target-vehicle longitudinal velocity time history curve.
Figure 6. Target-vehicle longitudinal velocity time history curve.
Sensors 20 02620 g006
Figure 7. MSRE curves of longitudinal velocity for various filters.
Figure 7. MSRE curves of longitudinal velocity for various filters.
Sensors 20 02620 g007
Figure 8. MSRE curves of longitudinal distance for various filters.
Figure 8. MSRE curves of longitudinal distance for various filters.
Sensors 20 02620 g008
Figure 9. Time mean of the algorithm running once.
Figure 9. Time mean of the algorithm running once.
Sensors 20 02620 g009
Figure 10. Target-vehicle absolute velocity time history curve.
Figure 10. Target-vehicle absolute velocity time history curve.
Sensors 20 02620 g010
Figure 11. The movement state transfer of the target-vehicle.
Figure 11. The movement state transfer of the target-vehicle.
Sensors 20 02620 g011
Table 1. Main technical parameters of the millimeter-wave radar.
Table 1. Main technical parameters of the millimeter-wave radar.
ParameterLong-Distance ModeMedium-Distance Mode
Ranging1–120/(m)1–100/(m)
Ranging resolution 0.6(m)0.2(m)
Angle±30/(o)±50/(o)
Speed resolution0.75/(km/h)0.6/(km/h)
Speed–50–55/(m/s)–50–55/(m/s)
Remark: ① The horizontal angle range is negative when the target is on the left side of the radar and positive when on the right side. ② The relative speed is positive when the target is far from the radar, and negative when close to the radar.
Table 2. Main technical parameters of the lidar.
Table 2. Main technical parameters of the lidar.
ParameterValue/(Units)
Ranging 200(m)
Ranging resolution0.04(m)
Fov(H*V)110*3.2/(o)
Vertical angle resolution0.8/(o)
update rate25/(Hz)

Share and Cite

MDPI and ACS Style

Song, S.; Wu, J. Motion State Estimation of Target Vehicle under Unknown Time-Varying Noises Based on Improved Square-Root Cubature Kalman Filter. Sensors 2020, 20, 2620. https://doi.org/10.3390/s20092620

AMA Style

Song S, Wu J. Motion State Estimation of Target Vehicle under Unknown Time-Varying Noises Based on Improved Square-Root Cubature Kalman Filter. Sensors. 2020; 20(9):2620. https://doi.org/10.3390/s20092620

Chicago/Turabian Style

Song, Shiping, and Jian Wu. 2020. "Motion State Estimation of Target Vehicle under Unknown Time-Varying Noises Based on Improved Square-Root Cubature Kalman Filter" Sensors 20, no. 9: 2620. https://doi.org/10.3390/s20092620

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