paper-with-me

홈 › Papers

Data-Driven Synthesis of Symbolic Abstractions with Guaranteed Confidence

2022-06-19 · Abolfazl Lavaei, Emilio Frazzoli

In this work, we propose a data-driven approach for the construction of finite abstractions (a.k.a., symbolic models) for discrete-time deterministic control systems with unknown dynamics. We leverage notions of so-called alternating bisimulation functions (ABF), as a relation between each unknown system and its symbolic model, to quantify the mismatch between state behaviors of two systems. Accordingly, one can employ our proposed results to perform formal verification and synthesis over symbolic models and then carry the results back over unknown original systems. In our data-driven setting, we first cast the required conditions for constructing ABF as a robust optimization program (ROP). Solving the provided ROP is not tractable due to the existence of unknown models in the constraints of ROP. To tackle this difficulty, we collect finite numbers of data from trajectories of unknown systems and propose a scenario optimization program (SOP) corresponding to the original ROP. By establishing a probabilistic relation between optimal values of SOP and ROP, we formally construct ABF between unknown systems and their symbolic models based on the number of data and a required confidence level. We verify the effectiveness of our data-driven results over two physical case studies with unknown models including (i) a DC motor and (ii) a nonlinear jet engine compressor. We construct symbolic models from data as appropriate substitutes of original systems and synthesize policies maintaining states of unknown systems in a safe set within infinite time horizons with some guaranteed confidence levels.

📄 PDF Abstract BibTeX arXiv:2206.09397

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Symbolic Abstractions with Guarantees: A Data-Driven Divide-and-Conquer Strategy

2023-09-14 · Abolfazl Lavaei

This article is concerned with a data-driven divide-and-conquer strategy to construct symbolic abstractions for interconnected control networks with unknown mathematical models. We employ a notion of alternating bisimula…

Learning-based Symbolic Abstractions for Nonlinear Control Systems

2020-04-04 · Kazumune Hashimoto, Adnane Saoud, Masako Kishida, Toshimitsu Ushio 외

Symbolic models or abstractions are known to be powerful tools for the control design of cyber-physical systems (CPSs) with logic specifications. In this paper, we investigate a novel learning-based approach to the const…

Safe Exploration

Data-driven Construction of Finite Abstractions for Interconnected Systems: A Compositional Approach

2024-08-16 · Daniel Ajeleye, Majid Zamani

Finite-state abstractions (a.k.a. symbolic models) present a promising avenue for the formal verification and synthesis of controllers in continuous-space control systems. These abstractions provide simplified models tha…

LILO: Learning Interpretable Libraries by Compressing and Documenting Code

2023-10-30 · Gabriel Grand, Lionel Wong, Maddy Bowers, Theo X. Olausson 외

While large language models (LLMs) now excel at code generation, a key aspect of software development is the art of refactoring: consolidating code into libraries of reusable and readable programs. In this paper, we intr…

Code GenerationProgram Synthesis

From Perception to Programs: Regularize, Overparameterize, and Amortize

2022-06-13 · Hao Tang, Kevin Ellis

Toward combining inductive reasoning with perception abilities, we develop techniques for neurosymbolic program synthesis where perceptual input is first parsed by neural nets into a low-dimensional interpretable represe…

Program Synthesis