Efficient Analysis of Polynomial Asymptotic Estimates for VASS MDPs
Michal Ajdarów
TL;DR
The paper addresses the problem of understanding polynomial asymptotic growth for termination and counter-related measures in strongly connected VASS MDPs, where both nondeterministic and probabilistic transitions occur. By combining the cMD (counterless-memoryless) decomposition with AKCONCUR23 insights and a pair of constraint systems, it achieves a dichotomy: the relevant complexities are either tight polynomials n^k (with k ≤ 2^d·3^{|T|}) or exponential 2^n, and it proves these cases are decidable in polynomial time with the exponent k computable likewise. It further provides a complete classification for strongly connected VASS Markov chains, showing that each measure is either unbounded or has tight bounds of n or n^2, decidable in polynomial time. Additionally, the work introduces fixed-probability bounds as an intuitive alternative to asymptotic estimates, enriching the interpretability of results. Overall, the contributions advance the tractability of asymptotic analyses for multi-dimensional VASS processes and probabilistic programs with unbounded resources, enabling precise complexity characterizations and practical decision procedures.
Abstract
Markov decision process over vector addition system with states (VASS MDP) is a finite state model combining non-deterministic and probabilistic behavior, augmented with non-negative integer counters that can be incremented or decremented during each state transition. VASS MDPs can be used as abstractions of probabilistic programs with many decidable properties. In this paper, we develop techniques for analyzing the asymptotic behavior of VASS MDPs. That is, for every initial configuration of size \(n\), we consider the number of transitions needed to reach a configuration with some counter negative. We show that given a strongly connected VASS MDP there either exists an integer \(k\leq 2^d\cdot 3^{|T|} \), where \(d \) is the dimension and \(|T|\) the number of transitions of the VASS MDP, such that for all \(ε>0 \) and all sufficiently large \(n\) it holds that the complexity of the VASS MDP lies between \(n^{k-ε} \) and \(n^{k+ε} \) with probability at least \(1-ε\), or it holds for all \(ε>0 \) and all sufficiently large \(n\) that the complexity of the VASS MDP is at least \(2^{n^{1-ε}} \) with probability at least \(1-ε\). We show that it is decidable which case holds and the \(k\) is computable in time polynomial in the size of the considered VASS MDP. We also provide a full classification of asymptotic complexity for VASS Markov chains.
