paper-with-me

홈 › Papers

SMc2f: Robust Scenario Mining for Robotic Autonomy from Coarse to Fine

2026-01-17 · Yifei Chen, Ross Greer arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.12010

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning3D Object DetectionVideo Retrieval

Similar Papers 제목 키워드 기반

Autonomy and Perception for Space Mining

2021-09-27 · Ragav Sachdeva, Ravi Hammond, James Bockman, Alec Arthur 외

Future Moon bases will likely be constructed using resources mined from the surface of the Moon. The difficulty of maintaining a human workforce on the Moon and communications lag with Earth means that mining will need t…

Parareal with a Learned Coarse Model for Robotic Manipulation

2019-12-12 · Wisdom Agboh, Oliver Grainger, Daniel Ruprecht, Mehmet Dogar

A key component of many robotics model-based planning and control algorithms is physics predictions, that is, forecasting a sequence of states given an initial state and a sequence of controls. This process is slow and a…

MuJoCo

Artificial Intelligence for Long-Term Robot Autonomy: A Survey

2018-07-13 · Lars Kunze, Nick Hawes, Tom Duckett, Marc Hanheide 외

Autonomous systems will play an essential role in many applications across diverse domains including space, marine, air, field, road, and service robotics. They will assist us in our daily routines and perform dangerous,…

Survey

End-to-end Optimization of Belief and Policy Learning in Shared Autonomy Paradigms

2026-01-30 · MH Farhadi, Ali Rabiee, Sima Ghafoori, Anna Cetera 외 arxiv

Shared autonomy systems require principled methods for inferring user intent and determining appropriate assistance levels. This is a central challenge in human-robot interaction, where systems must be successful while b…

Temporal Transfer Learning for Traffic Optimization with Coarse-grained Advisory Autonomy

2023-11-27 · Jung-Hoon Cho, Sirui Li, Jeongyun Kim, Cathy Wu

The recent development of connected and automated vehicle (CAV) technologies has spurred investigations to optimize dense urban traffic to maximize vehicle speed and throughput. This paper explores advisory autonomy, in …

Deep Reinforcement LearningReinforcement Learning (RL)Transfer Learning