English

Detecting Mitoses with a Convolutional Neural Network for MIDOG 2022 Challenge

Computer Vision and Pattern Recognition 2022-11-01 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2208.12437,
  title  = {Detecting Mitoses with a Convolutional Neural Network for MIDOG 2022 Challenge},
  author = {Hongyan Gu and Mohammad Haeri and Shuo Ni and Christopher Kazu Williams and Neda Zarrin-Khameh and Shino Magaki and Xiang 'Anthony' Chen},
  journal= {arXiv preprint arXiv:2208.12437},
  year   = {2022}
}

Comments

3 pages, 2 figures

R2 v1 2026-06-25T01:59:34.672Z