paper-with-me

Papers

Fully automatic computer-aided mass detection and segmentation via pseudo-color mammograms and Mask R-CNN

2019-06-28 · Hang Min, Devin Wilson, Yinhuang Huang, Siyu Liu, Stuart Crozier, Andrew P. Bradley, Shekhar S. Chandra

Mammographic mass detection and segmentation are usually performed as serial and separate tasks, with segmentation often only performed on manually confirmed true positive detections in previous studies. We propose a fully-integrated computer-aided detection (CAD) system for simultaneous mammographic mass detection and segmentation without user intervention. The proposed CAD only consists of a pseudo-color image generation and a mass detection-segmentation stage based on Mask R-CNN. Grayscale mammograms are transformed into pseudo-color images based on multi-scale morphological sifting where mass-like patterns are enhanced to improve the performance of Mask R-CNN. Transfer learning with the Mask R-CNN is then adopted to simultaneously detect and segment masses on the pseudo-color images. Evaluated on the public dataset INbreast, the method outperforms the state-of-the-art methods by achieving an average true positive rate of 0.90 at 0.9 false positive per image and an average Dice similarity index of 0.88 for mass segmentation.

📄 PDF Abstract BibTeX arXiv:1906.12118

Code (1)

Holliemin9090/Mammographic-mass-CAD-via-pseudo-color-mammogram-and-Mask-R-CNN 공식 구현

Tasks

Image GenerationSegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Investigation of Applying Quantum Neural Network of Early-Stage Breast Cancer Detection

2022-10-08 · Musaddiq Al Ali, Amjad Y. Sahib, Muazez Al Ali

Due to the heavy burden on medical institutes and computer-aided image diagnostics (CAD) have been gaining importance in diagnostic medicine to aid the medical staff to attain better service for the patients. Breast canc…

Breast Cancer DetectionDiagnostic

Two-stage multi-scale breast mass segmentation for full mammogram analysis without user intervention

2020-02-27 · Yutong Yan, Pierre-Henri Conze, Gwenolé Quellec, Mathieu Lamard 외

Mammography is the primary imaging modality used for early detection and diagnosis of breast cancer. X-ray mammogram analysis mainly refers to the localization of suspicious regions of interest followed by segmentation, …

DecoderLesion ClassificationSegmentation

Leveraging Large-Scale Weakly Labeled Data for Semi-Supervised Mass Detection in Mammograms

2021-06-19 · CVPR 2021 1 · Yuxing Tang, Zhenjie Cao, Yanbo Zhang, Zhicheng Yang 외

Mammographic mass detection is an integral part of a computer-aided diagnosis system. Annotating a large number of mammograms at pixel-level in order to train a mass detection model in a fully supervised fashion is c…

Mass Segmentation in Automated 3-D Breast Ultrasound Using Dual-Path U-net

2021-09-17 · Hamed Fayyaz, Ehsan Kozegar, Tao Tan, Mohsen Soryani

Automated 3-D breast ultrasound (ABUS) is a newfound system for breast screening that has been proposed as a supplementary modality to mammography for breast cancer detection. While ABUS has better performance in dense b…

Breast Cancer DetectionImage SegmentationSegmentationSemantic Segmentation

A Comprehensive Review of Computer-aided Whole-slide Image Analysis: from Datasets to Feature Extraction, Segmentation, Classification, and Detection Approaches

2021-02-21 · Chen Li, Xintong Li, Md Rahaman, Xiaoyan Li 외

With the development of computer-aided diagnosis (CAD) and image scanning technology, Whole-slide Image (WSI) scanners are widely used in the field of pathological diagnosis. Therefore, WSI analysis has become the key to…

BIG-bench Machine LearningClassificationGeneral ClassificationSegmentation