I was wondering if anyone has any good suggestions for solving the filtering problem when you have a hidden Markov model where the hidden chain x_k has a very large state space? By very large I mean that the exact solution (http://en.wikipedia.org/wiki/Forward_algorithm) becomes too computationally demanding.

My application is basically a discrete spatio-temporal model where for each time instance the transition probability is a Markov random field with nearest neighbour interaction.

Similar questions and discussions