MLMEOct 17, 2017

Estimate exponential memory decay in Hidden Markov Model and its applications

arXiv:1710.06078v21 citations
Originality Incremental advance
AI Analysis

This work addresses scalability issues in HMM inference for applications like mini-batch stochastic gradient methods, representing an incremental improvement.

The paper tackles the scalability challenge in Hidden Markov Model inference by exploiting inherent memory decay, enabling efficient inference over long sequences through subsequence processing, with a derived relationship between subsequence length and controlled error.

Inference in hidden Markov model has been challenging in terms of scalability due to dependencies in the observation data. In this paper, we utilize the inherent memory decay in hidden Markov models, such that the forward and backward probabilities can be carried out with subsequences, enabling efficient inference over long sequences of observations. We formulate this forward filtering process in the setting of the random dynamical system and there exist Lyapunov exponents in the i.i.d random matrices production. And the rate of the memory decay is known as $λ_2-λ_1$, the gap of the top two Lyapunov exponents almost surely. An efficient and accurate algorithm is proposed to numerically estimate the gap after the soft-max parametrization. The length of subsequences $B$ given the controlled error $ε$ is $B=\log(ε)/(λ_2-λ_1)$. We theoretically prove the validity of the algorithm and demonstrate the effectiveness with numerical examples. The method developed here can be applied to widely used algorithms, such as mini-batch stochastic gradient method. Moreover, the continuity of Lyapunov spectrum ensures the estimated $B$ could be reused for the nearby parameter during the inference.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes