← Latest papers
🤖 machine learning

Rethinking Generative Image Pretraining: How Far Are We From Scaling Up Next-Pixel Prediction?

This paper investigates the scaling laws of autoregressive next-pixel prediction for vision models, revealing that optimal strategies diverge between classification and generation tasks and forecasting that compute-driven scaling will enable pixel-by-pixel image modeling within five years.

Original authors: Xinchen Yan, Chen Liang, Lijun Yu, Adams Wei Yu, Yifeng Lu, Quoc V. Le

Published 2026-05-19
📖 5 min read🧠 Deep dive

Original authors: Xinchen Yan, Chen Liang, Lijun Yu, Adams Wei Yu, Yifeng Lu, Quoc V. Le

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to "see" the world. There are two main ways to do this:

  1. The "Smart Summary" Method: You show the robot a picture, but you first compress it into a few key words or symbols (like turning a photo of a cat into the word "cat"). This is how most modern AI works today.
  2. The "Raw Pixel" Method: You show the robot the picture exactly as it is, dot by dot, color by color, asking it to guess the very next dot based on the ones before it. This is like trying to learn a language by memorizing every single letter in a book, one by one, without ever seeing a whole word.

This paper asks a simple but difficult question: How far away are we from making the "Raw Pixel" method work really well?

The authors decided to test this by training AI models to predict the next pixel in an image, starting with small, low-resolution images (32x32 pixels, which look like tiny, blocky thumbnails). They wanted to see if this simple, "dumb" method could eventually scale up to become as powerful as the "smart summary" methods.

Here are the four big discoveries they made, explained with everyday analogies:

1. The "Pixel vs. Word" Gap

The Finding: To learn effectively, raw pixels need 10 to 20 times more data than words do.
The Analogy: Imagine teaching a child to read.

  • Words (Language): If you show a child the word "Cat," they instantly understand a furry animal that meows. It's a dense package of information.
  • Pixels (Images): If you show a child a single red dot, they have no idea what it is. Is it a nose? A stop sign? A strawberry? It's just a dot.
    Because a single dot carries so little meaning, the AI has to look at millions more dots to figure out the pattern. The paper found that to get the same level of intelligence, the AI needs to "read" a massive amount more pixel-data than it would need to read text.

2. Different Goals Need Different Recipes

The Finding: The "best" way to scale up the AI depends entirely on what you want it to do.
The Analogy: Think of training an athlete.

  • If you want them to be a Sprinter (Image Classification): You need a balance of heavy lifting (bigger muscles/model) and running practice (data).
  • If you want them to be a Marathon Runner (Image Generation): You need to focus almost entirely on running practice (more data).
    The paper found that if you want the AI to recognize what's in a picture, you can just make the AI "brain" bigger. But if you want the AI to create or complete a picture (like filling in the bottom half of a photo), you need to feed it a much larger library of examples (data) rather than just making the brain bigger. The "best" recipe for one task is actually a bad recipe for the other.

3. The Resolution Trap: Bigger Pictures Need Bigger Brains

The Finding: As images get higher resolution (sharper and more detailed), the AI needs to get much bigger much faster than the amount of data it sees.
The Analogy: Imagine trying to learn a city map.

  • Low Resolution (32x32): It's like looking at a map of a small town. You can learn the whole thing by walking around a lot (more data).
  • High Resolution (64x64 and up): It's like looking at a map of a massive metropolis with skyscrapers and tiny alleyways. Just walking around more won't help if your brain is too small to hold all the complex details.
    The paper discovered that as images get sharper, the "complexity" of the task explodes. To handle this, you can't just feed the AI more pictures; you have to build a much, much larger AI brain to handle the intricate details.

4. The Bottleneck is Brainspower, Not Books

The Finding: We aren't waiting for more pictures to make this work; we are waiting for faster computers.
The Analogy: Imagine you have a library with every book ever written (the internet's visual data). You have a student who can read them all. The problem isn't that the library is empty; the problem is that the student is reading one page a year.
The authors predict that because computer power is growing so fast (doubling every year or so), we will be able to train these "Raw Pixel" models effectively within the next five years. The data is already there; we just need the computing muscle to process it.

The Bottom Line

The paper concludes that training AI to learn directly from raw pixels is not a dead end. It works, it follows predictable rules, and it can eventually reach high levels of performance. However, it is currently very expensive and slow because pixels are "dumb" data points.

To make this work in the future, we don't need to invent new ways to compress images; we just need to keep building bigger computers and feeding them massive amounts of data, specifically tailored to whether we want the AI to recognize things or create them.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →