← Latest papers
💻 computer science

Benchmarking Foundation Models for Mitotic Figure Classification

This paper demonstrates that adapting foundation models via Low-Rank Adaptation (LoRA) significantly outperforms standard linear probing and approaches full-data baselines for mitotic figure classification, offering superior performance with limited data and enhanced robustness across unseen tumor domains.

Original authors: Jonas Ammeling, Jonathan Ganz, Emely Rosbach, Ludwig Lausser, Christof A. Bertram, Katharina Breininger, Marc Aubreville

Published 2026-02-05
📖 5 min read🧠 Deep dive

Original authors: Jonas Ammeling, Jonathan Ganz, Emely Rosbach, Ludwig Lausser, Christof A. Bertram, Katharina Breininger, Marc Aubreville

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

The Big Picture: Teaching AI to Spot Cell Divisions

Imagine a pathologist (a doctor who looks at tissue under a microscope) trying to count "mitotic figures." These are cells in the middle of dividing. Counting them is like checking how fast a city is growing; it tells doctors how aggressive a tumor is.

However, teaching a computer to do this is hard. It's like trying to teach a child to recognize a specific type of bird by showing them only five pictures. Usually, you need thousands of labeled examples to get it right. But in medicine, getting those labeled examples is slow, expensive, and requires highly trained experts.

This paper asks: Can we use "Foundation Models" (super-smart AI pre-trained on millions of unlabeled images) to solve this problem with very few examples?

The Main Characters: The "Students"

The researchers tested several different AI "students" to see who learns best:

  1. The Old School Students (Baselines): These are traditional AI models (like ResNet50 and ViT) that were trained from scratch or on general images (like cats and dogs from the internet). They have to learn everything from the ground up.
  2. The Geniuses (Foundation Models): These are massive AI models (like Virchow, UNI, H-optimus) that have already "read" millions of medical slides. They already know what tissue looks like, but they haven't been specifically taught to spot mitotic figures yet.
  3. The Teachers (Adaptation Strategies): How do we teach these Geniuses the new task?
    • Linear Probing (The "Cheat Sheet"): We freeze the Genius's brain (don't let them change) and just put a simple "yes/no" switch on top. It's fast, but the Genius can't really learn anything new.
    • LoRA (The "Fine-Tuning"): We let the Genius make tiny, specific adjustments to their brain. It's like giving them a specialized training manual. We only change a tiny fraction of their brain (less than 5%), so it's fast and cheap, but they can learn the new task much better.

The Experiments: The Tests

The researchers put these students through two main tests:

Test 1: The "Data Scarcity" Challenge
They gave the students different amounts of training data: 0.1%, 1%, 10%, and 100% of the available images.

  • The Result: When data was scarce (like having only 10% of the books in a library), the Geniuses with LoRA were the clear winners. They performed almost as well as if they had seen 100% of the data.
  • The Analogy: Imagine trying to learn a new language. The "Old School" students need to read the whole dictionary to get it right. The "Geniuses with LoRA" already know the grammar and vocabulary; they just needed a quick reminder of the specific words for this test. They reached expert levels with just a tiny fraction of the study material.

Test 2: The "Foreign Country" Challenge (Cross-Domain)
They trained the students on one type of tumor (e.g., dog skin cancer) and then tested them on a completely different tumor (e.g., human breast cancer). This simulates a real-world scenario where a model trained in one hospital might be used in another with different equipment or patient types.

  • The Result: The "Old School" students got confused and performed poorly. The "Geniuses with Linear Probing" did okay, but still struggled. The Geniuses with LoRA were incredibly robust. They adapted so well that they almost closed the gap between being an expert in the training tumor and an expert in the new, unseen tumor.
  • The Analogy: If you learn to drive in a sunny, flat city, you might panic when you try to drive in a snowy, mountainous village. The "Old School" drivers panicked. The "Geniuses with LoRA" were like experienced drivers who could instantly adjust their driving style to the new terrain without needing to relearn how to drive.

The Key Findings

  1. LoRA is the Magic Key: Simply putting a "switch" on top of the big models (Linear Probing) wasn't enough. You had to let them make tiny adjustments (LoRA) to really shine.
  2. Small Data, Big Results: With LoRA, the models reached near-perfect performance using only 10% of the training data. This means we might not need to label millions of images to get a great medical AI.
  3. Old Models Still Have Value: Interestingly, the traditional "Old School" models, when trained fully from scratch with all the data, were still very competitive. Sometimes, a well-trained traditional model is just as good as a fancy Foundation Model. But when data is low, the Foundation Models win hands down.
  4. Generalization: The best models (like Virchow2 and H-optimus-0) were so good at adapting that they didn't care much if the tumor type or the microscope changed. They remained reliable.

The Bottom Line

This paper proves that using massive, pre-trained AI models and tweaking them slightly (with LoRA) is a powerful way to solve medical imaging problems when you don't have a lot of labeled data. It's like having a genius who has seen the whole world, and you just need to give them a quick, specific instruction to solve your problem, rather than teaching them everything from scratch.

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 →