f-VAEs: Improve VAEs with Conditional Flows

VAEs for image generation produce blurry outputs. Flow models are clear, but either huge (Glow) or autoregressive and slow (PixelCNN).
This paper uses a VAE to create a sampleable latent space, then stacks a thin flow model after it, taking advantage of the faster, lighter VAE and getting crisp flow-type results.