paper-with-me

Papers

Transfer Learning for Efficient Iterative Safety Validation

2020-12-09 · Anthony Corso, Mykel J. Kochenderfer

Safety validation is important during the development of safety-critical autonomous systems but can require significant computational effort. Existing algorithms often start from scratch each time the system under test changes. We apply transfer learning to improve the efficiency of reinforcement learning based safety validation algorithms when applied to related systems. Knowledge from previous safety validation tasks is encoded through the action value function and transferred to future tasks with a learned set of attention weights. Including a learned state and action value transformation for each source task can improve performance even when systems have substantially different failure modes. We conduct experiments on safety validation tasks in gridworld and autonomous driving scenarios. We show that transfer learning can improve the initial and final performance of validation algorithms and reduce the number of training steps.

📄 PDF Abstract BibTeX arXiv:2012.05336

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingreinforcement-learningReinforcement Learning (RL)Transfer Learning

Similar Papers 제목 키워드 기반

Bayesian Safety Validation for Failure Probability Estimation of Black-Box Systems

2023-05-03 · Robert J. Moss, Mykel J. Kochenderfer, Maxime Gariel, Arthur Dubois

Estimating the probability of failure is an important step in the certification of safety-critical systems. Efficient estimation methods are often needed due to the challenges posed by high-dimensional input spaces, risk…

Bayesian OptimizationDecision Making

Formal Verification of Learned Multi-Agent Communication Policies via Decision Tree Distillation

2026-06-17 · Ahmad Farooq, Kamran Iqbal arxiv

Multi-agent reinforcement learning (MARL) enables agents to develop coordination strategies through emergent communication, but neural policies lack the formal safety guarantees required for safety-critical robotic deplo…

Multi-agent Reinforcement Learning

VeriGuard: Enhancing LLM Agent Safety via Verified Code Generation

2025-10-03 · Lesly Miculicich, Mihir Parmar, Hamid Palangi, Krishnamurthy Dj Dvijotham 외 arxiv

The deployment of autonomous AI agents in sensitive domains, such as healthcare, introduces critical risks to safety, security, and privacy. These agents may deviate from user objectives, violate data handling policies, …

Code Generation

Jailbreaking LLMs Without Gradients or Priors: Effective and Transferable Attacks

2026-01-06 · Zhakshylyk Nurlanov, Frank R. Schmidt, Florian Bernard arxiv

As Large Language Models (LLMs) are increasingly deployed in safety-critical domains, rigorously evaluating their robustness against adversarial jailbreaks is essential. However, current safety evaluations often overesti…

Iterative Self-Tuning LLMs for Enhanced Jailbreaking Capabilities

2024-10-24 · Chung-En Sun, Xiaodong Liu, Weiwei Yang, Tsui-Wei Weng 외

Recent research has shown that Large Language Models (LLMs) are vulnerable to automated jailbreak attacks, where adversarial suffixes crafted by algorithms appended to harmful queries bypass safety alignment and trigger …

Safety Alignment