菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-09
📄 Abstract - IDEAL: In-DEpth ALignment Makes A Discrete Representation AutoEncoder

Built on pretrained vision foundation models (VFMs), representation autoencoders (RAEs) have recently emerged as a promising approach for constructing semantically rich latent spaces for image generation. However, their reconstruction quality often remains suboptimal, largely because deep VFM representations do not preserve sufficient fine-grained visual detail. This limitation becomes even more severe after discretization, where missing low-level information is difficult to recover. In fact, we observe that shallow VFM features retain considerably richer local appearance and structural detail, which complements the high-level semantics carried by deep features used in existing RAEs. Motivated by this complementary property, we propose Ideal, an In-depth Alignment framework for discrete representation autoencoding. By jointly aligning quantized tokens with both shallow and deep VFM features, Ideal enables the resulting discrete visual tokens to preserve both visual fidelity and rich semantics. Extensive experiments demonstrate that Ideal yields superior reconstruction performance, achieving 0.61 rFID on ImageNet and outperforming the previous best method by 0.28. When used for autoregressive image generation, Ideal further produces a gFID of 1.89, establishing a new state of the art for autoregressive image generation.

顶级标签: computer vision model training image generation
详细标签: representation autoencoder discrete tokens alignment image reconstruction autoregressive generation 或 搜索:

IDEAL:深度对齐使离散表示自编码器更优 / IDEAL: In-DEpth ALignment Makes A Discrete Representation AutoEncoder


1️⃣ 一句话总结

本文提出了一种名为IDEAL的新方法,通过同时对齐离散视觉编码与预训练视觉模型的浅层和深层特征,解决了现有自编码器在图像重建中细节丢失的问题,在图像重建和自回归生成任务上均取得了当前最优性能。

源自 arXiv: 2606.11096