f-DM: A Multi-stage Diffusion Model via Progressive Signal Transformation
Jiatao Gu, Shuangfei Zhai, Yizhe Zhang, Miguel Angel Bautista, Josh Susskind
TL;DR
f-DM introduces a multi-stage diffusion framework that enables progressive signal transformations within diffusion models. By integrating a sequence of deterministic transformations (downsampling, blurring, or learned encoders/decoders) with stage-wise forward diffusion, interpolation, and boundary-respecting noise rescaling, it achieves efficient, semantically interpretable generation while preserving a single diffusion process. The approach supports unconditional generation and conditional tasks such as super-resolution and deblurring, and demonstrates competitive or superior results on FFHQ, AFHQ, LSUN, and ImageNet relative to baselines and specialized variants. Ablation studies show the importance of interpolation and resolution-aware SNR rescaling, and the method enables latent-space manipulation and direct diffusion over transformed signals without training separate cascades.
Abstract
Diffusion models (DMs) have recently emerged as SoTA tools for generative modeling in various domains. Standard DMs can be viewed as an instantiation of hierarchical variational autoencoders (VAEs) where the latent variables are inferred from input-centered Gaussian distributions with fixed scales and variances. Unlike VAEs, this formulation limits DMs from changing the latent spaces and learning abstract representations. In this work, we propose f-DM, a generalized family of DMs which allows progressive signal transformation. More precisely, we extend DMs to incorporate a set of (hand-designed or learned) transformations, where the transformed input is the mean of each diffusion step. We propose a generalized formulation and derive the corresponding de-noising objective with a modified sampling algorithm. As a demonstration, we apply f-DM in image generation tasks with a range of functions, including down-sampling, blurring, and learned transformations based on the encoder of pretrained VAEs. In addition, we identify the importance of adjusting the noise levels whenever the signal is sub-sampled and propose a simple rescaling recipe. f-DM can produce high-quality samples on standard image generation benchmarks like FFHQ, AFHQ, LSUN, and ImageNet with better efficiency and semantic interpretation.
