paper-with-me

Papers

Differentiable Filtering for Learning Hidden Markov Models

2025-11-13 · Reginald Zhiyan Chen, Heng-Sheng Chang, Prashant G. Mehta arxiv

Hidden Markov Models (HMMs) are fundamental for modeling sequential data, yet learning their parameters from observations remains challenging. Classical methods like the Baum-Welch algorithm are computationally intensive and prone to local optima, while modern spectral algorithms offer provable guarantees but may produce probability outputs outside valid ranges. This work introduces Belief Net, a differentiable filtering framework that learns HMM parameters by formulating the forward filter as a structured neural network and optimizing it with stochastic gradient descent. This architecture recursively updates the belief state, which represents the posterior probability distribution over hidden states based on the observation history. Unlike black-box transformer models, Belief Net's learnable weights are explicitly the logits of the initial distribution, transition matrix, and emission matrix, ensuring full interpretability. The model processes observation sequences using a decoder-only (causal) architecture and is trained end-to-end with standard autoregressive next-observation prediction loss. On synthetic HMM data, Belief Net achieves faster convergence than Baum-Welch while successfully recovering parameters in both undercomplete and overcomplete settings, whereas spectral methods prove ineffective in the latter. Comparisons with transformer-based models are also presented on real-world language data.

📄 PDF Abstract BibTeX arXiv:2511.10571

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robust Iterative Learning Hidden Quantum Markov Models

2025-10-27 · Ning Ning arxiv

Hidden Quantum Markov Models (HQMMs) extend classical Hidden Markov Models to the quantum domain, offering a powerful probabilistic framework for modeling sequential data with quantum coherence. However, existing HQMM le…

Tensorized algorithms and scalable filtering methods for hidden Markov and factorial hidden Markov models

2026-07-08 · Roxana Barrios, Ioannis Sgouralis arxiv

A common method for the representation and analysis of time-series data is the hidden Markov model (HMM), where each observation is associated with a hidden state that evolves over time. However, many real-world systems …

Hidden Markov Neural Networks

2020-04-15 · Lorenzo Rimella, Nick Whiteley

We define an evolving in-time Bayesian neural network called a Hidden Markov Neural Network, which addresses the crucial challenge in time-series forecasting and continual learning: striking a balance between adapting to…

Continual LearningTime SeriesTime Series AnalysisTime Series Forecasting+1

Inverse Filtering for Hidden Markov Models

2017-12-01 · NeurIPS 2017 12 · Robert Mattila, Cristian Rojas, Vikram Krishnamurthy, Bo Wahlberg

This paper considers a number of related inverse filtering problems for hidden Markov models (HMMs). In particular, given a sequence of state posteriors and the system dynamics; i) estimate the corresponding sequence of …

Alpha-Beta HMM: Hidden Markov Model Filtering with Equal Exit Probabilities and a Step-Size Parameter

2025-04-02 · Dongyan Sui, Haotian Pu, Siyang Leng, Stefan Vlaski

The hidden Markov model (HMM) provides a powerful framework for inference in time-varying environments, where the underlying state evolves according to a Markov chain. To address the optimal filtering problem in general …