A framework for simulation of surrounding vehicles in driving simulators
archive: archived pipeline: cataloged verified
Get this paper ↗ (DOI — opens at the source; we link to it, we don't host it)
Summary
This paper presents a computational framework for simulating surrounding vehicles in driving simulators, addressing the need for realistic traffic interactions while maintaining computational efficiency. Traditional microscopic traffic simulations are often too resource-intensive for long-duration simulator experiments, as they require updating thousands of vehicles across large geographic areas. Conversely, macroscopic models lack the individual vehicle detail necessary for realistic driver interaction. The authors propose a hybrid approach that simulates only a "moving window" around the simulator vehicle, dividing this area into an inner "simulated area" and two outer "candidate areas." The framework utilizes a microscopic simulation model for vehicles in the inner area, employing advanced submodels for car-following, lane-changing, speed adaptation, and overtaking. These submodels are largely based on established Swedish traffic simulation models (TPMA and VTISim) but include enhancements, such as a detailed overtaking model that accounts for abortion decisions based on time-to-collision calculations. Vehicles in the outer candidate areas are simulated using a less computationally intensive mesoscopic model. This model assigns individual speeds to vehicles based on speed-flow relationships but assumes unconstrained travel, allowing vehicles to overtake without delay. This design reduces processing load while ensuring that vehicles entering the inner area have realistic speed profiles. The framework was validated by comparing simulated catch-up rates (instances where simulated vehicles overtake the simulator vehicle or vice versa) against target flows on rural roads and freeways. Results showed good agreement for active and passive catch-ups on rural roads and passive catch-ups on freeways. However, the model performed poorly for active catch-ups on freeways, a deficiency attributed to limitations in the lane-changing model, which lacked sufficient anticipation of future traffic conditions. The study also confirmed that the framework successfully achieves target traffic flows and provides a significant gain in computational time compared to full microscopic simulation. The system was tested within the VTI Driving Simulator III, demonstrating its practical applicability for behavioral studies involving intelligent transportation systems and driver assistance technologies.
Provenance
The full processing record for this entry. Every stage of this paper's journey through the pipeline is logged — what ran, with which tool and model, how many attempts it took, and when it last completed.
| Stage | Outcome | Tool | Model | Prompt | Attempts | Completed |
|---|---|---|---|---|---|---|
| discover | success | OpenAlex-citations | — | — | 1 | 2026-06-18 |
| archive | success | unpaywall | — | — | 2 | 2026-06-25 |
| extract | success | cached | — | — | 2 | 2026-06-26 |
| clean | success | clean | — | — | 1 | 2026-06-19 |
| chunk | success | chunk | — | — | 1 | 2026-06-19 |
| embed | success | embed | Qwen/Qwen3-Embedding-8B | — | 1 | 2026-06-19 |
| promote | success | — | — | — | 1 | 2026-06-18 |
| summarize | success | llm | qwen3.6-27b-prismaquant | summ-v5 | 1 | 2026-06-26 |
| tag | success | vector_similarity | — | — | 6 | 2026-06-19 |
| verify | success | — | — | — | 1 | 2026-06-26 |
Summary generated by qwen3.6-27b-prismaquant on 2026-06-26; verification: verified.
Topics
Ranked by relevance to this paper. Hover a topic for its definition.
Information type
What kind of knowledge this paper contributes, grouped by family — independent of topic (what it is about) and method (how it was studied).
- Methodological Resource: tool software, validation psychometrics
- Theoretical Contribution: computational model