paper-with-me

Papers

Safety Guardrails for LLM-Enabled Robots

2025-03-10 · Zachary Ravichandran, Alexander Robey, Vijay Kumar, George J. Pappas, Hamed Hassani

Although the integration of large language models (LLMs) into robotics has unlocked transformative capabilities, it has also introduced significant safety concerns, ranging from average-case LLM errors (e.g., hallucinations) to adversarial jailbreaking attacks, which can produce harmful robot behavior in real-world settings. Traditional robot safety approaches do not address the novel vulnerabilities of LLMs, and current LLM safety guardrails overlook the physical risks posed by robots operating in dynamic real-world environments. In this paper, we propose RoboGuard, a two-stage guardrail architecture to ensure the safety of LLM-enabled robots. RoboGuard first contextualizes pre-defined safety rules by grounding them in the robot's environment using a root-of-trust LLM, which employs chain-of-thought (CoT) reasoning to generate rigorous safety specifications, such as temporal logic constraints. RoboGuard then resolves potential conflicts between these contextual safety specifications and a possibly unsafe plan using temporal logic control synthesis, which ensures safety compliance while minimally violating user preferences. Through extensive simulation and real-world experiments that consider worst-case jailbreaking attacks, we demonstrate that RoboGuard reduces the execution of unsafe plans from 92% to below 2.5% without compromising performance on safe plans. We also demonstrate that RoboGuard is resource-efficient, robust against adaptive attacks, and significantly enhanced by enabling its root-of-trust LLM to perform CoT reasoning. These results underscore the potential of RoboGuard to mitigate the safety risks and enhance the reliability of LLM-enabled robots.

📄 PDF Abstract BibTeX arXiv:2503.07885

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Modular Safety Guardrails Are Necessary for Foundation-Model-Enabled Robots in the Real World

2026-02-03 · Joonkyung Kim, Wenxi Chen, Davood Soleymanzadeh, Yi Ding 외 arxiv

The integration of foundation models (FMs) into robotics has accelerated real-world deployment, while introducing new safety challenges arising from open-ended semantic reasoning and embodied physical action. These chall…

Safety Guardrails in the Sky: Realizing Control Barrier Functions on the VISTA F-16 Jet

2026-03-29 · Andrew W. Singletary, Max H. Cohen, Tamas G. Molnar, Aaron D. Ames arxiv

The advancement of autonomous systems -- from legged robots to self-driving vehicles and aircraft -- necessitates executing increasingly high-performance and dynamic motions without ever putting the system or its environ…

Designing for Disagreement: Front-End Guardrails for Assistance Allocation in LLM-Enabled Robots

2026-03-17 · Carmen Ng arxiv

LLM-enabled robots prioritizing scarce assistance in social settings face pluralistic values and LLM behavioral variability: reasonable people can disagree about who is helped first, while LLM-mediated interaction polici…

Don't Make Models Guess Security and Safety: Symbolic Guardrails for Domain-Specific AI Agents

2026-04-16 · Yining Hong, Yining She, Eunsuk Kang, Christopher S. Timperley 외 arxiv

There is increasing interest in integrating AI agents that invoke tools into domain-specific commercial software, where unintended tool calls can cause serious security and safety incidents. This has drawn growing resear…

Why LLM Safety Guardrails Collapse After Fine-tuning: A Similarity Analysis Between Alignment and Fine-tuning Datasets

2025-06-05 · Lei Hsiung, Tianyu Pang, Yung-Chen Tang, Linyue Song 외

Recent advancements in large language models (LLMs) have underscored their vulnerability to safety alignment jailbreaks, particularly when subjected to downstream fine-tuning. However, existing mitigation strategies prim…

Safety Alignment