PixelU: A U-Shaped Transformer for Efficient End-to-End Pixel Diffusion

10d ago · Global · primary source: export.arxiv.org

A new minimalist transformer architecture called PixelU achieves state-of-the-art image generation quality on the ImageNet benchmark while using roughly one-third the computation of a leading competitor, according to a preprint posted to arXiv on June 26, 2026 [1]. The model, described in a paper submitted to the Computer Vision and Pattern Recognition section of the repository, takes an end-to-end approach to pixel-space diffusion, a technique that works directly with raw image pixels rather than the compressed representations used by Latent Diffusion Models [1]. The authors argue that existing pixel-space systems have relied on complex auxiliary decoders primarily to compensate for optimization difficulties tied to velocity prediction. Under a clean-data paradigm using x-prediction, the researchers contend, those decoders become redundant [1]. PixelU replaces auxiliary decoders with zero-cost skip connections that function as an "information highway," routing uncorrupted high-frequency spatial details from shallow layers directly to deeper layers of the network [1]. To allow the backbone to concentrate on low-frequency semantics, the design incorporates a constant-channel spatial down-sampling mechanism that acts as a natural low-pass filter, compressing deep features into a compact, low-frequency semantic manifold [1]. The architecture belongs to the broader family of vision transformers, which decompose an input image into a series of patches, serialize each patch into a vector, and process the resulting embeddings with a transformer encoder [3]. Vision transformers were developed as alternatives to convolutional neural networks and have been shown to possess higher capacity, though they are generally less data-efficient [3]. On the ImageNet dataset at 256×256 resolution, PixelU recorded a Fréchet Inception Distance (FID) of 1.63; at 512×512, the score was 1.92 [1]. The authors report that these results surpass recent pixel-space methods and outperform the strong baseline JiT-G while using only about one-third of its computational cost [1]. The paper appeared on arXiv, an open-access repository that hosts electronic preprints across mathematics, physics, computer science, and related fields [10]. As of November 2024, the repository was receiving approximately 24,000 submissions per month [10]. The preprint has not yet undergone peer review [10].

research-paper

Background sources we checked (10)
  • en.wikipedia.org ↗ The Pixel 10 Pro and Pixel 10 Pro XL are a pair of flagship Android-based smartphones designed, developed, and marketed by Google as part of the Google Pixel product line. It serves as the successor to the Pixel 9 Pro & Pixel 9 Pro XL, with a familiar design introduced with the P…
  • en.wikipedia.org ↗ A vision transformer (ViT) is a transformer designed for computer vision. A ViT decomposes an input image into a series of patches (rather than text into tokens), serializes each patch into a vector, and maps it to a smaller dimension with a single matrix multiplication. These ve…
  • en.wikipedia.org ↗ Eric Emerson Schmidt (born April 27, 1955) is an American businessman and former computer engineer who was the chief executive officer of Google from 2001 to 2011 and the company's executive chairman from 2011 to 2015. He also was the executive chairman of parent company Alphabet…
  • en.wikipedia.org ↗ Adversarial machine learning is the study of the attacks on machine learning algorithms, and of the defenses against such attacks. Machine learning techniques are mostly designed to work on specific problem sets, under the assumption that the training and test data are generated …
  • en.wikipedia.org ↗ Topological deep learning (TDL) is a research field that extends deep learning to handle complex, non-Euclidean data structures. Traditional deep learning models, such as convolutional neural networks (CNNs) and recurrent neural networks (RNNs), excel in processing data on regula…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…

Sources

Spot something wrong? Report an issue