Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DDT: Decoupled Diffusion Transformer

About

Diffusion transformers have demonstrated remarkable generation quality, albeit requiring longer training iterations and numerous inference steps. In each denoising step, diffusion transformers encode the noisy inputs to extract the lower-frequency semantic component and then decode the higher frequency with identical modules. This scheme creates an inherent optimization dilemma: encoding low-frequency semantics necessitates reducing high-frequency components, creating tension between semantic encoding and high-frequency decoding. To resolve this challenge, we propose a new \textbf{\color{ddt}D}ecoupled \textbf{\color{ddt}D}iffusion \textbf{\color{ddt}T}ransformer~(\textbf{\color{ddt}DDT}), with a decoupled design of a dedicated condition encoder for semantic extraction alongside a specialized velocity decoder. Our experiments reveal that a more substantial encoder yields performance improvements as model size increases. For ImageNet $256\times256$, Our DDT-XL/2 achieves a new state-of-the-art performance of {1.31 FID}~(nearly $4\times$ faster training convergence compared to previous diffusion transformers). For ImageNet $512\times512$, Our DDT-XL/2 achieves a new state-of-the-art FID of 1.28. Additionally, as a beneficial by-product, our decoupled architecture enhances inference speed by enabling the sharing self-condition between adjacent denoising steps. To minimize performance degradation, we propose a novel statistical dynamic programming approach to identify optimal sharing strategies.

Shuai Wang, Zhi Tian, Weilin Huang, Limin Wang• 2025

Related benchmarks

TaskDatasetResultRank
Class-conditional Image GenerationImageNet 256x256
Inception Score (IS)310.6
967
Image GenerationImageNet 256x256
IS310.6
517
Class-conditional Image GenerationImageNet 256x256 (val)
Inception Score (IS)310.6
493
Image GenerationImageNet 256x256 (val)
FID1.26
399
Class-conditional Image GenerationImageNet 256x256 (train)
IS310.6
367
Class-conditional Image GenerationImageNet 256x256 (test)
FID1.26
223
Class-conditional Image GenerationImageNet 256x256 (train val)
FID1.26
203
Image ReconstructionImageNet 256x256
rFID0.61
202
Class-conditional Image GenerationImageNet (val)
IS310.6
116
Class-conditional generationImageNet 256 x 256 1k (val)
FID1.26
104
Showing 10 of 20 rows

Other info

Code

Follow for update