🤖 AI Summary
Existing model-checking approaches for multi-objective ω-regular properties (e.g., LTL) on Markov decision processes (MDPs) lack independently verifiable, trustworthy explanations.
Method: We propose the first end-to-end framework for generating and verifying certificates: (i) compile LTL formulas into unambiguous Büchi automata—reducing state-space complexity from doubly exponential to singly exponential; (ii) integrate maximal end-component decomposition, reachability analysis, and mixed-integer linear programming to efficiently compute minimal witnessing subsystems as verifiable certificates.
Results: Experiments on multiple benchmark models demonstrate significant improvements in efficiency and scalability. Our approach generates compact, traceable, and independently verifiable witnesses—establishing, for the first time, certified explainability for joint verification of multi-objective probabilistic systems.
📝 Abstract
Multi-objective probabilistic model checking is a powerful technique for verifying stochastic systems against multiple (potentially conflicting) properties. To enhance the trustworthiness and explainability of model checking tools, we present independently checkable certificates and witnesses for multi-objective ω-regular queries in Markov decision processes. For the certification, we extend and improve existing certificates for the decomposition of maximal end components and reachability properties. We then derive mixed-integer linear programs (MILPs) for finding minimal witnessing subsystems. For the special case of Markov chains and LTL properties, we use unambiguous Büchi automata to find witnesses, resulting in an algorithm that requires single-exponential space. Existing approaches based on deterministic automata require doubly-exponential space in the worst case. Finally, we consider the practical computation of our certificates and witnesses and provide an implementation of the developed techniques, along with an experimental evaluation, demonstrating the efficacy of our techniques.