paper-with-me

Papers

DDiT: Dynamic Patch Scheduling for Efficient Diffusion Transformers

2026-02-19 · Dahye Kim, Deepti Ghadiyaram, Raghudeep Gadde arxiv

Diffusion Transformers (DiTs) have achieved state-of-the-art performance in image and video generation, but their success comes at the cost of heavy computation. This inefficiency is largely due to the fixed tokenization process, which uses constant-sized patches throughout the entire denoising phase, regardless of the content's complexity. We propose dynamic tokenization, an efficient test-time strategy that varies patch sizes based on content complexity and the denoising timestep. Our key insight is that early timesteps only require coarser patches to model global structure, while later iterations demand finer (smaller-sized) patches to refine local details. During inference, our method dynamically reallocates patch sizes across denoising steps for image and video generation and substantially reduces cost while preserving perceptual generation quality. Extensive experiments demonstrate the effectiveness of our approach: it achieves up to $3.52\times$ and $3.2\times$ speedup on FLUX-1.Dev and Wan $2.1$, respectively, without compromising the generation quality and prompt adherence.

📄 PDF Abstract BibTeX arXiv:2602.16968

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Memory-Efficient Fine-Tuning Diffusion Transformers via Dynamic Patch Sampling and Block Skipping

2026-03-21 · Sunghyun Park, Jeongho Kim, Hyoungwoo Park, Debasmit Das 외 arxiv

Diffusion Transformers (DiTs) have significantly enhanced text-to-image (T2I) generation quality, enabling high-quality personalized content creation. However, fine-tuning these models requires substantial computational …

Fast Training of Diffusion Models with Masked Transformers

2023-06-15 · Hongkai Zheng, Weili Nie, Arash Vahdat, Anima Anandkumar

We propose an efficient approach to train large diffusion models with masked transformers. While masked transformers have been extensively explored for representation learning, their application to generative learning is…

DecoderDenoisingRepresentation Learning

Scalable Diffusion Models with Transformers

2022-12-19 · ICCV 2023 1 · William Peebles, Saining Xie

We explore a new class of diffusion models based on the transformer architecture. We train latent diffusion models of images, replacing the commonly-used U-Net backbone with a transformer that operates on latent patches.…

Image Generation

MPDiT: Multi-Patch Global-to-Local Transformer Architecture For Efficient Flow Matching and Diffusion Model

2026-03-27 · Quan Dao, Dimitris Metaxas arxiv

Transformer architectures, particularly Diffusion Transformers (DiTs), have become widely used in diffusion and flow-matching models due to their strong performance compared to convolutional UNets. However, the isotropic…

APT: Improving Diffusion Models for High Resolution Image Generation with Adaptive Path Tracing

2025-07-29 · Sangmin Han, Jinho Jeong, Jinwoo Kim, Seon Joo Kim arxiv

Latent Diffusion Models (LDMs) are generally trained at fixed resolutions, limiting their capability when scaling up to high-resolution images. While training-based approaches address this limitation by training on high-…

Image Generation