English

DiP: Taming Diffusion Models in Pixel Space

Computer Vision and Pattern Recognition 2026-03-27 v3

Abstract

Diffusion models face a fundamental trade-off between generation quality and computational efficiency. Latent Diffusion Models (LDMs) offer an efficient solution but suffer from potential information loss and non-end-to-end training. In contrast, existing pixel space models bypass VAEs but are computationally prohibitive for high-resolution synthesis. To resolve this dilemma, we propose DiP, an efficient pixel space diffusion framework. DiP decouples generation into a global and a local stage: a Diffusion Transformer (DiT) backbone operates on large patches for efficient global structure construction, while a co-trained lightweight Patch Detailer Head leverages contextual features to restore fine-grained local details. This synergistic design achieves computational efficiency comparable to LDMs without relying on a VAE. DiP is accomplished with up to 10×\times faster inference speeds than previous method while increasing the total number of parameters by only 0.3%, and achieves an 1.79 FID score on ImageNet 256×\times256.

Keywords

Cite

@article{arxiv.2511.18822,
  title  = {DiP: Taming Diffusion Models in Pixel Space},
  author = {Zhennan Chen and Junwei Zhu and Xu Chen and Jiangning Zhang and Xiaobin Hu and Hanzhen Zhao and Chengjie Wang and Jian Yang and Ying Tai},
  journal= {arXiv preprint arXiv:2511.18822},
  year   = {2026}
}

Comments

Accepted by CVPR 2026

R2 v1 2026-07-01T07:51:38.837Z