Research

SimVAE: Simulator-Assisted Training for Interpretable Generative Models

Generative Models

This paper presents a simulator-assisted training method (SimVAE) for variational autoencoders (VAE) that leads to a disentangled and interpretable latent space. Training SimVAE is a two-step process in which first a deep generator network(decoder) is trained to approximate the simulator. During this step, the simulator acts as the data source or as a teacher network. Then an inference network (encoder)is trained to invert the decoder. As such, upon complete training, the encoder represents an approximately inverted simulator. By decoupling the training of the encoder and decoder we bypass some of the difficulties that arise in training generative models such as VAEs and generative adversarial networks (GANs). We show applications of our approach in a variety of domains such as circuit design, graphics de-rendering and other natural science problems that involve inference via simulation.

Please cite our work using the BibTeX below.

@misc{srivastava2019simvae,
    title={SimVAE: Simulator-Assisted Training forInterpretable Generative Models},
    author={Akash Srivastava and Jessie Rosenberg and Dan Gutfreund and David D. Cox},
    year={2019},
    eprint={1911.08051},
    archivePrefix={arXiv},
    primaryClass={stat.ML}
}
Close Modal