Spectral Prior for Reducing Exposure Bias in Diffusion Models
Summary
This paper proposes Spectral Alignment (SPA), a lightweight guidance-based method that reduces exposure bias in diffusion models by calibrating the power spectrum of intermediate predictions, showing consistent improvements across pixel-space, latent, and flow-matching models with minimal computational overhead.
View Cached Full Text
Cached at: 07/27/26, 09:43 AM
Paper page - Spectral Prior for Reducing Exposure Bias in Diffusion Models
Source: https://huggingface.co/papers/2607.22091
Abstract
Diffusionmodelstypicallysufferfromerroraccumulationduringiterativesampling,commonlyreferredtoasexposurebias.Werevealsystematicfrequency-dependentdiscrepanciesbetweentrainingandinference,whichcanbeinterpretedasfrequency-dependentSNRerror.Crucially,thedirectionofthismismatchvariesacrossmodelsandtimesteps,indicatingthatfixedcorrectionrulesdonotgeneralize.WeproposeSpectralAlignment(SPA),alightweight,guidance-basedmethodthatcalibratesthepowerspectrumofintermediatepredictionstoapre-computedprior.Ourapproachconsistsoftwostages:(1)offlinefittingofaparametricspectrummodelfromtrainingdata,and(2)inference-timeguidanceviaefficientFFT-basedgradientcomputation.SPAintroducesminimalcomputationaloverhead(3-4\%)andiscomplementarytoClassifier-FreeGuidance(CFG).Wedemonstrateconsistentimprovementsacrossdiversearchitectures,frompixel-spacemodels(DDPM,ADM)tolatentdiffusionmodels(SD2.0,SDXL)andflow-matchingmodels(SD3.5,FLUX).Ourimplementationisavailableathttps://github.com/SonyResearch/SPA.
View arXiv pageView PDFGitHub0Add to collection
Get this paper in your agent:
hf papers read 2607\.22091
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.22091 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.22091 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.22091 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Spectral Guidance for Flexible and Efficient Control of Diffusion Models
Introduces Spectral Guidance, a framework for controlling diffusion models by leveraging low-dimensional representations of the diffusion process, enabling flexible and stable control without task-specific retraining or backpropagation through the denoiser.
Elucidating the SNR-t Bias of Diffusion Probabilistic Models
This paper identifies a Signal-to-Noise Ratio timestep (SNR-t) bias in diffusion probabilistic models during inference, where SNR-timestep alignment from training is disrupted at inference time. The authors propose a differential correction method that decomposes samples into frequency components and corrects each separately, improving generation quality across models like IDDPM, ADM, DDIM, EDM, and FLUX with minimal computational overhead.
Learning to Discretize: Diffusion-Based Adaptive Mesh with Spectral Guidance
This paper proposes a diffusion-based framework for learning adaptive mesh discretization conditioned on observed PDE dynamics, using spectral guidance and physics constraints to allocate resolution where needed. The method achieves competitive or superior performance across five PDE regimes.
Show the Signal, Hide the Noise: Spectral Forcing for Pixel-Space Diffusion
A new technique called Spectral Forcing applies a time-conditional 2D-DCT low-pass operator to pixel-space diffusion models, improving efficiency by explicitly separating signal from noise and outperforming baselines on ImageNet and text-to-image tasks.
SEGA: Spectral-Energy Guided Attention for Resolution Extrapolation in Diffusion Transformers
SEGA is a training-free method that improves high-resolution text-to-image generation by adaptively scaling attention across RoPE components based on spatial-frequency structure during denoising steps.