Learning higher-order sequential structure with cloned HMMs
Antoine Dedieu, Nishad Gothoskar, Scott Swingle, Wolfgang Lehrach,, Miguel L\'azaro-Gredilla, Dileep George

TL;DR
This paper introduces cloned HMMs (CHMMs), a biologically inspired sparse structure that enables efficient learning of variable order sequences, outperforming traditional models like n-grams, sequence memoizers, and LSTMs in language tasks.
Contribution
The paper proposes cloned HMMs with a simple sparsity constraint, allowing scalable training of large models that capture long-range temporal dependencies and uncertainty.
Findings
CHMMs outperform n-grams, sequence memoizers, and LSTMs in language modeling.
They can model long-distance dependencies and handle data with missing contexts.
Efficient training on GPUs enables models with over a billion parameters.
Abstract
Variable order sequence modeling is an important problem in artificial and natural intelligence. While overcomplete Hidden Markov Models (HMMs), in theory, have the capacity to represent long-term temporal structure, they often fail to learn and converge to local minima. We show that by constraining HMMs with a simple sparsity structure inspired by biology, we can make it learn variable order sequences efficiently. We call this model cloned HMM (CHMM) because the sparsity structure enforces that many hidden states map deterministically to the same emission state. CHMMs with over 1 billion parameters can be efficiently trained on GPUs without being severely affected by the credit diffusion problem of standard HMMs. Unlike n-grams and sequence memoizers, CHMMs can model temporal dependencies at arbitrarily long distances and recognize contexts with 'holes' in them. Compared to Recurrent…
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.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
