paper-with-me

Papers

Reachability Analysis Using Constrained Polynomial Logical Zonotopes

2024-03-27 · Ahmad Hafez, Frank J. Jiang, Karl H. Johansson, Amr Alanwar

In this paper, we propose reachability analysis using constrained polynomial logical zonotopes. We perform reachability analysis to compute the set of states that could be reached. To do this, we utilize a recently introduced set representation called polynomial logical zonotopes for performing computationally efficient and exact reachability analysis on logical systems. Notably, polynomial logical zonotopes address the "curse of dimensionality" when analyzing the reachability of logical systems since the set representation can represent $2^h$ binary vectors using $h$ generators. After finishing the reachability analysis, the formal verification involves verifying whether the intersection of the calculated reachable set and the unsafe set is empty or not. Polynomial logical zonotopes lack closure under intersections, prompting the formulation of constrained polynomial logical zonotopes, which preserve the computational efficiency and exactness of polynomial logical zonotopes for reachability analysis while enabling exact intersections. Additionally, an extensive empirical study is presented to demonstrate and validate the advantages of constrained polynomial logical zonotopes.

📄 PDF Abstract BibTeX arXiv:2403.18564

Code (1)

aalanwar/Logical-Zonotope 공식 구현

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Data-Driven Nonconvex Reachability Analysis using Exact Multiplication

2025-04-02 · Zhen Zhang, M. Umar B. Niazi, Michelle S. Chong, Karl H. Johansson 외

This paper addresses a fundamental challenge in data-driven reachability analysis: accurately representing and propagating non-convex reachable sets. We propose a novel approach using constrained polynomial zonotopes to …

Hybrid Polynomial Zonotopes: A Set Representation for Reachability Analysis in Hybrid Nonaffine Systems

2025-06-16 · Peng Xie, Zhen Zhang, Amr Alanwar

Reachability analysis for hybrid nonaffine systems remains computationally challenging, as existing set representations--including constrained, polynomial, and hybrid zonotopes--either lose tightness under high-order non…

Computational Efficiency

Ellipsotopes: Combining Ellipsoids and Zonotopes for Reachability Analysis and Fault Detection

2021-08-03 · Shreyas Kousik, Adam Dai, Grace Gao

Ellipsoids are a common representation for reachability analysis, because they can be transformed efficiently under affine maps, and allow conservative approximation of Minkowski sums, which let one incorporate uncertain…

Fault Detection

Efficient Backward Reachability Using the Minkowski Difference of Constrained Zonotopes

2022-07-09 · Liren Yang, Hang Zhang, Jean-Baptiste Jeannin, Necmiye Ozay

Backward reachability analysis is essential to synthesizing controllers that ensure the correctness of closed-loop systems. This paper is concerned with developing scalable algorithms that under-approximate the backward …

Reachability Analysis for Linear Systems with Uncertain Parameters using Polynomial Zonotopes

2024-06-16 · Yushen Huang, Ertai Luo, Stanley Bak, Yifan Sun

In real world applications, uncertain parameters are the rule rather than the exception. We present a reachability algorithm for linear systems with uncertain parameters and inputs using set propagation of polynomial zon…