CVAILGFeb 20, 2025

Improving the Diffusability of Autoencoders

arXiv:2502.14831v362 citationsh-index: 29Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in latent diffusion models for image and video generation, offering an incremental improvement with practical benefits.

The paper tackled the problem of high-frequency components in autoencoder latent spaces hindering diffusion model generation quality, and proposed a scale equivariance regularization that reduced FID by 19% for images and FVD by at least 44% for videos.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes