Preprint
Large Language Models

Pixeldit: Pixel diffusion transformers for image generation

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

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 …

Analysis

Why This Paper Matters

Latent-space diffusion transformers (DiTs) have become the de facto standard for high-quality image generation, relying on a two-stage pipeline: a pretrained autoencoder compresses images into a latent space, and a diffusion model generates latents that are then decoded. However, this compression is lossy, discarding fine details and introducing artifacts. Pixeldit directly addresses this fundamental limitation by proposing a pixel-space diffusion transformer that operates on raw pixels, eliminating the need for a separate autoencoder. This is significant because it simplifies the generation pipeline and avoids the information bottleneck inherent in latent representations.

The shift to pixel space is not trivial; diffusion transformers were originally designed for low-dimensional latents, and scaling to full-resolution pixels poses computational and architectural challenges. By tackling this, Pixeldit opens a new direction for generative modeling that could yield higher fidelity outputs and more faithful reconstructions. This paper is particularly relevant as the field moves toward more end-to-end trainable systems, and it questions the assumption that latent compression is necessary for efficient diffusion.

Technical Contributions

  • Pixel-space DiT architecture: Adapts the DiT framework to process raw pixel inputs, likely using modifications to handle the high dimensionality and spatial structure of images.
  • Elimination of autoencoder: Removes the pretrained encoder-decoder, enabling a single-stage training pipeline and avoiding lossy compression.
  • Analysis of latent vs. pixel trade-offs: Provides insights into the information loss in latent-space models and how pixel-space modeling can mitigate it.
  • Potential efficiency techniques: Although not detailed in the abstract, the paper likely introduces methods to make pixel-space diffusion computationally tractable, such as efficient attention or hierarchical processing.

Results

The abstract does not include specific numerical results, but it claims that pixel-space DiTs achieve competitive image generation quality compared to latent-space counterparts. The key advantage is the avoidance of autoencoder-induced information loss, which suggests improved fidelity in generated images. However, without concrete metrics (e.g., FID, IS), it is difficult to quantify the gains. The paper likely includes comparisons on standard benchmarks, but those are not summarized in the abstract.

Significance

Pixeldit challenges the prevailing paradigm of latent-space diffusion models, offering a simpler and potentially more accurate alternative. If successful, it could reduce the complexity of training pipelines and eliminate the need for large autoencoder pretraining. This could lead to more direct optimization of the generation objective and better preservation of high-frequency details. The work may also inspire further research into efficient pixel-space transformers, benefiting other dense prediction tasks. However, the computational overhead of pixel-space modeling remains a concern, and future work will need to address scalability to very high resolutions.