paper-with-me

홈 › Papers

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

2026-03-15 · Mang Ning, Mingxiao Li, Le Zhang, Lanmiao Liu, Matthew B. Blaschko, Albert Ali Salah, Itir Onal Ertugrul 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 low and mid spatial frequencies, and that the power-law power spectral density (PSD) of natural images makes this bias perceptually beneficial. Motivated by this result, we propose the \emph{Spectrum Matching Hypothesis}: latents with superior diffusability should (i) follow a flattened power-law PSD (\emph{Encoding Spectrum Matching}, ESM) and (ii) preserve frequency-to-frequency semantic correspondence through the decoder (\emph{Decoding Spectrum Matching}, DSM). In practice, we apply ESM by matching the PSD between images and latents, and DSM via shared spectral masking with frequency-aligned reconstruction. Importantly, Spectrum Matching provides a unified view that clarifies prior observations of over-noisy or over-smoothed latents, and interprets several recent methods as special cases (e.g., VA-VAE, EQ-VAE). Experiments suggest that Spectrum Matching yields superior diffusion generation on CelebA and ImageNet datasets, and outperforms prior approaches. Finally, we extend the spectral view to representation alignment (REPA): we show that the directional spectral energy of the target representation is crucial for REPA, and propose a DoG-based method to further improve the performance of REPA. Our code is available https://github.com/forever208/SpectrumMatching.

📄 PDF Abstract BibTeX arXiv:2603.14645

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic correspondence

Similar Papers 제목 키워드 기반

Delving into Latent Spectral Biasing of Video VAEs for Superior Diffusability

2025-12-05 · Shizhan Liu, Xinran Deng, Zhuoyi Yang, Jiayan Teng 외 arxiv

Latent diffusion models pair VAEs with diffusion backbones, and the structure of VAE latents strongly influences the difficulty of diffusion training. However, existing video VAEs typically focus on reconstruction fideli…

Text-to-Video Generation

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

Rethinking the Diffusion Model from a Langevin Perspective

2026-04-12 · Candi Zheng, Yuan Lan arxiv

Diffusion models are often introduced from multiple perspectives, such as VAEs, score matching, or flow matching, accompanied by dense and technically demanding mathematics that can be difficult for beginners to grasp. O…