用视觉语言模型从海量视频中精准找出行车安全关键场景。
SMc2f: Robust Scenario Mining for Robotic Autonomy from Coarse to Fine
- 先用视觉语言模型粗筛图像与文本匹配项,再精修定位结果。
- 在公开数据集上检索准确率显著提升,效率也更高。
- 适合自动驾驶研发中需高效挖掘罕见危险场景的团队。
自主机器人车辆的安全验证依赖于对其规划与控制模块在罕见但高危场景下的系统性测试。从海量真实驾驶日志中挖掘这些长尾事件,是机器人开发流程中的关键步骤。场景挖掘的目标是从中提取有用信息,以支持针对性重仿真、回归测试和故障分析。Argoverse团队提出的RefAV是一个端到端框架,利用大语言模型(LLMs)对自然语言描述的场景进行时空定位。然而,该方法仅基于轨迹标签进行检索,忽略了自然语言与原始RGB图像之间的直接关联,违背了视频检索的直觉;且依赖上游3D目标检测与跟踪质量。此外,轨迹数据的误差会传导至下游时空定位。为此,我们提出面向机器人自主性的鲁棒场景挖掘方法SMc2f,采用从粗到细的流水线:首先利用视觉语言模型(VLMs)进行粗粒度图像-文本过滤,在RefAV基础上构建成功挖掘案例库,并自动检索范例以少样本方式微调LLM,增强其鲁棒性;同时引入文本-轨迹对比学习,将匹配对拉近、不匹配对推开,共享嵌入空间中生成细粒度匹配器,精炼LLM候选轨迹。在公开数据集上的实验表明,该方法在检索质量和效率上均有显著提升。
原文摘要 · Abstract (English)
The safety validation of autonomous robotic vehicles hinges on systematically testing their planning and control stacks against rare, safety-critical scenarios. Mining these long-tail events from massive real-world driving logs is therefore a critical step in the robotic development lifecycle. The goal of the Scenario Mining task is to retrieve useful information to enable targeted re-simulation, regression testing, and failure analysis of the robot's decision-making algorithms. RefAV, introduced by the Argoverse team, is an end-to-end framework that uses large language models (LLMs) to spatially and temporally localize scenarios described in natural language. However, this process performs retrieval on trajectory labels, ignoring the direct connection between natural language and raw RGB images, which runs counter to the intuition of video retrieval; it also depends on the quality of upstream 3D object detection and tracking. Further, inaccuracies in trajectory data lead to inaccuracies in downstream spatial and temporal localization. To address these issues, we propose Robust Scenario Mining for Robotic Autonomy from Coarse to Fine (SMc2f), a coarse-to-fine pipeline that employs vision-language models (VLMs) for coarse image-text filtering, builds a database of successful mining cases on top of RefAV and automatically retrieves exemplars to few-shot condition the LLM for more robust retrieval, and introduces text-trajectory contrastive learning to pull matched pairs together and push mismatched pairs apart in a shared embedding space, yielding a fine-grained matcher that refines the LLM's candidate trajectories. Experiments on public datasets demonstrate substantial gains in both retrieval quality and efficiency.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。