← Latest papers
💻 computer science

Label-Free Foundational Model Selection for Medical Image Classification under Distribution Shift via Pseudo Label Discrepancy

This paper proposes AURCC, a label-free selection criterion based on pseudo-label discrepancy that effectively ranks foundational models for medical image classification under distribution shift without requiring target-domain annotations or fine-tuning.

Original authors: Juan Iñaki Larrea, Lucas Mansilla, Enzo Ferrante

Published 2026-08-27
📖 5 min read🧠 Deep dive

Original authors: Juan Iñaki Larrea, Lucas Mansilla, Enzo Ferrante

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

In the world of medical imaging, computers have become remarkably skilled at reading X-rays, often matching the performance of human specialists. These systems are trained on vast libraries of images, learning to spot signs of disease like pneumonia. However, a significant problem arises when these trained systems are moved from one hospital to another. Just as a driver accustomed to the wide, sunny roads of one country might struggle on the narrow, rainy streets of another, an artificial intelligence model trained on data from one hospital often falters when faced with the different scanners, patient populations, or imaging protocols of a new facility. This shift in conditions is known as a distribution shift, and it can cause a model's accuracy to drop dramatically. The core dilemma for doctors and hospital administrators is this: if they have several powerful, pre-trained AI models available, how do they know which one will work best at their specific hospital before they actually try it? The usual way to find the answer requires testing the models on new images and checking the results against expert human labels, but obtaining those labels is expensive, time-consuming, and often impossible in the very settings that need the technology most.

A team of researchers from Argentina has proposed a new way to solve this selection puzzle without needing any new human labels. They focused on a specific challenge: choosing the best chest X-ray model for a new hospital when the only available data from that hospital is unlabeled images. The researchers built their method on a framework called SUDO, which acts like a quality control check for AI systems. Instead of asking "Is this diagnosis correct?"—which requires a human to say "yes" or "no"—their method asks a different question: "Does the model's confidence in its own predictions match the reality of the data it is seeing?" To do this, the system takes the unlabeled images from the new hospital and groups them based on how confident the AI is in its predictions. For example, it might group all the images where the AI is very sure it sees pneumonia, and another group where it is very sure it does not.

The researchers then run a clever internal test on these groups. They pretend, for a moment, that the images in a specific group are actually the opposite of what the model thinks, and they check if the model's logic holds up. If the model is truly reliable, its internal logic should break down when forced to accept a false assumption about a group of images. If the logic holds up too easily, it suggests the group is "contaminated" with mixed types of images that the model cannot distinguish well. By measuring how much the model's logic wobbles across all these different groups of confidence, the researchers calculate a single score that reflects the model's reliability. They call this score the Area Under the Reliability-Completeness Curve, a number that tells them how well the model is likely to perform without ever seeing a single human-verified label from the new hospital.

To test this idea, the researchers gathered six different advanced AI models designed for medical imaging. They simulated a real-world scenario where these models were trained on data from three different large hospitals and then asked to predict pneumonia in a fourth, distinct hospital where no labels were available. They compared their new scoring method against the traditional approach, which simply ranks models based on how well they performed on a small sample of labeled data from the original training hospitals. The results showed that their new method was highly effective. When the amount of labeled data from the original hospitals was large, the traditional method worked well, as expected. However, in the more difficult and common situation where the labeled data was scarce—representing the reality of many resource-constrained hospitals—the new method consistently outperformed the traditional approach. In these small-data scenarios, the new score correctly identified the best-performing model with a high degree of accuracy, matching the true performance rankings almost perfectly.

The study highlights a crucial insight for the future of medical AI: the best way to choose a model for a new environment is not always to look backward at how it performed on old data, but to look forward at how it behaves on the new, unlabeled data itself. By analyzing the structure of the new data and how the model interacts with it, the researchers found a way to predict success where traditional methods fail. This approach is particularly valuable because it is lightweight and does not require powerful computers; the entire process can be run on standard hardware using only the mathematical representations of the images. While the study focused specifically on pneumonia detection and chest X-rays, the underlying principle offers a promising path for hospitals to safely and efficiently adopt new AI tools, ensuring that the right technology is deployed in the right place, even when the experts needed to verify it are not available.

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 →