Reachability Analysis: State of the Art for Various System Classes

Size: px
Start display at page:

Download "Reachability Analysis: State of the Art for Various System Classes"

Transcription

1 Reachability Analysis: State of the Art for Various System Classes Matthias Althoff Carnegie Mellon University October 19, 2011 Matthias Althoff (CMU) Reachability Analysis October 19, / 16

2 Introduction Safety Verification Using Reachable Sets sample trajectory unsafe set x 2 x 1 initial set reachable set System is safe if no trajectory enters the unsafe set. Matthias Althoff (CMU) Reachability Analysis October 19, / 16

3 Introduction Safety Verification Using Reachable Sets sample trajectory unsafe set x 2 x 1 initial set overapproximated reachable set System is safe if no trajectory enters the unsafe set. Overapproximated system is safe real system is safe. Challenge: Compute tight overapproximations while avoiding the curse of dimensionality. Matthias Althoff (CMU) Reachability Analysis October 19, / 16

4 Introduction Overview of Important System Classes For all system classes we consider uncertain initial states x(0) X, uncertain inputs u(t) U, finite or infinite time horizons (search for invariant set). Cont. var. System class Dynamics (best case) Challenge linear time ẋ = Ax(t) + Bu(t), 1000 none invariant (LTI) LTI with unc. ẋ = Ax(t) + Bu(t), 100 parameter parameters A A dependencies nonlinear ẋ = f(x(t), u(t), p), 100 linearization p: parameter vector errors hybrid hybrid automaton 100 guard intersection Matthias Althoff (CMU) Reachability Analysis October 19, / 16

5 LTI Systems Linear Time Invariant (LTI) Systems Work of Colas Le Guernic and Antoine Girard (2006). ẋ = Ax(t)+Bu(t), x(0) X 0, u(t) U Scalable (O(n 3 ); n: nr of cont. state variables) when using zonotopes or support functions as set representation. More than 1000 state variables in a few minutes. First wrapping-free algorithm for LTI-Systems; wrapping-effect: propagation of overapproximations through successive time steps. with wrapping effect without wrapping effect Matthias Althoff (CMU) Reachability Analysis October 19, / 16

6 LTI Systems Linear Systems with Uncertain Parameters System matrix A is uncertain in a set of matrices A. ẋ = A(t)x(t)+Bu(t), x(0) X 0, u(t) U, A(t) A R n n Different algorithms for constant and time varying system matrix A. No wrapping-free implementation exists. Scalable (O(n 3 )) when using zonotopes as set representation. How to represent uncertainty in parameters? Interval matrices A = [A,A], matrix zonotopes A = {C + κ i=1 β i G i β i [ 1,1], C,G i R n n }, matrix polytopes A = { κ i=1 α iv i V i R n n,α i 0, i α i = 1}. Matthias Althoff (CMU) Reachability Analysis October 19, / 16

7 RLC circuit LTI Systems Example: RLC circuit with 40 states. R driver U in L R L R L I 1 I 2 I η C U 1 C U 2 C U out 1.5 U out in [V] reachable set for interval matrix reachable set for matrix zonotope time t in 10 9 [s] Matthias Althoff (CMU) Reachability Analysis October 19, / 16

8 Nonlinear Systems Nonlinear Systems with Uncertain Parameters General continuous dynamics described by a Lipschitz continuous function: ẋ = f(x(t),u(t),p(t)), x(0) X 0, u(t) U, p(t) P R p Approach is based on linearizing the system dynamics while adding the linearization errors as an additional uncertain input. Scalable when using zonotopes. Two examples: Rollover verification of a truck. Online verification of autonomous car maneuvers. Matthias Althoff (CMU) Reachability Analysis October 19, / 16

9 Sketch of the Truck Nonlinear Systems Φ z x δ β v Φ t,i y Ψ y Matthias Althoff (CMU) Reachability Analysis October 19, / 16

10 Nonlinear Systems Truck Dynamics mv( β + Ψ) m S h Φ = Y β β +Y Ψ (v) Ψ+Y δ δ I xz Φ+Izz Ψ = Nβ β +N Ψ (v) Ψ+N δ δ (I xx +m S h 2 ) Φ I xz Ψ = ms ghφ +m S vh( β + Ψ) k f (Φ Φ t,f ) b f ( Φ Φ t,f ) k r(φ Φ t,r) b r( Φ Φ t,r) r(y β,f β +Y Ψ,f Ψ+Y δ δ) = m u,f v(r h u,f )( β + Ψ)+m u,f gh u,f Φ t,f k t,f Φ t,f +k f (Φ Φ t,f )+b f ( Φ Φ t,f ) r(y β,r β +Y Ψ) Ψ,r = m u,rv(r h u,r)( β + Ψ) m u,rgh u,rφ t,r yaw controller: k t,rφ t,r +k r(φ Φ t,r)+b r( Φ Φ t,r) v = a x. δ = k 1 e +k 2 e(t)dt, e = Ψ d Ψ. v [10,20] m/s [20,30] m/s [30, [ m/s controller k 1 = 0.4 k 1 = 0.5 k 1 = 0.6 gains k 2 = 1.5 k 2 = 2 k 2 = 2.5 Matthias Althoff (CMU) Reachability Analysis October 19, / 16

11 Nonlinear Systems Reachable Set of the Truck x 2 0 x 4 0 x x x 5 x x guard 0.1 set x 7 Matthias Althoff (CMU) Reachability Analysis October 19, / 16

12 Nonlinear Systems Online Verification Of Autonomous Cars reachable set of the center vehicle occupation possible collision Autonomous vehicles cannot perfectly follow planned trajectories due to uncertain initial states, uncertain measurements, disturbances. Consequence: Planned maneuver is safe under perfect conditions, but may become unsafe due to uncertainties. Matthias Althoff (CMU) Reachability Analysis October 19, / 16

13 Nonlinear Systems Verification Of Evasive Maneuver Evasive maneuver due to a pedestrian stepping on the road: pedestrian autonomous vehicle oncoming vehicle reference trajectory Road Occupancy after reachable set computation: y-position [m] pedestrian t = 5 s t = 4 s t = 3 s t = 2 s t = 1 s t = 0 s reference trajectory t = 0 s t = 1 s t = 2 s t = 3 s t = 4 s t = 5 s x-position [m] Computation time in MATLAB on an Intel i7 Processor with 1.6 GHz in 2.24 s Around 2 times faster than maneuver time (5 s). Matthias Althoff (CMU) Reachability Analysis October 19, / 16

14 Hybrid Systems Hybrid Systems Graphical Description: unsafe set reachable set guard sets invariant initial set jump etc. guard sets x 2 x 1 discrete state z 1 discrete state z 2 In addition to continuous systems, the intersection with guard sets is required. Example: Reachability analysis of a powertrain (up to 100 cont. variables). Matthias Althoff (CMU) Reachability Analysis October 19, / 16

15 Model of the Powertrain Hybrid Systems Powertrain with arbitrary number of rotating masses: engine dynamics u k s k 1 k 2 k o T l 2α J m J l J 1 J 2 J o gear Θ s Θ 1 Θ 2 Θ o Θ m Θ l The system is hybrid due to the consideration of backlash. Matthias Althoff (CMU) Reachability Analysis October 19, / 16

16 Hybrid Systems Reachable Set of the Powertrain x R(0) sample traj. guard set x 1 x guard set sample traj. R(0) x 1 Computation times in seconds: dim. n CPU time st guard nd guard Matthias Althoff (CMU) Reachability Analysis October 19, / 16

17 Conclusions Conclusions and Discussion Conclusions: For all considered system classes (linear, nonlinear, hybrid) new techniques make it possible to consider systems beyond academic examples. However: Typical industry systems with several hundred state variables and complex dynamics (hybrid with nonlinear cont. dynamics) are still out of reach. Discussion to further improve scalability: Consider verification in the design process: What are subsystems and sub-specifications of the whole system? Can the system design be slightly changed to the advantage of a much simpler verification? Can simple models represent complex models when adding uncertainty? Matthias Althoff (CMU) Reachability Analysis October 19, / 16

Reachability Analysis of Nonlinear and Hybrid Systems using Zonotopes May 7, / 56

Reachability Analysis of Nonlinear and Hybrid Systems using Zonotopes May 7, / 56 Reachability Analysis of Nonlinear and Hybrid Systems using Zonotopes Matthias Althoff Carnegie Mellon Univ. May 7, 2010 Reachability Analysis of Nonlinear and Hybrid Systems using Zonotopes May 7, 2010

More information

Cyber-Physical Systems Modeling and Simulation of Hybrid Systems

Cyber-Physical Systems Modeling and Simulation of Hybrid Systems Cyber-Physical Systems Modeling and Simulation of Hybrid Systems Matthias Althoff TU München 05. June 2015 Matthias Althoff Modeling and Simulation of Hybrid Systems 05. June 2015 1 / 28 Overview Overview

More information

CMACS Embedded Systems Challenge Problem

CMACS Embedded Systems Challenge Problem Computational Modeling and Analysis For Complex Systems NSF Expedition in Computing CMACS Embedded Systems Challenge Problem Bruce H. Krogh Carnegie Mellon University 2 nd Year Review Meeting, Carnegie

More information

APPROXIMATE SIMULATION RELATIONS FOR HYBRID SYSTEMS 1. Antoine Girard A. Agung Julius George J. Pappas

APPROXIMATE SIMULATION RELATIONS FOR HYBRID SYSTEMS 1. Antoine Girard A. Agung Julius George J. Pappas APPROXIMATE SIMULATION RELATIONS FOR HYBRID SYSTEMS 1 Antoine Girard A. Agung Julius George J. Pappas Department of Electrical and Systems Engineering University of Pennsylvania Philadelphia, PA 1914 {agirard,agung,pappasg}@seas.upenn.edu

More information

Work in Progress: Reachability Analysis for Time-triggered Hybrid Systems, The Platoon Benchmark

Work in Progress: Reachability Analysis for Time-triggered Hybrid Systems, The Platoon Benchmark Work in Progress: Reachability Analysis for Time-triggered Hybrid Systems, The Platoon Benchmark François Bidet LIX, École polytechnique, CNRS Université Paris-Saclay 91128 Palaiseau, France francois.bidet@polytechnique.edu

More information

Using Theorem Provers to Guarantee Closed-Loop Properties

Using Theorem Provers to Guarantee Closed-Loop Properties Using Theorem Provers to Guarantee Closed-Loop Properties Nikos Aréchiga Sarah Loos André Platzer Bruce Krogh Carnegie Mellon University April 27, 2012 Aréchiga, Loos, Platzer, Krogh (CMU) Theorem Provers

More information

Fault diagnosis for vehicle lateral dynamics with robust threshold

Fault diagnosis for vehicle lateral dynamics with robust threshold Loughborough University Institutional Repository Fault diagnosis for vehicle lateral dynamics with robust threshold This item was submitted to Loughborough University's Institutional Repository by the/an

More information

ARCH-COMP18 Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics

ARCH-COMP18 Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics EPiC Series in Computing Volume 54, 2018, Pages 23 52 ARCH18. 5th International Workshop on Applied Verification of Continuous and Hybrid Systems ARCH-COMP18 Category Report: Continuous and Hybrid Systems

More information

Large-Scale Linear Systems from Order-Reduction (Benchmark Proposal)

Large-Scale Linear Systems from Order-Reduction (Benchmark Proposal) EPiC Series in Computing Volume 43, 2017, Pages 60 67 ARCH16. 3rd International Workshop on Applied Verification for Continuous and Hybrid Systems Large-Scale Linear Systems from Order-Reduction (Benchmark

More information

Verification of analog and mixed-signal circuits using hybrid systems techniques

Verification of analog and mixed-signal circuits using hybrid systems techniques FMCAD, November 2004, Austin Verification of analog and mixed-signal circuits using hybrid systems techniques Thao Dang, Alexandre Donze, Oded Maler VERIMAG Grenoble, France Plan 1. Introduction 2. Verification

More information

Mesh-Based Affine Abstraction of Nonlinear Systems with Tighter Bounds

Mesh-Based Affine Abstraction of Nonlinear Systems with Tighter Bounds Mesh-Based Affine Abstraction of Nonlinear Systems with Tighter Bounds Kanishka Raj Singh, Qiang Shen and Sze Zheng Yong systems over a mesh with a fixed partition was studied. However, this evenly-sized

More information

IN the past years, new driver assistant systems have

IN the past years, new driver assistant systems have JOURNAL OF L A TEX CLASS FILES, VOL. X, NO. X, MONTH X 2X 1 Model-Based Probabilistic Collision Detection in Autonomous Driving Matthias Althoff, Olaf Stursberg, Member, IEEE, and Martin Buss, Member,

More information

Modeling and Analysis of Hybrid Systems

Modeling and Analysis of Hybrid Systems Modeling and Analysis of Hybrid Systems 7. Linear hybrid automata II Prof. Dr. Erika Ábrahám Informatik 2 - LuFG Theory of Hybrid Systems RWTH Aachen University Szeged, Hungary, 27 September - 6 October

More information

Bounded Model Checking with SAT/SMT. Edmund M. Clarke School of Computer Science Carnegie Mellon University 1/39

Bounded Model Checking with SAT/SMT. Edmund M. Clarke School of Computer Science Carnegie Mellon University 1/39 Bounded Model Checking with SAT/SMT Edmund M. Clarke School of Computer Science Carnegie Mellon University 1/39 Recap: Symbolic Model Checking with BDDs Method used by most industrial strength model checkers:

More information

Lecture 6 Verification of Hybrid Systems

Lecture 6 Verification of Hybrid Systems Lecture 6 Verification of Hybrid Systems Ufuk Topcu Nok Wongpiromsarn Richard M. Murray AFRL, 25 April 2012 Outline: A hybrid system model Finite-state abstractions and use of model checking Deductive

More information

Large-Scale Linear Systems from Order-Reduction (Benchmark Proposal)

Large-Scale Linear Systems from Order-Reduction (Benchmark Proposal) Large-Scale Linear Systems from Order-Reduction (Benchmark Proposal) Hoang-Dung Tran, Luan Viet Nguyen, and Taylor T. Johnson v0.1, 2016-02-18 Abstract This benchmark suite is composed of nine examples

More information

as support functions [18] and polynomials [34].

as support functions [18] and polynomials [34]. Decomposed Reachability Analysis for Nonlinear Systems Xin Chen University of Colorado, Boulder, CO xinchen@colorado.edu Sriram Sankaranarayanan University of Colorado, Boulder, CO srirams@colorado.edu

More information

Approximate Bisimulations for Constrained Linear Systems

Approximate Bisimulations for Constrained Linear Systems Approximate Bisimulations for Constrained Linear Systems Antoine Girard and George J Pappas Abstract In this paper, inspired by exact notions of bisimulation equivalence for discrete-event and continuous-time

More information

ARCH-COMP17 Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics

ARCH-COMP17 Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics EPiC Series in Computing Volume 48, 2017, Pages 143 159 ARCH17. 4th International Workshop on Applied Verification of Continuous and Hybrid Systems ARCH-COMP17 Category Report: Continuous and Hybrid Systems

More information

Scalable Underapproximative Verification of Stochastic LTI Systems using Convexity and Compactness. HSCC 2018 Porto, Portugal

Scalable Underapproximative Verification of Stochastic LTI Systems using Convexity and Compactness. HSCC 2018 Porto, Portugal Scalable Underapproximative Verification of Stochastic LTI Systems using ity and Compactness Abraham Vinod and Meeko Oishi Electrical and Computer Engineering, University of New Mexico April 11, 2018 HSCC

More information

Reachability Analysis of Hybrid Systems using Support Functions

Reachability Analysis of Hybrid Systems using Support Functions Reachability Analysis of Hybrid Systems using Support Functions Colas Le Guernic 1 and Antoine Girard 2 1 Verimag, Université de Grenoble 2 Laboratoire Jean Kuntzmann, Université de Grenoble {Colas.Le-Guernic,Antoine.Girard}@imag.fr

More information

Reachability Analysis for Hybrid Dynamic Systems*

Reachability Analysis for Hybrid Dynamic Systems* Reachability nalysis for Hybrid Dynamic Systems* Olaf Stursberg Faculty of Electrical Engineering and Information Technology Technische Universität München * Thanks to: Matthias lthoff, Edmund M. Clarke,

More information

Step Simulation Based Verification of Nonlinear Deterministic Hybrid System

Step Simulation Based Verification of Nonlinear Deterministic Hybrid System Step Simulation Based Verification of Nonlinear Deterministic Hybrid System Ratnesh Kumar, Professor, IEEE Fellow PhD Student: Hao Ren Electrical and Computer Engineering Iowa State University Verification

More information

Reachability Analysis for One Dimensional Linear Parabolic Equations

Reachability Analysis for One Dimensional Linear Parabolic Equations Reachability Analysis for One Dimensional Linear Parabolic Equations Hoang-Dung Tran Weiming Xiang Stanley Bak Taylor T. Johnson Vanderbilt University, TN 37023, USA. Air Force Research Laboratory, USA.

More information

Computation of an Over-Approximation of the Backward Reachable Set using Subsystem Level Set Functions. Stanford University, Stanford, CA 94305

Computation of an Over-Approximation of the Backward Reachable Set using Subsystem Level Set Functions. Stanford University, Stanford, CA 94305 To appear in Dynamics of Continuous, Discrete and Impulsive Systems http:monotone.uwaterloo.ca/ journal Computation of an Over-Approximation of the Backward Reachable Set using Subsystem Level Set Functions

More information

Reachable set computation for solving fuel consumption terminal control problem using zonotopes

Reachable set computation for solving fuel consumption terminal control problem using zonotopes Reachable set computation for solving fuel consumption terminal control problem using zonotopes Andrey F. Shorikov 1 afshorikov@mail.ru Vitaly I. Kalev 2 butahlecoq@gmail.com 1 Ural Federal University

More information

Stochastic Reachable Sets of Interacting Traffic Participants

Stochastic Reachable Sets of Interacting Traffic Participants Stochastic Reachable Sets of Interacting Traffic Participants Matthias lthoff, Olaf Stursberg, and Martin Buss bstract Knowledge about the future development of a certain road traffic situation is indispensable

More information

Set- membership es-ma-on of hybrid dynamical systems.

Set- membership es-ma-on of hybrid dynamical systems. Set- membership es-ma-on of hybrid dynamical systems. Towards model- based FDI for hybrid systems Prof. Nacim RAMDANI Université d Orléans, Bourges. France. nacim.ramdani@univ- orleans.fr!! ECC14 Pre-

More information

EECS 144/244: System Modeling, Analysis, and Optimization

EECS 144/244: System Modeling, Analysis, and Optimization EECS 144/244: System Modeling, Analysis, and Optimization Continuous Systems Lecture: Hybrid Systems Alexandre Donzé University of California, Berkeley April 5, 2013 Alexandre Donzé: EECS 144/244 Hybrid

More information

Schur-Based Decomposition for Reachability Analysis of Linear Time-Invariant Systems

Schur-Based Decomposition for Reachability Analysis of Linear Time-Invariant Systems Joint 48th IEEE Conference on Decision and Control and 28th Chinese Control Conference Shanghai, P.R. China, December 16-18, 9 WeA2.6 Schur-Based Decomposition for Reachability Analysis of Linear Time-Invariant

More information

TRAJECTORY PLANNING FOR AUTOMATED YIELDING MANEUVERS

TRAJECTORY PLANNING FOR AUTOMATED YIELDING MANEUVERS TRAJECTORY PLANNING FOR AUTOMATED YIELDING MANEUVERS, Mattias Brännström, Erik Coelingh, and Jonas Fredriksson Funded by: FFI strategic vehicle research and innovation ITRL conference Why automated maneuvers?

More information

Symbolic Control of Incrementally Stable Systems

Symbolic Control of Incrementally Stable Systems Symbolic Control of Incrementally Stable Systems Antoine Girard Laboratoire Jean Kuntzmann, Université Joseph Fourier Grenoble, France Workshop on Formal Verification of Embedded Control Systems LCCC,

More information

A COMPONENT-BASED APPROACH TO HYBRID SYSTEMS SAFETY VERIFICATION

A COMPONENT-BASED APPROACH TO HYBRID SYSTEMS SAFETY VERIFICATION A COMPONENT-BASED APPROACH TO HYBRID SYSTEMS SAFETY VERIFICATION Andreas Müller andreas.mueller@jku.at Werner Retschitzegger werner.retschitzegger@jku.at Wieland Schwinger wieland.schwinger@jku.at Johannes

More information

Model-Based Threat Assessment in Semi-Autonomous Vehicles with Model Parameter Uncertainties

Model-Based Threat Assessment in Semi-Autonomous Vehicles with Model Parameter Uncertainties Model-Based Threat Assessment in Semi-Autonomous Vehicles with Model Parameter Uncertainties Mohammad Ali, Paolo Falcone and Jonas Sjöberg Abstract In this paper, we consider model-based threat assessment

More information

Modeling and Analysis of Hybrid Systems

Modeling and Analysis of Hybrid Systems Modeling and Analysis of Hybrid Systems Linear hybrid automata II: Approximation of reachable state sets Prof. Dr. Erika Ábrahám Informatik 2 - Theory of Hybrid Systems RWTH Aachen University SS 2015 Ábrahám

More information

DryVR: Data-driven verification and compositional reasoning for automotive systems

DryVR: Data-driven verification and compositional reasoning for automotive systems DryVR: Data-driven verification and compositional reasoning for automotive systems Chuchu Fan, Bolun Qi, Sayan Mitra, Mahesh Viswannathan University of Illinois at Urbana-Champaign CAV 2017, Heidelberg,

More information

Modeling & Control of Hybrid Systems. Chapter 7 Model Checking and Timed Automata

Modeling & Control of Hybrid Systems. Chapter 7 Model Checking and Timed Automata Modeling & Control of Hybrid Systems Chapter 7 Model Checking and Timed Automata Overview 1. Introduction 2. Transition systems 3. Bisimulation 4. Timed automata hs check.1 1. Introduction Model checking

More information

Ellipsoidal Toolbox. TCC Workshop. Alex A. Kurzhanskiy and Pravin Varaiya (UC Berkeley)

Ellipsoidal Toolbox. TCC Workshop. Alex A. Kurzhanskiy and Pravin Varaiya (UC Berkeley) Ellipsoidal Toolbox TCC Workshop Alex A. Kurzhanskiy and Pravin Varaiya (UC Berkeley) March 27, 2006 Outline Problem setting and basic definitions Overview of existing methods and tools Ellipsoidal approach

More information

Parameter iden+fica+on with hybrid systems in a bounded- error framework

Parameter iden+fica+on with hybrid systems in a bounded- error framework Parameter iden+fica+on with hybrid systems in a bounded- error framework Moussa MAIGA, Nacim RAMDANI, & Louise TRAVE- MASSUYES Université d Orléans, Bourges, and LAAS CNRS Toulouse, France.!! SWIM 2015,

More information

Verifying Global Convergence for a Digital Phase-Locked Loop

Verifying Global Convergence for a Digital Phase-Locked Loop Verifying Global Convergence for a Digital Phase-Locked Loop Jijie Wei & Yan Peng & Mark Greenstreet & Grace Yu University of British Columbia Vancouver, Canada October 22, 2013 Wei & Peng & Greenstreet

More information

Verification of Nonlinear Hybrid Systems with Ariadne

Verification of Nonlinear Hybrid Systems with Ariadne Verification of Nonlinear Hybrid Systems with Ariadne Luca Geretti and Tiziano Villa June 2, 2016 June 2, 2016 Verona, Italy 1 / 1 Outline June 2, 2016 Verona, Italy 2 / 1 Outline June 2, 2016 Verona,

More information

Scalable Static Hybridization Methods for Analysis of Nonlinear Systems

Scalable Static Hybridization Methods for Analysis of Nonlinear Systems Scalable Static Hybridization Methods for Analysis of Nonlinear Systems Stanley Bak Air Force Research Laboratory Information Directorate, USA Taylor T. Johnson University of Texas at Arlington, USA Sergiy

More information

CIS 4930/6930: Principles of Cyber-Physical Systems

CIS 4930/6930: Principles of Cyber-Physical Systems CIS 4930/6930: Principles of Cyber-Physical Systems Chapter 2: Continuous Dynamics Hao Zheng Department of Computer Science and Engineering University of South Florida H. Zheng (CSE USF) CIS 4930/6930:

More information

CEGAR:Counterexample-Guided Abstraction Refinement

CEGAR:Counterexample-Guided Abstraction Refinement CEGAR: Counterexample-guided Abstraction Refinement Sayan Mitra ECE/CS 584: Embedded System Verification November 13, 2012 Outline Finite State Systems: Abstraction Refinement CEGAR Validation Refinment

More information

COMPLEX behaviors that can be exhibited by modern engineering

COMPLEX behaviors that can be exhibited by modern engineering IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 52, NO. 8, AUGUST 2007 1415 A Framework for Worst-Case and Stochastic Safety Verification Using Barrier Certificates Stephen Prajna, Member, IEEE, Ali Jadbabaie,

More information

Algorithmic Verification of Stability of Hybrid Systems

Algorithmic Verification of Stability of Hybrid Systems Algorithmic Verification of Stability of Hybrid Systems Pavithra Prabhakar Kansas State University University of Kansas February 24, 2017 1 Cyber-Physical Systems (CPS) Systems in which software "cyber"

More information

Rigorous Simulation-Based Analysis of Linear Hybrid Systems

Rigorous Simulation-Based Analysis of Linear Hybrid Systems Rigorous Simulation-Based Analysis of Linear Hybrid Systems Stanley Bak 1 and Parasara Sridhar Duggirala 2 1 Air Force Research Laboratory 2 University of Connecticut Abstract. Design analysis of Cyber-Physical

More information

A Framework for Worst-Case and Stochastic Safety Verification Using Barrier Certificates

A Framework for Worst-Case and Stochastic Safety Verification Using Barrier Certificates University of Pennsylvania ScholarlyCommons Departmental Papers (ESE) Department of Electrical & Systems Engineering August 2007 A Framework for Worst-Case and Stochastic Safety Verification Using Barrier

More information

February 2017 CMU-CS JKU-CIS School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213

February 2017 CMU-CS JKU-CIS School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 Change and Delay Contracts for Hybrid System Component Verification Andreas Müller 2 Stefan Mitsch 1 Werner Retschitzegger 2 Wieland Schwinger 2 André Platzer 1 February 2017 CMU-CS-17-100 JKU-CIS-2017-01

More information

An Introduction to Hybrid Systems Modeling

An Introduction to Hybrid Systems Modeling CS620, IIT BOMBAY An Introduction to Hybrid Systems Modeling Ashutosh Trivedi Department of Computer Science and Engineering, IIT Bombay CS620: New Trends in IT: Modeling and Verification of Cyber-Physical

More information

A Robustness Optimization of SRAM Dynamic Stability by Sensitivity-based Reachability Analysis

A Robustness Optimization of SRAM Dynamic Stability by Sensitivity-based Reachability Analysis ASP-DAC 2014 A Robustness Optimization of SRAM Dynamic Stability by Sensitivity-based Reachability Analysis Yang Song, Sai Manoj P. D. and Hao Yu School of Electrical and Electronic Engineering, Nanyang

More information

Reach Sets and the Hamilton-Jacobi Equation

Reach Sets and the Hamilton-Jacobi Equation Reach Sets and the Hamilton-Jacobi Equation Ian Mitchell Department of Computer Science The University of British Columbia Joint work with Alex Bayen, Meeko Oishi & Claire Tomlin (Stanford) research supported

More information

The algorithmic analysis of hybrid system

The algorithmic analysis of hybrid system The algorithmic analysis of hybrid system Authors: R.Alur, C. Courcoubetis etc. Course teacher: Prof. Ugo Buy Xin Li, Huiyong Xiao Nov. 13, 2002 Summary What s a hybrid system? Definition of Hybrid Automaton

More information

Piecewise-Affine Approximations for a Powertrain Control Verification Benchmark

Piecewise-Affine Approximations for a Powertrain Control Verification Benchmark Piecewise-Affine Approximations for a Powertrain Control Verification Benchmark Jyotirmoy V. Deshmukh, Hisahiro Ito, Xiaoqing Jin, James Kapinski, Ken Butts, Jürgen Gerhard, Behzad Samadi, Kevin Walker,

More information

Cyber-Physical Systems Modeling and Simulation of Continuous Systems

Cyber-Physical Systems Modeling and Simulation of Continuous Systems Cyber-Physical Systems Modeling and Simulation of Continuous Systems Matthias Althoff TU München 29. May 2015 Matthias Althoff Modeling and Simulation of Cont. Systems 29. May 2015 1 / 38 Ordinary Differential

More information

Automatic reachability analysis for nonlinear hybrid models with C2E2

Automatic reachability analysis for nonlinear hybrid models with C2E2 Automatic reachability analysis for nonlinear hybrid models with C2E2 Chuchu Fan 1, Bolun Qi 1, Sayan Mitra 1, Mahesh Viswanathan 1, and Parasara Sridhar Duggirala 2 1 University of Illinois, Urbana-Champaign

More information

Hybrid Systems Course Lyapunov stability

Hybrid Systems Course Lyapunov stability Hybrid Systems Course Lyapunov stability OUTLINE Focus: stability of an equilibrium point continuous systems decribed by ordinary differential equations (brief review) hybrid automata OUTLINE Focus: stability

More information

Verifying Safety Properties of Hybrid Systems.

Verifying Safety Properties of Hybrid Systems. Verifying Safety Properties of Hybrid Systems. Sriram Sankaranarayanan University of Colorado, Boulder, CO. October 22, 2010. Talk Outline 1. Formal Verification 2. Hybrid Systems 3. Invariant Synthesis

More information

Lecture 5: Lyapunov Functions and Storage Functions 1

Lecture 5: Lyapunov Functions and Storage Functions 1 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.243j (Fall 2003): DYNAMICS OF NONLINEAR SYSTEMS by A. Megretski Lecture 5: Lyapunov Functions and Storage

More information

Overapproximating the Reachable Sets of LTI Systems Through a Similarity Transformation

Overapproximating the Reachable Sets of LTI Systems Through a Similarity Transformation Overapproximating the Reachable Sets of LTI Systems Through a Similarity Transformation Shahab Kaynama and Meeko Oishi Abstract We present a decomposition method for complexity reduction in reachability

More information

Op#mal Control of Nonlinear Systems with Temporal Logic Specifica#ons

Op#mal Control of Nonlinear Systems with Temporal Logic Specifica#ons Op#mal Control of Nonlinear Systems with Temporal Logic Specifica#ons Eric M. Wolff 1 Ufuk Topcu 2 and Richard M. Murray 1 1 Caltech and 2 UPenn University of Michigan October 1, 2013 Autonomous Systems

More information

Modeling and Analysis of Systems Lecture #3 - Linear, Time-Invariant (LTI) Systems. Guillaume Drion Academic year

Modeling and Analysis of Systems Lecture #3 - Linear, Time-Invariant (LTI) Systems. Guillaume Drion Academic year Modeling and Analysis of Systems Lecture #3 - Linear, Time-Invariant (LTI) Systems Guillaume Drion Academic year 2015-2016 1 Outline Systems modeling: input/output approach and LTI systems. Convolution

More information

Piecewise-Affine Approximations for a Powertrain Control Verification Benchmark

Piecewise-Affine Approximations for a Powertrain Control Verification Benchmark EPiC Series in Computer Science Volume 34, 2015, Pages 98 112 ARCH14-15. 1st and 2nd International Workshop on Applied verification for Continuous and Hybrid Systems Piecewise-Affine Approximations for

More information

Verification of Hybrid Systems with Ariadne

Verification of Hybrid Systems with Ariadne Verification of Hybrid Systems with Ariadne Davide Bresolin 1 Luca Geretti 2 Tiziano Villa 3 1 University of Bologna 2 University of Udine 3 University of Verona An open workshop on Formal Methods for

More information

Models for Control and Verification

Models for Control and Verification Outline Models for Control and Verification Ian Mitchell Department of Computer Science The University of British Columbia Classes of models Well-posed models Difference Equations Nonlinear Ordinary Differential

More information

Polynomial-Time Verification of PCTL Properties of MDPs with Convex Uncertainties and its Application to Cyber-Physical Systems

Polynomial-Time Verification of PCTL Properties of MDPs with Convex Uncertainties and its Application to Cyber-Physical Systems Polynomial-Time Verification of PCTL Properties of MDPs with Convex Uncertainties and its Application to Cyber-Physical Systems Alberto Puggelli DREAM Seminar - November 26, 2013 Collaborators and PIs:

More information

User s Manual of Flow* Version 2.0.0

User s Manual of Flow* Version 2.0.0 User s Manual of Flow* Version 2.0.0 Xin Chen University of Colorado, Boulder 1 Introduction Flow* is a tool for safety verification of hybrid systems. Given a real-valued interval, a natural number m,

More information

Lecture 8 Receding Horizon Temporal Logic Planning & Finite-State Abstraction

Lecture 8 Receding Horizon Temporal Logic Planning & Finite-State Abstraction Lecture 8 Receding Horizon Temporal Logic Planning & Finite-State Abstraction Ufuk Topcu Nok Wongpiromsarn Richard M. Murray AFRL, 26 April 2012 Contents of the lecture: Intro: Incorporating continuous

More information

540 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 43, NO. 4, APRIL Algorithmic Analysis of Nonlinear Hybrid Systems

540 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 43, NO. 4, APRIL Algorithmic Analysis of Nonlinear Hybrid Systems 540 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 43, NO. 4, APRIL 1998 Algorithmic Analysis of Nonlinear Hybrid Systems Thomas A. Henzinger, Pei-Hsin Ho, Howard Wong-Toi Abstract Hybrid systems are digital

More information

Charge Pump Phase-Locked Loops and Full Wave Rectifiers for Reachability Analysis (Benchmark Proposal)

Charge Pump Phase-Locked Loops and Full Wave Rectifiers for Reachability Analysis (Benchmark Proposal) Charge Pump Phase-Locked Loops and Full Wave Rectifiers for Reachability Analysis (Benchmark Proposal) Omar Ali Beg, Ali Davoudi, and Taylor T. Johnson University of Texas at Arlington, USA Abstract Analog-mixed

More information

Verifying safety of an autonomous spacecraft rendezvous mission (Benchmark Proposal)

Verifying safety of an autonomous spacecraft rendezvous mission (Benchmark Proposal) EPiC Series in Computing Volume 48, 2017, Pages 20 32 ARCH17. 4th International Workshop on Applied Verification of Continuous and Hybrid Systems Verifying safety of an autonomous spacecraft rendezvous

More information

Gramians based model reduction for hybrid switched systems

Gramians based model reduction for hybrid switched systems Gramians based model reduction for hybrid switched systems Y. Chahlaoui Younes.Chahlaoui@manchester.ac.uk Centre for Interdisciplinary Computational and Dynamical Analysis (CICADA) School of Mathematics

More information

Safety control of piece-wise continuous order preserving systems

Safety control of piece-wise continuous order preserving systems Safety control of piece-wise continuous order preserving systems Reza Ghaemi and Domitilla Del Vecchio Abstract This paper is concerned with safety control of systems with imperfect state information and

More information

Introduction to Signals and Systems Lecture #4 - Input-output Representation of LTI Systems Guillaume Drion Academic year

Introduction to Signals and Systems Lecture #4 - Input-output Representation of LTI Systems Guillaume Drion Academic year Introduction to Signals and Systems Lecture #4 - Input-output Representation of LTI Systems Guillaume Drion Academic year 2017-2018 1 Outline Systems modeling: input/output approach of LTI systems. Convolution

More information

Geometric Programming Relaxations for Linear System Reachability

Geometric Programming Relaxations for Linear System Reachability Geometric Programg Relaxations for Linear System Reachability Hakan Yazarel and George J. Pappas Abstract One of the main obstacles in the safety analysis of continuous and hybrid systems has been the

More information

Static-Dynamic Analysis of Security Metrics

Static-Dynamic Analysis of Security Metrics Static-Dynamic Analysis of Security Metrics for Cyber-Physical Systems Sayan Mitra (PI), Geir Dullerud (co-pi), Swarat Chaudhuri (co-pi) University of Illinois at Urbana Champaign NSA SoS Quarterly meeting,

More information

Verification of Annotated Models from Executions

Verification of Annotated Models from Executions Verification of Annotated Models from Executions ABSTRACT Simulations can help enhance confidence in system designs but they provide almost no formal guarantees. In this paper, we present a simulation-based

More information

c 2011 Kyoung-Dae Kim

c 2011 Kyoung-Dae Kim c 2011 Kyoung-Dae Kim MIDDLEWARE AND CONTROL OF CYBER-PHYSICAL SYSTEMS: TEMPORAL GUARANTEES AND HYBRID SYSTEM ANALYSIS BY KYOUNG-DAE KIM DISSERTATION Submitted in partial fulfillment of the requirements

More information

Abstraction-based synthesis: Challenges and victories

Abstraction-based synthesis: Challenges and victories Abstraction-based synthesis: Challenges and victories Majid Zamani Hybrid Control Systems Group Electrical Engineering Department Technische Universität München December 14, 2015 Majid Zamani (TU München)

More information

Model Predictive Real-Time Monitoring of Linear Systems

Model Predictive Real-Time Monitoring of Linear Systems Model Predictive Real-Time Monitoring of Linear Systems Xin Chen and Sriram Sankaranarayanan University of Colorado, Boulder, CO Email: {xinchen,srirams}@colorado.edu Easy to Reuse * Consistent * Well

More information

Optimizing Safe Control of a Networked Platoon of Trucks Using Reachability

Optimizing Safe Control of a Networked Platoon of Trucks Using Reachability EPiC Series in Computer Science Volume 3, 5, Pages 69 79 ARCH-5. st and nd International Workshop on Applied verification for Continuous and Hybrid Systems Optimizing Safe Control of a Networked Platoon

More information

Dynamical systems: basic concepts

Dynamical systems: basic concepts Dynamical systems: basic concepts Daniele Carnevale Dipartimento di Ing. Civile ed Ing. Informatica (DICII), University of Rome Tor Vergata Fondamenti di Automatica e Controlli Automatici A.A. 2014-2015

More information

Road Vehicle Dynamics

Road Vehicle Dynamics Road Vehicle Dynamics Table of Contents: Foreword Preface Chapter 1 Introduction 1.1 General 1.2 Vehicle System Classification 1.3 Dynamic System 1.4 Classification of Dynamic System Models 1.5 Constraints,

More information

Analysis and Control of Nonlinear Actuator Dynamics Based on the Sum of Squares Programming Method

Analysis and Control of Nonlinear Actuator Dynamics Based on the Sum of Squares Programming Method Analysis and Control of Nonlinear Actuator Dynamics Based on the Sum of Squares Programming Method Balázs Németh and Péter Gáspár Abstract The paper analyses the reachability characteristics of the brake

More information

Symbolic Reachability Analysis of Lazy Linear Hybrid Automata. Susmit Jha, Bryan Brady and Sanjit A. Seshia

Symbolic Reachability Analysis of Lazy Linear Hybrid Automata. Susmit Jha, Bryan Brady and Sanjit A. Seshia Symbolic Reachability Analysis of Lazy Linear Hybrid Automata Susmit Jha, Bryan Brady and Sanjit A. Seshia Traditional Hybrid Automata Traditional Hybrid Automata do not model delay and finite precision

More information

Safe Autonomy Under Perception Uncertainty Using Chance-Constrained Temporal Logic

Safe Autonomy Under Perception Uncertainty Using Chance-Constrained Temporal Logic Noname manuscript No. (will be inserted by the editor) Safe Autonomy Under Perception Uncertainty Using Chance-Constrained Temporal Logic Susmit Jha Vasumathi Raman Dorsa Sadigh Sanjit A. Seshia Received:

More information

Euler s Method applied to the control of switched systems

Euler s Method applied to the control of switched systems Euler s Method applied to the control of switched systems FORMATS 2017 - Berlin Laurent Fribourg 1 September 6, 2017 1 LSV - CNRS & ENS Cachan L. Fribourg Euler s method and switched systems September

More information

Delay compensation in packet-switching network controlled systems

Delay compensation in packet-switching network controlled systems Delay compensation in packet-switching network controlled systems Antoine Chaillet and Antonio Bicchi EECI - L2S - Université Paris Sud - Supélec (France) Centro di Ricerca Piaggio - Università di Pisa

More information

Homework Solution # 3

Homework Solution # 3 ECSE 644 Optimal Control Feb, 4 Due: Feb 17, 4 (Tuesday) Homework Solution # 3 1 (5%) Consider the discrete nonlinear control system in Homework # For the optimal control and trajectory that you have found

More information

Nonlinear and robust MPC with applications in robotics

Nonlinear and robust MPC with applications in robotics Nonlinear and robust MPC with applications in robotics Boris Houska, Mario Villanueva, Benoît Chachuat ShanghaiTech, Texas A&M, Imperial College London 1 Overview Introduction to Robust MPC Min-Max Differential

More information

Lane Departure Assist: A Formal Approach

Lane Departure Assist: A Formal Approach Lane Departure Assist: A Formal Approach Daniel Hoehener 1, Geng Huang 2 and Domitilla Del Vecchio 3 Abstract We use a controlled invariance approach to design a semi-autonomous lane departure assist system

More information

Linear Parameter Varying and Time-Varying Model Predictive Control

Linear Parameter Varying and Time-Varying Model Predictive Control Linear Parameter Varying and Time-Varying Model Predictive Control Alberto Bemporad - Model Predictive Control course - Academic year 016/17 0-1 Linear Parameter-Varying (LPV) MPC LTI prediction model

More information

ECE7850 Lecture 8. Nonlinear Model Predictive Control: Theoretical Aspects

ECE7850 Lecture 8. Nonlinear Model Predictive Control: Theoretical Aspects ECE7850 Lecture 8 Nonlinear Model Predictive Control: Theoretical Aspects Model Predictive control (MPC) is a powerful control design method for constrained dynamical systems. The basic principles and

More information

arxiv: v3 [math.ds] 22 Feb 2012

arxiv: v3 [math.ds] 22 Feb 2012 Stability of interconnected impulsive systems with and without time-delays using Lyapunov methods arxiv:1011.2865v3 [math.ds] 22 Feb 2012 Sergey Dashkovskiy a, Michael Kosmykov b, Andrii Mironchenko b,

More information

Control Software Model Checking Using Bisimulation Functions for Nonlinear Systems

Control Software Model Checking Using Bisimulation Functions for Nonlinear Systems Proceedings of the 47th IEEE Conference on Decision and Control Cancun, Mexico, Dec. 9-11, 2008 Control Software Model Checking Using Bisimulation Functions for Nonlinear Systems James Kapinski 1, Alexandre

More information

THE objective of this paper is to synthesize switching. Synthesis of Reactive Switching Protocols from Temporal Logic Specifications

THE objective of this paper is to synthesize switching. Synthesis of Reactive Switching Protocols from Temporal Logic Specifications Synthesis of Reactive Switching Protocols from Temporal Logic Specifications Jun Liu, Member, IEEE, Necmiye Ozay, Member, IEEE, Ufuk Topcu, Member, IEEE, and Richard M Murray, Fellow, IEEE Abstract We

More information

Semi-decidable Synthesis for Triangular Hybrid Systems

Semi-decidable Synthesis for Triangular Hybrid Systems Semi-decidable Synthesis for Triangular Hybrid Systems Omid Shakernia 1, George J. Pappas 2, and Shankar Sastry 1 1 Department of EECS, University of California at Berkeley, Berkeley, CA 94704 {omids,sastry}@eecs.berkeley.edu

More information

Extra Circular Motion Questions

Extra Circular Motion Questions Extra Circular Motion Questions Elissa is at an amusement park and is driving a go-cart around a challenging track. Not being the best driver in the world, Elissa spends the first 10 minutes of her go-cart

More information

Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis

Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis Eduardo N. Gonçalves, Reinaldo M. Palhares, and Ricardo H. C. Takahashi Abstract This paper presents an algorithm for

More information

ABSTRACT. Kevin Roy Kefauver, Ph.D., Hybrid dynamical systems are common throughout the physical and computer world, and

ABSTRACT. Kevin Roy Kefauver, Ph.D., Hybrid dynamical systems are common throughout the physical and computer world, and ABSTRACT Title of Dissertation: OPTIMAL FEEDBACK CONTROL FOR HYBRID SYSTEMS, WITH APPLICATION TO VEHICLE DYNAMICS. Kevin Roy Kefauver, Ph.D., Dissertation Directed By: Dr. William Levine, Professor, Department

More information