paper-with-me

Papers

Pixel-Space Diffusion Transformers

2026-07-20 · Renye Yan, Jikang Cheng, You Wu, Ling Liang, Wei Peng, Athanasios V. Vasilakos, Qingyu Zhao, Yu Zhang, Yimao Cai, Kilian M. Pohl, Guoying Zhao arxiv

Latent diffusion models (LDMs) enable efficient high-resolution image synthesis by denoising in a VAE-compressed latent space. However, fixed visual tokenizers can discard fine textures and structural details, while separate representation and diffusion training creates a mismatch between reconstruction and generation objectives. These limitations have renewed interest in pixel-space diffusion, which models raw pixels directly, removes the VAE bottleneck, and supports end-to-end optimization. This formulation better matches the demands of high-fidelity generation but introduces challenges in high-dimensional modeling, including noise scheduling, loss weighting, token efficiency, and scalable architecture design. Pixel-space modeling also offers a promising basis for unified multimodal systems: raw pixels, text, and task conditions can be represented in a shared token space and jointly processed by a single Transformer, narrowing the gap between visual understanding and generation. This paper reviews Pixel-Space Diffusion Transformers (pDiTs) from the perspectives of model architecture, continuous generative mechanisms, and unified multimodal modeling. We summarize representative methods, identify key technical challenges, and discuss future directions toward high-fidelity, end-to-end vision foundation models that integrate generation and understanding.

📄 PDF Abstract BibTeX arXiv:2607.17585

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PixelDiT: Pixel Diffusion Transformers for Image Generation

2025-11-25 · Yongsheng Yu, Wei Xiong, Weili Nie, Yichen Sheng 외 arxiv

Latent-space modeling has been the standard for Diffusion Transformers (DiTs). However, it relies on a two-stage pipeline where the pretrained autoencoder introduces lossy reconstruction, leading to error accumulation wh…

Text-to-Image Generation

Registers Matter for Pixel-Space Diffusion Transformers

2026-05-15 · Nikita Starodubcev, Ilia Sudakov, Ilya Drobyshevskiy, Artem Babenko 외 arxiv

Vision Transformers (ViTs) are known to exhibit high-norm patch-token outliers that degrade feature map quality, a problem effectively mitigated by register tokens. As diffusion models increasingly adopt transformer arch…

Pixel-Perfect Depth with Semantics-Prompted Diffusion Transformers

2025-10-08 · Gangwei Xu, Haotong Lin, Hongcheng Luo, Xianqi Wang 외 arxiv

This paper presents Pixel-Perfect Depth, a monocular depth estimation model based on pixel-space diffusion generation that produces high-quality, flying-pixel-free point clouds from estimated depth maps. Current generati…

Monocular Depth EstimationPoint Clouds

Representation Alignment for Just Image Transformers is not Easier than You Think

2026-03-15 · Jaeyo Shin, Jiwook Kim, Hyunjung Shim arxiv

Representation Alignment (REPA) has emerged as a simple way to accelerate Diffusion Transformers training in latent space. At the same time, pixel-space diffusion transformers such as Just image Transformers (JiT) have a…

Scalable High-Resolution Pixel-Space Image Synthesis with Hourglass Diffusion Transformers

2024-01-21 · Katherine Crowson, Stefan Andreas Baumann, Alex Birch, Tanishq Mathew Abraham 외

We present the Hourglass Diffusion Transformer (HDiT), an image generative model that exhibits linear scaling with pixel count, supporting training at high-resolution (e.g. $1024 \times 1024$) directly in pixel-space. Bu…

Image Generation