PixelDiT2: Representation-Grounded Pixel Diffusion Transformers

TL;DR

PixelDiT2 enhances pixel diffusion models with explicit representation guidance, achieving an FID of 1.46 on ImageNet-256x256.

cs.CV 🔴 Advanced 2026-09-22 4 views
Yongsheng Yu Wei Xiong Yichen Sheng Shiqiu Liu Jiebo Luo
pixel diffusion representation learning image generation deep learning computer vision

Key Findings

Methodology

PixelDiT2 employs a frozen pretrained vision model to provide explicit per-patch representation guidance, decoupling representation learning from pixel generation. This method avoids autoencoders or latent reconstruction bottlenecks, using spatial AdaLN to inject representations into the pixel diffusion transformer.

Key Results

  • PixelDiT2 achieves an FID of 1.46 on ImageNet-256x256 after 600 epochs, significantly outperforming PixelDiT's 1.81.
  • At 512x512 resolution, PixelDiT2 achieves an FID of 1.48 after 680 epochs, demonstrating excellent performance.
  • Ablation studies show that combining representation grounding with REPA further reduces FID.

Significance

PixelDiT2 significantly improves image quality and convergence speed in pixel diffusion models, addressing the challenge of coupled representation learning and pixel generation. This advancement makes pixel diffusion a viable alternative to latent-space generation.

Technical Contribution

PixelDiT2 introduces a frozen pretrained vision model as a representation prior, avoiding the use of autoencoders. It proposes a timestep-conditioned lightweight projection network and spatial AdaLN injection mechanism, significantly enhancing pixel diffusion model performance.

Novelty

PixelDiT2 is the first to use a frozen pretrained vision model for representation guidance in pixel diffusion models, significantly improving image generation quality and offering a new perspective compared to existing latent-space methods.

Limitations

  • The model's performance at extremely high noise levels needs improvement, potentially limited by feature drift in the pretrained model.
  • High computational resource requirements and long training times.

Future Work

Future work could explore more efficient representation guidance mechanisms to reduce computational overhead and validate its generality on broader datasets.

AI Executive Summary

Recent advancements in pixel-space diffusion models have narrowed the image quality gap with latent-space diffusion models, yet they still suffer from slower convergence and suboptimal final image quality. PixelDiT2 addresses these issues by introducing explicit representation guidance from a frozen pretrained vision model, decoupling representation learning from pixel generation. On ImageNet-256x256, PixelDiT2 achieves an FID of 1.46 after 600 epochs, significantly outperforming existing methods. The innovation lies in avoiding autoencoders, using a timestep-conditioned lightweight projection network and spatial AdaLN injection mechanism. While PixelDiT2 achieves significant improvements in image quality, it requires high computational resources. Future work could explore more efficient representation guidance mechanisms.

Deep Analysis

Background

Pixel-space diffusion models have made significant progress in recent years, gradually closing the image quality gap with latent-space diffusion models. However, pixel-space models still converge more slowly, and their final image quality lags behind that of latent-space models. Existing methods like PixelDiT and JiT need to learn both denoising representations and pixel generation simultaneously, increasing the learning difficulty.

Core Problem

Pixel-space diffusion models need to learn denoising-friendly representations and pixel generation simultaneously from raw RGB space, leading to training difficulties and high computational costs. Effectively decoupling representation learning from pixel generation is a pressing challenge.

Innovation

PixelDiT2 introduces explicit representation guidance using a frozen pretrained vision model, decoupling representation learning from pixel generation. It uses a timestep-conditioned lightweight projection network to translate noisy image encodings into noise-level-aware grounding tokens, injected into the pixel diffusion transformer via spatial AdaLN.

Methodology

  • �� Encode input noisy images using a frozen pretrained vision model to generate per-patch features.
  • �� Use a timestep-conditioned lightweight projection network to translate encoded outputs into grounding tokens.
  • �� Inject grounding tokens into the pixel diffusion transformer using spatial AdaLN to guide pixel generation.

Experiments

Experiments were conducted on ImageNet-256x256 and 512x512, comparing PixelDiT2 with existing methods. FID and IS were used as evaluation metrics, with ablation studies verifying the effectiveness of combining representation grounding with REPA.

Results

PixelDiT2 achieves an FID of 1.46 on ImageNet-256x256 after 600 epochs, significantly outperforming PixelDiT's 1.81. At 512x512 resolution, it achieves an FID of 1.48 after 680 epochs, demonstrating excellent performance.

Applications

PixelDiT2 can be used for high-quality image generation tasks such as artistic creation, virtual reality, and game development. Its explicit representation guidance mechanism helps improve the detail quality of generated images.

Limitations & Outlook

PixelDiT2's performance at extremely high noise levels needs improvement, potentially limited by feature drift in the pretrained model. Additionally, it requires high computational resources and long training times. Future work could explore more efficient representation guidance mechanisms.

Plain Language Accessible to non-experts

Imagine you're in a kitchen cooking. PixelDiT2 is like an experienced chef who doesn't need to learn how to cook from scratch each time but uses existing recipes (pretrained vision models) to guide the preparation of each dish (pixel generation). This way, the chef can quickly make delicious meals (high-quality images). The chef also adjusts the seasoning (grounding tokens) according to the different stages of each dish (timestep), ensuring each dish reaches its best flavor (image quality).

ELI14 Explained like you're 14

Hey there! Imagine you're playing a super cool game, and PixelDiT2 is like the superhero in the game. It has a magical book (pretrained vision model) that helps it defeat enemies faster (generate high-quality images). Whenever it faces a challenge, it flips open the book to find the best attack strategy (representation guidance), allowing it to win the game easily! Isn't that awesome?

Glossary

Pixel Diffusion

A diffusion model that generates images directly in pixel space.

PixelDiT2 uses pixel diffusion for image generation.

Representation Grounding

Using pretrained models to provide explicit representation guidance, improving generation quality.

PixelDiT2 uses representation grounding to decouple representation learning from pixel generation.

FID (Frechet Inception Distance)

A metric for evaluating the quality of generated images; lower values indicate higher quality.

PixelDiT2 achieves low FID on ImageNet.

AdaLN (Adaptive Layer Normalization)

A normalization method used to adjust the output of neural network layers.

PixelDiT2 uses AdaLN to inject grounding tokens into the transformer.

DINO (Distillation with No Labels)

A pretrained vision model used for extracting image features.

PixelDiT2 uses DINO as the basis for representation grounding.

Open Questions Unanswered questions from this research

  • 1 How to further improve the efficiency of representation guidance without increasing computational overhead?
  • 2 Validate the generality of PixelDiT2 on broader datasets.

Applications

Immediate Applications

Artistic Creation

Artists can use PixelDiT2 to generate high-quality artworks, enhancing creative efficiency.

Long-term Vision

Virtual Reality

PixelDiT2 has the potential to generate realistic scenes in virtual reality, enhancing user experience.

Abstract

Recent advances in pixel-space diffusion models have narrowed the image quality gap with latent-space diffusion, but still converge more slowly and lag behind in final image quality. We argue that a key reason is the lack of an explicit representation prior: unlike latent diffusion, which usually denoises in a compact and structured latent space, pixel diffusion needs to learn denoising-friendly representations and pixel generation simultaneously from raw RGB space. To address this problem, we propose PixelDiT2, an end-to-end pixel-space diffusion model designed to decouple representation learning from pixel generation without introducing an autoencoder or latent reconstruction bottleneck. We propose representation grounding that uses a frozen pretrained vision foundation model to provide explicit per-patch representation guidance throughout denoising, allowing the pixel diffusion transformer to focus more on pixel generation. On ImageNet-256x256, PixelDiT2 achieves an FID of 1.46 after 600 epochs; at 512x512 resolution, PixelDiT2 achieves an FID of 1.48 after 680 epochs.

cs.CV