2018

Semi-Amortized Variational Autoencoders

Kim, Yoon, Wiseman, Sam, Miller, Andrew C. et al.

Understand

Amortized variational inference (AVI) replaces instance-specific local inference with a global inference network.

  • While AVI has enabled efficient training of deep generative models such as variational autoencoders (VAE), recent empirical work suggests that inference networks can produce suboptimal variational parameters.
  • We propose a hybrid approach, to use AVI to initialize the variational parameters and run stochastic variational inference (SVI) to refine them.
  • Crucially, the local SVI procedure is itself differentiable, so the inference network and generative model can be trained end-to-end with gradient-based optimization.

Reading the bibliography…