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

Structured Stochastic Variational Inference #794

Closed
sharanry opened this issue May 26, 2019 · 1 comment
Closed

Structured Stochastic Variational Inference #794

sharanry opened this issue May 26, 2019 · 1 comment

Comments

@sharanry
Copy link
Collaborator

#775

Key idea:
Relaxes the mean-field approximation (commonly used in Stochastic Variational Inference) to allow arbitrary dependencies between global parameters and local hidden variables, producing better parameter estimates by reducing bias, sensitivity to local optima, and sensitivity to hyperparameters.

Main Reference: https://arxiv.org/abs/1404.4114

No Known Existing Implementation

Key Questions:

  1. How does the user define the structure of the variational distribution?

    • One possible way as suggested by @xukai92 is "passing something like a tree (e.g. for the commonly used gdemo it would be (:s=>:x, :m=>:x))". This would mean that we would have to parse this information and build a variational model respecting these dependencies behind the scenes?

    • Another solution might be that the user makes a custom variational distribution(with all the dependencies) and passes it to the VI algorithm which initializing it. Something like as shown here. But creating a custom distribution in this way requires the user to specify many functions which may not all be necessary.

@yebai
Copy link
Member

yebai commented Jul 4, 2019

Closed in favour of #774

@yebai yebai closed this as completed Jul 4, 2019
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