paper-with-me

홈 › Papers

Coverage Aware Active Evaluation for Failure Discovery with Paired Systems

2026-08-13 · Anjali Parashar, Rachel Luo, Apoorva Sharma, Sushant Veer, Edward Schmerling, Carson Sobolewski, Mingxin Yu, Chuchu Fan, Marco Pavone arxiv

Autonomous systems can fail in rare and heterogeneous ways, making real-world failure discovery difficult under limited testing budgets. Although cheaper proxies such as simulators, lower-fidelity systems, or related policies can be sampled extensively to find failures, proxy failures often do not transfer to the real world due to sim-to-real and system-to-system gaps. The key challenge is therefore to effectively leverage proxy system information for accurate prediction of severe target system failures. We propose an adaptive failure discovery method that combines proxy evaluations with limited target system results to guide scenario selection for target system testing. Our method learns a local predictor of target risk by correcting proxy failure signals using control-variate-inspired residual modeling. To find failures that are both likely and diverse, we combine this predictor with a support-aware mutual-information objective that favors realistic, well-supported regions while expanding coverage across failure modes. Across autonomous driving, manipulation, and quadruped velocity-tracking tasks, our method discovers up to 2$\times$ as many failures as random sampling and active-learning baselines, including severe and diverse failures missed by competing methods.

📄 PDF Abstract BibTeX arXiv:2608.13719

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Anchored Scenario Coverage for Failure-Aware First-Hit Batch Inverse Design

2026-08-28 · Chuhan Yang, Chenxi Wang, Linhan Wu, Yuyang Liu arxiv

Early discovery of at least one valid design satisfying a target requirement is a central objective in failure-prone closed-loop inverse design. A natural batch baseline ranks candidates by a product-form marginal valid-…

Testing Neural Networks via Bayesian-Guided Exploration of Decision Landscapes

2026-06-03 · Bin Duan, Meiru Che, Guowei Yang arxiv

As neural networks are increasingly deployed in safety-critical domains, testing is essential to evaluate and improve their reliability. Existing testing methods, whether black-box or white-box, primarily use global muta…

ProEval: Proactive Failure Discovery and Efficient Performance Estimation for Generative AI Evaluation

2026-04-25 · Yizheng Huang, Wenjun Zeng, Aditi Kumaresan, Zi Wang arxiv

Evaluating generative AI models is increasingly resource-intensive due to slow inference, expensive raters, and a rapidly growing landscape of models and benchmarks. We propose ProEval, a proactive evaluation framework t…

Gaussian ProcessesTransfer Learning

TestExplora: Benchmarking LLMs for Proactive Bug Discovery via Repository-Level Test Generation

2026-02-11 · Steven Liu, Jane Luo, Xin Zhang, Aofan Liu 외 arxiv

Given that Large Language Models (LLMs) are increasingly applied to automate software development, comprehensive software assurance spans three distinct goals: regression prevention, reactive reproduction, and proactive …

FATE-VLA:Failue-aware test generation for vision-language-action models

2026-06-01 · Arusa Kanwal, Pablo Valle, Shaukat Ali, Aitor Arrieta arxiv

Vision-Language-Action (VLA) models are increasingly used as generalist robot policies, yet their evaluation still relies largely on static benchmarks that randomly sample task scenes. In high-dimensional embodied spaces…