Layered hidden Markov model: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Refimprove}}
MacBishop (talk | contribs)
Use inline citations and added more references
Line 3:
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 ''K''<sub>''i''</sub> HMMs running in parallel.<ref>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&ndash;180, 2004.
</ref>
 
== Background ==
Line 19 ⟶ 20:
<math>\mathbf{o}_L=\{o_1, o_2, \dots, o_{T_L}\}</math> can be used to classify the input into one of <math>K_L</math> classes, where each class corresponds to each of the <math>K_L</math> HMMs at level <math>L</math>. This classification can then be used to generate a new observation for the level <math>L-1</math> HMMs. At the lowest layer, i.e. level <math>N</math>, primitive observation symbols <math>\mathbf{o}_p=\{o_1, o_2, \dots, o_{T_p}\}</math> 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.<ref>D. Aarno and D. Kragic "Evaluation of Layered HMM for Motion Intention Recognition", IEEE International Conference on Advanced Robotics, 2007</ref>
 
Instead of simply using the winning HMM at level <math>L+1</math> as an input symbol for the HMM at level <math>L</math> 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 <math>L(i)</math> of observing the <math>i</math>th HMM can be used in the recursion formula of the level <math>L</math> HMM to account for the uncertainty in the classification of the HMMs at level <math>L+1</math>. Thus, if the classification of the HMMs at level <math>n+1</math> is uncertain, it is possible to pay more attention to the a-priori information encoded in the HMM at level <math>L</math>.
 
A LHMM could in practice be transformed into a single layered HMM where all the different models are concatenated together.<ref>D. Aarno and D. Kragic: "Layered HMM for Motion Intention Recognition", IEEE/RSJ International Conference on Intelligent Robots and Systems, 2006.</ref> 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==
Line 29 ⟶ 30:
 
== References ==
{{Reflist}}
*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&ndash;180, 2004.
 
[[Category:Hidden Markov models]]