paper-with-me

홈 › Papers

Improving the Diffusability of Autoencoders

2025-02-20 · Ivan Skorokhodov, Sharath Girish, Benran Hu, Willi Menapace, Yanyu Li, Rameen Abdal, Sergey Tulyakov, Aliaksandr Siarohin

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 256x256 and FVD by at least 44% for video generation on Kinetics-700 17x256x256.

📄 PDF Abstract BibTeX arXiv:2502.14831

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage GenerationVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Spectrum Matching: a Unified Perspective for Superior Diffusability in Latent Diffusion

2026-03-15 · Mang Ning, Mingxiao Li, Le Zhang, Lanmiao Liu 외 arxiv

In this paper, we study the diffusability (learnability) of variational autoencoders (VAE) in latent diffusion. First, we show that pixel-space diffusion trained with an MSE objective is inherently biased toward learning…

Semantic correspondence

Qwen-Image-VAE-2.0 Technical Report

2026-05-13 · Zekai Zhang, Deqing Li, Kuan Cao, Yujia Wu 외 arxiv

We present Qwen-Image-VAE-2.0, a suite of high-compression Variational Autoencoders (VAEs) that achieve significant advances in both reconstruction fidelity and diffusability. To address the reconstruction bottlenecks of…

Computational Efficiency

Understanding Latent Diffusability via Fisher Geometry

2026-04-03 · Jing Gu, Morteza Mardani, Wonjun Lee, Dongmian Zou 외 arxiv

Diffusion models often degrade in latent spaces, yet the formal causes remain poorly understood. We quantify latent-space diffusability via the rate of change of the Minimum Mean Squared Error (MMSE) along the diffusion …

PuYun-LDM: A Latent Diffusion Model for High-Resolution Ensemble Weather Forecasts

2026-02-12 · Lianjun Wu, Shengchen Zhu, Yuxuan Liu, Liuyu Kai 외 arxiv

Latent diffusion models (LDMs) suffer from limited diffusability in high-resolution (<=0.25°) ensemble weather forecasting, where diffusability characterizes how easily a latent data distribution can be modeled by a diff…

Weather Forecasting

Diffusing in the Right Space: A Systematic Study of Latent Diffusability

2026-06-02 · Tianxiong Zhong, Xingye Tian, Xuebo Wang, Xin Tao 외 arxiv

Latent diffusion models leverage visual tokenizers to compress images into latent spaces for efficient generative modeling. However, better reconstruction quality of a tokenizer does not necessarily translate into better…