DGAE: Diffusion-Guided Autoencoder for Efficient Latent Representation Learning
Dongxu Liu, Jiahui Zhu, Yuang Peng, Haomiao Tang, Yuwei Chen, Chunrui Han, Zheng Ge, Daxin Jiang, Mingxue Liao
TL;DR
DGAE addresses the trade-off between spatial compression and reconstruction fidelity by moving the diffusion model into the decoder, making the latent space more compact without sacrificing detail. The approach replaces the conventional Gaussian decoder with a conditional diffusion decoder guided by latent z, and optimizes a score-based objective alongside KL and perceptual losses. Empirical results show DGAE preserves high-frequency textures at smaller latents, scales effectively with larger decoders, and yields latent representations that enable faster convergence for latent diffusion models on ImageNet-1K. This diffusion-guided decoding offers a stable, efficient path to high-quality reconstruction and rapid diffusion-based generation with reduced latent dimensionality. The work highlights the decoder’s central role in autoencoders and demonstrates practical benefits for downstream diffusion training and high-resolution image synthesis.
Abstract
Autoencoders empower state-of-the-art image and video generative models by compressing pixels into a latent space through visual tokenization. Although recent advances have alleviated the performance degradation of autoencoders under high compression ratios, addressing the training instability caused by GAN remains an open challenge. While improving spatial compression, we also aim to minimize the latent space dimensionality, enabling more efficient and compact representations. To tackle these challenges, we focus on improving the decoder's expressiveness. Concretely, we propose DGAE, which employs a diffusion model to guide the decoder in recovering informative signals that are not fully decoded from the latent representation. With this design, DGAE effectively mitigates the performance degradation under high spatial compression rates. At the same time, DGAE achieves state-of-the-art performance with a 2x smaller latent space. When integrated with Diffusion Models, DGAE demonstrates competitive performance on image generation for ImageNet-1K and shows that this compact latent representation facilitates faster convergence of the diffusion model.
