paper-with-me

홈 › Papers

Token Pruning for In-Context Generation in Diffusion Transformers

2026-02-02 · Junqing Lin, Xingyu Zheng, Pei Cheng, Bin Fu, Jingwei Sun, Guangzhong Sun arxiv

In-context generation significantly enhances Diffusion Transformers (DiTs) by enabling controllable image-to-image generation through reference examples. However, the resulting input concatenation drastically increases sequence length, creating a substantial computational bottleneck. Existing token reduction techniques, primarily tailored for text-to-image synthesis, fall short in this paradigm as they apply uniform reduction strategies, overlooking the inherent role asymmetry between reference contexts and target latents across spatial, temporal, and functional dimensions. To bridge this gap, we introduce ToPi, a training-free token pruning framework tailored for in-context generation in DiTs. Specifically, ToPi utilizes offline calibration-driven sensitivity analysis to identify pivotal attention layers, serving as a robust proxy for redundancy estimation. Leveraging these layers, we derive a novel influence metric to quantify the contribution of each context token for selective pruning, coupled with a temporal update strategy that adapts to the evolving diffusion trajectory. Empirical evaluations demonstrate that ToPi can achieve over 30\% speedup in inference while maintaining structural fidelity and visual consistency across complex image generation tasks.

📄 PDF Abstract BibTeX arXiv:2602.01609

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Token Caching for Diffusion Transformer Acceleration

2024-09-27 · Jinming Lou, Wenyang Luo, Yufan Liu, Bing Li 외

Diffusion transformers have gained substantial interest in diffusion generative modeling due to their outstanding performance. However, their high computational cost, arising from the quadratic computational complexity o…

DenoisingScheduling

CoReDiT: Spatial Coherence-Guided Token Pruning and Reconstruction for Efficient Diffusion Transformers

2026-05-13 · Zhuojin Li, Hsin-Pai Cheng, Hong Cai, Shizhong Han 외 arxiv

Diffusion Transformers (DiTs) deliver remarkable image and video generation quality but incur high computational cost, limiting scalability and on-device deployment. We introduce CoReDiT, a structured token pruning frame…

Video Generation

Temporal Aware Pruning for Efficient Diffusion-based Video Generation

2026-05-18 · Sheng Li, Yang Sui, Junhao Ran, Bo Yuan 외 arxiv

Video diffusion models have recently enabled high-quality video generation with ViT-based architectures, but remain computationally intensive because generation requires attention computation over long spatiotemporal seq…

Video Generation

FlexDiT: Dynamic Token Density Control for Diffusion Transformer

2024-12-08 · Shuning Chang, Pichao Wang, Jiasheng Tang, Yi Yang

Diffusion Transformers (DiT) deliver impressive generative performance but face prohibitive computational demands due to both the quadratic complexity of token-based self-attention and the need for extensive sampling ste…

Computational EfficiencyDenoisingImage GenerationText to Image Generation+2

FullDiT2: Efficient In-Context Conditioning for Video Diffusion Transformers

2025-06-04 · Xuanhua He, Quande Liu, Zixuan Ye, Weicai Ye 외

Fine-grained and efficient controllability on video diffusion transformers has raised increasing desires for the applicability. Recently, In-context Conditioning emerged as a powerful paradigm for unified conditional vid…

Video EditingVideo Generation