English

Abstraction-Refinement for Hierarchical Probabilistic Models

Artificial Intelligence 2022-06-07 v1 Logic in Computer Science

Abstract

Markov decision processes are a ubiquitous formalism for modelling systems with non-deterministic and probabilistic behavior. Verification of these models is subject to the famous state space explosion problem. We alleviate this problem by exploiting a hierarchical structure with repetitive parts. This structure not only occurs naturally in robotics, but also in probabilistic programs describing, e.g., network protocols. Such programs often repeatedly call a subroutine with similar behavior. In this paper, we focus on a local case, in which the subroutines have a limited effect on the overall system state. The key ideas to accelerate analysis of such programs are (1) to treat the behavior of the subroutine as uncertain and only remove this uncertainty by a detailed analysis if needed, and (2) to abstract similar subroutines into a parametric template, and then analyse this template. These two ideas are embedded into an abstraction-refinement loop that analyses hierarchical MDPs. A prototypical implementation shows the efficacy of the approach.

Keywords

Cite

@article{arxiv.2206.02653,
  title  = {Abstraction-Refinement for Hierarchical Probabilistic Models},
  author = {Sebastian Junges and Matthijs T. J. Spaan},
  journal= {arXiv preprint arXiv:2206.02653},
  year   = {2022}
}

Comments

Extended submitted version for CAV 2022

R2 v1 2026-06-24T11:40:39.506Z