A Multi-Stage Optimization Pipeline for Bethesda Cell Detection in Pap Smear Cytology

arXiv cs.CV / 4/16/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper presents a multi-stage computer-vision framework to detect Bethesda cells in Pap smear cytology images for Track B of the Riva Cytology Challenge (ISBI).
  • The proposed approach ensembles YOLO and U-Net models, then applies an overlap-removal refinement stage and a follow-up binary classifier to improve detection quality.
  • Model performance is evaluated with the mAP50-95 metric, achieving a second-place result with a score of 0.5909 in the competition.
  • The authors provide an open-source implementation in a public GitHub repository for reuse and further experimentation.

Abstract

Computer vision techniques have advanced significantly in recent years, finding diverse and impactful applications within the medical field. In this paper, we introduce a new framework for the detection of Bethesda cells in Pap smear images, developed for Track B of the Riva Cytology Challenge held in association with the International Symposium on Biomedical Imaging (ISBI). This work focuses on enhancing computer vision models for cell detection, with performance evaluated using the mAP50-95 metric. We propose a solution based on an ensemble of YOLO and U-Net architectures, followed by a refinement stage utilizing overlap removal techniques and a binary classifier. Our framework achieved second place with a mAP50-95 score of 0.5909 in the competition. The implementation and source code are available at the following repository: github.com/martinamster/riva-trackb