← Latest papers
💻 computer science

Benchmarking Deep Learning and Vision Foundation Models for Atypical vs. Normal Mitosis Classification with Cross-Dataset Evaluation

This paper presents a comprehensive benchmark of deep learning and vision foundation models for classifying atypical versus normal mitosis in breast cancer, demonstrating that transfer learning and fine-tuning techniques effectively address classification challenges across both in-domain and newly introduced out-of-domain datasets.

Original authors: Sweta Banerjee, Viktoria Weiss, Taryn A. Donovan, Rutger H. J. Fick, Thomas Conrad, Jonas Ammeling, Nils Porsche, Robert Klopfleisch, Christopher Kaltenecker, Katharina Breininger, Marc Aubreville, Ch
Published 2026-04-30
📖 5 min read🧠 Deep dive

Original authors: Sweta Banerjee, Viktoria Weiss, Taryn A. Donovan, Rutger H. J. Fick, Thomas Conrad, Jonas Ammeling, Nils Porsche, Robert Klopfleisch, Christopher Kaltenecker, Katharina Breininger, Marc Aubreville, Christof A. Bertram

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 a cell dividing is like a baker kneading dough and splitting it into two perfect, identical loaves. This is a normal mitosis. But sometimes, the baker gets clumsy, the dough tears, or the loaves come out uneven. This is an atypical mitosis. In the world of cancer, spotting these "clumsy bakers" is a huge clue that a tumor might be aggressive and dangerous.

However, finding these clumsy bakers is incredibly hard for human pathologists (the doctors who look at microscope slides). They are rare, they look very similar to the normal ones, and even experts often disagree on what they see. It's like trying to find a specific, slightly crooked needle in a massive haystack, where the hay keeps changing color.

This paper is a race to see which computer program is best at spotting these "clumsy bakers."

The Contenders: Three Different Strategies

The researchers set up a competition with three different types of "detectives" (AI models) to see who could solve this puzzle best:

  1. The "Fresh Start" Detectives (End-to-End Models): These are like hiring a smart intern and teaching them everything from scratch using a specific textbook. They learn the rules of cell division entirely from the data provided.
    • The Models: EfficientNet, Vision Transformer (ViT), and Swin Transformer.
  2. The "Expert Librarians" (Foundation Models with Linear Probing): Imagine a librarian who has read millions of books about biology but has never been asked to spot clumsy bakers. You ask them to look at a picture and just draw a simple line to say "yes" or "no." They use their vast general knowledge but don't change their brain; they just add a tiny, simple filter on top.
    • The Models: Huge pre-trained models like UNI, Virchow, and H-Optimus.
  3. The "Specialized Apprentices" (Foundation Models with LoRA): This is the same librarian, but instead of just drawing a line, you give them a small, specialized notebook (called LoRA) to write down specific rules for this job. They keep their vast general knowledge but learn just enough new tricks to become experts at spotting clumsy bakers without needing to rewrite their whole brain.

The Test Drive: Three Different Courses

To see who was truly the best, the researchers didn't just test them on the same homework they studied. They gave them three different exams:

  • The Practice Exam (AMi-Br): This was the main dataset used for training. It contained thousands of human breast cancer cell images.
  • The "Same Town, Different Neighborhood" Exam (AtNorM-Br): This used images from a different source (TCGA). It was like testing the detectives on the same type of city, but with different street signs and lighting.
  • The "Foreign Country" Exam (AtNorM-MD): This was the hardest test. It included not just human breast cancer, but also dog tumors and other human cancers. It was like sending the detectives to a completely different country with different languages and customs to see if they could still find the clumsy bakers.

The Results: Who Won?

1. The "Specialized Apprentices" (LoRA) were the clear winners.
When the foundation models (the librarians) were given that small specialized notebook (LoRA), they performed incredibly well. The Virchow2 model with LoRA was the champion, achieving the highest accuracy on the practice exam. It proved that taking a massive, general AI and giving it a tiny, specific tweak is a very powerful strategy.

2. The "Fresh Start" Detectives were strong runners-up.
The models trained from scratch (End-to-End) did very well, especially on the "Foreign Country" exam. The Swin Transformer was the best at this, showing that sometimes, a dedicated team trained specifically for the job can handle new, weird situations better than a generalist.

3. The "Expert Librarians" (Linear Probing) struggled.
When the librarians tried to do the job without the specialized notebook (just using a simple line), they performed poorly. It turns out that their vast general knowledge wasn't enough to spot these specific, subtle errors without some extra training.

The Big Takeaway

The paper concludes that while spotting these abnormal cell divisions is a tough job, AI can do it effectively.

The most important lesson is that how you train the AI matters more than just having a big AI.

  • Simply asking a giant pre-trained model to guess (Linear Probing) isn't enough.
  • Giving that giant model a tiny, efficient way to learn the specific task (LoRA) works wonders.
  • Sometimes, training a model from scratch on the specific data is still a very competitive strategy.

The researchers also released all their data and code, essentially handing the "exam questions" and "answer keys" to the rest of the scientific community so everyone can keep improving these detectives. They noted that while the models are good, they still struggle when the "foreign country" (different tissue types or scanners) is too different, suggesting that we still need more diverse data to make these tools perfect for every situation.

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 →