Introduction
Safety stands as the foundational pillar for both Advanced Driver Assistance Systems and Autonomous Vehicles [1]. A major challenge lies in the real-time detection of dangerous situations and the initiation of responses to prevent accidents [2]. Central to this challenge is the need for accurate short-term risk assessment, which involves the prediction of future collision probabilities by forecasting the evolution of the current traffic situation of surrounding vehicles.
Presently, risk prediction methodologies bifurcate into two streams: deterministic and probabilistic, distinguished by their consideration of future motion uncertainties. The deterministic variant typically relies on physics-driven motion models [3], [4], [5], [6], [7], [8], [9], such as constant velocity (CV), constant acceleration (CA), and constant yaw rate and acceleration (CYRA). These models predict vehicular trajectories and subsequently compute risk metrics like Time-to-Collision (TTC) [3], Time-to-Brake (TTB) [4], and Time-to-Steer (TTS) [5]. This schema extends to the identification of potential trajectory intersections [6], [7], [8] or analysis of intersection duration across a given trajectory [9], [10], [11]. However, a deterministic paradigm has intrinsic limitations, as it fails to capture future motion uncertainties or factor in the influence of road geometry on vehicular trajectories [12]. Consequently, in the context of collision predictions, it is crucial to acknowledge the possibility of unanticipated risk factors arising from deviations in human or autonomous driving system behavior from expected inputs. Additionally, the fidelity of risk assessments may be compromised if the state estimation by the perception system is biased, particularly in edge cases. Furthermore, discrepancies between the kinematic model’s projections of reachable areas and the actual road geometry can result in an underestimation of risks.
To address maneuver-intention-related limitations, a method centered on maneuver-oriented trajectory prediction has emerged. This approach begins with the deduction of a driving maneuver, followed by the generation of trajectories aligned with these identified maneuvers. The assessment of vehicular maneuvers pivots on the compatibility between ongoing vehicle movements and the overarching road infrastructure, including lane configurations and driving lanes [13]. Additionally, probabilistic analysis methods, encompassing the Hidden Markov Model (HMM) [14], Dynamic Bayesian Networks (DBN) [15], [16], and a combination of Artificial Neural Network (ANN) with Support Vector Machine (SVM) [17], prove viable for intention recognition through observational sequences or dataset training. Considerable progress has also been made in intention recognition through machine learning techniques [18] or game theory [19]. When combined with maneuver intents, data-centric deep learning architectures [20], [21] such as Long Short-Time Memory (LSTM) networks [22], [23], [24] and graph convolution networks (GCN) [25] take precedence over other methods. Moreover, deterministic quantitative indicators are employed to evaluate the collision risk between vehicular trajectories. While this model has demonstrated promising results in long-term trajectory prediction, its generalization capability is constrained due to the lack of training datasets for intricate urban scenarios. Additionally, the method’s assessment of collision risk does not adequately account for uncertainty information.
Similar to the deterministic method, MC offer an alternative approach as it generates potential future trajectories through random control inputs. Subsequently, they estimate collision probabilities by counting the number of trajectories resulting in collisions [11], [26]. However, conventional MC simulations usually rely on deterministic models and fail to capture essential uncertainties. Therefore, their prediction accuracy degrades in dynamic situations, such as emergency braking or complex road layouts.
A probabilistic approach presents another methodology for risk evaluations, considering motion uncertainty. This technique incorporates error propagation along the predicted trajectory, indicating the ambiguity of future states [27], [28]. Typically, uncertainty is modeled using the Kalman filter, which assumes a Gaussian distribution of future vehicle positions [3], [29], [30], [31]. Additionally, collision probabilities are calculated based on the overlap of ellipsoids representing vehicle state variance [29]. MC simulations are frequently utilized to calculate the collision probability based on the joint Gaussian distribution [26], [27]. Nonetheless, the motion uncertainty, characterized by the Gaussian distribution, neglects road geometry and driver behaviors (control input), inadequately representing uncertainties observed in real-world driving scenarios.
Therefore, to address the aforementioned challenges, we introduce in this paper the Multi-Dimensional Uncertainties Collision Risk Assessment (MDU-CRA) method, specifically designed for accurate assessment of short-term collision risks. This is achieved by a multi-dimensional, uncertainty-aware probabilistic motion prediction for both the ego vehicle and its neighboring traffic. Distinct from prevailing prediction strategies rooted in Gaussian distribution, our proposed method models future motion uncertainty by considering the uncertainties in sensor perception, driver behavior, motion prediction model, and road structure. As a result, it is better equipped to articulate motion uncertainties found prevalent in real-world driving scenarios. The main contributions of this paper are summarized as follows:
Firstly, we present a computational method for driver behavior and utilize an EKF is utilized to emulate the uncertainty in sensor perception. Moreover, we have developed a Gaussian distribution-based motion prediction model that incorporates the intrinsic uncertainties of driver behavior, sensor perception and motion prediction model.
Secondly, to simulate uncertainties in the road environment, we harness the truncated Gaussian distribution to enable sampling within a confined region. With heuristic MC sampling conducted from the Gaussian distribution of potential future trajectories, we assess the collision between each possible pair to quantify collision risk in terms of the probability of future collisions.
Thirdly, to enhance the practicality of the algorithm and reduce the complexity of the computational model, we introduce a distance-based deterministic collision detection algorithm, which means that in areas deemed absolutely safe or dangerous, the current probability is determined directly without the need for complex MC sampling.
Fourthly, we conduct two experiments to validate the effectiveness of our proposed method. The results illustrate that our method outperforms the referenced neural network-based method in terms of short-term motion prediction accuracy and accurately assesses collision risk.
The remaining sections of this paper are organized as follows. Section II introduces our framework and system architecture. Section III illustrates the multi-dimensional uncertainty probability motion prediction. Section IV describes the CRA employing a heuristic MC approach rooted in the truncated Gaussian distribution. Furthermore, Section V details the experimental settings and presents the results. Finally, the conclusions and future work are summarized in Section VI.
Framework of MDU-CRA
The overall framework of the proposed multi-dimensional uncertainties collision risk assessment approach for intelligent vehicles is depicted in Fig. 1. The blue vehicle represents the controlled ego vehicle (denoted as
Firstly, we introduce a probabilistic motion prediction model that considers multi-dimensional uncertainties. A driver model is developed to encompass uncertainties in human driving behaviors, complemented by the use of Extended Kalman Filtering (EKF) to mitigate uncertainties from sensor measurements. Simultaneously, kinematic models that integrate perceptual data from the driving environment are formulated for the ego vehicle (CYRA) and other object vehicles (CV). These models account for variances in driver behavior (as discussed in section III-B), sensor perception (as described in section III-C), and the motion prediction model (as detailed in section III-D) and ensure a comprehensive understanding of vehicle trajectory uncertainties in future scenarios.
Next, we propose a collision risk assessment algorithm that accurately estimates the risk of collisions within a specified time frame. This is achieved by a probabilistic vehicle motion prediction model and heuristic MC methods. Absolute danger and safety scenarios are identified through deterministic detection based on the location of vehicles. This approach eliminates the necessity for MC sampling in situations where hazardous or safe conditions are clearly defined, thereby enhancing the efficiency of MDU-CRA. Collision probabilities are directly inferred by the system when deterministic thresholds are satisfied. In instances where the mean distance of future positions between the ego and object vehicle falls within the danger and safety thresholds, sampling is conducted using MC methods based on truncated Gaussian distribution. This distribution, truncated in accordance with road edges, prevents sampling in locations inaccessible to vehicles, incorporating uncertainties in road structure. Consequently, this method enhances assessment efficiency and accuracy.
Finally, to validate our approach, we conducted an analysis on two driving scenarios derived from the NGSIM Dataset: the active lane-change scenario and the emergency braking scenario. Comparative evaluations emphasize the advantages of our approach over conventional collision detection methodologies, highlighting its capacity to predict potential collisions with an extended lead time. This provides drivers with more time to react and avoid impending dangers.
Multi-Dimensional Uncertainty-Aware Probability Motion Prediction
An integrated approach for capturing motion uncertainties is presented in this section. Specifically, uncertainties related to sensor measurements are modeled using EKF. Additionally, a probabilistic motion prediction model is developed, which explicitly incorporates uncertainties associated with driver behaviors. By harmonizing these methods, short-term motion forecasting is achieved for both the ego vehicle and its surrounding vehicles, thereby constructing a comprehensive and robust predictive model for complex traffic scenarios.
A. Ego and Object Vehicle Models
It is posited that for a comprehensive understanding of the vehicle’s surroundings, the vehicle is equipped with advanced on-board sensing systems, notably lidar and camera. Such a system not only empowers the ego vehicle to actively perceive the environment but also to record historical vehicle positions. The configuration representing the vehicle is succinctly captured in (1).\begin{align*} \begin{cases} \displaystyle X_{v} =[x_{v},y_{v},\phi _{v},v_{xv},v_{yv},\omega _{v},a_{xv},a_{yv}]^{T} \\ \displaystyle X_{o} =[x_{o},y_{o},v_{xo},v_{yo},a_{xo},a_{yo}]^{T} \end{cases} \tag{1}\end{align*}
B. Driver Behavior Uncertainty Modeling
In the intricate landscape of microscopic traffic flows, the ego vehicle frequently engages in complex behavioral interactions with surrounding object vehicles. These interactions can manifest as car-following, lane-changing, and merging behaviors, among others. In potentially dangerous scenarios, the certainty of a collision between the ego and object vehicle is rendered ambiguous due to the intervention of the driver, who often takes preemptive action to mitigate imminent collisions. The choice of response—be it steering adjustments, braking, variations in input magnitude or direction, or other evasive maneuvers—is inherently uncertain and deeply rooted in the variability of individual driver behaviors. Recognizing this element of unpredictability, this work incorporates the dimension of driver behavior uncertainty into the MDU-CRA.
Drawing from real-world scenario statistics, a three-tiered driver maneuver model is formulated, subsequently leading to the genesis of a multi-level risk situation. Table 1 delineates the range of steering and braking inputs for each risk situation level, contingent upon the perceived threat level from the surrounding vehicular environment. Drivers evaluate their actions based on the surrounding environmental context, primarily focusing on the relative distance between vehicles. In the first driver model, when the distance between vehicles exceeds
The ability of drivers to undertake avoidance maneuvers serves as an indirect indicator of potential vehicle collisions. Once the driver decides on an evasive action, the direction of steering for both level-2 and level-3 scenarios necessitates further modeling. This work presents a model to capture driver steering preferences. Under the assumption of vehicular movement within a structured road environment, the model employs the approach angle and the offset between the primary and the potentially threatening vehicles to determine steering direction preference.
Fig. 2 illustrates the steering preference direction for the approach angle in forward (rear-end) and oblique collision scenarios, respectively. Specifically, Fig. 2(a) demonstrates that in the context of forward (rear-end) collisions, the probability of steering in either direction remains consistent. However, for oblique collisions, as shown in Fig. 2(b), the steering direction preference is influenced more significantly by the prevailing environmental conditions. This is particularly true in terms of the relative velocity and position deviation between the ego and the dangerous vehicles. For instance, when a threatening vehicle approaches from the right of the ego vehicle, the latter tends to slow down and veer left, distancing itself from the threat. Conversely, if the ego vehicle is positioned to the left of the threatening vehicle, the latter is likely to navigate rightward. This research assigns a probability, contingent upon the approach angle \begin{equation*} W_{\theta } =50\cdot (1+\sin \theta)\cdot 100\% \tag{2}\end{equation*}
Example of the preference for the steering direction. (a) Head-on collision. (b) Oblique collision.
The equation (2) determined the probability of steering left without considering the offset amounts and guarantees a 50% chance of steering left under head-on or rear-end collisions and a 100% chance of steering left under a pure right-side impact collision.
The preference in steering direction for a vehicle is influenced by both the approach angle between vehicles and the relative displacement deviation between the ego and the threatening vehicles. For a more comprehensive representation of the steering direction preference, an added weight is incorporated to minimize overlap in steering decisions, as depicted in Fig. 3. This designates the pivotal offset amount at which collisions are averted and actions like braking or steering are deemed unnecessary during vehicular motion. The weighting \begin{align*} &W_{\textrm {off}} \\ &\!=\!\begin{cases} \displaystyle \frac {1}{2}\cdot [1+sign(\cos \theta)], \Delta l_{\textrm {off}} \ge l_{\textrm {offc}} \\ \displaystyle \frac {1}{2}\cdot \left[{1+sign\left({\frac {\pi }{2}\cdot \frac {\Delta l_{\textrm {off}} }{l_{\textrm {offc}}}}\right)\cdot (sign(\cos \theta))}\right], \left |{ {\Delta l_{\textrm {off}}} }\right |>l_{\textrm {offc}} \\ \displaystyle \frac {1}{2}\cdot [1-sign(\cos \theta)], \Delta l_{\textrm {off}} \le l_{\textrm {offc}} \end{cases} \\{}\tag{3}\end{align*}
In the context of the prevailing environmental conditions, the probability \begin{equation*} P_{\textrm {steer}\_{}{\textrm {left}}} =W_{\textrm {off}} \cdot \frac {[1+cos2\theta]+W_{\theta } \cdot [1-\cos 2\theta]}{2} \tag{4}\end{equation*}
The driver model in this work, which encompasses normal brake only, normal brake and turn, and emergency brake and turn, is determined based on relative distance thresholds (
C. Perceived Uncertainty Propagation Based on EKF
Considering the uncertainties associated with sensors and to be in line with practical applications for vehicles and similar systems, it is assumed in this work that all vehicles in the vehicular network are equipped with low-cost onboard GPS receivers and various sensors (e.g., lidar, camera). The propagation of uncertainty can be assessed for any given continuous time. EKF operates by predicting or updating the current state based on the preceding state. Essentially, it leverages control theory to deduce the optimal estimate and covariance matrix for the present moment using the motion model based on the state from the previous time. This iterative process continues for subsequent estimations. By employing the motion system equations and measurement models, along with their associated errors, the Kalman gain is obtained. The filtered values, obtained through this process, are then utilized to rectify errors iteratively, thereby providing an optimal trajectory prediction during vehicle movement.
The system uncertainty is represented by the prior estimate covariance \begin{equation*} P_{t+1}^{-} =AP_{t} A^{T}+Q \tag{5}\end{equation*}
The Kalman gain coefficient can be represented as (6):\begin{equation*} K_{t+1} =\frac {P_{t+1}^{-} H^{T}}{HP_{t+1}^{-} H^{T}+R} \tag{6}\end{equation*}
As the vehicle moves, the system will accumulate errors, which need to be continuously updated through the covariance matrix.\begin{align*} \begin{cases} \displaystyle X_{t+1} =X_{t+1}^{-} +K_{t+1} (Z_{t+1} -HX_{t+1}^{-}) \\ \displaystyle P_{t+1} =(I-HK_{t+1})P_{t+1}^{-} \end{cases} \tag{7}\end{align*}
The optimal estimation of the current state is obtained using EKF, serving as the foundation for predicting future motion subject to uncertainties, denoted as
D. Uncertainty Propagation in Kinematic Motion Models
The possible distribution range of future trajectories for the ego and object vehicle is calculated in the derivation of trajectory uncertainty. This forms the basis for determining whether the state of the ego vehicle is dangerous. Considering that instability and errors can be introduced when linearizing and discretizing a typical nonlinear system, the use of a nonlinear system within the model-based prediction approach is employed in this paper to enhance the robustness of trajectory forecasting. By incorporating the previously discussed driver model into the kinematic model, the predicted trajectory can take into account constraints arising from driver behaviors. Within dynamic environments, the influence of the driver model on the kinematic model is predominantly evident in aspects like lateral and longitudinal velocities, acceleration, and steering angle. As such, these constraint factors are integrated into the Jacobian matrix.
The nonlinear system equation is given as (8):\begin{equation*} X_{t+1} =f(X_{t})+Lw_{t} \tag{8}\end{equation*}
Considering the characteristics, necessary parameters, and suitable operational conditions of the model, the CYRA model for the ego vehicle is opted in this work. The CYRA can be rewritten as (9):\begin{align*} \left [{ {\begin{array}{l} x_{v} (t+1) \\ y_{v} (t+1) \\ \phi _{v} (t+1) \\ v_{xv} (t+1) \\ v_{yv} (t+1) \\ w_{v} (t+1) \\ a_{xv} (t+1) \\ a_{yv} (t+1) \\ \end{array}} }\right]&=\left [{ {\begin{array}{c} v_{xv} (t)cos(\phi _{v} (t))-v_{yv} (t)\sin (\phi _{v} (t)) \\ v_{xv} (t)\sin (\phi _{v} (t))+v_{yv} (t)\cos (\phi _{v} (t)) \\ w_{v} (t) \\ a_{xv} (t)+v_{yv} (t)w_{v} (t) \\ a_{yv} (t)+v_{xv} (t)w_{v} (t) \\ 0 \\ 0 \\ 0 \\ \end{array}} }\right] \\ &+ \left [{ {{\begin{array}{cccccccccccccccccccc} 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 \\ 1 &\quad 0 &\quad 0 \\ 0 &\quad 1 &\quad 0 \\ 0 &\quad 0 &\quad 1 \\ \end{array}}} }\right]\left [{ {\begin{array}{l} W_{w} (t) \\ W_{ax} (t) \\ W_{ay} (t) \\ \end{array}} }\right] \tag{9}\end{align*}
For object vehicles, considering that their state is measured by the ego vehicle’s onboard sensors and can only measure their relative position, angle, and speed to the ego vehicle, a CA model is used for their state prediction.
The expression for CA can be reformulated as shown in (10):\begin{align*} \left [{ {\begin{array}{l} \dot {X}_{o} (t+1) \\ \dot {Y}_{o} (t+1) \\ \dot {V}_{xo} (t+1) \\ \dot {V}_{yo} (t+1) \\ \dot {a}_{xo} (t+1) \\ \dot {a}_{yo} (t+1) \\ \end{array}} }\right]=\left [{ {\begin{array}{c} V_{xo} (t) \\ V_{yo} (t) \\ a_{xo} (t) \\ a_{xo} (t) \\ 0 \\ 0 \\ \end{array}} }\right]+\left [{ {{\begin{array}{cccccccccccccccccccc} 0 &\quad 0 \\ 0 &\quad 0 \\ 0 &\quad 0 \\ 0 &\quad 0 \\ 1 &\quad 0 \\ 0 &\quad 1 \\ \end{array}}} }\right]\left [{ {\begin{array}{l} W_{Ax} (t) \\ W_{Ay} (t) \\ \end{array}} }\right] \tag{10}\end{align*}
The traditional CYRA model does not consider the uncertainty of motion prediction and driver uncertainty, so an improved CYRA model is proposed to describe the impact of uncertainty on trajectory prediction. Firstly, the future trajectory of the vehicle considering driver uncertainty is obtained, and then a normal distribution is used to generate the future trajectory distribution.
The expected value and covariance matrix of the discretized trajectory are derived as (11):\begin{align*} \begin{cases} \displaystyle X_{t+1} =F_{t} X_{t} \\ \displaystyle \sum \nolimits _{X_{t+1}} {=F_{t} \sum \nolimits _{x_{t}} F_{t}^{T} +L_{t} Q_{t}} L_{t}^{T} \end{cases} \tag{11}\end{align*}
To achieve a cohesive integration of the driver model into the kinematic schema, one must meticulously translate the salient parameters of the driver model to correspond with those of the kinematic paradigm. Therefore, assuming that the model is a front-wheel-drive model, the steering wheel angle is close to the front-wheel angle.\begin{align*} \begin{cases} \displaystyle \beta =\tan ^{-1}\left({\frac {l_{r}}{l_{r} +l_{f}}tan(\delta _{f})}\right) \\ \displaystyle V_{t} =\sqrt {v_{xv}^{2} (t)+v_{yv}^{2} (t)} \\ \displaystyle \varphi =\int _{0}^{\Delta t} {\frac {V_{t} \cdot sin(\beta)}{l_{r}}d\Delta t} \end{cases} \tag{12}\end{align*}
For object vehicles, their uncertainty in terms of driver uncertainty and future trajectory distribution is similar to that of the ego vehicle. It should be noted that for object vehicles, the ego vehicle is a dangerous vehicle. For an ego vehicle in level-1, the value of \begin{align*} F_{t+1} &=\left [{ {{\begin{array}{cccccccccccccccccccc} 0 &\quad 0 &\quad {\begin{array}{l} -(v_{xv} (t)+a_{xv} (t)\cdot \Delta t)\sin (\phi (t)) \\ -v_{yv} (t)\cos (\phi (t)) \\ \end{array}} &\quad {\cos (\phi (t))} &\quad {-\sin (\phi (t))} &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad {\begin{array}{l} (v_{xv} (t)+a_{xv} (t)\cdot \Delta t)\cos (\phi (t)) \\ -v_{yv} (t)\sin (\phi (t)) \\ \end{array}} &\quad {\sin (\phi (t))} &\quad {\cos (\phi (t))} &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 1 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad {\omega (t)} &\quad {v_{yv} (t)} &\quad 1 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad {-\omega (t)} &\quad 0 &\quad {-(v_{xv} (t)+a_{xv} (t)\cdot \Delta t)} &\quad 0 &\quad 1 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 \\ \end{array}}} }\right] \tag{13}\\\end{align*}
\begin{align*} F_{t+1} &=\left [{ {{\begin{array}{cccccccccccccccccccc} 0 &\quad 0 &\quad {\begin{array}{l} -(v_{xv} (t)+a_{xv} (t)\cdot \Delta t)\sin (\phi (t)) \\ -(v_{\textrm {yv}} (t)+a_{yv} (t)\cdot \Delta t)(t)\cos (\phi (t)) \\ \end{array}} &\quad {\cos (\phi (t))} &\quad {-\sin (\phi (t))} &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad {\begin{array}{l} (v_{xv} (t)+a_{xv} (t)\cdot \Delta t)\cos (\phi (t)) \\ -(v_{\textrm {yv}} (t)+a_{yv} (t)\cdot \Delta t)(t)\sin (\phi (t)) \\ \end{array}} &\quad {\sin (\phi (t))} &\quad {\cos (\phi (t))} &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 1 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad {\omega (t)} &\quad {(v_{\textrm {yv}} (t)+a_{yv} (t)\cdot \Delta t)(t)} &\quad 1 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad {-\omega (t)} &\quad 0 &\quad {-(v_{xv} (t)+a_{xv} (t)\cdot \Delta t)} &\quad 0 &\quad 1 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 \\ 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 &\quad 0 \\ \end{array}}} }\right] \tag{14}\end{align*}
Collision Risk Assessment Based on Heuristic Monte Carlo of Truncated Gaussian Distribution
In this section, a deterministic collision detection algorithm based on relative distance is introduced to eliminate unnecessary sampling points, thereby enhancing the algorithm’s efficiency and reducing the model’s complexity. The deterministic collision detection algorithm is triggered when the vehicle’s position falls within areas of absolute safety or absolute danger. A mixed truncated Gaussian filter is employed to exclude points outside the feasible driving area suggested by the kinematic model, thereby modeling the inherent uncertainty in road structures. MC sampling is utilized to calculate collision probabilities, improving MC efficiency by avoiding deterministic risk points and points outside the road boundaries that are definitively unreachable.
A. Deterministic Collision Detection
In dynamic driving scenarios, continuous probability collision detection is not requisite at every time step. Such a practice could lead to a significant wastage of computational resources. Moreover, human drivers typically don’t overly focus on potential collisions when they perceive vehicles to be within a safe distance range. Given this context, a safety assessment detection algorithm for structured roads in our research is introduced, primarily targeting kinematic model predictions of forward positions at future time steps. The deterministic safety assessment detection determines the likelihood of a collision based on the safe/dangerous zones between the ego and the object vehicle. If both the trajectories of the ego and object vehicle adhere to safety distance standards, a risk assessment can be directly inferred without considering the uncertainty of the trajectories. Otherwise, the uncertainties in the trajectory and the unpredictability of the driver are taken into account to estimate the probability of a collision.
When the combined lateral and longitudinal relative distances between the two vehicles near a predefined dangerous threshold, signifying an impending collision, the collision probability
The criteria for deterministic safety detection are elucidated in (15), as shown at the bottom of the next page. \begin{align*} \begin{cases} \displaystyle P_{\textrm {coll}}^{i} =0, \begin{cases} \displaystyle \left |{ {(x_{v}^{i} -x_{o}^{i})\cos (\phi _{v}^{i})+(y_{v}^{i} -y_{o}^{i})\sin (\phi _{v}^{i})} }\right |\ge 0.5(\sqrt {L_{v}^{2} +d_{v}^{2}} \sin (\alpha +\left |{ {\Delta \varphi } }\right |)+L_{o})+1.2v_{v} \\ \displaystyle or \\ \displaystyle \left |{ {(y_{v}^{i} -y_{o}^{i})\cos (\phi _{v}^{i})+(x_{v}^{i} -x_{o}^{i})\sin (\phi _{v}^{i})} }\right |\ge 0.5(\sqrt {L_{v}^{2} +d_{v}^{2}} \sin (\beta +\left |{ {\Delta \varphi } }\right |)+d_{o})+\Delta d \end{cases}\\ \displaystyle P_{\textrm {coll}}^{i} =1, \begin{cases} \displaystyle \left |{ {(x_{v}^{i} -x_{o}^{i})\cos (\phi _{v}^{i})+(y_{v}^{i} -y_{o}^{i})\sin (\phi _{v}^{i})} }\right |\le 0.5(\sqrt {L_{v}^{2} +d_{v}^{2}} \sin (\alpha +\left |{ {\Delta \varphi } }\right |)+L_{o})+\Delta L \\ \displaystyle or \\ \displaystyle \left |{ {(y_{v}^{i} -y_{o}^{i})\cos (\phi _{v}^{i})+(x_{v}^{i} -x_{o}^{i})\sin (\phi _{v}^{i})} }\right |\le 0.5(\sqrt {L_{v}^{2} +d_{v}^{2}} \sin (\beta +\left |{ {\Delta \varphi } }\right |)+d_{o})+\Delta d \end{cases} \end{cases} \tag{15}\end{align*}
where,
B. Road Uncertainty Based on Truncated Gaussian Distribution
In the probabilistic model for MDU-CRA, it’s vital to account for the effects of unreachable areas shaped by road boundaries and other factors. As illustrated in Fig. 4, vehicles are improbable to venture outside these boundaries, thereby preventing unrealistic accidents or collisions.
Guided by heuristic insights, the vehicle’s trajectory is sampled via a truncated Gaussian distribution. This ensures dense sampling within feasible regions while sparsely sampling in inaccessible zones. By eliminating outliers or extreme values, the modeling of the vehicle collision risk is further refined, significantly enhancing the precision of estimations and forecasts.
Considering the inherent intricacy of multidimensional distributions that precludes straightforward expression derivations, we focus on a multi-dimensional variable set \begin{align*} p_{v} (X)=\frac {1}{2\pi ^{3/2}\vert \sum _{v} \vert ^{1/2}}\cdot \frac {\exp \left({-\frac {1}{2}(X-X_{v})^{T}\sum _{v}^{-1} (X-X_{v})}\right)}{\int _{a_{x}}^{b_{x} } {\int _{a_{y}}^{b_{y}} {\int _{a_{\phi }}^{b_{\phi }} {p_{v} (X) \textrm {}d\theta dydx}}}} \\{}\tag{16}\end{align*}
Considering the uncertainties in state estimation and driver behavior, short-term motion prediction trajectories that align with human cognition can be derived. The pdf of an ego vehicle
C. Collision Risk Assessment Based on Heuristic Monte Carlo
The external shape of vehicles is approximated as rectangles to model them. This results in an uncertainty region representing potential positions or states of a vehicle. Subsequently, the possibility of spatial conflicts or potential collisions is determined by checking if the uncertainty regions of two vehicles overlap. Leveraging the expected value and the covariance matrix of the joint pdf, the system can compute the vehicle’s collision probability.
As shown in Fig. 5,
The Multi-Dimensional Uncertainties-CRA determines the likelihood of a collision between the ego vehicle and a specific object at a given instant. To assess the risk, the collision probability between the ego and the object vehicle must be repeatedly computed at various predicted times. To address the complexity of the integral computation, the Monte Carlo simulation method is employed to solve the aforementioned equation. The MC method operates on a foundational principle: it commences by randomly sampling variables pertinent to the problem, adhering to their genuine mathematical distributions, across a voluminous dataset. For each of these sampled values, simulated experiments are conducted to ascertain the occurrence of an event. Subsequently, its probability is estimated based on the event’s recurrence rate. The uncertainty surrounding a vehicle’s state aligns with the Gaussian joint probability distribution. Considering the differences in shapes between the ego and the object vehicle, the Monte Carlo method is used to calculate the collision probability \begin{align*} \begin{cases} \displaystyle I_{\textrm {coll}}^{i} (S_{v} (p_{v} (x_{v}^{i,j},y_{v}^{i,j},\phi _{v}^{i,j})),S_{o} (p_{o} (x_{o}^{i,j},y_{o}^{i,j})))\\ \displaystyle \quad = \begin{cases} \displaystyle 0, S_{v} (x_{v}^{i},y_{v}^{i},\phi _{v}^{i})\cap S_{o} (x_{o}^{i},y_{o}^{i})=\emptyset \\ \displaystyle 1, S_{v} (x_{v}^{i},y_{v}^{i},\phi _{v}^{i})\cap S_{o} (x_{o}^{i},y_{o}^{i})\ne \emptyset \end{cases} \\ \displaystyle P_{\textrm {coll}}^{i} (v,o)=\frac {1}{N_{c}}\sum \limits _{j=1}^{N_{c}} {I_{\textrm {coll}}^{i} (S_{v} (p_{v} (x_{v}^{i,j},y_{v}^{i,j},\phi _{v}^{i,j})),} \\ \displaystyle \qquad \qquad \quad S_{o} (p_{o} (x_{o}^{i,j},y_{o}^{i,j}))) \end{cases} \tag{17}\end{align*}
The MDU-CRA algorithm is as shown in algorithm 1. Between lines 1 and 2, the EKF is employed to derive realistic motion states for both the ego vehicle and the object vehicle. The development of a driver model is indicated in the 3 line, where
Algorithm 1 Collision Risk Assessment Considering the Multi-Dimensional Uncertainties (MDU-CRA) Algorithm
Data matrix
Collision probability
[
for
if
break;
else if
break;
else
for
if
else
end if
end for
end if
end for
return
Performance Evaluation
In order to evaluate the proposed collision risk assessment method considering the multi-dimensional uncertainties, two experiments are performed in this section. Two driving scenarios are extracted and reconstructed from the NGSIM dataset for validation and evaluation, i.e., an active lane-change scenario and an emergency braking scenario. The proposed MDU-CRA algorithm is compared to the probabilistic multi-modal expected trajectory prediction (PMETP) [33] trajectory predictor in terms of short-term motion prediction accuracy. The efficacy of our risk assessment model is gauged by benchmarking against a range of state-of-the-art models [26], [34] and employing multiple evaluation metrics.
A. Experimental Settings
1) Evaluation Environment Setting
Active lane-change scenarios and emergency braking scenarios were extracted from the NGSIM dataset [35]. The sampling points were set at 1000, with a calculation speed of approximately 0.001 seconds, facilitating real-time operation. The relevant experiments for this work were conducted using MATLAB 2021, and data pre-processing was completed using Python 3.8. The parameters of all experiments are presented in Table 2.
B. Experimental Results
1) Precision Comparison of Trajectory Prediction
In this work, a comparative assessment is conducted between our newly introduced trajectory prediction model, which incorporates multi-dimensional uncertainties, and the PMETP approach over a 2-second prediction span. The effectiveness of both models is evaluated using Root Mean Square Error (RMSE) and Average Displacement Error (ADE) as the primary metrics. The Sequence to Sequence (seq2seq) encoder-decoder framework is employed by the PMETP model, amalgamating features of the predicted vehicle and its neighboring vehicles into an LSTM to holistically represent the vehicular context. Additionally, PMETP demonstrates proficient end-to-end training capabilities for on-site traffic scenarios.
From Table 3, it can be observed that our proposed trajectory prediction model, which takes into account multidimensional uncertainty, has smaller RMSE and ADE in short-term prediction compared to the LSTM-based model. Therefore, our trajectory prediction model exhibits a higher level of predictive accuracy.
2) The Efficacy of Risk Assessment
In this work, a detailed comparative analysis is conducted on risk assessment, employing ordinary evaluation metrics like Advanced Collision Detection Time (ACDT), Time-to-Collision (TTC), and Time Headway (THW), with a focus on scenarios such as emergency braking and active lane changes.
The methods proposed in this article and in [26] and [34] were implemented and evaluated using python. Reference [34] involves an integration of Autoware with a Cooperative Collision Warning System (CCWS) to predict future trajectories and assess collision risks. Reference [26] initially constructs the geometric shapes of lanes using OpenStreetMap (OSM) to determine an initial coarse risk classification, followed by a more comprehensive estimation of criticality.
ACDT stands as a paramount metric in the context of inter-vehicle collision detection. By providing timely and accurate predictions of potential collisions, ACDT empowers drivers with the foresight to initiate preemptive maneuvers. An extended window for driver response is provided by the heightened ACDT, highlighting the robustness of the MDU- CRA in accommodating potential system latency and egress timings.\begin{equation*} ACDT=t_{c} -t_{d} \tag{18}\end{equation*}
TTC [36] and THW [37] serve as pivotal tools for accident prevention and the assessment of driving behavior, commonly employed within the safety algorithms of autonomous driving systems to determine the critical junctures for evasive actions. In accordance with German traffic regulations and the study presented in [35], the typical value for TTC is set at 2.6 s, while THW is determined to be 0.9 s. The formulas for TTC and THW are depicted in equation (19).\begin{align*} \begin{cases} \displaystyle TTC=\frac {x_{o} -x_{v}}{v_{xv} -v_{xo}} \\ \displaystyle THW=\frac {x_{o} -x_{v}}{v_{xv}} \end{cases} \tag{19}\end{align*}
Scenario I: Emergency braking
Emergency braking scenario (a) Scenario I: schematic diagram of the location for the emergency braking scenario. (b) trajectories of ego vehicle and objects in scenario I.
Fig. 7 presents schematic representations of the vehicle’s state at 10 s, 12 s, and 14 s. It also illustrates the probability distribution maps for predicted trajectories and the associated collision likelihoods. On the left side of Fig. 7(a) to 7(c), the dynamic changes in the feasible driving area for the ego vehicle at distinct time instances are evident. Specifically, as the ego vehicle approaches the threatening vehicle, its maneuvering space becomes increasingly constricted. Conversely, the probability distribution of the ego vehicle’s projected trajectories over the next 2 seconds, sampled at 0.4-second intervals, is displayed on the right side of Fig. 7(a) to 8(c). The consequent collision probabilities for these instances are 16.8%, 85.3%, and 100% respectively. A critical observation at t=14 s is that the average trajectory for the fifth step shifts by 0.568 m to the left in contrast to the primarily horizontal orientations of the first and second steps. This deviation signifies a common driver behavior: as one nears a potential threat on the road, there’s an instinctual swerve away from the perceived danger to avert possible collisions.
Fig. 8 illustrates the performance comparison of our proposed method with those baselines in [26] and [34] under the scenario of the lead vehicle executing an emergency braking maneuver, as well as the analysis employing various evaluation metrics. As the temporal progression ensues and the inter-vehicular distance diminishes, there’s a concomitant escalation in the collision probability. Intriguingly, the collision probability trajectory of our model manifests a steeper ascent than the referenced method.
Assuming an alarm is triggered by the system when the collision probability exceeds 50%, an ACDT value of 4.9 seconds is exhibited by our method, surpassing the ACDT values reported in [26] and [34], which are 2.8 seconds and 3.5 seconds, respectively. In terms of the preset TTC and THW thresholds, the alarm signals are activated at approximately 1.4 seconds and 0.9 seconds, respectively. This demonstrates that a substantially earlier warning time in the longitudinal evaluation process is provided by our model, indicating its superiority. The notable efficacy of our approach is primarily attributable to its state-centric sampling which, compared to static interval-based methods, delivers a more pragmatic representation.
Scenario II: Lane-changing
An lane-changing driving scenario (a) Scenario II:schematic diagram of the location for the Lane-changing driving scenario.(b) trajectories of ego vehicle and objects in scenario II.
A visual representation of the evolving scenario at intervals of 16.3 s, 17.1 s, and 18.1 s is provided by Fig. 10, concurrently showcasing the probabilistic distributions associated with the predicted trajectories and their respective collision likelihoods. As depicted on the left side of Fig. 10(a)~(c), the permissible driving envelope for the ego vehicle gradually contracts with the passage of time. Given the absence of an outermost lane during the lane maneuver, a truncated Gaussian function is judiciously employed to sample within the lane, guided by the lane parameters, and to exclude regions beyond the lane boundary. This deliberate approach augments the collision prediction accuracy. The ensuing plots in Fig. 10(a)~(c) articulate the probabilistic trajectory distributions of the ego vehicle for a predicted horizon of 2 s, sampled at intervals of 0.4 s, and reveal collision probabilities of 16.8%, 26.5%, and 79.7%, respectively. Taking into account typical driver behaviors, the averaged trajectory projections for the ego vehicle over the 2 s window progressively align with the target lane, registering maximum deviations of 0.564 m, 1.299 m, and 1.651 m, in sequence. This modeling aligns coherently with real-world vehicle movement patterns.
In Fig. 11, the variation and boundary constraints associated with the steering angle and lateral acceleration of the ego vehicle throughout the active lane transition in Scene II are illustrated. Upon completion of the maneuver, both metrics – the steering angle and lateral acceleration – revert to a null state.
Lateral acceleration and orientation angle of ego vehicle in Lane-changing scenario.
In Fig. 12, the processes involving our model, various state-of-the-art models, and different evaluation metrics within the context of active lane-changing scenarios are delineated. In terms of ACDT, a value of 1.9 seconds is recorded by our model when the collision probability exceeds 50%, while ACDT values of 1.1 seconds and 1 second are reported in [26] and [34], respectively. For TTC and THW, the times at which the alarm signals are activated are 2.1 seconds and 1.5 seconds, correspondingly. It is evident that, compared to other reference models, an approximately 1-second time advantage in ACDT is offered by our model, capable of issuing warnings 2 seconds prior to a potential collision. However, during the active lane-changing process, the performance of our model is close to that of THW but surpasses that of the TTC metric.
Based on the parameter evaluations in the aforementioned scenarios, superiority over other advanced metrics is demonstrated by our proposed model, making it suitable for the situational assessment modules of assisted driving or autonomous driving systems.
Conclusion
This paper presents an MDU-CRA framework designed to account for multidimensional uncertainties, including driver behavior, sensor perception, motion prediction models, and road structure. This algorithm enables the estimation of future risks related to surrounding vehicles, allowing autonomous vehicles to safely handle dangerous driving situations and proactively avoid or mitigate potential collisions. Firstly, we propose a deterministic collision detection algorithm based on relative distance, which enhances efficiency by eliminating unnecessary sampling points. Secondly, our trajectory prediction model combines three different driver intentions with vehicular kinematic models, incorporating a Gaussian truncation function along with Monte Carlo sampling techniques for the prediction of future driving risks. This comprehensive approach ensures autonomous vehicles account for uncertainties in driver behavior, motion prediction models, and road structure when navigating conditions that involve turns and deceleration. Validation is conducted through sudden braking and lane-changing scenarios from the NGSIM dataset. Experimental outcomes underscore our model’s capability to preemptively discern impending collisions with a lead time of 1–2 s compared to conventional models, with the projected trajectory probability distribution closely mirroring real-world vehicular movements.
Nevertheless, this research has potential for further refinement. Currently, our focus is primarily on vehicular dynamics models, which might compromise long-range accuracy. Our forthcoming efforts involve the incorporation of neural network methodologies into risk assessment, with a specific focus on the integration of attention-driven mechanisms and graph neural networks to discern inter-vehicular social interactions. This aims to enhance the overall intelligence of vehicular collectives.