Investigating interactions between bicycles and vehicles at intersections using real-world trajectories
1 German Aerospace Center, Institute of Transportation Systems
2 meng.zhang@dlr.de
The study, using real-world data, aims to model the interaction between crossing bicycles and right-turning vehicles, attempting to alter the simulator’s guidance at the tactical level (Michon 1985). In ten days of video recordings from an urban intersection (Figure 1), 517 valid cases were collected.
Figure 1: Trajectory distribution of crossing bicycles and right-turning vehicles, collected from the application platform (Knake-Langhorst et al. 2016) at the intersection in Braunschweig, Germany
A logistic regression model of crossing order was employed with features of bicycles (0) and vehicles (1): speed (v), speed difference (dv), the distance between the current position and the crossing point (d2x), predicted PET (ppet). The data set was split into training data set (80%) and testing data set (20%). Models with different feature combinations were cross-validated (Table 1).
\[ \log\left(\frac{p}{1-p}\right) = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \ldots + \beta_k x_k \]
Figure 2: Sigmoid curve of crosssing order (0: Bicycle first, 1: Vehicle first) and ppet (-: Vehicle would be first, +: Bicycle would be first)
| k | combination | accuracy |
|---|---|---|
| 1 | ppet | 84.6% |
| 2 | d2x_0, d2x_1 | 89% |
| 2 | v_0, v_1 | 84.8% |
| 4 | d2x_0, d2x_1, v_0, v_1 | 93.4% |
| 4 | d2x_0, v_0, v_1, dv | 85.3% |
| 5 | ppet, d2x_1, v_0, v_1, dv | 91.5% |
| 6 | ppet, d2x_0, d2x_1, v_0, v_1, dv | 93.4% |
Figure 3: A simplified intersection in SUMO (Lopez et al. 2018), including straight, richt-turning lane, and bicycle lanes
The selected model was implemented in SUMO: at a distance of 20m before the crossing point the crossing order was estimated, and the lagging object was forced to slow down. A comparison between reality, SUMO’s default model, and this new model was performed.
Figure 4: Crossing order of real data and simulated data based on default and new sumo models
Figure 5: Post-Enchroachment Time (vehicle first: light blue; bicycle first: dark blue)
The study of interactions between bicycles and vehicles in reality contributes to improving the realism of simulators. This attempt did not improve the distribution of the crossing order in the simulation, but the distribution of PET is closer to reality.
Investigating interactions between bicycles and vehicles at intersections using real-world trajectories