paper-with-me

Papers

Detecting Mitoses with a Convolutional Neural Network for MIDOG 2022 Challenge

2022-08-26 · Hongyan Gu, Mohammad Haeri, Shuo Ni, Christopher Kazu Williams, Neda Zarrin-Khameh, Shino Magaki, Xiang 'Anthony' Chen

This work presents a mitosis detection method with only one vanilla Convolutional Neural Network (CNN). Our method consists of two steps: given an image, we first apply a CNN using a sliding window technique to extract patches that have mitoses; we then calculate each extracted patch's class activation map to obtain the mitosis's precise location. To increase the model performance on high-domain-variance pathology images, we train the CNN with a data augmentation pipeline, a noise-tolerant loss that copes with unlabeled images, and a multi-rounded active learning strategy. In the MIDOG 2022 challenge, our approach, with an EfficientNet-b3 CNN model, achieved an overall F1 score of 0.7323 in the preliminary test phase, and 0.6847 in the final test phase (task 1). Our approach sheds light on the broader applicability of class activation maps for object detections in pathology images.

📄 PDF Abstract BibTeX arXiv:2208.12437

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningData AugmentationMitosis Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Pan-Cancer mitotic figures detection and domain generalization: MIDOG 2025 Challenge

2025-08-28 · Zhuoyan Shen, Esther Bär, Maria Hawkins, Konstantin Bräutigam 외 arxiv

This report details our submission to the Mitotic Domain Generalization (MIDOG) 2025 challenge, which addresses the critical task of mitotic figure detection in histopathology for cancer prognostication. Following the "B…

Domain Generalization

Normal and Atypical Mitosis Image Classifier using Efficient Vision Transformer

2025-08-28 · Xuan Qi, Dominic Labella, Thomas Sanford, Maxwell Lee arxiv

We tackle atypical versus normal mitosis classification in the MIDOG 2025 challenge using EfficientViT-L2, a hybrid CNN--ViT architecture optimized for accuracy and efficiency. A unified dataset of 13,938 nuclei from sev…

Domain GeneralizationImage Augmentation

Challenges and Lessons from MIDOG 2025: A Two-Stage Approach to Domain-Robust Mitotic Figure Detection

2025-09-01 · Euiseop Song, Jaeyoung Park, Jaewoo Park arxiv

Mitotic figure detection remains a challenging task in computational pathology due to domain variability and morphological complexity. This paper describes our participation in the MIDOG 2025 challenge, focusing on robus…

Domain Generalization

Teacher-Student Model for Detecting and Classifying Mitosis in the MIDOG 2025 Challenge

2025-09-03 · Seungho Choe, Xiaoli Qin, Abubakr Shafique, Amanda Dy 외 arxiv

Counting mitotic figures is time-intensive for pathologists and leads to inter-observer variability. Artificial intelligence (AI) promises a solution by automatically detecting mitotic figures while maintaining decision …

Representation LearningDomain GeneralizationMulti-Task LearningUNET Segmentation

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

2025-06-26 · Sweta Banerjee, Viktoria Weiss, Taryn A. Donovan, Rutger A. Fick 외

Atypical mitoses mark a deviation in the cell division process that can be an independent prognostically relevant marker for tumor malignancy. However, their identification remains challenging due to low prevalence, at t…

BenchmarkingTransfer Learning