[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN105372659A - Road traffic monitoring multi-target detection tracking method and tracking system - Google Patents

Road traffic monitoring multi-target detection tracking method and tracking system Download PDF

Info

Publication number
CN105372659A
CN105372659A CN201510816112.9A CN201510816112A CN105372659A CN 105372659 A CN105372659 A CN 105372659A CN 201510816112 A CN201510816112 A CN 201510816112A CN 105372659 A CN105372659 A CN 105372659A
Authority
CN
China
Prior art keywords
radar
target
road traffic
traffic monitoring
moving
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510816112.9A
Other languages
Chinese (zh)
Inventor
张仲鑫
王磊磊
王海涛
朱思悦
梁影
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Radio Equipment Research Institute
Original Assignee
Shanghai Radio Equipment Research Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Radio Equipment Research Institute filed Critical Shanghai Radio Equipment Research Institute
Priority to CN201510816112.9A priority Critical patent/CN105372659A/en
Publication of CN105372659A publication Critical patent/CN105372659A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S13/00Systems using the reflection or reradiation of radio waves, e.g. radar systems; Analogous systems using reflection or reradiation of waves whose nature or wavelength is irrelevant or unspecified
    • G01S13/88Radar or analogous systems specially adapted for specific applications
    • G01S13/91Radar or analogous systems specially adapted for specific applications for traffic control

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • Electromagnetism (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Physics & Mathematics (AREA)
  • Radar Systems Or Details Thereof (AREA)

Abstract

The invention discloses a road traffic monitoring multi-target detection tracking method. The method includes the following steps that: a radar detects a plurality of moving targets; Kalman filtering and prediction are performed on feedback data of the detection of the plurality of moving targets by the radar, so that the motion states of the plurality of moving targets at the current time point can be obtained, and the motion states of the plurality of moving targets in future time points are predicted; and an interactive multi-model (IMM) algorithm with Markov switching coefficient is adopted to track the plurality of moving targets detected by the radar. According to the road traffic monitoring multi-target detection tracking method of the invention, based on Kalman filtering and the establishment of a road traffic monitoring model, the motion situations of a plurality of moving targets in a monitoring range can be monitored in real time without losing the targets.

Description

Road traffic monitoring multi-target detection tracking method and tracking system
Technical Field
The invention relates to a road traffic monitoring technology, in particular to a road traffic monitoring multi-target detection tracking method and a tracking system.
Background
With the rapid development of economy and road traffic in China and the increasing number of vehicles, the traffic monitoring is more and more valued by people. In multi-target tracking, a potential threat target is established and identified, so that theoretical support is provided for reducing the false alarm rate of a system and improving the reliability of the system; through comparison of vehicle-mounted distance detection technologies, a millimeter wave frequency modulation pulse Doppler radar is selected; the complex environment of road target tracking is deeply analyzed, and preliminary research is carried out on data association of radar data processing and the start and the stop of target tracking. Data association is one of key technologies of multi-target tracking and multi-sensor information fusion. The objective is to establish a relationship between the measurement and the track (target) to determine whether each measurement data originates from the same target, and the core problem of data association is how close the measurement is to the estimated value of the track (target), and the result of data association directly affects the estimation of the target state, so people pay more attention to the relationship. At present, methods (JPDA) such as a nearest neighbor method, a multi-hypothesis method, a probability data association method (PDA), a joint probability data association method and the like are applied more.
Disclosure of Invention
The invention provides a road traffic monitoring multi-target detection tracking method and a tracking system, which can monitor the motion conditions of a plurality of targets in a monitoring range in real time without losing the targets through the establishment of a Kalman filtering and road traffic monitoring model.
In order to achieve the purpose, the invention discloses a road traffic monitoring multi-target detection tracking method, which is characterized by comprising the following steps:
detecting a plurality of moving objects by a radar;
performing Kalman filtering and prediction on feedback data of a plurality of moving targets detected by a radar, acquiring the moving states of the plurality of moving targets at the current moment, and predicting the moving states of the plurality of moving targets at the future moment;
and tracking a plurality of moving targets detected by the radar by adopting an interactive multi-model method with Markov switching coefficients.
The moving target has two degrees of freedom in road traffic, which are respectively: rotation about the ground normal and translation along the road direction.
In the kalman filter, the state equation of the moving target is as shown in equation (27):
X(k+1)=FX(k)+GW(k)(27)
in formula (27):
F = 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 0 0 0 0 0 0 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 , X ( k ) = x 1 ( k ) x 2 ( k ) x 3 ( k ) y 1 ( k ) y 2 ( k ) y 3 ( k ) ,
G = T 2 / 4 0 T / 2 0 1 0 0 T 2 / 4 0 T / 2 0 0 ; W(k)=[w1(k)w2(k)],
wherein F is a state transition matrix; t is a sampling interval; the variable X (k) is a target state vector comprising the radial distance r, the relative velocityRelative accelerationAngle β, angular velocityAnd angular accelerationW (k) is the system noise vector; g is an action matrix of system noise; w is a1(k)、w2(k) Is a white noise sequence with a mean value of zero and uncorrelated and a variance ofThe covariance matrix of W (k) is as in formula (28):
Q ( k ) = E [ W ( k ) W T ( k ) ] = σ α 2 0 0 σ β 2 - - - ( 28 ) .
the basic equations of the one-step prediction of the kalman filter are as shown in equations (7), (8), (9):
X ^ ( k + 1 / k ) = Φ ( k + 1 / k ) X ^ ( k / k - 1 ) + K p ( k ) [ Y ( k ) · H ( k ) X ^ ( k / k - 1 ) ] - - - ( 7 )
Kp(k)=Φ(k+1/k)P(k/k-1)HT[H(k)P(k/k-1)HT(k)+R(k)]-1(8)
P(k+1/k)=[Φ(k+1/k)-Kp(k)H(k)]P(k/k-1)+G(k)Q(k)GT(k)(9)
k in the formulae (7), (8), (9)p(k) To predict the gain matrix in one step, phi (k +1, k) (phi (k +1, k) ∈ Rn×n) Is a state transition matrix, Y (k) (Y (k)) ∈ Rm×1) Is a measurement vector, H (k) (H (k)) ∈ Rm×n) Is an observation matrix; equation (9) is the one-step prediction equation error.
The measurement model of the above interactive multi-model method with markov switching coefficients is:
Z(k)=H(k)X(k)+V(k)(29)
wherein:
Z ( k ) = z 1 ( k ) z 2 ( k ) z 3 ( k ) ; H ( k ) = 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 ; V ( k ) = v 1 ( k ) v 2 ( k ) v 3 ( k ) ;
in the formula: z is a radical of1(k)、z2(k)、z3(k) Respectively representing the distance, the relative speed and the azimuth angle of a target measured by a radar; h (k) is an observation matrix; v (k) is measurement noise; wherein v is1(k)、v2(k)、v3(k) Is three mutually uncorrelated random white noise sequences with the equations ofAnd E [ v 3 ( k ) ] 2 = σ 3 2 ;
the covariance matrix of v (k) is formula (30):
R ( k ) = E [ V ( k ) V T ( k ) ] 2 = σ 1 2 0 0 0 σ 2 2 0 0 0 σ 3 2 - - - ( 30 )
here, ,is the variance of the error of the distance measurement,is the variance of the error of the relative velocity (doppler) measurement,is the variance of the azimuth measurement error.
A tracking system suitable for the road traffic monitoring multi-target detection tracking method is characterized by comprising the following components:
the radar is used for detecting a plurality of moving targets and uploading feedback data;
the data processing system receives feedback data uploaded by the radar, performs Kalman filtering and prediction on the feedback data, acquires the motion states of a plurality of moving targets at the current moment, and predicts the motion states of a plurality of moving targets at the future moment; and controlling a plurality of moving targets of the radar to track by adopting an interactive multi-model method with Markov switching coefficients.
The radar is a millimeter wave frequency modulation pulse Doppler radar.
Compared with the tracking method of the road traffic moving target in the prior art, the road traffic monitoring multi-target detecting and tracking method and the tracking system have the advantages that the movement conditions of a plurality of moving targets in the monitoring range can be monitored in real time without losing the target through the establishment of the Kalman filtering and the road traffic monitoring model;
the radar is used as a monitoring and target tracking sensor, is particularly suitable for traffic monitoring in rainy days or severe weather environments, can accurately monitor the motion state of multiple targets so as to facilitate traffic enforcement of traffic polices, and has wide application prospect in the field of traffic monitoring.
Drawings
FIG. 1 is a flow chart of the operation of an interactive multimodal method;
FIG. 2 is a flow chart of the method of the road traffic monitoring multi-target detection tracking method of the invention.
Detailed Description
The following further describes specific embodiments of the present invention with reference to the drawings.
Data obtained by radar detection contains measurement errors and noise, so that the errors and the noise are reduced through data processing, namely tracking filtering, and the accuracy of the radar for environment perception is improved. The kalman filter estimates the current value of the signal under the linear unbiased minimum variance estimation criterion using only the previous estimate of the signal and the most recent observation, without necessarily requiring all past observations.
Kalman filtering computationally estimates the desired signal from measurements related to the extracted signal. Where the estimated signal is a random response caused by a white noise excitation, the system equations are known as the transfer structure between the excitation and the response, and the metrology equations are known as the functional relationship between the measurement and the estimated quantity. In the estimation process, known system equations, measurement equations, statistical characteristics of white noise excitation and statistical characteristics of measurement errors are utilized. The kalman filter is designed in the time domain, and the information used is also a quantity in the time domain. And the kalman filter is adapted to be multidimensional. Therefore, the application range of the Kalman filtering is very wide. It has the following characteristics:
1) the object of the Kalman filtering process is a random signal;
2) the processed signals have no useful and interference components, and the purpose of filtering is to estimate all the processed signals;
3) the white noise excitation and the measurement noise of the system are not the objects to be filtered, and the statistical characteristics of the white noise excitation and the measurement noise are just the information to be utilized in the estimation process.
Kalman filtering is generally classified into linear and nonlinear, each of which can be continuous and discrete, based on the nature of the system equations and metrology equations of the physical system. Nonlinear kalman filtering is also known as extended kalman filtering. In this case, the system equation is nonlinear, or both the system equation and the measurement equation are nonlinear. The system equations and the measurement equations established by the present patent are both non-linear and discrete.
Kalman filtering and prediction in motor vehicle target tracking:
the purpose of filtering and prediction is to estimate the motion state of the target at the current and future time instants, including position, velocity, angle, etc. The criterion for kalman filtering and prediction is that the root mean square error is minimal. Besides, it has many other advantages in maneuvering target tracking:
1) a sequence of kalman filtering and prediction gains based on the target maneuver and metrology noise models may be automatically selected. This means that by varying some critical parameters, the same filter can be adapted to different maneuvering targets and metrology environments;
2) the Kalman filtering and measurement gain sequence can automatically adapt to the change of the detection process, including the change of the sampling period and the condition of omission;
3) kalman filtering and prediction can conveniently measure the estimation accuracy through a covariance matrix. Such metrology tools may also be used in mobile multi-target tracking to track door formation and threshold size determination;
4) through the variation of residual vectors d (k) in Kalman filtering and prediction, whether the motion characteristics of the originally assumed target model and the actual target are consistent or not can be judged. Thus, d (k) can be used as a means of maneuver detection and maneuver identification. Meanwhile, the method can also be used for consistency analysis and the like.
(5) In the aspect of multi-maneuvering target tracking in a dense multi-echo environment, the influence of uncertainty related errors can be partially compensated through the use of Kalman filtering and prediction methods.
Basic kalman filter equations:
the state equation and the measurement equation of the target can be expressed by equation (1):
X ( k + 1 ) = Φ ( k + 1 , k ) X ( k ) + G ( k ) W ( k ) Y ( k ) = H ( k ) X ( k ) + V ( k ) - - - ( 1 )
in formula (1):
X(k)(X(k)∈Rn×1) Is a target state vector, Y (k) ∈ Rm×1) Is a measurement vector of phi (k +1, k) (phi (k +1, k) ∈ Rn×n) Is a state transition matrix, G (k) (G (k)) ∈ Rn×n) Is the action matrix of the system noise, H (k) (H (k)) ∈ Rm×n) For observation of the matrix, W (k) (W (k)) ∈ Rn×1) Mean value E [ W (k)]0, covariance E [ W (k) WT(j)]=Q(k)kjReferred to as system noise, V (k) (V (k) ∈ Rm×1) Mean value of E [ V (k)]0, covariance E [ V (k) VT(j)]=R(k)kjWhite noise that is uncorrelated with W (k), i.e. E [ W (k) VT(j)]0, is the measurement noise.
When in the initial state, X0Independently of W (k), V (k), namely: e [ X ]0WT(k)]=0,E[X0VT(k)]0. The corresponding kalman filter primitive equation is as follows:
state estimation, as in equation (2):
X ^ ( k / k ) = X ^ ( k / k - 1 ) + K ( k ) [ Y ( k ) - H ( k ) X ^ ( k / k - 1 ) ] - - - ( 2 )
this state is further predicted, as in equation (3):
X ^ ( k / k - 1 ) = Φ ( k + 1 , k ) X ^ ( k - 1 / k - 1 ) - - - ( 3 )
the filter gain is as shown in formula (4):
K(k)=P(k/k-1)HT(k)[H(k)P(k/k-1)HT(k)+R(k)]-1(4)
one step prediction of equation error, as in equation (5)
P(k/k-1)=Φ(k+l,k)P(k-1/k-1)ΦT(k+l,k)+G(k-1)Q(k-1)GT(k-1)(5)
The mean square error is estimated optimally, as shown in equation (6)
P(k/k)=[I-K(k)H(k)]P(k/k-l)(6)
Where d (k) ═ y (k) -h (k) X (k/k-1) is defined as a residual vector whose covariance matrix is: s (k) ═ h (k) p (k/k-1) ht (k) + r (k).
In maneuvering target tracking, especially maneuvering multi-target tracking, filtering and prediction are extremely important. Basic equations of one-step prediction of Kalman filtering are shown as formulas (7), (8) and (9).
X ^ ( k + 1 / k ) = Φ ( k + 1 / k ) X ^ ( k / k - 1 ) + K p ( k ) [ Y ( k ) · H ( k ) X ^ ( k / k - 1 ) ] - - - ( 7 )
Kp(k)=Φ(k+1/k)P(k/k-1)HT[H(k)P(k/k-1)HT(k)+R(k)]-1(8)
P(k+1/k)=[Φ(k+1/k)-Kp(k)H(k)]P(k/k-1)+G(k)Q(k)GT(k)(9)
K in the formulae (7), (8), (9)p(k) The gain array is predicted for one step.
Kalman filtering has two computation loops: a gain calculation loop and a filter calculation loop. Wherein the gain calculation loop is independent and the filter calculation loop depends on the gain calculation loop, there are two update processes in one cycle: a time update process and a measurement update process. When the predicted state estimation value at the time k-1 and the measured value at the time k are known, the optimal estimation value of the state vector at the time k can be obtained by using the one-step prediction mean square error at the time k-1, and the state estimation value and the measured value at the time k-1 can be predicted.
Moving objects, such as automobiles, often accelerate, decelerate, and turn while traveling on a road, resulting in changing states of motion. For the traffic monitoring radar, accurately tracking the states of a plurality of targets, such as vehicles, and estimating the motion state of each target in time are important tasks of the traffic monitoring radar. At present, most multi-target tracking methods are designed for tracking air targets with less clutter, and the environment of road vehicles, such as maneuvering state, background noise, environment clutter and the like of the targets, is greatly different from the environment of the air targets, and all the environments can influence the output of a monitoring radar. Therefore, the conventional tracking method for tracking multiple targets in the air is not suitable for tracking the road targets, and the road traffic monitoring and detecting system for multiple targets needs to take the actual conditions of the road targets into consideration and adopt a new or improved multiple target tracking method.
An interactive multi-model method (IMM method) with Markov switching coefficient is proposed based on the generalized Bayes method and taking Kalman filtering as a starting point, wherein a plurality of models work in parallel, and target state estimation is the result of interaction of a plurality of filters. The method does not need maneuvering detection, and simultaneously achieves the full-face self-adaptive capacity. Compared with a single model adaptive filter, the method has the following advantages:
1) the modeling can be refined by appropriately extending the model, since it employs multi-model descriptions for the parameter space;
2) in the filtering process, the adaptive variable structure is realized through the change of model probability. In addition, the adaptive structural capability can be enhanced by increasing or decreasing or changing the model in real time;
3) under the condition of satisfying the prior assumption, the method is the optimal estimation in the mean square error sense. Therefore, the reasonability of the hypothesis can be intensively researched, and a more reasonable hypothesis can be searched;
4) the method has an obvious parallel structure and is convenient for effective parallel implementation.
As shown in FIG. 1, the interactive multi-model method is implemented as follows:
assuming that there are r models at k moments, the target motion state mode is as follows:
X(k+1)=ΦjX(k)+GjWj(k),j=1,…,r.(10)
wherein, Wj(k) Is mean zero and covariance matrix QjWhite noise sequence of (1). The transitions between these models are controlled by a Markov chain whose transition probability matrix is:the measurement model is formula (11):
Z(k)=HjXj(k)+Vj(k)(11)
the steps of the interactive multi-model method can be summarized as follows:
input interaction, as in equations (12), (13):
X ^ o j ( k - 1 / k - 1 ) = Σ i = 1 r X ^ i ( k / k - 1 ) μ i j ( k - 1 / k - 1 ) , j = 1 , ... , r - - - ( 12 )
P o j ( k - 1 / k - 1 ) = Σ i = 1 r μ i j ( k - 1 / k - 1 ) { P i ( k - 1 / k - 1 ) + [ X ^ i ( k / k - 1 ) - X ^ o j ( k - 1 / k - 1 ) ] [ X ^ i ( k / k - 1 ) - X ^ o j ( k - 1 / k - 1 ) ] T } - - - ( 13 )
wherein, μ i j ( k - 1 / k - 1 ) = P { M j ( k - 1 ) / M j ( k ) , Z k - 1 } = p i j μ i ( k - 1 ) / c ‾ j , pijthe transition probability of model i going to model j,in order to be a normalization constant, the method comprises the following steps of,
for model Mj(k) To do so byPoj(k-1/k-1) and Z (k) as inputs for Kalman filtering.
The prediction equation, as in equation (14):
X ^ j ( k - 1 / k - 1 ) = Φ j X ^ o j ( k - 1 / k - 1 ) - - - ( 14 )
prediction error covariance, as in equation (15):
P j ( k / k - 1 ) = Φ j P o j ( k - 1 / k - 1 ) Φ j T + G j Q j G j T - - - ( 15 )
kalman gain, as in equation (16):
Kj(k)=Pj(k/k-1)HT[HPj(k/k-1)HT+R]-1(16)
filtering, as in equation (17):
X ^ j ( k / k ) = X ^ j ( k / k - 1 ) + K j ( k ) [ Z ( k ) - H X ^ j ( k / k - 1 ) ] - - - ( 17 )
filter covariance, as in equation (18):
Pj(k/k)=[I-Kj(k)]Pj(k/k-1)(18)
model probability update, as in equation (19):
μ j ( k ) = P { Z ( k ) / M j ( k ) / M j ( k ) , Z k - 1 } P { M j ( k ) / Z k - 1 } = 1 c Λ j ( k ) Σ i = 1 r p i j μ i ( k - 1 ) = Λ j ( k ) c ‾ j / c - - - ( 19 )
wherein c is a normalization constant, andand Λj(k) To observe the likelihood function of the matrix z (k), Λ j ( k ) = P { Z ( k ) / M i ( k ) , Z k - 1 } = 1 ( 2 π ) n / 2 | S j ( k ) | 1 / 2 exp { - 1 2 v j T s j - 1 ( k ) v j } , wherein, v j ( k ) = Z ( k ) - H X ^ j ( k / k - 1 ) , Sj(k)=HPj(k/k-1)HT+R。
output interaction, as in equations (20), (21):
X ^ ( k / k ) = Σ j = 1 r X ^ j ( k / k ) μ j ( k ) - - - ( 20 )
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 } - - - ( 21 )
based on the above method, an embodiment of a road traffic monitoring multi-target detection tracking method is specifically described below.
Firstly, determining a road target motion model in the embodiment, namely a state equation of a tracking target:
the two degrees of freedom of the movement of the target are considered in this embodiment, based on the dynamics of the vehicle movement, including ① the rotation of the target about the ground normal with the direction of the target moving non-parallel to the direction of the road, ② the translation along the direction of the roadThe distance r between the target and the radar is the relative speed of movementIs calculated. Angular velocity of lateral movement of target relative to radarAnd angle β determines the location of the target on the road at the next time, which is important for system predictionMeasuring the distance, relative speed and angle of the target, wherein the signal to be estimated is the distance r and relative speed of the target at the next momentAnd angle β.
As shown in fig. 2, the road traffic monitoring multi-target detection tracking method specifically includes the following steps:
and S1, periodically detecting by the radar, monitoring a plurality of moving targets in road traffic, and uploading the received feedback data.
And S2, filtering and predicting the feedback data received by the radar through Kalman filtering, and estimating the motion states of the target at the current and future moments, including the distance, the speed and the angle between the target and the radar.
In this embodiment, the distance, speed and angle of the moving target at the time k (when the radar scans for a certain time) are respectively defined as r (k),β (k), the distance, speed and azimuth at time k +1 (at the next scan of the radar) are r (k +1),β (k + 1). if the time T of two adjacent scans of the radar is small enough, it can be approximated as:
r ( k + 1 ) = r ( k ) + T r · ( k ) + 1 2 T 2 r ·· ( k ) - - - ( 22 )
r · ( k + 1 ) = r · ( k ) + T r ·· ( k ) - - - ( 23 )
β ( k + 1 ) = β ( k ) + β · ( k ) - - - ( 24 )
in formulae (22), (23), and (24):andrespectively the radial acceleration and the azimuthal variation velocity of the target at time k.
The method is characterized in that the radial acceleration and the azimuth angle variation acceleration of a moving object are assumed to be changed randomly due to the influence of random factors such as environment variation, road conditions and irregular variation of a road adhesion coefficient:
r ·· ( k + 1 ) = r ·· ( k ) + u 1 ( k ) - - - ( 25 )
β ·· ( k + 1 ) = β ·· ( k ) + u 2 ( k ) - - - ( 26 )
in the formulae (25) and (26), u1(k) Mean is zero and variance isThe random white noise sequence of (1). u. of2(k) The increment of the radial acceleration and the change speed of the azimuth angle from the k moment to the k +1 moment is1(k) Is an uncorrelated random white noise sequence.
The equation of state of the motion of the moving object at this time can be described as formula (27):
X(k+1)=FX(k)+GW(k)(27)
in formula (27):
F = 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 0 0 0 0 0 0 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 , X ( k ) = x 1 ( k ) x 2 ( k ) x 3 ( k ) y 1 ( k ) y 2 ( k ) y 3 ( k ) ,
G = T 2 / 4 0 T / 2 0 1 0 0 T 2 / 4 0 T / 2 0 0 ; W(k)=[w1(k)w2(k)],
wherein F is the state transition matrix, T is the sampling interval, and the variable X (k) is the target state vector comprising the radial distance, relative velocity, relative acceleration, angle, angular velocity, and angular acceleration, denoted r, and k, respectively,β、Andw (k) is the system noise vector, w1(k)、w2(k) Is a white noise sequence with a mean value of zero and uncorrelated and a variance ofThe covariance matrix of W (k) is as in formula (28):
Q ( k ) = E [ W ( k ) W T ( k ) ] = σ α 2 0 0 σ β 2 - - - ( 28 ) .
s3, taking Kalman filtering as a starting point, providing an interactive multi-model method with Markov switching coefficients as a road traffic multi-target tracking method, and operating a radar to track the multi-target in the road traffic by the interactive multi-model method with the Markov switching coefficients.
In this embodiment, the radar is a millimeter wave pulse doppler radar (ARS100 millimeter wave radar), and the measurement equation of the distance, the relative speed, and the azimuth angle of the moving target can be written as formula (29):
Z(k)=H(k)X(k)+V(k)(29)
wherein:
Z ( k ) = z 1 ( k ) z 2 ( k ) z 3 ( k ) ; H ( k ) = 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 ; V ( k ) = v 1 ( k ) v 2 ( k ) v 3 ( k ) ;
in the formula: z is a radical of1(k)、z2(k)、z3(k) Respectively representing the distance, the relative speed and the azimuth angle of a target measured by a radar; h (k) is an observation matrix; v (k) is measurement noise; wherein v is1(k)、v2(k)、v3(k) Is three mutually uncorrelated random white noise sequences with the equations ofAnd E [ v 3 ( k ) ] 2 = σ 3 2 .
the covariance matrix of v (k) is formula (30):
R ( k ) = E [ V ( k ) V T ( k ) ] 2 = σ 1 2 0 0 0 σ 2 2 0 0 0 σ 3 2 - - - ( 30 )
here:is the variance of the error of the distance measurement,is the variance of the error of the relative velocity (doppler) measurement,is the variance of the azimuth measurement error.
The invention also discloses a tracking system suitable for the road traffic monitoring multi-target detection tracking method, which comprises the following steps:
the radar is a millimeter wave frequency modulation pulse Doppler radar and is used for detecting a plurality of moving targets and uploading feedback data;
the data processing system receives feedback data uploaded by the radar, performs Kalman filtering and prediction on the feedback data, acquires the motion states of a plurality of moving targets at the current moment, and predicts the motion states of a plurality of moving targets at the future moment; and controlling a plurality of moving targets of the radar to track by adopting an interactive multi-model method with Markov switching coefficients.
At present, road traffic monitoring mainly depends on means such as video transmission to judge the motion condition of a target vehicle so as to facilitate traffic enforcement for traffic police, but the effect cannot be achieved in rainy days or severe weather environments. The invention adopts the radar as a monitoring and target tracking sensor, is particularly suitable for traffic monitoring in severe weather environment, and can accurately monitor the motion state of multiple targets.
While the present invention has been described in detail with reference to the preferred embodiments, it should be understood that the above description should not be taken as limiting the invention. Various modifications and alterations to this invention will become apparent to those skilled in the art upon reading the foregoing description. Accordingly, the scope of the invention should be determined from the following claims.

Claims (7)

1. A road traffic monitoring multi-target detection tracking method is characterized by comprising the following steps:
detecting a plurality of moving objects by a radar;
performing Kalman filtering and prediction on feedback data of a plurality of moving targets detected by a radar, acquiring the moving states of the plurality of moving targets at the current moment, and predicting the moving states of the plurality of moving targets at the future moment;
and tracking a plurality of moving targets detected by the radar by adopting an interactive multi-model method with Markov switching coefficients.
2. The road traffic monitoring multi-target detection and tracking method according to claim 1, wherein the moving target has two degrees of freedom in road traffic, which are respectively: rotation about the ground normal and translation along the road direction.
3. The road traffic monitoring multi-target detection tracking method according to claim 1 or 2, characterized in that in the kalman filter, the state equation of the moving target is as follows (27):
X(k+1)=FX(k)+GW(k)(27)
in formula (27):
F = 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 0 0 0 0 0 0 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 , X ( k ) = x 1 ( k ) x 2 ( k ) x 3 ( k ) y 1 ( k ) y 2 ( k ) y 3 ( k ) ,
G = T 2 / 4 0 T / 2 0 1 0 0 T 2 / 4 0 T / 2 0 0 ; W(k)=[w1(k)w2(k)],
wherein F is a state transition matrix; t is a sampling interval; the variable X (k) is a target state vector comprising the radial distance r, the relative velocityRelative accelerationAngle β, angular velocityAnd angular accelerationW (k) is the system noise vector; g is an action matrix of system noise; w is a1(k)、w2(k) Is a white noise sequence with a mean value of zero and uncorrelated and a variance of The covariance matrix of W (k) is as in formula (28):
Q ( k ) = E [ W ( k ) W T ( k ) ] = σ α 2 0 0 σ β 2 - - - ( 28 ) .
4. the road traffic monitoring multi-target detection tracking method according to claim 3, characterized in that basic equations of one-step prediction of the Kalman filtering are as shown in formulas (7), (8) and (9):
Kp(k)=Φ(k+1/k)P(k/k-1)HT[H(k)P(k/k-1)HT(k)+R(k)]-1(8)
P(k+1/k)=[Φ(k+1/k)-Kp(k)H(k)]P(k/k-1)+G(k)Q(k)GT(k)(9)
k in the formulae (7), (8), (9)p(k) To predict the gain matrix in one step, phi (k +1, k) (phi (k +1, k) ∈ Rn×n) Is a state transition matrix, Y (k) (Y (k)) ∈ Rm×1) Is a measurement vector, H (k) (H (k)) ∈ Rm×n) Is an observation matrix; equation (9) is the one-step prediction equation error.
5. The road traffic monitoring multi-target detection tracking method according to claim 1 or 2, characterized in that the measurement model of the interactive multi-model method with markov switching coefficients is:
Z(k)=H(k)X(k)+V(k)(29)
wherein:
Z ( k ) = z 1 ( k ) z 2 ( k ) z 3 ( k ) ; H ( k ) = 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 ; V ( k ) = v 1 ( k ) v 2 ( k ) v 3 ( k ) ;
in the formula: z is a radical of1(k)、z2(k)、z3(k) Respectively representing the distance, the relative speed and the azimuth angle of a target measured by a radar; h (k) is an observation matrix; v (k) is measurement noise; wherein v is1(k)、v2(k)、v3(k) Is three mutually uncorrelated random white noise sequences with the equations of E [ v 2 ( k ) ] 2 = σ 2 2 And E [ v 3 ( k ) ] 2 = σ 3 2 ;
the covariance matrix of v (k) is formula (30):
R ( k ) = E [ V ( k ) V T ( k ) ] 2 = σ 1 2 0 0 0 σ 2 2 0 0 0 σ 3 2 - - - ( 30 )
here, ,is the variance of the error of the distance measurement,is the variance of the error of the relative velocity (doppler) measurement,is the variance of the azimuth measurement error.
6. A tracking system adapted to the road traffic monitoring multi-target detection tracking method according to any one of claims 1 to 5, the tracking system comprising:
the radar is used for detecting a plurality of moving targets and uploading feedback data;
the data processing system receives feedback data uploaded by the radar, performs Kalman filtering and prediction on the feedback data, acquires the motion states of a plurality of moving targets at the current moment, and predicts the motion states of a plurality of moving targets at the future moment; and controlling a plurality of moving targets of the radar to track by adopting an interactive multi-model method with Markov switching coefficients.
7. The tracking system of claim 6, wherein the radar is a millimeter wave frequency modulated pulse doppler radar.
CN201510816112.9A 2015-11-20 2015-11-20 Road traffic monitoring multi-target detection tracking method and tracking system Pending CN105372659A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510816112.9A CN105372659A (en) 2015-11-20 2015-11-20 Road traffic monitoring multi-target detection tracking method and tracking system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510816112.9A CN105372659A (en) 2015-11-20 2015-11-20 Road traffic monitoring multi-target detection tracking method and tracking system

Publications (1)

Publication Number Publication Date
CN105372659A true CN105372659A (en) 2016-03-02

Family

ID=55375012

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510816112.9A Pending CN105372659A (en) 2015-11-20 2015-11-20 Road traffic monitoring multi-target detection tracking method and tracking system

Country Status (1)

Country Link
CN (1) CN105372659A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107562837A (en) * 2017-08-24 2018-01-09 电子科技大学 A kind of maneuvering Target Tracking Algorithm based on road network
CN107657811A (en) * 2017-06-30 2018-02-02 天津智芯视界科技有限公司 Road incidents detection method based on Doppler radar and Bayesian network
CN107783118A (en) * 2016-08-25 2018-03-09 大连楼兰科技股份有限公司 Anti-collision method of multi-target collision avoidance system for fixed-wing UAV based on millimeter-wave radar
CN108226917A (en) * 2016-12-09 2018-06-29 梅塔建筑株式会社 High-accuracy emergency case detecting system based on radar
CN108535720A (en) * 2017-03-02 2018-09-14 通用汽车环球科技运作有限责任公司 Adaptive process noise for improved Kalman filtering target following describes
CN109188443A (en) * 2018-06-29 2019-01-11 中国船舶重工集团公司第七〇五研究所 A kind of passive target tracking method based on Interactive Multiple-Model
CN109343051A (en) * 2018-11-15 2019-02-15 众泰新能源汽车有限公司 A kind of multi-Sensor Information Fusion Approach driven for advanced auxiliary
CN110307841A (en) * 2019-06-14 2019-10-08 南京工程学院 A Method for Estimating Vehicle Motion Parameters Based on Incomplete Information Measurement
CN110542885A (en) * 2019-08-13 2019-12-06 北京理工大学 A Millimeter Wave Radar Target Tracking Method in Complex Traffic Environment
US10775493B2 (en) * 2018-03-28 2020-09-15 Infineon Technologies Ag System and method for controlling access to a trunk of a vehicle using a radar sensor
CN112230216A (en) * 2020-10-10 2021-01-15 南京航空航天大学 Multi-target detection method of vehicle-mounted millimeter-wave radar for cloud-controlled intelligent chassis
CN113376626A (en) * 2021-06-23 2021-09-10 西安电子科技大学 High maneuvering target tracking method based on IMMPDA algorithm
CN113470070A (en) * 2021-06-24 2021-10-01 国汽(北京)智能网联汽车研究院有限公司 Driving scene target tracking method, device, equipment and storage medium
RU2764781C1 (en) * 2020-08-18 2022-01-21 Федеральное государственное казённое военное образовательное учреждение высшего образования "Военная академия воздушно-космической обороны имени Маршала Советского Союза Г.К. Жукова" Министерства обороны Российской Федерации Method for tracking air target of "turbojet engine aircraft" class under influence of speed and range deception interference
CN114460572A (en) * 2020-11-10 2022-05-10 西安开阳微电子有限公司 A vehicle-mounted millimeter-wave radar Kalman target tracking method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508246A (en) * 2011-10-13 2012-06-20 吉林大学 Method for detecting and tracking obstacles in front of vehicle
CN102568004A (en) * 2011-12-22 2012-07-11 南昌航空大学 Tracking algorithm for high maneuvering targets
EP1123516B1 (en) * 1998-10-30 2013-02-20 Raytheon Company Adaptive dwell timing for radar tracking
CN104833967A (en) * 2015-05-11 2015-08-12 重庆大学 Radar target tracking method based on moving horizon estimation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1123516B1 (en) * 1998-10-30 2013-02-20 Raytheon Company Adaptive dwell timing for radar tracking
CN102508246A (en) * 2011-10-13 2012-06-20 吉林大学 Method for detecting and tracking obstacles in front of vehicle
CN102568004A (en) * 2011-12-22 2012-07-11 南昌航空大学 Tracking algorithm for high maneuvering targets
CN104833967A (en) * 2015-05-11 2015-08-12 重庆大学 Radar target tracking method based on moving horizon estimation

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107783118A (en) * 2016-08-25 2018-03-09 大连楼兰科技股份有限公司 Anti-collision method of multi-target collision avoidance system for fixed-wing UAV based on millimeter-wave radar
CN108226917A (en) * 2016-12-09 2018-06-29 梅塔建筑株式会社 High-accuracy emergency case detecting system based on radar
CN108226917B (en) * 2016-12-09 2021-09-28 梅塔建筑株式会社 High-precision emergency detection system based on radar
CN108535720A (en) * 2017-03-02 2018-09-14 通用汽车环球科技运作有限责任公司 Adaptive process noise for improved Kalman filtering target following describes
CN107657811A (en) * 2017-06-30 2018-02-02 天津智芯视界科技有限公司 Road incidents detection method based on Doppler radar and Bayesian network
CN107657811B (en) * 2017-06-30 2020-07-14 天津智芯视界科技有限公司 Road event detection method based on Doppler radar and Bayesian network
CN107562837B (en) * 2017-08-24 2020-05-12 电子科技大学 Maneuvering target tracking algorithm based on road network
CN107562837A (en) * 2017-08-24 2018-01-09 电子科技大学 A kind of maneuvering Target Tracking Algorithm based on road network
US10775493B2 (en) * 2018-03-28 2020-09-15 Infineon Technologies Ag System and method for controlling access to a trunk of a vehicle using a radar sensor
CN109188443A (en) * 2018-06-29 2019-01-11 中国船舶重工集团公司第七〇五研究所 A kind of passive target tracking method based on Interactive Multiple-Model
CN109188443B (en) * 2018-06-29 2021-04-27 中国船舶重工集团公司第七一五研究所 Passive target tracking method based on interactive multiple models
CN109343051A (en) * 2018-11-15 2019-02-15 众泰新能源汽车有限公司 A kind of multi-Sensor Information Fusion Approach driven for advanced auxiliary
CN110307841A (en) * 2019-06-14 2019-10-08 南京工程学院 A Method for Estimating Vehicle Motion Parameters Based on Incomplete Information Measurement
CN110307841B (en) * 2019-06-14 2023-02-03 南京工程学院 A Method for Estimating Vehicle Motion Parameters Based on Incomplete Information Measurement
CN110542885A (en) * 2019-08-13 2019-12-06 北京理工大学 A Millimeter Wave Radar Target Tracking Method in Complex Traffic Environment
CN110542885B (en) * 2019-08-13 2021-09-21 北京理工大学 Millimeter wave radar target tracking method in complex traffic environment
RU2764781C1 (en) * 2020-08-18 2022-01-21 Федеральное государственное казённое военное образовательное учреждение высшего образования "Военная академия воздушно-космической обороны имени Маршала Советского Союза Г.К. Жукова" Министерства обороны Российской Федерации Method for tracking air target of "turbojet engine aircraft" class under influence of speed and range deception interference
CN112230216A (en) * 2020-10-10 2021-01-15 南京航空航天大学 Multi-target detection method of vehicle-mounted millimeter-wave radar for cloud-controlled intelligent chassis
CN114460572A (en) * 2020-11-10 2022-05-10 西安开阳微电子有限公司 A vehicle-mounted millimeter-wave radar Kalman target tracking method
CN113376626A (en) * 2021-06-23 2021-09-10 西安电子科技大学 High maneuvering target tracking method based on IMMPDA algorithm
CN113470070A (en) * 2021-06-24 2021-10-01 国汽(北京)智能网联汽车研究院有限公司 Driving scene target tracking method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN105372659A (en) Road traffic monitoring multi-target detection tracking method and tracking system
Perera et al. Ocean vessel trajectory estimation and prediction based on extended Kalman filter
Kershaw et al. Optimal waveform selection for tracking systems
US7765062B2 (en) Method and system for autonomous tracking of a mobile target by an unmanned aerial vehicle
US7079991B2 (en) Maneuvering target tracking method via modifying the interacting multiple model (IMM) and the interacting acceleration compensation (IAC) algorithms
CN110361744B (en) RBMCDA underwater multi-target tracking method based on density clustering
KR101628154B1 (en) Multiple target tracking method using received signal strengths
Karlsson et al. Model-based statistical tracking and decision making for collision avoidance application
CN105699964A (en) Road multi-target tracking method based on automobile anti-collision radar
CN103885057A (en) Self-adaptation variable-sliding-window multi-target tracking method
Yu et al. Interacting multiple model filter-based distributed target tracking algorithm in underwater wireless sensor networks
JP2018055539A (en) State calculation device for moving object, state calculation method, program and recording medium containing the same
CN113960587B (en) Millimeter wave radar multi-target tracking method based on category information feedback
CN105301584A (en) IPPHDF maneuvering multi-target tracking method of simultaneously solving range ambiguities
CN114019498A (en) A Single Target Tracking Method for Millimeter-Wave Radar Based on Fractional Kalman Filtering
Li et al. Optimal maneuver strategy for an autonomous underwater vehicle with bearing-only measurements
Yu et al. An enhanced particle filtering method for GMTI radar tracking
CN105353352B (en) The MM PPHDF multiple-moving target tracking methods of improved search strategy
CN109239704A (en) A kind of adaptively sampled method based on Sequential filter interactive multi-model
JP5971981B2 (en) Target motion prediction apparatus and target motion prediction method
JP4166651B2 (en) Target tracking device
CN110376579A (en) A kind of preceding tracking of maneuvering target Dynamic Programming detection
CN105353353A (en) Multi-target tracking method through multi-search particle probability hypothesis density filter
Li et al. Tracking an underwater maneuvering target using an adaptive Kalman filter
CN115114985A (en) A Distributed Fusion Method for Sensor Systems Based on Set Theory

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160302