ADMIL: Attention-Distilled Multiple Instance Learning for Selective Foundation Model Inference in Pathology
The paper introduces ADMIL, a selective-compute framework that distills an attention-based multiple instance learning teacher's attention into a lightweight PriorNet model to select only the most informative tiles for expensive foundation model inference, thereby achieving full-teacher performance while reducing computational costs by over 98% in pathology slide analysis.
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 modern medicine, digital pathology has transformed how doctors examine tissue. Instead of looking through a microscope at a single glass slide, pathologists now work with massive digital images called whole-slide images. These images are so large and detailed that they are broken down into thousands of tiny square pieces, known as tiles, each containing a small view of the tissue. To understand what is happening in a patient's body, computer systems must analyze these tiles to find signs of disease, such as cancer. In recent years, powerful artificial intelligence models, often called foundation models, have been trained to recognize complex patterns in these tiles with incredible accuracy. These models act as expert eyes, capable of spotting subtle differences between healthy and diseased tissue. However, there is a significant problem with using these models in a real hospital: they are extremely slow and expensive to run. Because a single tissue slide can contain tens of thousands of tiles, the computer must process every single one of them to make a diagnosis. This exhaustive approach creates a bottleneck, making it difficult to use these advanced tools quickly enough for everyday patient care.
Researchers at Dana-Farber Cancer Institute and Harvard Medical School have developed a new method to solve this problem without sacrificing accuracy. They created a system called ADMIL, which stands for Attention-Distilled Multiple Instance Learning. The core idea is simple but powerful: not every tile on a slide is equally important. When a trained artificial intelligence model looks at a slide, it naturally focuses its attention on a very small number of regions that hold the most critical information, while largely ignoring the rest. The new system learns to mimic this behavior. It uses a lightweight, fast computer program to scan the entire slide first and predict which few tiles are the most important. Only those selected tiles are then sent to the expensive, slow expert model for detailed analysis. By skipping the vast majority of unimportant tiles, the system dramatically speeds up the process.
The researchers tested this approach on three different medical challenges involving breast cancer, prostate cancer, and lymph node metastasis. In each case, they started with a fully trained expert model that had already learned to diagnose the disease by looking at every single tile. They then trained their new, fast predictor to guess which tiles the expert model would have paid attention to. Once the predictor learned this skill, they built a second version of the diagnosis system that only looked at the top few tiles chosen by the predictor. The results were striking. For breast cancer slides, the system achieved the same high level of accuracy as the full expert model by analyzing just four tiles out of thousands. For prostate cancer, it needed only eight tiles. Even for the more complex lymph node task, it required just 128 tiles to match the performance of the exhaustive system. This means the new method avoids running the expensive computer model on more than 98 percent of the tiles, saving a massive amount of computing power and time.
To ensure that this speed did not come from simply guessing or getting lucky, the researchers compared their method against several alternatives. They tested what would happen if they just picked random tiles to analyze, and found that this approach performed much worse, especially when the number of tiles was small. They also compared their system to a theoretical "perfect" version that knew exactly which tiles the expert model would choose. Their new method came very close to this perfect scenario, proving that it was successfully learning the specific patterns the expert model used to make decisions. The study also showed that the fast predictor was not just picking tiles at random; it was correctly identifying the specific shapes and structures in the tissue that matter for the diagnosis. When the researchers looked at the images, they saw that the tiles selected by the new system contained the same cancerous features that the expert model had highlighted.
The study suggests that the heavy computational cost of current artificial intelligence in pathology is often unnecessary. The expert models are capable of finding the right answer, but they waste energy processing background information that does not change the final result. By teaching a smaller, faster model to act as a gatekeeper, the system can filter out the noise and focus only on the signal. This approach does not replace the powerful expert models; instead, it allows them to be used more efficiently. The researchers found that the method worked consistently across different types of cancer and different sizes of tissue samples. They also tested whether the system was sensitive to how much data it was trained on, finding that it remained robust even when trained with less information. While the system introduces a small amount of extra work during the training phase, the savings during actual use are enormous. This work offers a practical path forward for bringing advanced, high-accuracy artificial intelligence into clinical settings where speed and cost are critical factors, ensuring that patients can receive the benefits of these powerful tools without waiting for slow computer processing.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.