To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Layered hidden Markov model

From Wikipedia, the free encyclopedia

The layered hidden Markov model (LHMM) is a statistical model derived from the hidden Markov model (HMM). A layered hidden Markov model (LHMM) consists of N levels of HMMs, where the HMMs on level i + 1 correspond to observation symbols or probability generators at level i. Every level i of the LHMM consists of Ki HMMs running in parallel.[1]

YouTube Encyclopedic

  • 1/3
    Views:
    43 271
    110 115
    44 736
  • Artificial Neural Networks (Part 2) - -Classification using Multi-Layer Perceptron Model
  • Artificial Neural Networks (Part 1) - Classification using Single Layer Perceptron Model
  • Markov Chain Matlab Tutorial--part 1

Transcription

Background

LHMMs are sometimes useful in specific structures because they can facilitate learning and generalization. For example, even though a fully connected HMM could always be used if enough training data were available, it is often useful to constrain the model by not allowing arbitrary state transitions. In the same way it can be beneficial to embed the HMM in a layered structure which, theoretically, may not be able to solve any problems the basic HMM cannot, but can solve some problems more efficiently because less training data is needed.

The layered hidden Markov model

A layered hidden Markov model (LHMM) consists of levels of HMMs where the HMMs on level corresponds to observation symbols or probability generators at level . Every level of the LHMM consists of HMMs running in parallel.

A layered hidden Markov model

At any given level in the LHMM a sequence of observation symbols can be used to classify the input into one of classes, where each class corresponds to each of the HMMs at level . This classification can then be used to generate a new observation for the level HMMs. At the lowest layer, i.e. level , primitive observation symbols would be generated directly from observations of the modeled process. For example, in a trajectory tracking task the primitive observation symbols would originate from the quantized sensor values. Thus at each layer in the LHMM the observations originate from the classification of the underlying layer, except for the lowest layer where the observation symbols originate from measurements of the observed process.

It is not necessary to run all levels at the same time granularity. For example, it is possible to use windowing at any level in the structure so that the classification takes the average of several classifications into consideration before passing the results up the layers of the LHMM.[2]

Instead of simply using the winning HMM at level as an input symbol for the HMM at level it is possible to use it as a probability generator by passing the complete probability distribution up the layers of the LHMM. Thus instead of having a "winner takes all" strategy where the most probable HMM is selected as an observation symbol, the likelihood of observing the th HMM can be used in the recursion formula of the level HMM to account for the uncertainty in the classification of the HMMs at level . Thus, if the classification of the HMMs at level is uncertain, it is possible to pay more attention to the a-priori information encoded in the HMM at level .

A LHMM could in practice be transformed into a single layered HMM where all the different models are concatenated together.[3] Some of the advantages that may be expected from using the LHMM over a large single layer HMM is that the LHMM is less likely to suffer from overfitting since the individual sub-components are trained independently on smaller amounts of data. A consequence of this is that a significantly smaller amount of training data is required for the LHMM to achieve a performance comparable of the HMM. Another advantage is that the layers at the bottom of the LHMM, which are more sensitive to changes in the environment such as the type of sensors, sampling rate etc. can be retrained separately without altering the higher layers of the LHMM.

See also

References

  1. ^ N. Oliver, A. Garg and E. Horvitz, "Layered Representations for Learning and Inferring Office Activity from Multiple Sensory Channels", Computer Vision and Image Understanding, vol. 96, p. 163–180, 2004.
  2. ^ D. Aarno and D. Kragic "Evaluation of Layered HMM for Motion Intention Recognition", IEEE International Conference on Advanced Robotics, 2007
  3. ^ D. Aarno and D. Kragic: "Layered HMM for Motion Intention Recognition", IEEE/RSJ International Conference on Intelligent Robots and Systems, 2006.
This page was last edited on 7 October 2018, at 23:17
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.