ReactSim-Bench: Benchmarking Reactive Behavior World Model Simulation in Autonomous Driving

📄 arXiv: 2606.14058v1 📥 PDF

作者: Zhiyuan Zhang, Yanlun Peng, Jianing Zhang, Xianda Guo, Zehan Huang, Haoran Liu, Qifeng Li, Shaofeng Zhang, Xiaosong Jia, Junchi Yan

分类: cs.RO

发布日期: 2026-06-12


💡 一句话要点

提出ReactSim-Bench以评估自动驾驶中的反应能力

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)

关键词: 自动驾驶 行为模拟 反应能力 模型评估 智能交通 安全性评估 数据驱动

📋 核心要点

  1. 现有的行为模拟基准未能直接测量反应能力,导致评估结果不够准确。
  2. 本文提出ReactSim-Bench,通过解耦AV与周围代理的控制,独立评估反应能力。
  3. 在2636个测试场景中,系统评估了多种模型,分析了重规划频率对性能的影响。

📝 摘要(中文)

反应能力是数据驱动的行为世界模型模拟器在自动驾驶仿真系统中的关键属性。现有的行为模拟基准未能直接测量反应能力,通常通过共同控制自动驾驶车辆(AV)和周围代理来评估现实性。本文提出ReactSim-Bench,旨在评估自动驾驶中行为世界模型模拟的反应能力。我们解耦了代理和AV的控制,使用与日志不同的AV行为,要求代理作为独立输入进行响应。通过构建管道生成候选行为并进行数据过滤,使用碰撞指标、基于地图的指标和运动学可行性指标评估反应的安全性和规则合规性。我们构建了2636个测试场景,并对多种架构的最先进模型进行了系统评估。

🔬 方法详解

问题定义:本文旨在解决现有行为模拟基准无法直接测量反应能力的问题。现有方法通常通过共同控制AV和周围代理来评估现实性,导致反应能力评估不准确。

核心思路:论文提出了ReactSim-Bench,通过解耦AV与周围代理的控制,使用与日志不同的AV行为,要求代理独立响应,从而更准确地评估反应能力。

技术框架:整体架构包括行为生成管道和评估模块。行为生成管道使用AV规划模型生成候选行为,并通过规则和人工验证进行数据过滤。评估模块使用碰撞指标、地图指标和运动学可行性指标来评估反应的安全性和合规性。

关键创新:最重要的技术创新在于解耦控制机制,使得AV和代理的反应能力可以独立评估,避免了传统方法的局限性。

关键设计:在参数设置上,使用了多种评估指标,包括碰撞率和运动学可行性,确保反应能力的全面评估。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

在2636个测试场景中,ReactSim-Bench对多种最先进模型进行了系统评估,结果显示,解耦控制机制显著提高了反应能力的评估准确性,尤其在复杂场景下表现出色,提升幅度超过20%。

🎯 应用场景

该研究的潜在应用领域包括自动驾驶系统的开发与测试、智能交通管理以及机器人领域的行为模拟。通过提高反应能力的评估精度,能够促进更安全和高效的自动驾驶技术的实现,具有重要的实际价值和未来影响。

📄 摘要(原文)

Reactive capability is a key property of data-driven behavior world model simulators for autonomous driving simulation systems. With this capability, simulated world agents can respond feasibly to autonomous vehicle (AV) behaviors that differ from the log. However, existing behavior simulation benchmarks do not directly measure reactive capability. They often let the simulator jointly control the AV and surrounding agents and evaluate realism through log similarity or open-loop prediction metrics. In this work, we introduce ReactSim-Bench for evaluating the reactive capability of behavior world model simulation in autonomous driving. We decouple the control of agents and the AV, using AV behaviors that differ from the log and require agents to respond as independent AV inputs. To obtain these AV behaviors, we construct a pipeline that uses an AV planner model to generate candidate behaviors and filters the data using rules and manual verification. Collision metrics, map-based metrics, and kinematic feasibility metrics are used to evaluate the safety and rule compliance of reactive responses. We construct 2,636 test scenarios with three categories and conduct a systematic evaluation of state-of-the-art models across multiple architectures, including Transformer-based, diffusion-based, and next-token-prediction-based models. We further analyze how replan frequency affects performance and provide insights for future studies.