← Latest papers
💻 computer science

Surgical Anatomy Recognition with Context Learning using Foundation Representations

This paper introduces ATLAS-120k, a large-scale annotated dataset for minimally invasive surgery, and ATLAS, a video segmentation model that leverages foundation representations and context learning to achieve accurate, temporally consistent anatomical recognition.

Original authors: Ronald L. P. D. de Jong, Tim J. M. Jaspers, Raf A. H. Vervoort, Aron F. H. A. Bakker, Yiping Li, Jip L. Tolenaar, Jelle P. Ruurda, Willem M. Brinkman, Josien P. W. Pluim, Marcel Breeuwer, Daan de Geus
Published 2026-06-23
📖 5 min read🧠 Deep dive

Original authors: Ronald L. P. D. de Jong, Tim J. M. Jaspers, Raf A. H. Vervoort, Aron F. H. A. Bakker, Yiping Li, Jip L. Tolenaar, Jelle P. Ruurda, Willem M. Brinkman, Josien P. W. Pluim, Marcel Breeuwer, Daan de Geus, Fons van der Sommen

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 robot how to perform surgery. The biggest problem isn't just teaching the robot what a liver or a gallbladder looks like; it's teaching the robot to understand the story of the surgery. In a real operating room, a surgeon doesn't just look at a static picture; they know what procedure is happening, what stage of the surgery they are in, and they remember what they saw a few seconds ago to make sense of what they see now.

This paper introduces two things to help computers get better at this "surgical storytelling": a massive new library of surgical videos and a smart new AI model designed to read them.

1. The New Library: ATLAS-120k

Think of previous surgical video datasets as a small collection of photo albums, each showing only one type of surgery (like just appendectomies) or just a few specific scenes. They were too small and too repetitive to teach a computer how to handle the messy, varied reality of real life.

The authors created ATLAS-120k, which is like building a massive, comprehensive encyclopedia of surgery.

  • The Scale: It contains over 120,000 annotated frames (individual pictures) taken from 100 different surgery videos.
  • The Variety: Instead of just one type of surgery, it covers 14 different procedures (like removing a gallbladder, fixing a colon, or removing a kidney). It includes both standard laparoscopic surgery (using long tools and a camera) and robot-assisted surgery.
  • The Quality: To make sure the labels were perfect, the team used a "human-in-the-loop" approach. Imagine a team of expert surgeons and trainees manually labeling the first frame of a video, then using a smart computer to copy those labels to the next frames. If the computer made a mistake, a human fixed it. Then, a senior surgeon double-checked the work. This ensured the "dictionary" the AI learns from is accurate.

2. The New Brain: ATLAS Model

Now that they had the library, they needed a brain to read it. Most current AI models for video are like security guards who just track moving objects (like a camera following a person walking). They are good at saying, "That object moved from left to right," but they are bad at understanding context.

In surgery, context is everything. A piece of tissue might look like a tumor in one moment and normal fat in the next, depending on whether the surgeon is currently cutting or stitching.

The authors built a model called ATLAS (Anatomy Recognition with Context Learning using Foundation Representations). Here is how it works, using a simple analogy:

  • The Foundation: The model starts with a "pre-trained brain" (a foundation model) that already knows a lot about images, similar to how a medical student has already read many anatomy textbooks before starting their residency.
  • The "What" Queries: It has special "queries" (like sticky notes) that ask, "What is this object?" and "Where is it?"
  • The "Story" Queries (The Secret Sauce): This is the paper's main innovation. The model adds two new types of sticky notes:
    1. Procedure Queries: These tell the model, "We are doing a gallbladder removal." This helps the model know that it should be looking for a gallbladder, not a heart.
    2. Phase Queries: These tell the model, "We are currently in the 'cutting' phase, not the 'stitching' phase." This helps the model understand that the anatomy might look different right now than it did five seconds ago.
  • The Memory: The model also has a short-term memory. It passes information from one frame to the next, so if it sees a tool in frame 1, it remembers where that tool was in frame 2, even if the view gets blurry for a second.

3. The Results

The team tested this new brain against other top-tier AI models.

  • Better Accuracy: ATLAS beat all the other models in identifying anatomical structures correctly.
  • Stability: It was much better at keeping its predictions steady over time (not flickering between "this is a liver" and "this is a kidney" every second).
  • Speed: Despite being smart, it runs fast enough to work in real-time (64 frames per second), which is crucial for surgery.

The Bottom Line

The paper claims that by combining a huge, diverse dataset (ATLAS-120k) with a model that understands the "story" of the surgery (ATLAS), they have created a much stronger foundation for computers to understand surgical scenes. They argue that to make surgery safer and more precise, AI needs to stop just looking at pictures and start understanding the context, the procedure type, and the flow of time.

Note: The paper focuses strictly on creating this dataset and model to improve "surgical scene understanding." It does not claim that this system is currently being used in live surgeries to guide patients, but rather that it provides the necessary tools for future systems to do so.

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 →