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

DeCo: Frequency-Decoupled Pixel Diffusion for End-to-End Image Generation

About

Pixel diffusion aims to generate images directly in pixel space in an end-to-end fashion. This approach avoids the limitations of VAE in the two-stage latent diffusion, offering higher model capacity. Existing pixel diffusion models suffer from slow training and inference, as they usually model both high-frequency signals and low-frequency semantics within a single diffusion transformer (DiT). To pursue a more efficient pixel diffusion paradigm, we propose the frequency-DeCoupled pixel diffusion framework. With the intuition to decouple the generation of high and low frequency components, we leverage a lightweight pixel decoder to generate high-frequency details conditioned on semantic guidance from the DiT. This thus frees the DiT to specialize in modeling low-frequency semantics. In addition, we introduce a frequency-aware flow-matching loss that emphasizes visually salient frequencies while suppressing insignificant ones. Extensive experiments show that DeCo achieves superior performance among pixel diffusion models, attaining FID of 1.62 (256x256) and 2.22 (512x512) on ImageNet, closing the gap with latent diffusion methods. Furthermore, our pretrained text-to-image model achieves a leading overall score of 0.86 on GenEval in system-level comparison. Codes are publicly available at https://github.com/Zehong-Ma/DeCo.

Zehong Ma, Longhui Wei, Shuai Wang, Shiliang Zhang, Qi Tian• 2025

Related benchmarks

TaskDatasetResultRank
Class-conditional Image GenerationImageNet 256x256 (val)
FID1.9
427
Text-to-Image GenerationGenEval
Overall Score86
391
Image GenerationImageNet 256x256
IS304
359
Image GenerationImageNet 256x256 (val)
FID1.62
340
Class-conditional Image GenerationImageNet 512x512 (val)
FID (Val)2.22
97
Text-to-Image GenerationDPG-Bench
Average Score81.4
51
Class-conditional Image GenerationImageNet-1K 256x256 1.0 (train)
gFID1.69
35
Class-to-image generationImageNet 256x256
FID14.88
24
Showing 8 of 8 rows

Other info

GitHub

Follow for update