A Spectral Algorithm for Learning Hidden Markov Models
Abstract
Hidden Markov Models (HMMs) are one of the most fundamental and widely used statistical tools for modeling discrete time series. In general, learning HMMs from data is computationally hard (under cryptographic assumptions), and practitioners typically resort to search heuristics which suffer from the usual local optima issues. We prove that under a natural separation condition (bounds on the smallest singular value of the HMM parameters), there is an efficient and provably correct algorithm for learning HMMs. The sample complexity of the algorithm does not explicitly depend on the number of distinct (discrete) observations--- it implicitly depends on this quantity through spectral properties of the underlying HMM. This makes the algorithm particularly applicable to settings with a large number of observations, such as those in natural language processing where the space of observation is sometimes the words in a language. The algorithm is also simple: it employs only a singular value decomposition and matrix multiplications.
Cite
Text
Hsu et al. "A Spectral Algorithm for Learning Hidden Markov Models." Annual Conference on Computational Learning Theory, 2009.Markdown
[Hsu et al. "A Spectral Algorithm for Learning Hidden Markov Models." Annual Conference on Computational Learning Theory, 2009.](https://mlanthology.org/colt/2009/hsu2009colt-spectral/)BibTeX
@inproceedings{hsu2009colt-spectral,
title = {{A Spectral Algorithm for Learning Hidden Markov Models}},
author = {Hsu, Daniel J. and Kakade, Sham M. and Zhang, Tong},
booktitle = {Annual Conference on Computational Learning Theory},
year = {2009},
url = {https://mlanthology.org/colt/2009/hsu2009colt-spectral/}
}