菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-26
📄 Abstract - Distributed Real-Time Vehicle Control for Emergency Vehicle Transit: A Scalable Cooperative Method

Rapid transit of emergency vehicles is critical for saving lives and reducing property loss but often relies on surrounding ordinary vehicles to cooperatively adjust their driving behaviors. It is important to ensure rapid transit of emergency vehicles while minimizing the impact on ordinary vehicles. Centralized mathematical solver and reinforcement learning are the state-of-the-art methods. The former obtains optimal solutions but is only practical for small-scale scenarios. The latter implicitly learns through extensive centralized training but the trained model exhibits limited scalability to different traffic conditions. Hence, existing methods suffer from two fundamental limitations: high computational cost and lack of scalability. To overcome above limitations, this work proposes a scalable distributed vehicle control method, where vehicles adjust their driving behaviors in a distributed manner online using only local instead of global information. We proved that the proposed distributed method using only local information is approximately equivalent to the one using global information, which enables vehicles to evaluate their candidate states and make approximately optimal decisions in real time without pre-training and with natural adaptability to varying traffic conditions. Then, a distributed conflict resolution mechanism is further proposed to guarantee vehicles' safety by avoiding their decision conflicts, which eliminates the single-point-of-failure risk of centralized methods and provides deterministic safety guarantees that learned methods cannot offer. Compared with existing methods, simulation experiments based on real-world traffic datasets demonstrate that the proposed method achieves faster decision-making, less impact on ordinary vehicles, and maintains much stronger scalability across different traffic densities and road configurations.

顶级标签: systems agents robotics
详细标签: distributed control vehicle coordination real-time decision making emergency transit conflict resolution 或 搜索:

用于应急车辆通行的分布式实时车辆控制:一种可扩展的协同方法 / Distributed Real-Time Vehicle Control for Emergency Vehicle Transit: A Scalable Cooperative Method


1️⃣ 一句话总结

这篇论文提出了一种新的分布式控制方法,让普通车辆仅依靠本地信息就能实时协同避让应急车辆,从而在保障应急车辆快速通行的同时,减少对普通交通的影响,并且该方法无需预先训练就能适应各种交通状况,比现有集中式或学习型方法更高效、更安全、扩展性更强。

源自 arXiv: 2603.25000