CVNov 7, 2023

Energy-Calibrated VAE with Test Time Free Lunch

arXiv:2311.04071v54 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in generative modeling for researchers and practitioners, offering an incremental improvement over existing VAE methods.

The paper tackles the problem of blurry samples in Variational Autoencoders (VAEs) by introducing an Energy-Calibrated VAE (EC-VAE) that uses a conditional Energy-Based Model during training to enhance sample quality without requiring expensive sampling at test time, achieving competitive performance in image generation and zero-shot image restoration.

In this paper, we propose a novel generative model that utilizes a conditional Energy-Based Model (EBM) for enhancing Variational Autoencoder (VAE), termed Energy-Calibrated VAE (EC-VAE). Specifically, VAEs often suffer from blurry generated samples due to the lack of a tailored training on the samples generated in the generative direction. On the other hand, EBMs can generate high-quality samples but require expensive Markov Chain Monte Carlo (MCMC) sampling. To address these issues, we introduce a conditional EBM for calibrating the generative direction of VAE during training, without requiring it for the generation at test time. In particular, we train EC-VAE upon both the input data and the calibrated samples with adaptive weight to enhance efficacy while avoiding MCMC sampling at test time. Furthermore, we extend the calibration idea of EC-VAE to variational learning and normalizing flows, and apply EC-VAE to an additional application of zero-shot image restoration via neural transport prior and range-null theory. We evaluate the proposed method with two applications, including image generation and zero-shot image restoration, and the experimental results show that our method achieves competitive performance over single-step non-adversarial generation. Our code is available at https://github.com/DJ-LYH/EC-VAE.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes