Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session: The landscape of state space models and methods: HMMs, DBNs etc #10

Open
paul1010 opened this issue Oct 5, 2017 · 2 comments

Comments

@paul1010
Copy link
Collaborator

paul1010 commented Oct 5, 2017

State space models are applied broadly across fields including computer science, statistics and engineering, using a wide array of methods for their estimation and inference. Despite the plethora of techniques, there are some important similarities between HMMs, Dynamic Bayesian Networks (DBNs) and even Kalman Filters. See for instance Murphy, 2002.

A discussion on state space models could be valuable for identifying areas of overlapping interest, and potential opportunities for research on methods as driven by application to new domains. Such a discussion could include:

  • the types of state space models (what is captured, discrete/continuous etc)
  • the methods for their estimation (e.g. expectation-maximisation to RJMCMC for non-homogeneous DBNs)
  • the methods for inference (e.g. Viterbi for HMM, it's relationship to max-sum inference, extending to max-product for DBN inference, and Bayesian HMMs)
  • opportunities for collaboration and new research
@jesse-jesse
Copy link
Collaborator

jesse-jesse commented Oct 29, 2017

Hi Paul, Do you have any problems that exist in this area specifically?

@Robertjk59 could also contribute to this discussion

@paul1010
Copy link
Collaborator Author

@jesse-jesse Yes - including how to incorporate data and parameter uncertainty for inference in a computationally efficient manner (akin in some ways to Variational Bayes - they share the message passing algorithm for instance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants