paper-with-me

Papers

Text Template Tokens Are Implicit Semantic Registers in Diffusion Transformers

2026-07-21 · Maohua Li, Qirui Li, Yanke Zhou, Yiduo Li, Zhaosheng Chi, Chao Xu, Cuifeng Shen, Yixuan Xu, Hanlin Tang, Kan Liu, Tao Lan, Lin Qu, Shao-Qun Zhang hf

Modern text-to-image diffusion transformers (DiTs) generate images through joint attention, in which text and image tokens interact directly within a single sequence. In large-scale DiTs, the conditioning input contains not only the user prompt but also chat-template tokens introduced by LLM-based text encoders. Yet how these tokens participate in the denoising computation remains poorly understood. To probe this, we introduce a causal interpretability framework. Using it to separate prompt-content tokens from chat-template tokens, we find that the template tokens carry little prompt-specific information at the encoder output. Yet surprisingly, they emerge as dominant image-to-text attention sinks and causally maintain object identity inside the DiT, acting as implicit semantic registers. We show that they acquire this identity indirectly. Rather than reading the prompt tokens, they draw the identity from the image latents into which the prompt semantics have already been injected at the very first layer. We further reveal a division of labor across heads and depth in DiTs, where distinct heads route semantics or render visual structure, and identity is committed in early blocks, carried by middle blocks, and refined in late ones. As a practical payoff, this analysis yields a training-free pruning rule that removes the causally inert prompt-reading heads and cuts $20\%$ of joint-attention FLOPs at a $1.4$-point cost in GenEval accuracy. Overall, our work not only reveals that the tokens encoding semantics at the input need not be those that maintain them during generation, but also provides a causal view of internal mechanisms in diffusion transformers.

📄 PDF Abstract BibTeX arXiv:2607.19139

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Taming Outlier Tokens in Diffusion Transformers

2026-05-06 · Xiaoyu Wu, Yifei Wang, Tsu-Jui Fu, Liang-Chieh Chen 외 arxiv

We study outlier tokens in Diffusion Transformers (DiTs) for image generation. Prior work has shown that Vision Transformers (ViTs) can produce a small number of high-norm tokens that attract disproportionate attention w…

Text-to-Image Generation

Registers Matter for Pixel-Space Diffusion Transformers

2026-05-15 · Nikita Starodubcev, Ilia Sudakov, Ilya Drobyshevskiy, Artem Babenko 외 arxiv

Vision Transformers (ViTs) are known to exhibit high-norm patch-token outliers that degrade feature map quality, a problem effectively mitigated by register tokens. As diffusion models increasingly adopt transformer arch…

Imagine Before Concentration: Diffusion-Guided Registers Enhance Partially Relevant Video Retrieval

2026-04-04 · Jun Li, Xuhang Lou, Jinpeng Wang, Yuting Wang 외 arxiv

Partially Relevant Video Retrieval (PRVR) aims to retrieve untrimmed videos based on text queries that describe only partial events. Existing methods suffer from incomplete global contextual perception, struggling with q…

Partially Relevant Video RetrievalRepresentation Learning

Efficient Vision-Language Models by Summarizing Visual Tokens into Compact Registers

2024-10-17 · Yuxin Wen, Qingqing Cao, Qichen Fu, Sachin Mehta 외

Recent advancements in vision-language models (VLMs) have expanded their potential for real-world applications, enabling these models to perform complex reasoning on images. In the widely used fully autoregressive transf…

Computational Efficiency

Register Tokens for Bounded-State Reasoning in Diffusion Language Models

2026-09-14 · Albert Ge, Chandan Singh, Yufan Zhuang, Xiaodong Liu 외 hf

Masked diffusion language models (dLLMs) generate text by iteratively denoising masked tokens with bidirectional attention. Extending reasoning across generation chunks normally requires keeping earlier generated text in…

Reinforcement LearningCode Generation