Distributional Probabilistic Model Checking
Ingy Elsayed-Aly, David Parker, Lu Feng
TL;DR
This work extends probabilistic model checking to reason about full reward distributions in DTMCs and MDPS by introducing distributional queries and distributional value iteration. It supports both risk-neutral and risk-sensitive objectives, notably CVaR, and uses forward distribution generation for DTMCs alongside categorical and quantile distribution representations. The risk-neutral and CVaR DVI algorithms are implemented as PRISM extensions and validated on sizeable benchmarks, demonstrating accurate distributions and scalable performance. This distributional capability enables risk-aware verification and controller synthesis for safety-critical systems where tail behavior and variability matter beyond the mean.
Abstract
Probabilistic model checking can provide formal guarantees on the behavior of stochastic models relating to a wide range of quantitative properties, such as runtime, energy consumption or cost. But decision making is typically with respect to the expected value of these quantities, which can mask important aspects of the full probability distribution such as the possibility of high-risk, low-probability events or multimodalities. We propose a distributional extension of probabilistic model checking, applicable to discrete-time Markov chains (DTMCs) and Markov decision processes (MDPs). We formulate distributional queries, which can reason about a variety of distributional measures, such as variance, value-at-risk or conditional value-at-risk, for the accumulation of reward until a co-safe linear temporal logic formula is satisfied. For DTMCs, we propose a method to compute the full distribution to an arbitrary level of precision, based on a graph analysis and forward analysis of the model. For MDPs, we approximate the optimal policy with respect to expected value or conditional value-at-risk using distributional value iteration. We implement our techniques and investigate their performance and scalability across a range of benchmark models. Experimental results demonstrate that our techniques can be successfully applied to check various distributional properties of large probabilistic models.
