paper-with-me

Papers

Retrospective Higher-Order Markov Processes for User Trails

2017-04-20 · Tao Wu, David Gleich

Users form information trails as they browse the web, checkin with a geolocation, rate items, or consume media. A common problem is to predict what a user might do next for the purposes of guidance, recommendation, or prefetching. First-order and higher-order Markov chains have been widely used methods to study such sequences of data. First-order Markov chains are easy to estimate, but lack accuracy when history matters. Higher-order Markov chains, in contrast, have too many parameters and suffer from overfitting the training data. Fitting these parameters with regularization and smoothing only offers mild improvements. In this paper we propose the retrospective higher-order Markov process (RHOMP) as a low-parameter model for such sequences. This model is a special case of a higher-order Markov chain where the transitions depend retrospectively on a single history state instead of an arbitrary combination of history states. There are two immediate computational advantages: the number of parameters is linear in the order of the Markov chain and the model can be fit to large state spaces. Furthermore, by providing a specific structure to the higher-order chain, RHOMPs improve the model accuracy by efficiently utilizing history states without risks of overfitting the data. We demonstrate how to estimate a RHOMP from data and we demonstrate the effectiveness of our method on various real application datasets spanning geolocation data, review sequences, and business locations. The RHOMP model uniformly outperforms higher-order Markov chains, Kneser-Ney regularization, and tensor factorizations in terms of prediction accuracy.

📄 PDF Abstract BibTeX arXiv:1704.05982

Code (1)

wutao27/RHOMP 공식 구현

Similar Papers 제목 키워드 기반

Linear Additive Markov Processes

2017-04-05 · Ravi Kumar, Maithra Raghu, Tamas Sarlos, Andrew Tomkins

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 pa…

On Technical Bases and Surplus in Life Insurance

2023-10-25 · Oytun Haçarız, Torsten Kleinow, Angus S. Macdonald

We revisit surplus on general life insurance contracts, represented by Markov models. We classify technical bases in terms of boundary conditions in Thiele's equation(s), allowing more general regulations than Scandinavi…

Interpreting Quantum Learning Models via Stochastic Processes

2026-07-19 · Johannes Fankhauser, Lukas J. Fiderer, Hans J. Briegel arxiv

Quantum machine learning models define probabilistic input--output maps through coherent quantum evolution and measurement. While such models can exhibit computational advantages, their internal functioning and decision …

Quantum Machine LearningDecision Making

Assessing Markov Property in Driving Behaviors: Insights from Statistical Tests

2025-01-18 · Zheng Li, Haoming Meng, Chengyuan Ma, Ke Ma 외

The Markov property serves as a foundational assumption in most existing work on vehicle driving behavior, positing that future states depend solely on the current state, not the series of preceding states. This study va…

Autonomous Vehicles

POPCORN: Partially Observed Prediction COnstrained ReiNforcement Learning

2020-01-13 · Joseph Futoma, Michael C. Hughes, Finale Doshi-Velez

Many medical decision-making tasks can be framed as partially observed Markov decision processes (POMDPs). However, prevailing two-stage approaches that first learn a POMDP and then solve it often fail because the model …

Decision MakingPredictionreinforcement-learningReinforcement Learning+1