paper-with-me

홈 › Papers

Improved Baselines with Representation Autoencoders

2026-05-18 · Jaskirat Singh, Boyang Zheng, Zongze Wu, Richard Zhang, Eli Shechtman, Saining Xie arxiv

Representation Autoencoders (RAE) replace traditional VAE with pretrained vision encoders. In this paper, we systematically investigate several design choices and find three insights which simplify and improve RAE. First, we study a generalized formulation where the representation is defined as sum of the last k encoder layers rather than solely the final layer. This simple change greatly improves reconstruction without encoder finetuning or specialized data (e.g., text, faces). Second, we study the prevalent assumption that RAE (using pretrained representation as encoder) replaces representation alignment (REPA), which distills the same representation to intermediate layers instead. Through large-scale empirical analysis, we uncover a surprising finding: RAE and REPA exhibit complementary working mechanisms, allowing the same representation to be used as both encoder and target for intermediate diffusion layers. Finally, the original RAE struggles with classifier-free guidance (CFG) and requires training a second, weaker diffusion model for AutoGuidance (AG). We show that REPA itself can be viewed as x-prediction in RAE latent space. By simply re-parameterizing the output of the DiT model, it can provide guidance for "free". Overall, RAEv2 leads to more than 10x faster convergence over the original RAE, achieving a state-of-the-art gFID of 1.06 in just 80 epochs on ImageNet-256. On FDr6, RAEv2 achieves a state-of-the-art 2.17 at just 80 epochs compared to the previous best 3.26 (800 epochs) without any post-training. This motivates EPFID@k (epochs to reach unguided gFID < k) as a measure of training efficiency. RAEv2 attains an EPFID@2 of 35 epochs, versus 177 for the original RAE. We also validate our approach across diverse settings for text-to-image generation and navigation world models, showing consistent improvements. The code is available at https://raev2.github.io.

📄 PDF Abstract BibTeX arXiv:2605.18324

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image Generation

Similar Papers 제목 키워드 기반

Integrating Product Coefficients for Improved 3D LiDAR Data Classification (Part II)

2025-10-17 · Patricia Medina, Rasika Karkare arxiv

This work extends our previous study on enhancing 3D LiDAR point-cloud classification with product coefficients \cite{medina2025integratingproductcoefficientsimproved}, measure-theoretic descriptors that complement the o…

Encoding Musical Style with Transformer Autoencoders

2019-12-10 · ICML 2020 1 · Kristy Choi, Curtis Hawthorne, Ian Simon, Monica Dinculescu 외

We consider the problem of learning high-level controls over the global structure of generated sequences, particularly in the context of symbolic music generation with complex language models. In this work, we present th…

Music Generation

Denoising Adversarial Autoencoders

2017-03-03 · Antonia Creswell, Anil Anthony Bharath

Unsupervised learning is of growing interest because it unlocks the potential held in vast amounts of unlabelled data to learn useful representations for inference. Autoencoders, a form of generative model, may be traine…

DenoisingGeneral Classification

Educating Text Autoencoders: Latent Representation Guidance via Denoising

2019-05-29 · ICML 2020 1 · Tianxiao Shen, Jonas Mueller, Regina Barzilay, Tommi Jaakkola

Generative autoencoders offer a promising approach for controllable text generation by leveraging their latent sentence representations. However, current models struggle to maintain coherent latent spaces required to per…

DenoisingSentenceStyle TransferText Generation+1

Deep Clustering with Measure Propagation

2021-04-18 · Minhua Chen, Badrinath Jayakumar, Padmasundari Gopalakrishnan, Qiming Huang 외

Deep models have improved state-of-the-art for both supervised and unsupervised learning. For example, deep embedded clustering (DEC) has greatly improved the unsupervised clustering performance, by using stacked autoenc…

ClusteringDeep ClusteringRepresentation LearningShort Text Clustering+2