Registers Matter for Pixel-Space Diffusion Transformers
Summary
This paper explores the use of register tokens in pixel-space Diffusion Transformers (DiTs), finding they improve feature map quality despite DiTs lacking patch-token outliers. The authors propose Register Guidance, a technique to amplify register contributions for better visual structure.
View Cached Full Text
Cached at: 07/16/26, 09:42 AM
Paper page - Registers Matter for Pixel-Space Diffusion Transformers
Source: https://huggingface.co/papers/2605.16147 Published on Jul 6
·
Submitted byhttps://huggingface.co/quickjkee
nikitaon Jul 16
Abstract
VisionTransformers(ViTs)areknowntoexhibithigh-normpatch-tokenoutliersthatdegradefeaturemapquality,aproblemeffectivelymitigatedbyregistertokens.Asdiffusionmodelsincreasinglyadopttransformerarchitecturesandmovetowardpixel-spacetraining,theybecomecloserinformtoViTs,raisingthequestionofwhetherregistertokensarealsousefulforDiffusionTransformers(DiTs).Inthiswork,weshowthatDiTsdifferfromViTsinakeyrespect:theydonotexhibitpatch-tokenoutliersbutstillbenefitfromregisters.Interestingly,registersaremoreeffectiveinpixel-spaceDiTsthaninlatent-spaceDiTs.Byanalyzingintermediaterepresentations,wefindthatregistertokensproducecleanerfeaturemapsathighnoiselevels,whichmaycontributetotheireffectivenessinpixel-spacegeneration.Wefurtherobservethatrecentpixel-spaceDiTarchitecturesimplicitlyincorporateregister-likemechanisms,whichmaypartiallyaccountfortheirstrongempiricalperformance.Motivatedbytheseobservations,weproposeRegisterGuidance,atechniquethatamplifiesthecontributionofregistertokensresponsibleforimprovingvisualstructureandcoherence.
View arXiv pageView PDFProject pageGitHub7Add to collection
Get this paper in your agent:
hf papers read 2605\.16147
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/2605.16147 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.16147 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.16147 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
Text Template Tokens Are Implicit Semantic Registers in Diffusion Transformers
This paper investigates how text template tokens in diffusion transformers (DiTs) act as implicit semantic registers that causally maintain object identity during denoising, and proposes a training-free pruning rule that removes 20% of attention FLOPs with minimal performance drop.
PointDiT: Pixel-Space Diffusion for Monocular Geometry Estimation
PointDiT presents a minimalist pixel-space diffusion transformer using a plain ViT architecture for monocular geometry estimation, outperforming complex latent-based models while maintaining simplicity and robustness in ambiguous regions.
Appearance Pointers -- Multimodal Region Control of Diffusion Transformers
Introduces appearance pointers, compact tokens that guide Diffusion Transformers to apply correct appearance cues at specified spatial locations, enabling modality-agnostic localized multimodal control without retraining the base model.
An Empirical Study of Training Pixel-Space Text-to-Image Diffusion Models
This paper proposes a latent-to-pixel training strategy for pixel-space text-to-image diffusion models, accelerating convergence and improving inference speed while matching or surpassing latent-space counterparts.
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.