Denoising the Future: Top-p Distributions for Moving Through Time
Florian Andreas Marwitz, Ralf M\"oller, Magnus Bender, and Marcel Gehrke

TL;DR
This paper introduces a method to improve inference efficiency in dynamic probabilistic models by focusing on the most probable transitions or states, providing theoretical error bounds and empirical speedups.
Contribution
It proposes using top-p transitions for denoising and speeding up inference in Hidden Markov Models, with proven error bounds and practical efficiency gains.
Findings
Top-p transitions bound error by p and model's minimal mixing rate.
Speedups of at least an order of magnitude with error below 0.09.
Top-p states are slower and less effective than top-p transitions.
Abstract
Inference in dynamic probabilistic models is a complex task involving expensive operations. In particular, for Hidden Markov Models, the whole state space has to be enumerated for advancing in time. Even states with negligible probabilities are considered, resulting in computational inefficiency and possibly increased noise due to the propagation of unlikely probability mass. We propose to denoise the future and speed up inference by using only the top-p transitions, i.e., the most probable transitions with accumulated probability p. We show that the error introduced by using only the top-p transitions is bound by and the so-called minimal mixing rate of the underlying model. We also show the same bound when using only the top-p states, which is the same, just for the states. Moreover, in our empirical evaluation, we show that we can, when using top-p transitions, expect speedups of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
