English

Approximating the Stationary Probability of a Single State in a Markov chain

Data Structures and Algorithms 2015-12-11 v2 Social and Information Networks

Abstract

In this paper, we present a novel iterative Monte Carlo method for approximating the stationary probability of a single state of a positive recurrent Markov chain. We utilize the characterization that the stationary probability of a state ii is inversely proportional to the expected return time of a random walk beginning at ii. Our method obtains an ϵ\epsilon-multiplicative close estimate with probability greater than 1α1 - \alpha using at most O~(tmixln(1/α)/πiϵ2)\tilde{O}\left(t_{\text{mix}} \ln(1/\alpha) / \pi_i \epsilon^2 \right) simulated random walk steps on the Markov chain across all iterations, where tmixt_{\text{mix}} is the standard mixing time and πi\pi_i is the stationary probability. In addition, the estimate at each iteration is guaranteed to be an upper bound with high probability, and is decreasing in expectation with the iteration count, allowing us to monitor the progress of the algorithm and design effective termination criteria. We propose a termination criteria which guarantees a ϵ(1+4ln(2)tmix)\epsilon (1 + 4 \ln(2) t_{\text{mix}}) multiplicative error performance for states with stationary probability larger than Δ\Delta, while providing an additive error for states with stationary probability less than Δ(0,1)\Delta \in (0,1). The algorithm along with this termination criteria uses at most O~(ln(1/α)ϵ2min(tmixπi,1ϵΔ))\tilde{O}\left(\frac{\ln(1/\alpha)}{\epsilon^2} \min\left(\frac{t_{\text{mix}}}{\pi_i}, \frac{1}{\epsilon \Delta}\right)\right) simulated random walk steps, which is bounded by a constant with respect to the Markov Chain. We provide a tight analysis of our algorithm based on a locally weighted variant of the mixing time. Our results naturally extend for countably infinite state space Markov chains via Lyapunov function analysis.

Keywords

Cite

@article{arxiv.1312.1986,
  title  = {Approximating the Stationary Probability of a Single State in a Markov chain},
  author = {Christina E. Lee and Asuman Ozdaglar and Devavrat Shah},
  journal= {arXiv preprint arXiv:1312.1986},
  year   = {2015}
}

Comments

A short version appeared in NIPS Conference Dec 2013