子宮頸がん細胞または細胞塊の自動検出は、子宮頸がんスクリーニングのエラー率を大幅に削減し、生産性を向上させる可能性があります。しかし、ほとんどの従来の方法は、正確な細胞セグメンテーションと識別的な手作りの特徴抽出の成功に依存しています。最近、画像パッチを分類するために畳み込みニューラルネットワーク(CNN)をトレーニングする新しい深層学習ベースの方法がありますが、それらは計算コストが高くなります。本稿では、子宮頸がん細胞/塊検出のための効率的なCNNベースのオブジェクト検出方法を提案します。具体的には、最新の2段階オブジェクト検出方法であるFeature Pyramid Network(FPN)をベースラインとするFaster-RCNNをベースラインとして利用し、限られたデータの問題に対処する新しい比較検出器を提案します。重要な考え方は、オブジェクト検出の各カテゴリの参照サンプルと比較することにより、提案を分類することです。さらに、いくつかのヒューリスティックルールによって手動で選択する代わりに、データから背景の参照サンプルを学習することを提案します。実験結果は、提案された比較検出器が小さなデータセットで大幅な改善をもたらし、26.3%の平均平均精度(mAP)と35.7%の平均リコール(AR)を達成することを示しています。さらに、比較検出器は、ARを4.6ポイント改善し、中規模データセットでトレーニングした場合、ベースラインモデルと比較してmAPに関してわずかに優れたパフォーマンスを達成しました。私たちの方法は、自動化支援子宮頸がんスクリーニングシステムの開発に有望です。コードはhttps://github.com/kuku-sichuan/ComparisonDetectorで入手できます。
Automated detection of cervical cancer cells or cell clumps has the potential to significantly reduce error rate and increase productivity in cervical cancer screening. However, most traditional methods rely on the success of accurate cell segmentation and discriminative hand-crafted features extraction. Recently there are emerging deep learning-based methods which train convolutional neural networks (CNN) to classify image patches, but they are computationally expensive. In this paper we propose an efficient CNN-based object detection methods for cervical cancer cells/clumps detection. Specifically, we utilize the state-of-the-art two-stage object detection method, the Faster-RCNN with Feature Pyramid Network (FPN) as the baseline and propose a novel comparison detector to deal with the limited data problem. The key idea is that classify the proposals by comparing with the reference samples of each category in object detection. In addition, we propose to learn the reference samples of the background from data instead of manually choosing them by some heuristic rules. Experimental results show that the proposed Comparison Detector yields significant improvement on the small dataset, achieving a mean Average Precision (mAP) of 26.3% and an Average Recall (AR) of 35.7%, both improving about 20 points compared to the baseline. Moreover, Comparison Detector improved AR by 4.6 points and achieved marginally better performance in terms of mAP compared with baseline model when training on the medium dataset. Our method is promising for the development of automation-assisted cervical cancer screening systems. Code is available at https://github.com/kuku-sichuan/ComparisonDetector.