Improving Reconstruction of Representation Autoencoder
Siyu Liu, Chujie Qin, Hubery Yin, Qixin Yan, Zheng-Peng Duan, Chen Li, Jing Lyu, Chun-Le Guo, Chongyi Li
TL;DR
The paper tackles the reconstruction bottleneck when using Vision Foundation Models as semantic encoders for latent diffusion models. It introduces LV-RAE, a representation autoencoder that keeps semantic features fixed while a lightweight encoder learns low-level details, producing a latent $z$ that aligns with semantic distributions yet preserves fine visual information. To address decoder sensitivity in high-dimensional latent spaces, the authors propose a two-stage robustness strategy: fine-tuning the decoder with latent noise and injecting controlled noise during diffusion sampling, which smooths off-manifold artifacts. Empirical results on ImageNet-1K demonstrate state-of-the-art reconstruction fidelity and competitive, often superior, generation quality, with notable gains in robustness and diffusion-friendly latents; the approach is also validated across multiple VFMs and backbones.
Abstract
Recent work leverages Vision Foundation Models as image encoders to boost the generative performance of latent diffusion models (LDMs), as their semantic feature distributions are easy to learn. However, such semantic features often lack low-level information (\eg, color and texture), leading to degraded reconstruction fidelity, which has emerged as a primary bottleneck in further scaling LDMs. To address this limitation, we propose LV-RAE, a representation autoencoder that augments semantic features with missing low-level information, enabling high-fidelity reconstruction while remaining highly aligned with the semantic distribution. We further observe that the resulting high-dimensional, information-rich latent make decoders sensitive to latent perturbations, causing severe artifacts when decoding generated latent and consequently degrading generation quality. Our analysis suggests that this sensitivity primarily stems from excessive decoder responses along directions off the data manifold. Building on these insights, we propose fine-tuning the decoder to increase its robustness and smoothing the generated latent via controlled noise injection, thereby enhancing generation quality. Experiments demonstrate that LV-RAE significantly improves reconstruction fidelity while preserving the semantic abstraction and achieving strong generative quality. Our code is available at https://github.com/modyu-liu/LVRAE.
