English

Faster Algorithms for Quantitative Analysis of Markov Chains and Markov Decision Processes with Small Treewidth

Data Structures and Algorithms 2020-04-21 v1 Discrete Mathematics

Abstract

Discrete-time Markov Chains (MCs) and Markov Decision Processes (MDPs) are two standard formalisms in system analysis. Their main associated quantitative objectives are hitting probabilities, discounted sum, and mean payoff. Although there are many techniques for computing these objectives in general MCs/MDPs, they have not been thoroughly studied in terms of parameterized algorithms, particularly when treewidth is used as the parameter. This is in sharp contrast to qualitative objectives for MCs, MDPs and graph games, for which treewidth-based algorithms yield significant complexity improvements. In this work, we show that treewidth can also be used to obtain faster algorithms for the quantitative problems. For an MC with nn states and mm transitions, we show that each of the classical quantitative objectives can be computed in O((n+m)t2)O((n+m)\cdot t^2) time, given a tree decomposition of the MC that has width tt. Our results also imply a bound of O(κ(n+m)t2)O(\kappa\cdot (n+m)\cdot t^2) for each objective on MDPs, where κ\kappa is the number of strategy-iteration refinements required for the given input and objective. Finally, we make an experimental evaluation of our new algorithms on low-treewidth MCs and MDPs obtained from the DaCapo benchmark suite. Our experimental results show that on MCs and MDPs with small treewidth, our algorithms outperform existing well-established methods by one or more orders of magnitude.

Keywords

Cite

@article{arxiv.2004.08828,
  title  = {Faster Algorithms for Quantitative Analysis of Markov Chains and Markov Decision Processes with Small Treewidth},
  author = {Ali Asadi and Krishnendu Chatterjee and Amir Kafshdar Goharshady and Kiarash Mohammadi and Andreas Pavlogiannis},
  journal= {arXiv preprint arXiv:2004.08828},
  year   = {2020}
}
R2 v1 2026-06-23T14:56:51.147Z