paper-with-me

Papers

Dynamic Simplex: Balancing Safety and Performance in Autonomous Cyber Physical Systems

2023-02-20 · Baiting Luo, Shreyas Ramakrishna, Ava Pettet, Christopher Kuhn, Gabor Karsai, Ayan Mukhopadhyay

Learning Enabled Components (LEC) have greatly assisted cyber-physical systems in achieving higher levels of autonomy. However, LEC's susceptibility to dynamic and uncertain operating conditions is a critical challenge for the safety of these systems. Redundant controller architectures have been widely adopted for safety assurance in such contexts. These architectures augment LEC "performant" controllers that are difficult to verify with "safety" controllers and the decision logic to switch between them. While these architectures ensure safety, we point out two limitations. First, they are trained offline to learn a conservative policy of always selecting a controller that maintains the system's safety, which limits the system's adaptability to dynamic and non-stationary environments. Second, they do not support reverse switching from the safety controller to the performant controller, even when the threat to safety is no longer present. To address these limitations, we propose a dynamic simplex strategy with an online controller switching logic that allows two-way switching. We consider switching as a sequential decision-making problem and model it as a semi-Markov decision process. We leverage a combination of a myopic selector using surrogate models (for the forward switch) and a non-myopic planner (for the reverse switch) to balance safety and performance. We evaluate this approach using an autonomous vehicle case study in the CARLA simulator using different driving conditions, locations, and component failures. We show that the proposed approach results in fewer collisions and higher performance than state-of-the-art alternatives.

📄 PDF Abstract BibTeX arXiv:2302.09750

Code (1)

BaitingLuo/Dynamic_Simplex 공식 구현 pytorch

Tasks

Decision MakingSequential Decision Making

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…
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 제목 키워드 기반

Synergistic Simplex: Cooperative Runtime Assurance for Safety-Critical Autonomous Systems

2026-05-05 · Ayoosh Bansal, Mikael Yeghiazaryan, Artyom Khachatryan, Tianyi Zhu 외 arxiv

Autonomous systems increasingly rely on machine-learning (ML) components for safety-critical tasks such as perception and control in autonomous vehicles (AVs). While ML enables essential capabilities, it inevitably exhib…

Autonomous Vehicles

Vandermonde Trajectory Bounds for Linear Companion Systems

2023-02-21 · Ömür Arslan, Aykut İşleyen

Fast and accurate safety assessment and collision checking are essential for motion planning and control of highly dynamic autonomous robotic systems. Informative, intuitive, and explicit motion trajectory bounds enable …

Motion Planningmotion prediction

SL1-Simplex: Safe Velocity Regulation of Self-Driving Vehicles in Dynamic and Unforeseen Environments

2020-08-04 · Yanbing Mao, Yuliang Gu, Naira Hovakimyan, Lui Sha 외

This paper proposes a novel extension of the Simplex architecture with model switching and model learning to achieve safe velocity regulation of self-driving vehicles in dynamic and unforeseen environments. To guarantee …

Autonomous Vehicles

A Barrier Certificate-based Simplex Architecture for Systems with Approximate and Hybrid Dynamics

2022-02-20 · Amol Damare, Shouvik Roy, Roshan Sharma, Keith DSouza 외

We present Barrier-based Simplex (Bb-Simplex), a new, provably correct design for runtime assurance of continuous dynamical systems. Bb-Simplex is centered around the Simplex control architecture, which consists of a hig…

Balancing Two Classifiers via A Simplex ETF Structure for Model Calibration

2025-01-01 · CVPR 2025 1 · Jiani Ni, He Zhao, Jintong Gao, Dandan Guo 외

In recent years, deep neural networks (DNNs) have demonstrated state-of-the-art performance across various domains. However, despite their success, they often face calibration issues, particularly in safety-critical …

Autonomous Driving