paper-with-me

홈 › Papers

Who is Responsible? Explaining Safety Violations in Multi-Agent Cyber-Physical Systems

2024-10-26 · Luyao Niu, Hongchao Zhang, Dinuka Sahabandu, Bhaskar Ramasubramanian, Andrew Clark, Radha Poovendran

Multi-agent cyber-physical systems are present in a variety of applications. Agent decision-making can be affected due to errors induced by uncertain, dynamic operating environments or due to incorrect actions taken by an agent. When an erroneous decision that leads to a violation of safety is identified, assigning responsibility to individual agents is a key step toward preventing future accidents. Current approaches to carrying out such investigations require human labor or high degree of familiarity with operating environments. Automated strategies to assign responsibility can achieve a significant reduction in human effort and associated cognitive burden. In this paper, we develop an automated procedure to assign responsibility for safety violations to actions of any single agent in a principled manner. We base our approach on reasoning about safety violations in road safety. Given a safety violation, we use counterfactual reasoning to create alternative scenarios, showing how different outcomes could have occurred if certain actions had been replaced by others. We introduce the degree of responsibility (DoR) metric for each agent. The DoR, using the Shapley value, quantifies each agent's contribution to the safety violation, providing a basis to explain and justify decisions. We also develop heuristic techniques and methods based on agent interaction structures to improve scalability as agent numbers grow. We examine three safety violation cases from the National Highway Traffic Safety Administration (NHTSA). We run experiments using CARLA urban driving simulator. Results show the DoR improves the explainability of decisions and accountability for agent actions and their consequences.

📄 PDF Abstract BibTeX arXiv:2410.20288

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualCounterfactual Reasoning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
BASE 설명 없음
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

DESTA: A Framework for Safe Reinforcement Learning with Markov Games of Intervention

2021-10-27 · David Mguni, Usman Islam, Yaqi Sun, Xiuling Zhang 외

Reinforcement learning (RL) involves performing exploratory actions in an unknown system. This can place a learning agent in dangerous and potentially catastrophic system states. Current approaches for tackling safe lear…

OpenAI Gymreinforcement-learningReinforcement Learning (RL)Safe Exploration+1

Auditing Agent Harness Safety

2026-05-14 · Chengzhi Liu, Yichen Guo, Yepeng Liu, Yuzhe Yang 외 arxiv

LLM agents increasingly run inside execution harnesses that dispatch tools, allocate resources, and route messages between specialized components. However, a harness can return a correct, benign answer over a trajectory …

SMARLA: A Safety Monitoring Approach for Deep Reinforcement Learning Agents

2023-08-03 · Amirhossein Zolfagharian, Manel Abdellatif, Lionel C. Briand, Ramesh S

Deep Reinforcement Learning (DRL) has made significant advancements in various fields, such as autonomous driving, healthcare, and robotics, by enabling agents to learn optimal policies through interactions with their en…

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Detecting Safety Violations Across Many Agent Traces

2026-04-13 · Adam Stein, Davis Brown, Hamed Hassani, Mayur Naik 외 arxiv

To identify safety violations, auditors often search over large sets of agent traces. This search is difficult because failures are often rare, complex, and sometimes even adversarially hidden and only detectable when mu…

Automated detection of atomicity violations in large-scale systems

2025-04-01 · Hang He, Yixing Luo, Chengcheng Wan, Ting Su 외

Atomicity violations in interrupt-driven programs pose a significant threat to software safety in critical systems. These violations occur when the execution sequence of operations on shared resources is disrupted by asy…

Language ModelingLanguage ModellingLarge Language Model