A Frozen Pixel-Space Diffusion Model Can Guide Itself with Its Own Samples
Summary
This paper introduces Synthetic Self-Guidance (SSG), a method that attaches a lightweight prediction head to a frozen pretrained pixel-space diffusion model, using the discrepancy between intermediate and final predictions as self-guidance during sampling. It shows that model-generated samples suffice for training the head, improving FID by over 50% on several variants without classifier-free guidance and enhancing strong baselines with CFG.
View Cached Full Text
Cached at: 08/04/26, 01:39 PM
Paper page - A Frozen Pixel-Space Diffusion Model Can Guide Itself with Its Own Samples
Source: https://huggingface.co/papers/2607.29122
Abstract
Pixel-spacediffusionmodelsaimtolearnanend-to-endgeneratordirectlyoverrawpixels.Thisischallengingbecauseasinglemodelmustcapturebothglobalstructureandlocaltextureinthesamehigh-dimensionalspace.Whilerecentworkimprovespixeldiffusionthroughalternativepredictiontargets,trainingobjectives,andarchitectures,theseadvancestypicallyrequiretraininganewmodelfromscratch.Weshowthereisacheaper,complementarystrategy:afrozen,pretrainedpixeldiffusionmodelcanguideitself.Ourkeyobservationisthatintermediatelayersofapretrainedpixeldiffusiontransformercanbedecodedintocoarsepredictionsthatcapturethemainlow-frequencystructure,whilethefinallayersprogressivelyrefinelocal,high-frequencydetails.Wethereforeattachalightweightpredictionheadtoanintermediatelayer,keepthebackbonefrozen,andusethediscrepancybetweentheintermediateandfinalpredictionsasaself-guidancedirectionduringsampling.Totrainthishead,wefurtherfindthatrealimagesarenotnecessary.Instead,model-generatedsamplessufficeandevenoutperformrealimagesfortrainingthehead,especiallyinenhancingthehigh-frequencycomponentsthatpixeldiffusiontendstounderfit.AcrossmultiplepixeldiffusionmodelsonImageNet,ourSyntheticSelf-Guidance(SSG)consistentlyimprovesgenerationwhileadaptertrainingrequireslessthan1%offull-modeltrainingcompute:itreducesFIDbyover50%acrosstheevaluatedJiTvariantswithoutclassifier-freeguidance(CFG)andfurtherimprovesstrongbaselineswithCFG,e.g.,JiT-H/16from1.86to1.67andPixelREPA-H/16from1.81to1.59.Ourcodeisavailableathttps://github.com/zfu006/SSG.
View arXiv pageView PDFGitHub2Add to collection
Get this paper in your agent:
hf papers read 2607\.29122
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.29122 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.29122 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.29122 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.
Self Gradient Forcing: Native Long Video Extrapolation
Proposes Self Gradient Forcing (SGF), a two-pass training strategy for autoregressive video diffusion models that provides missing supervision for writing useful context memory, enabling strong long-video extrapolation even from short training windows.
GDSD: Reinforcement Learning as Guided Denoiser Self-Distillation for Diffusion Language Models
GDSD proposes a reinforcement learning method that directly distills denoisers from advantage-guided self-teachers for diffusion language models, avoiding biases from ELBO-based likelihood surrogates. It achieves up to +19.6% accuracy improvements on planning, math, and coding benchmarks over prior state-of-the-art methods.
ReGuide: From Test-Time Guidance to Self-Improving Diffusion Policies
ReGuide introduces a self-improving framework for diffusion policies that uses test-time guidance to generate corrective rollouts, then fine-tunes the policy on this data, achieving 1.3–7.7× success improvement on Robomimic tasks.
x-Prediction Is All You Need:Training-Free Accelerated Generation via Endpoint Decodability
This paper introduces Truncated Jump Sampling (TJS), a training-free method that accelerates diffusion and flow matching model generation by exploiting endpoint decodability, reducing neural function evaluations by 20–70% with near-matched quality across multiple models.