English

Epsilon-VAE: Denoising as Visual Decoding

Computer Vision and Pattern Recognition 2025-05-30 v4 Artificial Intelligence Image and Video Processing

Abstract

In generative modeling, tokenization simplifies complex data into compact, structured representations, creating a more efficient, learnable space. For high-dimensional visual data, it reduces redundancy and emphasizes key features for high-quality generation. Current visual tokenization methods rely on a traditional autoencoder framework, where the encoder compresses data into latent representations, and the decoder reconstructs the original input. In this work, we offer a new perspective by proposing denoising as decoding, shifting from single-step reconstruction to iterative refinement. Specifically, we replace the decoder with a diffusion process that iteratively refines noise to recover the original image, guided by the latents provided by the encoder. We evaluate our approach by assessing both reconstruction (rFID) and generation quality (FID), comparing it to state-of-the-art autoencoding approaches. By adopting iterative reconstruction through diffusion, our autoencoder, namely Epsilon-VAE, achieves high reconstruction quality, which in turn enhances downstream generation quality by 22% at the same compression rates or provides 2.3x inference speedup through increasing compression rates. We hope this work offers new insights into integrating iterative generation and autoencoding for improved compression and generation.

Keywords

Cite

@article{arxiv.2410.04081,
  title  = {Epsilon-VAE: Denoising as Visual Decoding},
  author = {Long Zhao and Sanghyun Woo and Ziyu Wan and Yandong Li and Han Zhang and Boqing Gong and Hartwig Adam and Xuhui Jia and Ting Liu},
  journal= {arXiv preprint arXiv:2410.04081},
  year   = {2025}
}

Comments

Accepted to ICML 2025. v2: added comparisons to SD-VAE and more visual results; v3: minor change to title; v4: camera-ready version

R2 v1 2026-06-28T19:09:38.205Z