Skip to main content

Showing 1–14 of 14 results for author: Quatmann, T

.
  1. arXiv:2407.07584  [pdf, other

    cs.LO

    A Spectrum of Approximate Probabilistic Bisimulations

    Authors: Timm Spork, Christel Baier, Joost-Pieter Katoen, Jakob Piribauer, Tim Quatmann

    Abstract: This paper studies various notions of approximate probabilistic bisimulation on labeled Markov chains (LMCs). We introduce approximate versions of weak and branching bisimulation, as well as a notion of $\varepsilon$-perturbed bisimulation that relates LMCs that can be made (exactly) probabilistically bisimilar by small perturbations of their transition probabilities. We explore how the notions in… ▽ More

    Submitted 10 July, 2024; originally announced July 2024.

    Comments: Full version of a paper accepted for publication at CONCUR 2024

  2. arXiv:2405.13583  [pdf, other

    cs.LO

    Tools at the Frontiers of Quantitative Verification

    Authors: Roman Andriushchenko, Alexander Bork, Carlos E. Budde, Milan Češka, Kush Grover, Ernst Moritz Hahn, Arnd Hartmanns, Bryant Israelsen, Nils Jansen, Joshua Jeppson, Sebastian Junges, Maximilian A. Köhl, Bettina Könighofer, Jan Křetínský, Tobias Meggendorfer, David Parker, Stefan Pranger, Tim Quatmann, Enno Ruijters, Landon Taylor, Matthias Volk, Maximilian Weininger, Zhen Zhang

    Abstract: The analysis of formal models that include quantitative aspects such as timing or probabilistic choices is performed by quantitative verification tools. Broad and mature tool support is available for computing basic properties such as expected rewards on basic models such as Markov chains. Previous editions of QComp, the comparison of tools for the analysis of quantitative formal models, focused o… ▽ More

    Submitted 22 May, 2024; originally announced May 2024.

  3. arXiv:2401.10638  [pdf, ps, other

    cs.LO math.PR

    Accurately Computing Expected Visiting Times and Stationary Distributions in Markov Chains

    Authors: Hannah Mertens, Joost-Pieter Katoen, Tim Quatmann, Tobias Winkler

    Abstract: We study the accurate and efficient computation of the expected number of times each state is visited in discrete- and continuous-time Markov chains. To obtain sound accuracy guarantees efficiently, we lift interval iteration and topological approaches known from the computation of reachability probabilities and expected rewards. We further study applications of expected visiting times, including… ▽ More

    Submitted 20 February, 2024; v1 submitted 19 January, 2024; originally announced January 2024.

  4. arXiv:2301.10197  [pdf, ps, other

    cs.LO

    A Practitioner's Guide to MDP Model Checking Algorithms

    Authors: Arnd Hartmanns, Sebastian Junges, Tim Quatmann, Maximilian Weininger

    Abstract: Model checking undiscounted reachability and expected-reward properties on Markov decision processes (MDPs) is key for the verification of systems that act under uncertainty. Popular algorithms are policy iteration and variants of value iteration; in tool competitions, most participants rely on the latter. These algorithms generally need worst-case exponential time. However the problem can equally… ▽ More

    Submitted 24 January, 2023; originally announced January 2023.

  5. arXiv:2201.08772  [pdf, ps, other

    cs.AI cs.LO

    Under-Approximating Expected Total Rewards in POMDPs

    Authors: Alexander Bork, Joost-Pieter Katoen, Tim Quatmann

    Abstract: We consider the problem: is the optimal expected total reward to reach a goal state in a partially observable Markov decision process (POMDP) below a given threshold? We tackle this -- generally undecidable -- problem by computing under-approximations on these total expected rewards. This is done by abstracting finite unfoldings of the infinite belief MDP of the POMDP. The key issue is to find a s… ▽ More

    Submitted 21 January, 2022; originally announced January 2022.

    Comments: Technical report for TACAS 2022 paper with the same title

  6. arXiv:2010.13566  [pdf, other

    cs.LO

    Multi-objective Optimization of Long-run Average and Total Rewards

    Authors: Tim Quatmann, Joost-Pieter Katoen

    Abstract: This paper presents an efficient procedure for multi-objective model checking of long-run average reward (aka: mean pay-off) and total reward objectives as well as their combination. We consider this for Markov automata, a compositional model that captures both traditional Markov decision processes (MDPs) as well as a continuous-time variant thereof. The crux of our procedure is a generalization o… ▽ More

    Submitted 7 January, 2021; v1 submitted 26 October, 2020; originally announced October 2020.

  7. arXiv:2007.00102  [pdf, ps, other

    cs.AI cs.LO

    Verification of indefinite-horizon POMDPs

    Authors: Alexander Bork, Sebastian Junges, Joost-Pieter Katoen, Tim Quatmann

    Abstract: The verification problem in MDPs asks whether, for any policy resolving the nondeterminism, the probability that something bad happens is bounded by some given threshold. This verification problem is often overly pessimistic, as the policies it considers may depend on the complete system state. This paper considers the verification problem for partially observable MDPs, in which the policies make… ▽ More

    Submitted 30 June, 2020; originally announced July 2020.

    Comments: Technical report for ATVA 2020 paper with the same title

  8. arXiv:2002.07080  [pdf, ps, other

    cs.SE

    The Probabilistic Model Checker Storm

    Authors: Christian Hensel, Sebastian Junges, Joost-Pieter Katoen, Tim Quatmann, Matthias Volk

    Abstract: We present the probabilistic model checker Storm. Storm supports the analysis of discrete- and continuous-time variants of both Markov chains and Markov decision processes. Storm has three major distinguishing features. It supports multiple input languages for Markov models, including the JANI and PRISM modeling languages, dynamic fault trees, generalized stochastic Petri nets, and the probabilist… ▽ More

    Submitted 6 October, 2020; v1 submitted 17 February, 2020; originally announced February 2020.

  9. arXiv:1910.11024  [pdf, ps, other

    cs.LO cs.AI

    Simple Strategies in Multi-Objective MDPs (Technical Report)

    Authors: Florent Delgrange, Joost-Pieter Katoen, Tim Quatmann, Mickael Randour

    Abstract: We consider the verification of multiple expected reward objectives at once on Markov decision processes (MDPs). This enables a trade-off analysis among multiple objectives by obtaining the Pareto front. We focus on strategies that are easy to employ and implement. That is, strategies that are pure (no randomization) and have bounded memory. We show that checking whether a point is achievable by a… ▽ More

    Submitted 17 February, 2020; v1 submitted 24 October, 2019; originally announced October 2019.

  10. arXiv:1903.07993  [pdf, other

    cs.LO eess.SY

    Parameter Synthesis for Markov Models: Covering the Parameter Space

    Authors: Sebastian Junges, Erika Ábrahám, Christian Hensel, Nils Jansen, Joost-Pieter Katoen, Tim Quatmann, Matthias Volk

    Abstract: Markov chain analysis is a key technique in formal verification. A practical obstacle is that all probabilities in Markov models need to be known. However, system quantities such as failure rates or packet loss ratios, etc. are often not -- or only partially -- known. This motivates considering parametric models with transitions labeled with functions over parameters. Whereas traditional Markov ch… ▽ More

    Submitted 7 November, 2023; v1 submitted 16 March, 2019; originally announced March 2019.

    Comments: 86 pages. Preprint of accepted FMSD Journal Paper

  11. arXiv:1804.05001  [pdf, ps, other

    cs.LO

    Sound Value Iteration

    Authors: Tim Quatmann, Joost-Pieter Katoen

    Abstract: Computing reachability probabilities is at the heart of probabilistic model checking. All model checkers compute these probabilities in an iterative fashion using value iteration. This technique approximates a fixed point from below by determining reachability probabilities for an increasing number of steps. To avoid results that are significantly off, variants have recently been proposed that con… ▽ More

    Submitted 13 April, 2018; originally announced April 2018.

    Comments: Technical Report

  12. arXiv:1710.10294  [pdf, other

    cs.LO eess.SY

    Permissive Finite-State Controllers of POMDPs using Parameter Synthesis

    Authors: Sebastian Junges, Nils Jansen, Ralf Wimmer, Tim Quatmann, Leonore Winterer, Joost-Pieter Katoen, Bernd Becker

    Abstract: We study finite-state controllers (FSCs) for partially observable Markov decision processes (POMDPs) that are provably correct with respect to given specifications. The key insight is that computing (randomised) FSCs on POMDPs is equivalent to - and computationally as hard as - synthesis for parametric Markov chains (pMCs). This correspondence allows to use tools for parameter synthesis in pMCs to… ▽ More

    Submitted 17 July, 2018; v1 submitted 24 October, 2017; originally announced October 2017.

    Comments: This is an extended version of the paper: S. Junges, N. Jansen, R. Wimmer, T. Quatmann, L. Winterer, J.-P. Katoen, B. Becker: Finite-state Controllers of POMDPs via Parameter Synthesis. Proceedings of the Conference on Uncertainty in Artificial Intelligence (UAI 2018), Monterey, CA, USA, August 6-10, 2018

  13. arXiv:1704.06648  [pdf, ps, other

    cs.LO

    Markov Automata with Multiple Objectives

    Authors: Tim Quatmann, Sebastian Junges, Joost-Pieter Katoen

    Abstract: Markov automata combine non-determinism, probabilistic branching, and exponentially distributed delays. This compositional variant of continuous-time Markov decision processes is used in reliability engineering, performance evaluation and stochastic scheduling. Their verification so far focused on single objectives such as (timed) reachability, and expected costs. In practice, often the objectives… ▽ More

    Submitted 10 May, 2017; v1 submitted 21 April, 2017; originally announced April 2017.

  14. arXiv:1602.05113  [pdf, ps, other

    cs.LO

    Parameter Synthesis for Markov Models: Faster Than Ever

    Authors: Tim Quatmann, Christian Dehnert, Nils Jansen, Sebastian Junges, Joost-Pieter Katoen

    Abstract: We propose a simple technique for verifying probabilistic models whose transition probabilities are parametric. The key is to replace parametric transitions by nondeterministic choices of extremal values. Analysing the resulting parameter-free model using off-the-shelf means yields (refinable) lower and upper bounds on probabilities of regions in the parameter space. The technique outperforms the… ▽ More

    Submitted 26 May, 2016; v1 submitted 16 February, 2016; originally announced February 2016.