IVAICVAug 28, 2025

MitoDetect++: A Domain-Robust Pipeline for Mitosis Detection and Atypical Subtyping

arXiv:2509.02586v2h-index: 23
Originality Synthesis-oriented
AI Analysis

This addresses the problem of domain shifts in mitosis detection for computational pathology, but it is incremental as it builds on existing methods like U-Net and vision transformers.

The paper tackled automated detection and classification of mitotic figures in computational pathology, achieving a balanced accuracy of 0.892 across validation domains.

Automated detection and classification of mitotic figures especially distinguishing atypical from normal remain critical challenges in computational pathology. We present MitoDetect++, a unified deep learning pipeline designed for the MIDOG 2025 challenge, addressing both mitosis detection and atypical mitosis classification. For detection (Track 1), we employ a U-Net-based encoder-decoder architecture with EfficientNetV2-L as the backbone, enhanced with attention modules, and trained via combined segmentation losses. For classification (Track 2), we leverage the Virchow2 vision transformer, fine-tuned efficiently using Low-Rank Adaptation (LoRA) to minimize resource consumption. To improve generalization and mitigate domain shifts, we integrate strong augmentations, focal loss, and group-aware stratified 5-fold cross-validation. At inference, we deploy test-time augmentation (TTA) to boost robustness. Our method achieves a balanced accuracy of 0.892 across validation domains, highlighting its clinical applicability and scalability across tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes