paper-with-me

Papers

SpecRepair: Counter-Example Guided Safety Repair of Deep Neural Networks

2021-06-03 · Fabian Bauer-Marquart, David Boetius, Stefan Leue, Christian Schilling

Deep neural networks (DNNs) are increasingly applied in safety-critical domains, such as self-driving cars, unmanned aircraft, and medical diagnosis. It is of fundamental importance to certify the safety of these DNNs, i.e. that they comply with a formal safety specification. While safety certification tools exactly answer this question, they are of no help in debugging unsafe DNNs, requiring the developer to iteratively verify and modify the DNN until safety is eventually achieved. Hence, a repair technique needs to be developed that can produce a safe DNN automatically. To address this need, we present SpecRepair, a tool that efficiently eliminates counter-examples from a DNN and produces a provably safe DNN without harming its classification accuracy. SpecRepair combines specification-based counter-example search and resumes training of the DNN, penalizing counter-examples and certifying the resulting DNN. We evaluate SpecRepair's effectiveness on the ACAS Xu benchmark, a DNN-based controller for unmanned aircraft, and two image classification benchmarks. The results show that SpecRepair is more successful in producing safe DNNs than comparable methods, has a shorter runtime, and produces safe DNNs while preserving their classification accuracy.

📄 PDF Abstract BibTeX arXiv:2106.01917

Code (1)

sen-uni-kn/specrepair pytorch

Tasks

Classificationimage-classificationImage ClassificationMedical DiagnosisSelf-Driving Cars

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

Counterexample-Guided Repair of Reinforcement Learning Systems Using Safety Critics

2024-05-24 · David Boetius, Stefan Leue

Naively trained Deep Reinforcement Learning agents may fail to satisfy vital safety constraints. To avoid costly retraining, we may desire to repair a previously trained reinforcement learning agent to obviate unsafe beh…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

A Robust Optimisation Perspective on Counterexample-Guided Repair of Neural Networks

2023-01-26 · David Boetius, Stefan Leue, Tobias Sutter

Counterexample-guided repair aims at creating neural networks with mathematical safety guarantees, facilitating the application of neural networks in safety-critical domains. However, whether counterexample-guided repair…

Open-Ended Question Answering

PanelShield: Verifiable Closed-Loop Safe Planning for Robotic Industrial Panel Operation

2026-08-28 · Guipeng Xin, Jiahe Xu, Chenhui Wan, Jie Liu 외 arxiv

Industrial panel operation is knowledge-intensive and safety-critical. Beyond control recognition and action generation, execution must satisfy constraints in operation manuals and safety regulations. While foundation-mo…

Counterexample Guided Program Repair Using Zero-Shot Learning and MaxSAT-based Fault Localization

2024-12-19 · Pedro Orvalho, Mikoláš Janota, Vasco Manquinho

Automated Program Repair (APR) for introductory programming assignments (IPAs) is motivated by the large number of student enrollments in programming courses each year. Since providing feedback on IPAs requires substanti…

Fault localizationProgram RepairZero-Shot Learning

Counterexample Guided Learning in the Large using Reasoning Agents

2026-06-09 · Hongyi Liu, Frederic Sala, Thomas Reps, Adithya Murali arxiv

LLMs and LLM agents should improve when given feedback, but identifying when they are able to do so is difficult: feedback is heterogeneous, domain-specific, and difficult to control. We approach this challenge by asking…

Program Synthesis