Improving the Diffusability of Autoencoders
Ivan Skorokhodov, Sharath Girish, Benran Hu, Willi Menapace, Yanyu Li, Rameen Abdal, Sergey Tulyakov, Aliaksandr Siarohin
TL;DR
The paper tackles a gap in latent diffusion modeling by focusing on diffusability—the spectral alignment between autoencoder latents and RGB signals. It identifies that high-frequency content in latent spaces, especially with larger bottleneck channels, disrupts the coarse-to-fine diffusion process and harms generation quality. A simple scale equivariance regularization, implemented via downsampling consistency between latents and RGB, reduces these high-frequency components while preserving reconstruction, leading to sizable gains: up to about 19% lower FID on ImageNet-1K-$256^2$ and at least 44% lower FVD on Kinetics-700-$17\times256^2$, across multiple autoencoders and diffusion backbones. The results demonstrate that modest code changes and limited fine-tuning can substantially enhance diffusability and downstream generation quality, with a clear path for future extensions to adaptive spectral regularization and temporal scale-equivariance for video models.
Abstract
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 $256^2$ and FVD by at least 44% for video generation on Kinetics-700 $17 \times 256^2$. The source code is available at https://github.com/snap-research/diffusability.
