Latent diffusion models have emerged as the leading approach for generating high-quality images and videos, utilizing compressed latent representations to reduce the computational burden of the diffusion process. While recent advancements have primarily focused on scaling diffusion backbones and improving autoencoder reconstruction quality, the interaction between these components has received comparatively less attention. In this work, we perform a spectral analysis of modern autoencoders and identify inordinate high-frequency components in their latent spaces, which are especially pronounced in the autoencoders with a large bottleneck channel size. We hypothesize that this high-frequency component interferes with the coarse-to-fine nature of the diffusion synthesis process and hinders the generation quality. To mitigate the issue, we propose scale equivariance: a simple regularization strategy that aligns latent and RGB spaces across frequencies by enforcing scale equivariance in the decoder. It requires minimal code changes and only up to 20K autoencoder fine-tuning steps, yet significantly improves generation quality, reducing FID by 19% for image generation on ImageNet-1K 2562 and FVD by at least 44% for video generation on Kinetics-700 17×2562. The source code is available at https://github.com/snap-research/diffusability.
@article{arxiv.2502.14831,
title = {Improving the Diffusability of Autoencoders},
author = {Ivan Skorokhodov and Sharath Girish and Benran Hu and Willi Menapace and Yanyu Li and Rameen Abdal and Sergey Tulyakov and Aliaksandr Siarohin},
journal= {arXiv preprint arXiv:2502.14831},
year = {2025}
}