CVFeb 9

Improving Reconstruction of Representation Autoencoder

arXiv:2602.08620v14 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in scaling latent diffusion models for image generation, which is important for researchers and practitioners in generative AI, though it is incremental as it builds on existing methods.

The paper tackles the problem of degraded reconstruction fidelity in latent diffusion models due to missing low-level information in semantic features from Vision Foundation Models, proposing LV-RAE to augment these features and improve robustness, resulting in significant gains in reconstruction fidelity and generative quality.

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.

Foundations

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

Your Notes