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

Variational Sequential Monte Carlo #10

Open
Kashalpha opened this issue Aug 28, 2021 · 0 comments
Open

Variational Sequential Monte Carlo #10

Kashalpha opened this issue Aug 28, 2021 · 0 comments
Labels
Machine Learning 機械学習

Comments

@Kashalpha
Copy link
Owner

一言でいうと

事後分布の近似方法として、変分推論(Variational Inference)と逐次モンテカルロ法(Sequential Monte Carlo)を組み合わせたVariational Sequential Monte Carlo(VSMC)を提案した。

論文リンク

http://proceedings.mlr.press/v84/naesseth18a

概要

  • まずVSMC分布族からのサンプルを生成するために、変分パラメータを持った提案分布に対するSequential Monte Carloを利用する(Algorithm 1)。
  • ELBOの下限となるsurrogate ELBOを考える。surrogate ELBOとその微分はAlgorithm 1の副産物として推定することが可能。
  • surrogate ELBOを目的関数とする確率的最適化(Stochastic Optimization)を実行する。
  • python実装:https://github.com/blei-lab/variational-smc

先行研究

コメント

@Kashalpha Kashalpha added the Machine Learning 機械学習 label Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Machine Learning 機械学習
Projects
None yet
Development

No branches or pull requests

1 participant