CVAIApr 8, 2025

DDT: Decoupled Diffusion Transformer

arXiv:2504.05741v265 citationsh-index: 1
Originality Highly original
AI Analysis

This addresses a fundamental bottleneck in diffusion transformers for image generation, offering significant improvements in training efficiency and generation quality.

The paper tackles the optimization dilemma in diffusion transformers where encoding low-frequency semantics conflicts with high-frequency decoding, proposing DDT with a decoupled design of a condition encoder and velocity decoder. The result is state-of-the-art performance with 1.31 FID on ImageNet 256×256 (nearly 4× faster training convergence) and 1.28 FID on ImageNet 512×512, plus enhanced inference speed through self-condition sharing.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes