paper-with-me

Papers

Forward-Backward Activation Algorithm for Hierarchical Hidden Markov Models

2012-12-01 · NeurIPS 2012 12 · Kei Wakabayashi, Takao Miura

Hierarchical Hidden Markov Models (HHMMs) are sophisticated stochastic models that enable us to capture a hierarchical context characterization of sequence data. However, existing HHMM parameter estimation methods require large computations of time complexity O(TN^{2D}) at least for model inference, where D is the depth of the hierarchy, N is the number of states in each level, and T is the sequence length. In this paper, we propose a new inference method of HHMMs for which the time complexity is O(TN^{D+1}). A key idea of our algorithm is application of the forward-backward algorithm to ''state activation probabilities''. The notion of a state activation, which offers a simple formalization of the hierarchical transition behavior of HHMMs, enables us to conduct model inference efficiently. We present some experiments to demonstrate that our proposed method works more efficiently to estimate HHMM parameters than do some existing methods such as the flattening method and Gibbs sampling method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimation

Similar Papers 제목 키워드 기반

Learning Dynamics Reveal a Hierarchy of Weight-Induced Layerwise Gram Metrics

2026-06-08 · Claudio Nordio arxiv

We study feed-forward ReLU networks with fixed readout and quadratic loss, and rewrite gradient descent as a collective dynamics of activation fields and conjugate fields on the training set. Working to first order in th…

Backward-Forward Algorithm: An Improvement towards Extreme Learning Machine

2019-07-24 · Dibyasundar Das, Deepak Ranjan Nayak, Ratnakar Dash, Banshidhar Majhi

The extreme learning machine needs a large number of hidden nodes to generalize a single hidden layer neural network for a given training data-set. The need for more number of hidden nodes suggests that the neural-networ…

Reversible designs for extreme memory cost reduction of CNN training

2019-10-24 · Tristan Hascoet, Quentin Febvre, Yasuo Ariki, Tetsuya Takiguchi

Training Convolutional Neural Networks (CNN) is a resource intensive task that requires specialized hardware for efficient computation. One of the most limiting bottleneck of CNN training is the memory cost associated wi…

GPU

Filtering for Aggregate Hidden Markov Models with Continuous Observations

2020-11-04 · Qinsheng Zhang, Rahul Singh, Yongxin Chen

We consider a class of filtering problems for large populations where each individual is modeled by the same hidden Markov model (HMM). In this paper, we focus on aggregate inference problems in HMMs with discrete state …

Bayesian Recurrent Units and the Forward-Backward Algorithm

2022-07-21 · Alexandre Bittar, Philip N. Garner

Using Bayes's theorem, we derive a unit-wise recurrence as well as a backward recursion similar to the forward-backward algorithm. The resulting Bayesian recurrent units can be integrated as recurrent neural networks wit…

Speech Recognition