Method for short-term traffic risk prediction of road sections using roadside observation data

Abstract
Disclosed is a method for short-term traffic risk prediction of road sections by using roadside observation data. The method includes the following steps: 1) vehicle trajectory data in the detection area is obtained by using roadside observation data; 2) according to the continuous driving trajectories in the detection area, the traffic flow indicators are counted, and the surrogate safety indicators between vehicles are calculated; 3) time to collision and deceleration are selected as identification indicators to identify conflict events with collision risk in the detection area; 4) traffic flow indicators and surrogate safety indicators within the set time before the occurrence of conflict events are extracted, and the feature screening of various extracted indicators is performed by using classification algorithms; 5) based on the selected feature indicators, the indicators with the highest importance ranking are selected as the input to build a short-term traffic risk prediction model, and the model training and testing are completed by using the identified conflict events; 6) the short-term traffic risk prediction model is used to predict the risk of road sections. The proposed method can improve the prediction accuracy rate of road sections.
Description
APPLICATIONS

This application claims priority from Chinese Patent Application No. 202110562845X, filed on May 24, 2021, the contents of which are hereby incorporated by reference in their entirety for all purposes.


TECHNICAL FIELD

The field of the invention relates to intelligent transportation technology, and more particularly to a method for short-term traffic risk prediction of road sections by using roadside observation data.


BACKGROUND

With the rapid development of road traffic construction, the number of car ownership continues to grow. Road traffic accidents are one of the important factors causing casualties in China, and the road traffic safety situation remains severe. How to reduce road traffic risks and improve the safety level of road sections is an important research content of traffic safety management.


Under the application of Intelligent Transportation System (ITS) and Advanced Traffic Management System (ATMS), it has become a new idea to use real-time traffic flow information of road sections to predict the possibility of collision accidents within a short time window. In particular, the research on the Real-Time Crash Prediction Model (RTCPM) plays a positive role in helping the traffic control department to identify the traffic state of the road section in time and take measures to reduce the risk of accidents.


The current real-time crash prediction model research mainly establishes the relationship between historical accident data or traffic flow data and collision risk, so as to realize the short-term traffic risk prediction of a certain road section. However, it only uses conventional traffic flow parameters, such as flow, occupancy, and speed. It does not consider the driving behavior of individual vehicles and the interaction behavior of vehicle groups that are closely related to the collision. The prediction accuracy of road collision risk is still insufficient. Therefore, based on the macroscopic traffic flow characteristics and microscopic vehicle driving behavior of the road sections, a short-term traffic risk prediction method for road sections that integrates traditional traffic flow parameters and typical surrogate safety indicators is proposed, which is of great significance for enhancing traffic control and improving driving level on special road sections.


SUMMARY

The terms “invention”, “the invention”, “this invention” and “the present invention” used in this patent are intended to refer broadly to all of the subject matter of this patent and the patent claims below. Statements containing these terms should be understood not to limit the subject matter described herein or to limit the meaning or scope of the patent claims below. Embodiments of the invention covered by this patent are defined by the claims, not this summary. This summary is a high-level overview of various aspects of the invention and introduces some of the concepts that are further described in the Detailed Description section below. This summary is not intended to identify key or essential features of the claimed subject matter, nor is it intended to be used in isolation to determine the scope of the claimed subject matter. The subject matter should be understood by reference to appropriate portions of the entire specification of this patent, any or all drawings and each claim.


S1. The vehicle trajectory data in the detection area is obtained with the support of roadside observation data;


The basic information of vehicles in the detection area is collected at a fixed frequency by roadside microwave radar (or other detection equipment); the detection area is mainly the longitudinal sensing range of the microwave radar; the basic information includes time stamp, vehicle ID, vehicle location, and speed;


Based on the basic information of the vehicles stored in the radar records, the position information and speed information of the vehicle are extracted frame by frame according to the vehicle ID, and the trajectory data of each vehicle in the detection area is obtained;


S2. According to the continuous driving trajectory data in the detection area, the traffic flow indicators are counted and the surrogate safety indicators between vehicles are calculated; the surrogate safety indicators include: deceleration, distance headway, time headway, time to collision, modified time to collision, and stopping distance;


Traffic flow indicators include: traffic flow, occupancy rate, vehicle speed, as well as congestion index and the number of lane changes;


S3. Time to collision and deceleration are selected as identification indicators to identify conflict events with collision risk in the detection area;


S4. The traditional traffic flow indicators and typical surrogate safety indicators within the set time before the occurrence of conflict events are extracted, and the feature screening of various extracted indicators is performed by using classification algorithms;


S5. Based on the selected feature indicators, the indicators with the highest importance ranking are selected as the input to build a short-term traffic risk prediction model, and the model training and testing are completed by using the existing data;


According to the screening results of feature indicators, the first M feature indicators ranked by importance are selected as input, and a short-term traffic risk prediction model based on support vector machines is constructed.


S6. Based on the constructed short-term traffic risk prediction model, the selected feature indicators are used as input to perform risk prediction of road sections.


The beneficial effect produced by the present invention is that: when establishing a road section traffic risk prediction model, the present invention also considers the driving behavior of the individual vehicle and the interaction behavior of the vehicle group, so that the accuracy of the model is higher.


Various implementations described in the present disclosure can include additional systems, methods, features, and advantages, which cannot necessarily be expressly disclosed herein but will be apparent to one of ordinary skill in the art upon examination of the following detailed description and accompanying drawings. It is intended that all such systems, methods, features, and advantages be included within the present disclosure and protected by the accompanying claims.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a flowchart of a method according to an embodiment of the present invention;



FIG. 2 is a schematic diagram of data aggregation time points in an embodiment of the present invention.





DETAILED DESCRIPTION

In order to make the objectives, technical solutions, and advantages of the present invention clearer, the present invention will be further described in detail below in conjunction with embodiments. It should be understood that the specific embodiments described here are only used to explain the present invention, but not used to limit the present invention.


The following describes technical solutions of this application with reference to the accompanying drawings.


As shown in FIG. 1, a method for short-term traffic risk prediction of road sections using roadside observation data includes the following steps:


1) The trajectory data of vehicles in the detection area is obtained by using the roadside observation data;


The basic information of vehicles in the detection area is collected at a fixed frequency by roadside microwave radar or other detection equipment; the detection area mainly refers to the longitudinal sensing range of the microwave radar; the basic information includes a timestamp, vehicle ID, vehicle position and speed;


The fixed acquisition frequency is generally set to 1 second/frame, which can be changed as required; the detection area is the longitudinal sensing range of the microwave radar, generally 150 m˜200 m;


Based on the basic information of the vehicles stored in the radar records, the position information and speed information of the vehicles are extracted frame by frame according to the vehicle ID, and the trajectory data of each vehicle in the detection area is obtained;





Trajectoryit={xi,yi,vi,t,ID}


among them:

    • Trajectoryit represents the trajectory data of vehicle i at time t;
    • xi, yi represent the location information of vehicle i;
    • vi represents the speed information of vehicle i;
    • ID represents the identification code information of vehicle i;


The missing or interrupted trajectory data is processed by adopting the trajectory association of the nearest neighbor algorithm; A smooth vehicle trajectory is obtained by using the moving mean filtering method;


To supplement the missing trajectory data, the formula is as follows:








if



{



(


x
i

,

y
i

,

v
i


)

|
t

=

t
0


}


=


,






{





x
i

=


x
i

(


t
0

+

Δ

t


)








y
i

=


y
i

(


t
0

+

Δ

t


)








v
i

=


v
i

(


t
0

+

Δ

t


)









The mean filtering is performed on the trajectory data, and the formula is as follows:






{




=


[



x
i

(

t
-

Δ

t


)

+


x
i

(
t
)

+


x
i

(

t
+

Δ

t


)


]

/
3







=


[



y
i

(

t
-

Δ

t


)

+


y
i

(
t
)

+


y
i

(

t
+

Δ

t


)


]

/
3









v
^

ι

=


[



v
i

(

t
-

Δ

t


)

+


v
i

(
t
)

+


v
i

(

t
+

Δ

t


)


]

/
3









among them:

    • Δt represents the time interval of recording trajectory data,
    • custom-character, custom-character represents the position information of vehicle i after filtering,
    • {circumflex over (v)}l represents the speed information of vehicle i after filtering processing;


2) According to the continuous driving trajectory data in the detection area, the traffic flow indicators are counted and the surrogate safety indicators between vehicles are calculated; the surrogate safety indicators include: deceleration, distance headway, time headway, time to collision, modified time to collision, and stopping distance;


Traffic flow indicators include: traffic flow, occupancy rate, vehicle speed, as well as congestion index and the number of lane changes;


3) Time to collision and deceleration are selected as identification indicators to identify conflict events with collision risk in the detection area;


According to the calculated multiple surrogate safety indicators, the time to collision and deceleration are selected as the distinguishing indicators, combined with ‘logic and’ criteria, to identify the conflict events with collision risk in the detection area. Time to collision and deceleration are indicators used to calibrate Near-Crash Events. The ‘logic and’ criterion requires that when both the time to collision and deceleration indicators meet the threshold requirements, the event will be recognized as a conflict event;






Event
=

{




1
,

TTC
<
ttc




and



Decal
<

a

1

%








0
,






else








Among them, Event takes 1 to indicate that the event is a conflict event, and Event takes 0 to indicate that the event is a non-conflict event;


TTC and Decel respectively represent the time to collision and deceleration value,


ttc represents the critical threshold of time to collision, a1% represents the 1% quantile of the statistical deceleration;


4) Traditional traffic flow indicators and typical surrogate safety indicators within a set time before the occurrence of conflict events are extracted, and feature screening on various indicators is performed by using classification algorithms;


For conflicts that have been identified, based on the timestamp, the traditional traffic flow indicators and typical surrogate safety indicators within 1 to 2 minutes before the occurrence of each conflict event are extracted. These various indicators are used for collision risk prediction modeling through data aggregation. The 0 to 1 minute period before the occurrence of the conflict is the response stage of safety measures after the collision risk prediction.


For the traditional traffic flow indicators and typical surrogate safety indicators within 1-2 minutes before the occurrence of the conflict, the data aggregation method is used to obtain the aggregated value of each indicator;


The data aggregation method is to calculate the average value of a certain indicator of all targets in the detection area in 1 second, and then aggregate the average value over a time segment length of 1 minute. The data aggregation formula is as follows:






Indicator
=


[



t

t
+
T



(





n
=
1

N


p

t
,
n



N

)


]

*

1
T






Among them, Indicator represents the type of aggregated indicators,


T represents the length of time for aggregation, which is 1 minute,


t represents the starting point of data aggregation, that is, 2 minutes before the occurrence of the conflict event,


N represents the total number of aggregated indicators of a certain type,


Pt,n represents the nth value of a certain type of indicator;


Based on the aggregation values of various traffic flow indicators and surrogate safety indicators, according to the contribution of various indicators to collision risk prediction, the random forest classification algorithm is used to sort the importance of various indicators to complete the screening of feature indicators.


In this embodiment, the indicator ranked in the top 90% of importance can be selected;


5) Based on the sorting of feature indicators, according to actual needs, the indicators are selected as input to build a short-term traffic risk prediction model, and the identified conflict events are used to complete the training and testing of the model;


According to the screening results of feature indicators, the first M feature indicators ranked by importance are selected as input, and a short-term traffic risk prediction model based on support vector machines is constructed.


The identified conflict events are randomly divided into a training set and a test set according to a certain proportion. The training set is used to train the constructed short-term traffic risk prediction model, and the test set is used to verify the prediction effect of the short-term traffic risk prediction model.


6) Based on the constructed short-term traffic risk prediction model, the screening results of feature indicators of a certain section are used as input to perform risk prediction.

Claims
  • 1. A method for short-term traffic risk prediction of road sections using roadside observation data, including the following steps: 1) the vehicle trajectory in the detection area is obtained by the roadside observation data;the basic information of vehicles in a preset detection area is collected by roadside detection equipment; the basic information includes a timestamp, vehicle ID, vehicle position and speed;based on the basic information of the vehicle stored in the radar record, the position information and speed information of the vehicles are extracted frame by frame according to the vehicle ID, and finally the trajectory data of each vehicle in the detection area is obtained;2) according to the continuous driving trajectory in the detection area, the traffic flow indicators are counted and the surrogate safety indicators between vehicles are calculated; the surrogate safety indicators include: deceleration, distance headway, time headway, time to collision, modified time to collision, and stopping distance;traffic flow indicators include: traffic flow, occupancy rate, vehicle speed, as well as congestion index and the number of lane changes;3) time to collision and deceleration are selected as identification indicators to identify conflict events with collision risk in the detection area;4) traffic flow indicators and surrogate safety indicators within a set time before the occurrence of conflict events are extracted, and classification algorithms are used to perform feature screening on various indicators;5) based on the selected feature indicators, the indicators with the highest importance ranking are selected as input to build a short-term traffic risk prediction model, and the identified conflict events are used to complete the model training and testing;6) with the support of the constructed short-term traffic risk prediction model, the calculated feature indicators of a certain road section are selected as input to predict the traffic risk.
  • 2. The method for short-term traffic risk prediction of road sections using roadside observation data according to claim 1, wherein the detection area in step 1) is set according to the longitudinal sensing range of the roadside detection device.
  • 3. The method for short-term traffic risk prediction of road sections using roadside observation data according to claim 1, in step 1), the position information and speed information of the vehicle are extracted frame by frame according to the vehicle ID, and the trajectory data of each vehicle in the detection area is obtained, as follows: based on the basic information of the vehicle, the position information and speed information of the vehicle are extracted frame by frame according to the vehicle ID, and the trajectory data of each vehicle in the detection area is obtained; the expression is as follows: Trajectoryit={xi,yi,vi,t,ID}
  • 4. The method for short-term traffic risk prediction of road sections using roadside observation data according to claim 3, the trajectory association of the nearest neighbor algorithm is adopted to deal with missing or interrupted trajectory data; To supplement the missing trajectory data, the formula is as follows:
  • 5. The method for short-term traffic risk prediction of road sections using roadside observation data according to claim 1, the step 3) discriminates conflict events with collision risk in the detection area, specifically as follows: when both the time to collision and deceleration meet the threshold requirements, the event is regarded as a conflict event;
  • 6. The method for short-term traffic risk prediction of road sections using roadside observation data according to claim 1, wherein the step 4) extracts traffic flow indicators and surrogate safety indicators within a set time before the occurrence of conflict events. The classification algorithm is used to perform feature screening of various indicators, as follows: for the identified conflict events, based on the timestamp, the traffic flow indicators and surrogate safety indicators within a set time before each conflict event are extracted, and the extracted various indicators are aggregated for collision risk prediction modeling, as follows:the traffic flow indicators and surrogate safety indicators within a set time before each conflict event occurs are extracted, and the data aggregation method is used to obtain the aggregation value of each indicator;the data aggregation method is to calculate the average value of a certain indicator of all vehicle targets in the detection area in 1 second, and then aggregate the average value over the set time length;based on the aggregation values of various traffic flow indicators and surrogate safety indicators, according to the contribution of various indicators to collision risk prediction, the random forest classification algorithm is used to sort various indicators by feature importance to complete the screening of feature indicators.
  • 7. The method for short-term traffic risk prediction of road sections using roadside observation data according to claim 6, wherein the data aggregation formula in step 4) is as follows:
  • 8. The method for short-term traffic risk prediction of road sections using roadside observation data according to claim 6, in step 4), the traffic flow indicators and surrogate safety indicators within a set time before each conflict event are extracted, and the set time is 60 to 120 seconds before the conflict event occurs.
  • 9. A method for short-term traffic risk prediction of road sections using roadside observation data according to claim 1, wherein the construction of a short-term traffic risk prediction model in step 5) is to select the first M feature indicators ranked by importance from screening results as input and then construct a short-term traffic risk prediction model based on support vector machines.
Priority Claims (1)
Number Date Country Kind
202110562845X May 2021 CN national