yang-song / spectral-stein-grad

Code for "A Spectral Approach to Gradient Estimation for Implicit Distributions"

Home Page:https://arxiv.org/abs/1806.02925

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spectral-stein-grad

Code for "A Spectral Approach to Gradient Estimation for Implicit Distributions" (ICML 18) https://arxiv.org/abs/1806.02925

Dependencies

Get Started

python -m toy.guassian

Implicit VAEs

Train plain VAE on CelebA:

python -m vae.vae_celeba

Train implicit VAE on CelebA using entropy gradients estimated by SSGE:

python -m vae.vae_celeba_implicit

Citation

To cite this work, please use

@InProceedings{shi2018spectral,
  title = 	 {A Spectral Approach to Gradient Estimation for Implicit Distributions},
  author = 	 {Shi, Jiaxin and Sun, Shengyang and Zhu, Jun},
  booktitle = 	 {Proceedings of the 35th International Conference on Machine Learning},
  pages = 	 {4651--4660},
  year = 	 {2018},
}

About

Code for "A Spectral Approach to Gradient Estimation for Implicit Distributions"

https://arxiv.org/abs/1806.02925


Languages

Language:Python 99.8%Language:Shell 0.2%