# Linear Additive Markov Processes

**Authors:** Ravi Kumar, Maithra Raghu, Tamas Sarlos, Andrew Tomkins

arXiv: 1704.01255 · 2017-04-06

## TL;DR

LAMP is a novel Markov process model that captures long-range dependencies efficiently, learns from data, and outperforms first-order models while competing with deep sequential models like LSTMs.

## Contribution

Introduction of LAMP, a Markov process with long-range dependency modeling, efficient parameterization, and a practical learning algorithm from data.

## Key findings

- LAMP outperforms first-order Markov models in real-world tasks.
- LAMP is competitive with LSTMs with fewer parameters.
- Theoretical analysis of LAMP's steady-state and mixing time.

## Abstract

We introduce LAMP: the Linear Additive Markov Process. Transitions in LAMP may be influenced by states visited in the distant history of the process, but unlike higher-order Markov processes, LAMP retains an efficient parametrization. LAMP also allows the specific dependence on history to be learned efficiently from data. We characterize some theoretical properties of LAMP, including its steady-state and mixing time. We then give an algorithm based on alternating minimization to learn LAMP models from data. Finally, we perform a series of real-world experiments to show that LAMP is more powerful than first-order Markov processes, and even holds its own against deep sequential models (LSTMs) with a negligible increase in parameter complexity.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.01255/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1704.01255/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1704.01255/full.md

---
Source: https://tomesphere.com/paper/1704.01255