CVMay 21

DecQ: Detail-Condensing Queries for Enhanced Reconstruction and Generation in Representation Autoencoders

arXiv:2605.2277792.9
Predicted impact top 22% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For latent diffusion models using frozen vision foundation models, DecQ mitigates the reconstruction-generation trade-off, enabling both high-quality reconstruction and fast-converging generation.

DecQ introduces lightweight detail-condensing queries to improve reconstruction and generation in representation autoencoders, achieving PSNR from 19.13 to 22.76 dB and FID of 1.41 without guidance, with only 3.9% extra computation.

Representation Autoencoders (RAEs) leverage frozen vision foundation models (VFMs) as tokenizer encoders, providing robust high-level representations that facilitate fast convergence and high-quality generation in latent diffusion models. However, freezing the VFM inherently constrains its spatial reconstruction capacity, limiting fine-grained generation and image editing; in contrast, incorporating reconstruction-oriented signals via fine-tuning disrupts the pretrained semantic space and degrades generative fidelity. To address this trade-off, we propose DecQ, a simple yet effective framework for RAEs. Specifically, DecQ introduces lightweight detail-condensing queries that extract fine-grained information from intermediate VFM features through condenser modules. These queries are incorporated into the decoder to support reconstruction and are jointly generated with patch tokens during generative modeling. By aggregating information from both shallow and deep layers, DecQ effectively mitigates the reconstruction--generation trade-off, improving both reconstruction quality and generative performance. Our experiments demonstrate that: (1) with only 8 additional queries and 3.9% extra computation, DecQ improves reconstruction over the frozen DINOv2-based RAE, increasing PSNR from 19.13 dB to 22.76 dB; and (2) for generative modeling, DecQ achieves 3.3$\times$ faster convergence than RAE, attaining an FID of 1.41 without guidance and 1.05 with guidance.

Foundations

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

Your Notes