English

Hidden Markov Models with Momentum

Machine Learning 2022-06-10 v1

Abstract

Momentum is a popular technique for improving convergence rates during gradient descent. In this research, we experiment with adding momentum to the Baum-Welch expectation-maximization algorithm for training Hidden Markov Models. We compare discrete Hidden Markov Models trained with and without momentum on English text and malware opcode data. The effectiveness of momentum is determined by measuring the changes in model score and classification accuracy due to momentum. Our extensive experiments indicate that adding momentum to Baum-Welch can reduce the number of iterations required for initial convergence during HMM training, particularly in cases where the model is slow to converge. However, momentum does not seem to improve the final model performance at a high number of iterations.

Keywords

Cite

@article{arxiv.2206.04057,
  title  = {Hidden Markov Models with Momentum},
  author = {Andrew Miller and Fabio Di Troia and Mark Stamp},
  journal= {arXiv preprint arXiv:2206.04057},
  year   = {2022}
}
R2 v1 2026-06-24T11:43:58.051Z