VAE-REPA: Variational Autoencoder Representation Alignment for Efficient Diffusion Training
Mengmeng Wang, Dengyang Jiang, Liuzhuozheng Li, Yucheng Lin, Guojiang Shen, Xiangjie Kong, Yong Liu, Guang Dai, Jingdong Wang
TL;DR
VAE-REPA introduces a lightweight intrinsic guidance mechanism for diffusion transformers by leveraging off-the-shelf pre-trained SD-VAE features. A small projection head aligns SiT’s intermediate latent representations with the rich priors encoded in VAE features via a smooth-L1 alignment loss, enabling faster training and better generation without external encoders or teacher models. The approach achieves notable gains on ImageNet 256×256, matching or surpassing state-of-the-art acceleration methods while adding only about 4% GFLOPs. It also generalizes to text-to-image tasks and remains compatible with other acceleration strategies, offering a practical path toward efficient diffusion training with minimal overhead.
Abstract
Denoising-based diffusion transformers, despite their strong generation performance, suffer from inefficient training convergence. Existing methods addressing this issue, such as REPA (relying on external representation encoders) or SRA (requiring dual-model setups), inevitably incur heavy computational overhead during training due to external dependencies. To tackle these challenges, this paper proposes \textbf{\namex}, a lightweight intrinsic guidance framework for efficient diffusion training. \name leverages off-the-shelf pre-trained Variational Autoencoder (VAE) features: their reconstruction property ensures inherent encoding of visual priors like rich texture details, structural patterns, and basic semantic information. Specifically, \name aligns the intermediate latent features of diffusion transformers with VAE features via a lightweight projection layer, supervised by a feature alignment loss. This design accelerates training without extra representation encoders or dual-model maintenance, resulting in a simple yet effective pipeline. Extensive experiments demonstrate that \name improves both generation quality and training convergence speed compared to vanilla diffusion transformers, matches or outperforms state-of-the-art acceleration methods, and incurs merely 4\% extra GFLOPs with zero additional cost for external guidance models.
