CLLGMay 1, 2022

Dynamic Programming in Rank Space: Scaling Structured Inference with Low-Rank HMMs and PCFGs

MIT
arXiv:2205.00484v1630 citationsh-index: 27Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency issues for researchers and practitioners using structured models like HMMs and PCFGs, though it is incremental as it builds on existing factor graph grammar frameworks.

The paper tackles the computational challenge of inference in large state space Hidden Markov Models (HMMs) and Probabilistic Context-Free Grammars (PCFGs) by using tensor rank decomposition to reduce complexity, achieving better performance in language modeling and unsupervised parsing experiments.

Hidden Markov Models (HMMs) and Probabilistic Context-Free Grammars (PCFGs) are widely used structured models, both of which can be represented as factor graph grammars (FGGs), a powerful formalism capable of describing a wide range of models. Recent research found it beneficial to use large state spaces for HMMs and PCFGs. However, inference with large state spaces is computationally demanding, especially for PCFGs. To tackle this challenge, we leverage tensor rank decomposition (aka.\ CPD) to decrease inference computational complexities for a subset of FGGs subsuming HMMs and PCFGs. We apply CPD on the factors of an FGG and then construct a new FGG defined in the rank space. Inference with the new FGG produces the same result but has a lower time complexity when the rank size is smaller than the state size. We conduct experiments on HMM language modeling and unsupervised PCFG parsing, showing better performance than previous work. Our code is publicly available at \url{https://github.com/VPeterV/RankSpace-Models}.

Code Implementations2 repos
Foundations

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

Your Notes