paper-with-me

홈 › Papers

Rethinking Global Text Conditioning in Diffusion Transformers

2026-02-09 · Nikita Starodubcev, Daniil Pakhomov, Zongze Wu, Ilya Drobyshevskiy, Yuchen Liu, Zhonghao Wang, Yuqian Zhou, Zhe Lin, Dmitry Baranchuk arxiv

Diffusion transformers typically incorporate textual information via attention layers and a modulation mechanism using a pooled text embedding. Nevertheless, recent approaches discard modulation-based text conditioning and rely exclusively on attention. In this paper, we address whether modulation-based text conditioning is necessary and whether it can provide any performance advantage. Our analysis shows that, in its conventional usage, the pooled embedding contributes little to overall performance, suggesting that attention alone is generally sufficient for faithfully propagating prompt information. However, we reveal that the pooled embedding can provide significant gains when used from a different perspective-serving as guidance and enabling controllable shifts toward more desirable properties. This approach is training-free, simple to implement, incurs negligible runtime overhead, and can be applied to various diffusion models, bringing improvements across diverse tasks, including text-to-image/video generation and image editing.

📄 PDF Abstract BibTeX arXiv:2602.09268

Code (0)

등록된 구현이 없습니다.

Tasks

Video GenerationImage Editing

Similar Papers 제목 키워드 기반

VolDiT: Controllable Volumetric Medical Image Synthesis with Diffusion Transformers

2026-03-26 · Marvin Seyfarth, Salman Ul Hassan Dar, Yannik Frisch, Philipp Wild 외 arxiv

Diffusion models have become a leading approach for high-fidelity medical image synthesis. However, most existing methods for 3D medical image generation rely on convolutional U-Net backbones within latent diffusion fram…

Medical Image Generation

Image-to-Image Translation with Diffusion Transformers and CLIP-Based Image Conditioning

2025-05-21 · Qiang Zhu, Kuan Lu, Menghao Huo, Yuxiao Li

Image-to-image translation aims to learn a mapping between a source and a target domain, enabling tasks such as style transfer, appearance transformation, and domain adaptation. In this work, we explore a diffusion-based…

DenoisingDomain AdaptationImage-to-Image TranslationStyle Transfer+1

DP-aware AdaLN-Zero: Taming Conditioning-Induced Heavy-Tailed Gradients in Differentially Private Diffusion

2026-02-26 · Tao Huang, Jiayang Meng, Xu Yang, Chen Hou 외 arxiv

Condition injection enables diffusion models to generate context-aware outputs, which is essential for many time-series tasks. However, heterogeneous conditional contexts (e.g., observed history, missingness patterns or …

DiC: Rethinking Conv3x3 Designs in Diffusion Models

2024-12-31 · CVPR 2025 1 · Yuchuan Tian, Jing Han, Chengcheng Wang, Yuchen Liang 외

Diffusion models have shown exceptional performance in visual generation tasks. Recently, these models have shifted from traditional U-Shaped CNN-Attention hybrid structures to fully transformer-based isotropic architect…

Decoder

Rethinking Cross-Layer Information Routing in Diffusion Transformers

2026-05-20 · Chao Xu, Maohua Li, Qirui Li, Yixuan Xu 외 arxiv

Diffusion Transformers (DiTs) have become a de facto backbone of modern visual generation, and nearly every major axis of their design -- tokenization, attention, conditioning, objectives, and latent autoencoders -- has …