中文
相关论文

相关论文: Model Checking Probabilistic Pushdown Automata

200 篇论文

We introduce good-for-games $\omega$-pushdown automata ($\omega$-GFG-PDA). These are automata whose nondeterminism can be resolved based on the input processed so far. Good-for-gameness enables automata to be composed with games, trees, and…

形式语言与自动机理论 · 计算机科学 2023-06-22 Karoliina Lehtinen , Martin Zimmermann

Verification of PCTL properties of MDPs with convex uncertainties has been investigated recently by Puggelli et al. However, model checking algorithms typically suffer from state space explosion. In this paper, we address probabilistic…

形式语言与自动机理论 · 计算机科学 2014-04-11 Vahid Hashemi , Hassan Hatefi , Jan Krčál

This paper proposes new parametric model adequacy tests for possibly nonlinear and nonstationary time series models with noncontinuous data distribution, which is often the case in applied work. In particular, we consider the correct…

统计理论 · 数学 2021-08-10 Igor Kheifets , Carlos Velasco

We study the verification of distributed systems where processes are finite automata with access to a shared pool of locks. We consider objectives that are boolean combinations of local regular constraints. We show that the problem,…

形式语言与自动机理论 · 计算机科学 2022-10-17 Corto Mascle

Probabilistic models often have parameters that can be translated, scaled, permuted, or otherwise transformed without changing the model. These symmetries can lead to strong correlation and multimodality in the posterior distribution over…

机器学习 · 统计学 2013-12-20 Robert Nishihara , Thomas Minka , Daniel Tarlow

In this paper we study a subclass of pebble automata (PA) for data languages for which the emptiness problem is decidable. Namely, we introduce the so-called top view weak PA. Roughly speaking, top view weak PA are weak PA where the…

形式语言与自动机理论 · 计算机科学 2015-05-14 Tony Tan

Autonomous systems with machine learning-based perception can exhibit unpredictable behaviors that are difficult to quantify, let alone verify. Such behaviors are convenient to capture in probabilistic models, but probabilistic model…

计算机科学中的逻辑 · 计算机科学 2022-03-17 Matthew Cleaveland , Ivan Ruchkin , Oleg Sokolsky , Insup Lee

We consider probabilistic automata on infinite words with acceptance defined by parity conditions. We consider three qualitative decision problems: (i) the positive decision problem asks whether there is a word that is accepted with…

形式语言与自动机理论 · 计算机科学 2011-07-12 Krishnendu Chatterjee , Mathieu Tracol

We propose a model-based approach to the model checking problem for recursive schemes. Since simply typed lambda calculus with the fixpoint operator, lambda-Y-calculus, is equivalent to schemes, we propose the use of a model of…

计算机科学中的逻辑 · 计算机科学 2017-01-11 Sylvain Salvati , Igor Walukiewicz

Pushdown Systems (PDSs) are a natural model for sequential programs with (recursive) procedure calls. In this work, we define the Branching temporal logic of CAlls and RETurns (BCARET) that allows to write branching temporal formulas while…

形式语言与自动机理论 · 计算机科学 2018-05-15 Huu-Vu Nguyen , Tayssir Touili

Propositional dynamic logic (PDL) is presented in Sch\"{u}tte-style mode as one-sided semiformal tree-like sequent calculus Seq$_\omega^{\text{pdl}}$ with standard cut rule and the omega-rule with principal formulas $\left[ P^{\ast }\right]…

计算机科学中的逻辑 · 计算机科学 2021-02-24 Lev Gordeev

A novel, scalable, on-the-fly model-checking procedure is presented to verify bounded PCTL properties of selected individuals in the context of very large systems of independent interacting objects. The proposed procedure combines…

计算机科学中的逻辑 · 计算机科学 2013-12-13 Diego Latella , Michele Loreti , Mieke Massink

Let us consider the simplest model of one-dimensional probabilistic cellular automata (PCA). The cells are indexed by the integers, the alphabet is {0, 1}, and all the cells evolve synchronously. The new content of a cell is randomly…

概率论 · 数学 2012-07-26 Jean Mairesse , Irene Marcovici

We introduce Parametric Linear Dynamic Logic (PLDL), which extends Linear Dynamic Logic (LDL) by temporal operators equipped with parameters that bound their scope. LDL was proposed as an extension of Linear Temporal Logic (LTL) that is…

计算机科学中的逻辑 · 计算机科学 2014-08-27 Peter Faymonville , Martin Zimmermann

In this paper we present the probabilistic typed natural deduction calculus TPTND, designed to reason about and derive trustworthiness properties of probabilistic computational processes, like those underlying current AI applications.…

计算机科学中的逻辑 · 计算机科学 2025-02-14 Fabio Aurelio D'Asaro , Francesco Genco , Giuseppe Primiero

Parametric analysis is a powerful tool for designing modern embedded systems, because it permits to explore the space of design parameters, and to check the robustness of the system with respect to variations of some uncontrollable…

分布式、并行与集群计算 · 计算机科学 2013-02-07 Youcheng Sun , Romain Soulat , Giuseppe Lipari , Étienne André , Laurent Fribourg

Ergodicity of probabilistic cellular automata is a very important issue in the PCA theory. In particular, the question about the ergodicity of all PCA with two-size neighbourhood, two letters alphabet and positive rates is still open. In…

概率论 · 数学 2022-12-06 Jérôme Casse

Data trees are trees in which each node, besides carrying a label from a finite alphabet, also carries a data value from an infinite domain. They have been used as an abstraction model for reasoning tasks on {XML} and verification. However,…

计算机科学中的逻辑 · 计算机科学 2013-10-07 Tony Tan

We present novel algorithms solving the satisfiability problem and the model checking problem for Visibly Linear Dynamic Logic (VLDL) in asymptotically optimal time via a reduction to the emptiness problem for tree automata with B\"uchi…

计算机科学中的逻辑 · 计算机科学 2017-08-03 Alexander Weinert

Probabilistic models are a critical part of the modern deep learning toolbox - ranging from generative models (VAEs, GANs), sequence to sequence models used in machine translation and speech processing to models over functional spaces…

机器学习 · 计算机科学 2018-12-10 Krishnamurthy Dvijotham , Marta Garnelo , Alhussein Fawzi , Pushmeet Kohli