Intelligent driver model
This article is written like a research paper or scientific journal. (September 2022) |
This article relies largely or entirely on a single source. (September 2022) |
In traffic flow modeling, the intelligent driver model (IDM) is a time-continuous car-following model for the simulation of freeway and urban traffic. It was developed by Treiber, Hennecke and Helbing in 2000 to improve upon results provided with other "intelligent" driver models such as Gipps' model, which loses realistic properties in the deterministic limit.
Model definition
[edit]As a car-following model, the IDM describes the dynamics of the positions and velocities of single vehicles. For vehicle , denotes its position at time , and its velocity. Furthermore, gives the length of the vehicle. To simplify notation, we define the net distance , where refers to the vehicle directly in front of vehicle , and the velocity difference, or approaching rate, . For a simplified version of the model, the dynamics of vehicle are then described by the following two ordinary differential equations:
, , , , and are model parameters which have the following meaning:
- desired velocity : the velocity the vehicle would drive at in free traffic
- minimum spacing : a minimum desired net distance. A car can't move if the distance from the car in the front is not at least
- desired time headway : the minimum possible time to the vehicle in front
- acceleration : the maximum vehicle acceleration
- comfortable braking deceleration : a positive number
The exponent is usually set to 4.
Model characteristics
[edit]The acceleration of vehicle can be separated into a free road term and an interaction term:
- Free road behavior: On a free road, the distance to the leading vehicle is large and the vehicle's acceleration is dominated by the free road term, which is approximately equal to for low velocities and vanishes as approaches . Therefore, a single vehicle on a free road will asymptotically approach its desired velocity .
- Behavior at high approaching rates: For large velocity differences, the interaction term is governed by .
This leads to a driving behavior that compensates velocity differences while trying not to brake much harder than the comfortable braking deceleration .
- Behavior at small net distances: For negligible velocity differences and small net distances, the interaction term is approximately equal to , which resembles a simple repulsive force such that small net distances are quickly enlarged towards an equilibrium net distance.
Solution example
[edit]Let's assume a ring road with 50 vehicles. Then, vehicle 1 will follow vehicle 50. Initial speeds are given and since all vehicles are considered equal, vector ODEs are further simplified to:
For this example, the following values are given for the equation's parameters, in line with the original calibrated model.
Variable | Description | Value |
---|---|---|
Desired velocity | 30 m/s | |
Safe time headway | 1.5 s | |
Maximum acceleration | 0.73 m/s2 | |
Comfortable Deceleration | 1.67 m/s2 | |
Acceleration exponent | 4 | |
Minimum distance | 2 m | |
- | Vehicle length | 5 m |
The two ordinary differential equations are solved using Runge–Kutta methods of orders 1, 3, and 5 with the same time step, to show the effects of computational accuracy in the results.
This comparison shows that the IDM does not show extremely irrealistic properties such as negative velocities or vehicles sharing the same space even for from a low order method such as with the Euler's method (RK1). However, traffic wave propagation is not as accurately represented as in the higher order methods, RK3 and RK 5. These last two methods show no significant differences, which lead to conclude that a solution for IDM reaches acceptable results from RK3 upwards and no additional computational requirements would be needed. Nonetheless, when introducing heterogeneous vehicles and both jam distance parameters, this observation could not suffice.
See also
[edit]- Gipps' model
- Newell's car-following model
- Microscopic traffic flow model
- List of Runge–Kutta methods
- Traffic simulation
References
[edit]Treiber, Martin; Hennecke, Ansgar; Helbing, Dirk (2000), "Congested traffic states in empirical observations and microscopic simulations", Physical Review E, 62 (2): 1805–1824, arXiv:cond-mat/0002177, Bibcode:2000PhRvE..62.1805T, doi:10.1103/PhysRevE.62.1805, PMID 11088643, S2CID 1100293
External links
[edit]- Interactive JS & HTML5 implementation of the intelligent driver model showing signalized intersections
- Interactive JS & HTML5 implementation showing stop & Go waves on a ring road. Links to other scenarios can be found there
- Interactive JS & HTML5 implementation showing the effect of different traffic rules at roundabouts
- Common values of the IDM parameters and hints for the simulation
- Textbook on traffic flow dynamics with a free downloadable chapter on the IDM