paper-with-me

홈 › Papers

Multi-Step Model Predictive Safety Filters: Reducing Chattering by Increasing the Prediction Horizon

2023-09-20 · Federico Pizarro Bejarano, Lukas Brunke, Angela P. Schoellig

Learning-based controllers have demonstrated superior performance compared to classical controllers in various tasks. However, providing safety guarantees is not trivial. Safety, the satisfaction of state and input constraints, can be guaranteed by augmenting the learned control policy with a safety filter. Model predictive safety filters (MPSFs) are a common safety filtering approach based on model predictive control (MPC). MPSFs seek to guarantee safety while minimizing the difference between the proposed and applied inputs in the immediate next time step. This limited foresight can lead to jerky motions and undesired oscillations close to constraint boundaries, known as chattering. In this paper, we reduce chattering by considering input corrections over a longer horizon. Under the assumption of bounded model uncertainties, we prove recursive feasibility using techniques from robust MPC. We verified the proposed approach in both extensive simulation and quadrotor experiments. In experiments with a Crazyflie 2.0 drone, we show that, in addition to preserving the desired safety guarantees, the proposed MPSF reduces chattering by more than a factor of 4 compared to previous MPSF formulations.

📄 PDF Abstract BibTeX arXiv:2309.11453

Code (1)

federico-pizarrobejarano/safe-control-gym 공식 구현 pytorch

Tasks

Model Predictive Control

Similar Papers 제목 키워드 기반

Predictive control barrier functions: Enhanced safety mechanisms for learning-based control

2021-05-21 · Kim P. Wabersich, Melanie N. Zeilinger

While learning-based control techniques often outperform classical controller designs, safety requirements limit the acceptance of such methods in many applications. Recent developments address this issue through so-call…

Uncertainty-Aware Predictive Safety Filters for Probabilistic Neural Network Dynamics

2026-04-29 · Bernd Frauenknecht, Lukas Kesper, Daniel Mayfrank, Henrik Hose 외 arxiv

Predictive safety filters (PSFs) leverage model predictive control to enforce constraint satisfaction during deep reinforcement learning (RL) exploration, yet their reliance on first-principles models or Gaussian process…

Reinforcement LearningGaussian Processes

Stability Mechanisms for Predictive Safety Filters

2024-04-08 · Elias Milios, Kim Peter Wabersich, Felix Berkel, Lukas Schwenkel

Predictive safety filters enable the integration of potentially unsafe learning-based control approaches and humans into safety-critical systems. In addition to simple constraint satisfaction, many control problems invol…

Model Predictive Control

Safe Reinforcement Learning via Confidence-Based Filters

2022-07-04 · Sebastian Curi, Armin Lederer, Sandra Hirche, Andreas Krause

Ensuring safety is a crucial challenge when deploying reinforcement learning (RL) to real-world systems. We develop confidence-based safety filters, a control-theoretic approach for certifying state safety constraints fo…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Robust Koopman Control Barrier Filters for Safe Actor-Critic Reinforcement Learning

2026-05-26 · Dhruv S. Kushwaha, Zoleikha A. Biron arxiv

Safe reinforcement learning (RL) for robotic systems requires policies that improve task performance while satisfying state and input constraints during both training and deployment. Control barrier functions (CBFs) prov…

Reinforcement Learning