← Latest papers
🤖 AI

A Modular Agent for Reliable and Auditable Spatial Relation Verification in CT Scans

This paper introduces a modular medical imaging agent that enhances reliable and auditable spatial relation verification in CT scans by decomposing the task into language parsing, anatomical localization, and deterministic geometric verification, achieving significantly higher accuracy and interpretability than end-to-end vision-language models.

Original authors: Simon Vincent Abel, Heiko Hillenhagen, Michael Götz, Timo Ropinski, Ayhan Can Erdur, Daniel Santak Wolf

Published 2026-08-24✓ Author reviewed
📖 4 min read☕ Coffee break read

Original authors: Simon Vincent Abel, Heiko Hillenhagen, Michael Götz, Timo Ropinski, Ayhan Can Erdur, Daniel Santak Wolf

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 by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the world of medical imaging, computers are becoming increasingly skilled at looking at pictures of the human body. These systems, often called vision-language models, can read a scan and describe what they see, much like a radiologist might. They are being tested to see if they can help write reports, answer questions about a patient's condition, or even hold a conversation with a doctor. However, there is a specific kind of thinking that these smart machines still struggle with: understanding exactly where things are in relation to one another. In a medical scan, knowing that a tumor is to the left of the liver, or that a fracture is above the knee, is not just a minor detail; it is often the difference between a correct diagnosis and a dangerous mistake. If a computer guesses the location of a finding, it could lead to surgery on the wrong part of the spine or a misinterpretation of how a disease is spreading. For these tools to be trusted in a hospital, they need to do more than just sound plausible; they need to prove their answers by pointing to the actual evidence in the image.

A team of researchers from universities in Germany has developed a new way to solve this problem. Instead of asking a single, all-purpose computer program to look at a CT scan and guess the answer to a question like "Is the liver to the left of the spleen?", they built a system that breaks the task down into smaller, manageable steps. They created a modular agent, which is essentially a team of specialized tools working together under the supervision of a central controller. When a user asks a question, the system does not try to answer it all at once. First, it translates the natural language question into a clear, structured list of what needs to be found. Then, it uses a dedicated detector to find the specific organs in the image, marking their exact positions. Finally, a simple, rule-based calculator checks the distance and direction between those marked positions to determine if the statement is true or false. This approach removes the guesswork from the final decision, relying instead on precise measurements and clear logic.

The researchers tested this new system against standard, all-in-one computer models using a set of 938 questions about CT scans of the abdomen. The standard models, which try to answer the question in one go, performed very poorly, getting the answer right only about half the time, which is barely better than random guessing. In contrast, the new modular system was far more successful. When the team used a specific language model to help run their system, it achieved an accuracy of 94.1 percent. This means that out of every 100 questions, the system got 94 of them correct. The improvement was dramatic, representing a jump of more than 42 percentage points over the best standard model. The system also provided a clear record of how it reached each answer, showing exactly which organs it found and how it measured the space between them.

What makes this result particularly important is not just the high score, but the transparency of the process. Because the system is built in separate stages, the researchers can look at any mistake and see exactly where it happened. They found that when the system did get an answer wrong, it was almost always because the tool that found the organs had trouble pinpointing their exact center, or because it failed to find an organ at all. The part of the system that checks the math and logic never made a mistake on its own. This ability to trace an error back to a specific step is something that standard, all-in-one models cannot do. With those models, if the answer is wrong, it is impossible to know if the computer misunderstood the question, failed to see the organ, or simply got the spatial relationship confused. The new system turns a black box into a clear, auditable process.

The researchers acknowledge that their current system is limited to checking simple left-and-right or up-and-down relationships in flat, two-dimensional slices of a CT scan. It does not yet handle complex three-dimensional volumes or measure distances between objects. However, the success of this approach suggests a promising path forward for medical artificial intelligence. By replacing the hope that a single model can do everything perfectly with a strategy that uses specialized tools for specific jobs, the team has shown that computers can be made much more reliable at understanding the physical layout of the human body. This modular design offers a way to build medical assistants that are not only accurate but also trustworthy, because their reasoning can be seen and checked at every step.

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 →