paper-with-me

Papers

BEACON: A Bayesian Evolutionary Approach for Counterexample Generation of Control Systems

2024-03-09 · Joshua Yancosek, Ali Baheri

The rigorous safety verification of control systems in critical applications is essential, given their increasing complexity and integration into everyday life. Simulation-based falsification approaches play a pivotal role in the safety verification of control systems, particularly within critical applications. These methods systematically explore the operational space of systems to identify configurations that result in violations of safety specifications. However, the effectiveness of traditional simulation-based falsification is frequently limited by the high dimensionality of the search space and the substantial computational resources required for exhaustive exploration. This paper presents BEACON, a novel framework that enhances the falsification process through a combination of Bayesian optimization and covariance matrix adaptation evolutionary strategy. By exploiting quantitative metrics to evaluate how closely a system adheres to safety specifications, BEACON advances the state-of-the-art in testing methodologies. It employs a model-based test point selection approach, designed to facilitate exploration across dynamically evolving search zones to efficiently uncover safety violations. Our findings demonstrate that BEACON not only locates a higher percentage of counterexamples compared to standalone BO but also achieves this with significantly fewer simulations than required by CMA-ES, highlighting its potential to optimize the verification process of control systems. This framework offers a promising direction for achieving thorough and resource-efficient safety evaluations, ensuring the reliability of control systems in critical applications.

📄 PDF Abstract BibTeX arXiv:2403.05925

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

BEACON: Bayesian Optimal Stopping for Efficient LLM Sampling

2025-10-09 · Guangya Wan, Zixin Stephen Xu, Sasa Zorc, Manel Baucells 외 arxiv

Sampling multiple responses is a common way to improve LLM output quality, but it comes at the cost of additional computation. The key challenge is deciding when to stop generating new samples to balance accuracy gains a…

Beyond Relevance: Bayesian Evidence Acquisition for Agentic Whole-Slide Image Reasoning

2026-08-06 · Bryan Wong, Xun Xu, Huazhu Fu, Nancy F. Chen 외 arxiv

Whole-slide image (WSI) reasoning requires an agent to sequentially acquire visual evidence before answering a diagnostic question. Existing training-free agentic frameworks formulate this process as iterative patch retr…

Optimizing Falsification for Learning-Based Control Systems: A Multi-Fidelity Bayesian Approach

2024-09-12 · Zahra Shahrooei, Mykel J. Kochenderfer, Ali Baheri

Testing controllers in safety-critical systems is vital for ensuring their safety and preventing failures. In this paper, we address the falsification problem within learning-based closed-loop control systems through sim…

Bayesian Optimization

Integrating Sample Inheritance into Bayesian Optimization for Evolutionary Robotics

2026-01-07 · K. Ege de Bruin, Kyrre Glette, Kai Olav Ellefsen arxiv

In evolutionary robotics, robot morphologies are designed automatically using evolutionary algorithms. This creates a body-brain optimization problem, where both morphology and control must be optimized together. A commo…

Counterexample-Driven Synthesis for Probabilistic Program Sketches

2019-04-28 · Milan Češka, Christian Hensel, Sebastian Junges, Joost-Pieter Katoen

Probabilistic programs are key to deal with uncertainty in e.g. controller synthesis. They are typically small but intricate. Their development is complex and error prone requiring quantitative reasoning over a myriad of…