← Latest papers
🤖 AI

A World Model of Radiologist Reading for Medical Image Representation Learning

GazeWorld is a medical imaging world model that leverages radiologist eye-tracking data to autoregressively predict latent image representations, achieving state-of-the-art diagnostic accuracy and zero-shot performance by learning how experts read images rather than just what they conclude.

Original authors: Yiwei Li, Zihao Wu, Huaqin Zhao, Yifan Zhou, Chao Cao, Dajiang Zhu, Tianming Liu, Lin Zhao

Published 2026-05-26
📖 4 min read☕ Coffee break read

Original authors: Yiwei Li, Zihao Wu, Huaqin Zhao, Yifan Zhou, Chao Cao, Dajiang Zhu, Tianming Liu, Lin Zhao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.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 computer how to read an X-ray. Usually, we show the computer thousands of pictures and tell it, "This one has pneumonia, this one is clear." But this is like trying to teach someone to drive by only showing them the destination, without ever explaining how they got there. The computer might get lucky and guess right, but it doesn't actually understand the process of finding the problem.

This paper introduces a new way to teach computers, called GazeWorld. Instead of just looking at the final answer, GazeWorld tries to understand how a human expert (a radiologist) looks at the picture.

Here is the breakdown using simple analogies:

1. The Problem: The "Black Box" and the "Data Shortage"

Medical AI has two big headaches:

  • Not enough data: It's hard to get millions of labeled X-rays because patient privacy laws are strict and doctors are busy.
  • The "Black Box": Current AI models often just spit out a diagnosis ("It's pneumonia!") without showing their work. Doctors can't trust a machine if they don't know why it made that decision.

2. The Secret Ingredient: Eye-Tracking

Radiologists don't just stare at an X-ray randomly. They have a specific way of looking at it. They might look at the top left, then jump to the bottom right, then zoom in on a specific spot. This is called a scanpath.

  • Old way: Previous AI models treated this eye movement like a static "heat map" (a blurry red blob showing where the doctor looked). This throws away the order of the look. It's like knowing a detective visited a crime scene but not knowing the order in which they found the clues.
  • New way (GazeWorld): This model treats the X-ray as a world and the doctor's eye movements as a journey through that world.

3. How GazeWorld Works: The "Storyteller" and the "Imaginator"

The model learns in two simultaneous ways, like a student who is both reading a story and imagining the missing pages:

  • The Storyteller (Next-Fixation Prediction):
    Imagine you are reading a book, but you only see the first few sentences. GazeWorld tries to guess what the next sentence will be based on the ones you've already read.

    • In the AI's case, it looks at the first patch of the X-ray the doctor looked at, then the second, and tries to predict the latent representation (the "meaning") of the next patch the doctor will look at.
    • By doing this, it learns the logic of the doctor's search. It learns that "If I see a shadow here, the next logical place to look is there."
  • The Imaginator (Spatial Completion):
    What about the parts of the X-ray the doctor didn't look at? Maybe they skipped them because they looked normal, or because they were far away from the problem.

    • GazeWorld has a second branch that acts like an imaginative artist. It takes the "story" of where the doctor did look and tries to "fill in the blanks" for the parts they skipped.
    • It asks: "Based on the evidence the doctor gathered, what does this empty, unvisited corner of the image likely contain?"

4. The Result: A Smarter, More Trustworthy AI

The authors tested this on three major chest X-ray datasets (CheXpert, RSNA, and SIIM-ACR). Here is what happened:

  • Better Diagnosis: When they used the "frozen" (pre-trained) GazeWorld features to diagnose diseases, it beat every other existing method, even when they only gave it a tiny amount of labeled data (1% or 10%).
  • Zero-Shot Success: It performed the best even when it had to guess on new diseases without any specific training for them.
  • Better Eye-Tracking Prediction: They tested if the model could predict where a human would look next. Even though GazeWorld wasn't explicitly trained to predict eye movements, its internal "brain" was so good at understanding the reading process that a simple decoder could predict the doctor's eye path better than specialized models built just for that task.
  • Visual Proof: When they visualized where the AI was "looking" (using heatmaps), it focused much more tightly on the actual medical problems (like pneumonia spots) compared to other models, which were often scattered and confused.

The Bottom Line

GazeWorld doesn't just learn what a disease looks like; it learns how to look for it. By mimicking the step-by-step journey of a radiologist's eyes, it builds a smarter, more efficient, and more interpretable understanding of medical images. It proves that teaching AI how experts think is just as important as teaching them what they conclude.

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 →