Abstract
Early breast cancer detection is one of the most important issues that need to be addressed worldwide as it can help increase the survival rate of patients. Mammograms have been used to detect breast cancer in the early stages; if detected in the early stages, it can drastically reduce treatment costs. The detection of tumours in the breast depends on segmentation techniques. Segmentation plays a significant role in image analysis and includes detection, feature extraction, classification, and treatment. Segmentation helps physicians quantify the volume of tissue in the breast for treatment planning. In this work, we have grouped segmentation methods into three groups: classical segmentation that includes region-, threshold-, and edge-based segmentation; machine learning segmentation; and supervised and unsupervised and deep learning segmentation. The findings of our study revealed that region-based segmentation is frequently used for classical methods, and the most frequently used techniques are region growing. Further, a median filter is a robust tool for removing noise. Moreover, the MIAS database is frequently used in classical segmentation methods. Meanwhile, in machine learning segmentation, unsupervised machine learning methods are more frequently used, and U-Net is frequently used for mammogram image segmentation because it does not require many annotated images compared with other deep learning models. Furthermore, reviewed papers revealed that it is possible to train a deep learning model without performing any preprocessing or postprocessing and also showed that the U-Net model is frequently used for mammogram segmentation. The U-Net model is frequently used because it does not require many annotated images and also because of the presence of high-performance GPU computing, which makes it easy to train networks with more layers. Additionally, we identified mammograms and utilised widely used databases, wherein 3 and 28 are public and private databases, respectively.
1. Introduction
Breast cancer represents one of the foremost factors behind the death of women worldwide. Hence, early diagnosis and detection increase the probability of recovery and reduce the mortality rate. The World Health Organization (WHO) reported that breast cancer is the most frequently diagnosed disease worldwide, and about 626,700 women die each year due to cancer-related diseases, and more than 2 million new cases were diagnosed in 2018 [1, 2].
However, if it is detected in the early stages, it can drastically reduce the mortality rate and reduce treatment costs, which will be more comfortable for the patients as there will be no need to undergo biopsy. Furthermore, studies have shown that radiologists can misdiagnose breast cancer because of the large number of ultrasound images generated every day, and the number of radiologists available to analyse these medical images is limited. The large number of ultrasound images generated is due to the increase in the number of instances of breast cancer diagnosis; thus, radiologists may become overwhelmed [3].
Different modalities have been used for screening, detection, and diagnosis of breast cancer, such as mammography, magnetic resonance imaging (MRI), positron emission tomography (PET), computed tomography, breast ultrasound [4–6] and [7], and digital breast tomosynthesis, which has been explained in [8, 9].
However, mammography is frequently used because it is considered very efficient for tumour detection in the early stages [10–15], and [16].
The detection and diagnosis of breast cancer in the early stages increases the chances of treatment and reduces mortality by 25.0% [17]. However, tumour detection is based on accurate segmentation of the breast region of interest (ROI). Accurate segmentation of the region of interest is an important part of computer-assisted diagnosis (CAD) [18].
In this study, we reviewed a number of previous research papers related to mammogram image segmentation to detect, extract, or classify breast cancers. An example is [19], which concluded that k-means segmentation is frequently used in mammogram segmentation. However, quantitative data have not been presented. Furthermore, k-means is based on unsupervised machine learning [20, 21]. In addition, we reviewed the following papers [22–26] and [27].
In the reviewed papers, there were no conclusions drawn regarding the most frequently used techniques for classical segmentation methods and machine learning segmentation. Moreover, for the classical segmentation method, no paper has pinpointed frequently used filters. The quality of segmentation is based on the filter used to remove artifacts from the mammogram images. Furthermore, it has been a big challenge for researchers to find mammogram images, as from the reviewed papers that no conclusion was made as to which database is frequently used for mammogram image segmentation. Owing to these drawbacks, we attempt to address these issues, as highlighted in our contributions below.
In this survey, we provide a comprehensive study of state-of-art methods for mammogram image segmentation from 1999-2021
First, we introduce segmentation pipeline used in mammogram images
Second, we discuss the most frequently used filters to remove noise from mammogram images
Third, we discuss the publicly and privately available databases for mammogram images and its segmentation metrics and classification
Finally, we investigate the most frequently used techniques for classical segmentation, machine learning segmentation, and deep learning segmentation.
1.1. Role of Segmentation in Mammogram Images
Segmentation in image processing is the process of partitioning an image into multiple regions with the aim of extracting the ROI from an image by identifying the masses in mammograms [28, 29] and [30]. In addition, it is easy to detect abnormalities [31, 32]. However, the detection can be affected by pectoral muscles; hence, artifacts and pectoral muscles should be removed before segmentation. These artifacts and pectoral muscles are not a part of the breast; hence, their presence can misguide the classification algorithms [33, 34] and [35].
Moreover, if segmentation is performed directly from raw images which contain noise and has poor contrast, there is a possibility of oversegmentation and faulty detection of breast tumours. Hence, noise and other local irregularities from noisy images and must be removed using filtering techniques to improve their quality [36, 37]. The aim of segmentation is to extract ROIs with possible masses, which involve partitioning of the mammogram into several nonoverlapping regions [38]. The segmentation methods used for classification of demographic masses can be manual (i.e., traditional), which is based on radiologist experts or fully automated that is based on CDA [39, 40].
However, mammogram segmentation methods can be affected by several factors which can hinder detection of abnormalities in the mammogram images as explained in [41, 42]; these factors include the following:
Pixel resolution: the ribbons or margins of masses at pixel resolution finer than 200 μm or coarser than 800 μm per pixel are unsuitable for mammography mass classification based on 14 texture features. However, the author concluded that using ribbons of masses with pixel sizes of 400 μm and 800 μm is recommended for a Bayesian classifier based on mammogram mass classification
Integration scale: higher pixel resolution of mammogram images increases computational times, and when pixel resolution is far too low, it can affect the performance of the texture analysis methods. Hence, the recommended mammogram pixel resolution should be optimal
Preprocessing methods and feature normalisation: preprocessing mammogram images may affect the performance of texture analysis methods because it effectively changes the grey levels of the mammogram images and normalisation may affect the classification accuracy. The texture feature needs to be normalised to avoid higher numeric ranges from dominating those with lower numeric ranges.
The roles of mammogram images segmentation are as follows:
Detection: the segmentation helps radiologists detect the breast cancer easily, as the shapes of benign and malignant tumours differ [43, 44]; one tends to be regular, and the other tends to be irregular
Feature extraction: segmentation is an important step before feature extraction. The principal objective of preprocessing is to process an image such that the results are more suitable than the original image for a specific application [44]. Once the segmentation has been performed, the ROI is used to extract features, which can be extracted using GLCM features from the image by constructing the grey-level cooccurrence matrix of the image [45, 46]
Classification (accuracy of breast mass): contour segmentation plays an important role in CADx systems for mass classification [47], and an image segmented can be classified as normal, benign, and malignant [3]
Treatment: the dose for breast cancer treatment depends on the size of tumour, which is an output of mammogram segmentation. Thus, every patient will have a different dose size and different treatment mechanisms. The segmentation of breast and node volumes in the setting of breast cancer treatment includes a definition of irradiation volumes [48, 49].
There are different segmentation methods which are currently used in mammogram segmentation, such as classical segmentation, machine learning segmentation, and deep learning segmentation, as highlighted below. The classical segmentation method has been explained in [46, 50], which depends on digital image processing and mathematics to segment the image which includes the following:
Edge-based segmentation methods (EBS), such as canny edge detection, active contour, Sobel, energy minimisation, and contour
Threshold-based segmentation methods (TBS) includes Otsu thresholding, morphological thresholding, adaptive thresholding, manual thresholding, Kittler's optimal thresholding, and global and local thresholding
Region-based segmentation (RBS), such as watershed, rough set theory, partial region growing, and marker controller.
Machine learning segmentation methods has been proposed in [51–54] and [55], which include the following:
Unsupervised machine learning methods (USML), such as fuzzy C-clustering, k-means clustering, novel clustering, and hierarchical k-clustering
Supervised machine learning methods (SML), such as support vector machine (SVM) and extreme learning machine.
Deep learning segmentation methods have been proposed in [56] which include the following:
Deep learning segmentation (DL), such as SegNet, U-Net, and fully convolutional neural networks (FCN).
Manual segmentation (traditional) is widely used by medical experts to identify tumours in the breast ROI. However, manual work for diagnosis is tedious and requires the skill of medical experts [57], and the number of breast cancer cases increases yearly. Hence, medical experts are overwhelmed and may cause misclassification of breast tumours. Medical experts manually select the abnormal region by comparing to the remaining parts. Moreover, the drawback of this method is that it requires medical experts to accurately select abnormal regions which is time consuming [58], such that it can be performed in real time and is flexible to changes. In addition, assessing the performance of segmentation accuracy is based on the evaluation of medical experts [59], even for automatic segmentation.
1.2. Automatic Mammogram Segmentation
Automatic image analysis and automatic segmentation indicate that there is little human intervention (semiautomatic) or without human intervention (fully automatic). Global thresholding, which has traditionally been used over the years to segment images, has been reported to cause misclassification of breast tumours [60]. Recent studies have shown that radiologists' interpretation of mammograms has produced a large number of false-negative cases [61]. To reduce this error, mammograms should be double checked, which increases sensitivity by 9.0% [20]. However, this process is time consuming and costly. Computer-aided diagnosis (CAD) is widely used to assist radiologists in detecting and identifying breast masses [62, 63] and [64]. The adoption of computer-aided diagnosis reduces the number of misclassifications and increases accuracy and time management [65]. Computer-aided diagnosis is considered a second reading for mammograms and has been reported to be more efficient than traditional methods [16]. The generic computer-aided diagnosis system which includes segmentation, feature extraction, and classification stages [66] has been developed to assist medical experts in breast cancer classification. Hence, automatic image segmentation is a very important step in developing computer-aided diagnosis systems [67].
1.3. Structure of This Review
In this review paper, we have reviewed previous works from 1999 to 2021 which are related to mammogram segmentation based on masses and microcalcifications found in mammogram images. The roles of mammogram image segmentation in image analysis include detention, feature extraction, and classification. Breast cancer is divided into three stages: normal, benign, and malignant. Furthermore, breast cancer can be suspected or detected as either masses, microcalcifications, or architectural distortions that are found in mammogram images. It is worth noting that the scope of this manuscript is to highlight segmentation techniques for breast cancer detection using mammogram images based on masses and microcalcifications. In addition, research findings, mammogram database, current status of mammograms, and future potential are also presented. The mammogram segmentation pipeline is shown in Figure 1. The rest of this paper is structured as follows. “Mammogram Breast Cancer Segmentation Based on Classical Methods” presents a classical segmentation method. “Mammogram Breast Cancer Segmentation-Based Machine Learning Methods” presents the machine learning segmentation method. “Mammogram Breast Cancer Segmentation-Based Deep Learning Methods” presents a deep learning segmentation method. “Methodology Analysis” presents the methodology of the study. Finally, this study is summarised in “Conclusion.”
1.4. Merits and Demerits of Mammograms Segmentation Methods
Table 1 summarises the merits and demerits of mammogram segmentation technique presented in Figure 1. These limitations will give insight to the reader to help select the appropriate segmentation technique.
Table 1.
Category | Merits | Demerits |
---|---|---|
Edge-based segmentation methods | Works well when an edge is prominent | Sensitivity to noise |
Reduces overall contrast in mammograms | ||
Easy to find locally edge orientation | ||
Produce unsatisfactory results when it detects fake and weak edges in mammograms | ||
Not suitable for mammogram images having smooth edges | ||
Threshold-based segmentation methods | Simple and easy to implement | It is not applicable if the tumour area ratio is unknown |
Sensitive to noise in mammograms | ||
Faster | ||
Gives poor results when mammograms have low contrast | ||
Inexpensive | ||
Difficulties to fix the threshold value if the number of regions increases | ||
Not easy to process the mammogram whose histograms are nearly unimodal | ||
Region-based segmentation | Connected regions are guaranteed | Causes over segmentation if mammograms are noisy |
Multiple criterion and gives good results with less noise | Cannot distinguish the shading of the real mammograms | |
Time consuming due to the high resolution of mammograms | ||
Not suitable for noisy mammograms | ||
Seed point must be selected | ||
| ||
Unsupervised machine learning methods | Few data are required | Number of clusters must be defined |
Easy to implement | ||
Prior information required | ||
Automatic segment masses | ||
Supervised machine learning methods | Easy to detect error | Knowledge about the mammogram to be segmented is required |
Require lab data | ||
| ||
Deep learning methods | Solve complex tasks | Limited annotated data |
Required unlabeled data | Time consuming during training | |
Expensive because it requires higher computational machines | ||
Produce accurate results |
2. Mammogram Breast Cancer Segmentation Based on Classical Methods
Some researchers have developed methods for the early detection of breast cancer lesions. The developed methods have been used to segment masses from breast cancer images. The method includes the threshold, active contour model, region-growing, watershed, template-matching, level set, and marker-controlled watershed methods [68, 69] and [70]. The classical segmentation method is based on the pixel values of an image, and it is divided into three groups: region-based segmentation, edge-based segmentation, and threshold-based segmentation [71].
Classical segmentation partitions an image into nonoverlapping regions which have certain attributes [72]. In addition, classical segmentation methods are a first-generation method which is based on low-level techniques, and it requires little information [73]. An overview of classical image segmentation, which is used in mammogram image segmentation, is given below, and a summary is presented in Table 2.
Table 2.
Subcategory | Related works | Year | Technique | Filter | Database | Evaluation metric |
---|---|---|---|---|---|---|
RM | [77] | 1999 | Adaptive and region growing | Gaussian | UMH | 98.0% accuracy |
RM | [102] | 2001 | Region growing | Kalman | DDSM | 93.0% ROC with adaptive module and 86.0% ROC without the adaptive module |
RM | [97] | 2001 | Partial loss of region | Sober | Japanese | 97.0% true positive |
RM | [99] | 2004 | Region growing | MIAS | 90.0% TPR, and 1.3 FTR per image | |
RM | [103] | 2004 | Contour searching | MAGIC-5 | 85.6 ± 08% ROC | |
RM | [87] | 2005 | Region growing | ANN | MIAS | 92.5% accuracy |
RM | [90] | 2006 | Morphological algorithm | Median | MIAS | 95.0% detection rate |
RM | [75] | 2010 | Harris corner | Median | MIAS | 93.0% segmentation accuracy |
RM | [91] | 2010 | Region growing | DDSM | 78.0% sensitivity and 4.0% false positive | |
RM | [92] | 2010 | Watershed | Morphological | DDSM | Mean standard 0.93 ± 0.03 |
RM | [74] | 2011 | Thresholding | Median | MIAS | 99.0% segmentation accuracy |
RM | [82] | 2012 | Region growing | Contrast | MIAS | 94.59% sensitivity and 3.90 false positive |
RM | [86] | 2012 | Morphological | Median | MIAS | 95.0% detection rate |
RM | [96] | 2012 | Region growing | Adaptive | DDSM | 97.2% sensitivity and 1.83% false positive |
RM | [80] | 2012 | Seed point selection | Mathematical morphology | NCSM | 98.0% accuracy |
RM | [81] | 2013 | Morphological gradient watershed | Adaptive median | MIAS and NMR | 95.3% positive for MIAS and 94.0% for NMR |
RM | [101] | 2013 | Improved watershed | Median | MIAS | 92.0% accuracy |
RM | [76] | 2013 | Otsu | Morphological | DEMS | 95.06% accuracy |
RM | [95] | 2014 | Marker-controlled watershed | Sober | MIAS | 90.83% detection rate and 91.3% ROC |
RM | [84] | 2014 | Wavelet and genetic algorithm | Wiener | MIAS and DDSM | 79.2 ± 8% mean and standard deviation |
RM | [98] | 2014 | Watershed transformation | MSKE | 90.47% sensitivity, 75.0% specificity, and 84.848% accuracy | |
RM | [79] | 2015 | Morphological operators | Alternating sequential filter | MIAS | 99.2% sensitivity and 99.0% accuracy |
RM | [83] | 2017 | Region growing | Sliding window | MIAS | 91.3% accuracy |
RM | [100] | 2017 | Region growing | Median | MIAS | 94.0% accuracy |
RM | [93] | 2017 | Watershed | Morphological | DDSM | 80.5% similarity index, 75.7% overlap value |
RM | [94] | 2017 | Bimodal-level set formulation | MIAS | 96.72% precision and 97.22% recall | |
RM | [88] | 2018 | Hidden Markov and region growing | MIAS | 91.92% accuracy and 8.07% error | |
RM | [89] | 2018 | Watershed combined with k-NN | Sober | MIAS | 83.33% accuracy |
RM | [78] | 2018 | Region growing | Gaussian | DDSM | 98.1% sensitivity, 97.8% specificity, and 90.0% accuracy |
RM | [85] | 2019 | Watershed | MIAS | 94.0% false detection and 18.0% positive detection | |
| ||||||
TM | [118] | 2001 | Otsu thresholding | Morphological | MIAS | 1.7188 ME1, 0.0083 ME2, and 0.8702 MHD |
TM | [120] | 2001 | Otsu | Median | MIAS | 96.55% accuracy, 96.97% sensitivity, and 96.29% specificity |
TM | [113] | 2011 | MIAS | 97.0% accuracy, 97.03% specificity, and 97.0% sensitivity | ||
TM | [117] | 2012 | Histogram thresholding | Morphological | DDSM | 96.0% detection rate and 90.0% accuracy |
TM | [119] | 2012 | Kittler's optimal thresholding | BCCCF | 92.0% to 95.0% Spearman and 6.9% average density | |
TM | [109] | 2013 | Otsu | Median | ||
TM | [108] | 2014 | Rough set theory | Median | MIAS | |
TM | [107] | 2014 | Otsu thresholding | Morphological and median | DDSM | |
TM | [114] | 2014 | Threshold and evolutionary | Average | DDSM | 95.2% accuracy |
TM | [110] | 2014 | Otsu | Median | MIAS | |
TM | [115] | 2015 | Global threshold | Median | MIAS | 92.86% accuracy and acceptable level of 4.97% |
TM | [111] | 2015 | Global thresholding and merging | Wiener | 82.0% accuracy and 18.0% error detection | |
TM | [105] | 2016 | Morphological threshold | Median | MIAS | 94.54% accuracy and 5.45% false identification |
TM | [106] | 2016 | Adaptive threshold | 91.5% accuracy for SVM and 70.0% accuracy for k-NN | ||
TM | [121] | 2016 | Otsu | Morphological | WHC and DDSM | 100.0% accuracy for WHC and 91.30% for DDSM |
TM | [104] | 2017 | Otsu | Clahe | MIAS | 96.0% accuracy |
TM | [116] | 2017 | Histogram and edge detection | Gaussian | MIAS and EPIC | 98.8% accuracy (MIAS) and 91.5% (EPIC) |
TM | [112] | 2018 | Adaptive global and local threshold | Meteorological | MIAS | 91.3% sensitivity and 0.71% false positive |
| ||||||
EM | [128] | 2004 | Edge | 2-D | MIAS | 92.5% accuracy, 93.0% sensitivity, and 85.0% specificity |
EM | [122] | 2006 | Edge | MAGIC-5 collaboration | 86.20% ROC and 82.0% sensitivity | |
EM | [126] | 2009 | Histogram | Morphological | MIAS | 97.0% accuracy |
EM | [133] | 2011 | Active contour | Binary homogeneity | MIAS | 99.6% CM, 98.7% CR, and 98.3% quality |
EM | [131] | 2011 | Energy minimisation and contour | MIAS | 90.0% accuracy and 92.27% precision | |
EM | [134] | 2011 | Edge | Median | KHCCJH | 94.1% accuracy (CC), 81.4% MLO, and 90.0% accuracy |
EM | [130] | 2011 | Sobel, Prewitt, Laplacian | Adobe Photoshop | NCSM | 79.0% AUC for Sobel, 72.0% Prewitt, and 71.0% Laplacian |
EM | [127] | 2012 | Edge | Median | MIAS | 83.9% accuracy |
EM | [132] | 2014 | Active contour | 88.0% sensitivity | ||
EM | [123] | 2015 | Dynamic graph cut | MIAS and DDSM | 98.88% sensitivity, 98.89% specificity, and 93.0% for negative values | |
EM | [124] | 2015 | Canny edge detection | Median | MIAS, INbreast, and BCDR | 98.8% Dice boundary of 97.8% MIAS, 98.9% for boundary 89.6% INbreast, and 99.2% for boundary, and 91.9% BCDR |
EM | [135] | 2017 | Cascade | Gabor | UHGL | 100.0% sensitivity and 3.4% false positives |
EM | [129] | 2017 | Edge | NCSM | 84.0% AUC |
2.1. Mammograms Breast Cancer Segmentation-Based Region Method (RM)
Dehghani and Dezfooli [74] presented a method for improving mammogram image preprocessing. The method has two phases: (a) excess image parts were removed using pixel brightness, and (b) the mammogram images were placed in one direction. A total of 60 images acquired from the MIAS database were used to test the algorithm. In addition, the noise from the mammogram images was removed using the threshold limit. The proposed method produced a 99.0% segmentation accuracy.
Senthilkumar et al. [75] formulated a methodology for a region-growing segmentation algorithm to detect breast cancer. A total of 40 mammogram images were acquired from the MIAS database, and a median filter was used to remove noise from the mammogram images. To increase the segmentation accuracy, mammogram images were enhanced using contrast limited adaptive histogram equalisation (CLAHE) and Harris corner. The proposed method produced a segmentation accuracy of 93.0%.
Berber et al. [76] proposed a breast mass contour segmentation method for digital mammograms. The proposed method is based on the classical seed region growth. Furthermore, the method was evaluated using 260 mammogram masses acquired from the Dokuz Eylul Mammography Set (DEMS). The proposed method achieved an accuracy of 95.06%.
Petrick et al. [77] proposed a method which combines adaptive enhancement and region-growing segmentation of breast masses on mammograms. The images were enhanced using density-weighted contrast enhancement, and the noise was removed using a Gaussian filter. The method was tested using 253 mammograms acquired from the University of Michigan Hospital (UMH). The proposed method produced a 98.0% segmentation accuracy.
The automatic detection of breast masses using an optimised region-growing technique was proposed in [78]. Texture features, including grey-level cooccurrence matrix and grey-level run length matrix, were extracted from the segmented images and used as input into the feed forward neural network. The performance of the proposed method was evaluated using 300 mammogram images acquired from the DDSM database, and a Gaussian filter was used to remove the noise from the images. The sensitivity and specificity of the proposed method were 98.1% and 97.8%, respectively. In addition, the segmentation performance was 90.0% based on the Jaccard index.
The automatic breast boundary segmentation of the mammogram method was proposed in [79]. The method used to estimate the skin line and breast segmentation was a modified fast matching algorithm and morphological operators. The proposed method was tested using 136 mammogram images acquired from the mini-MIAS database, and the noise was removed using an alternating sequential filter. The proposed method achieved a sensitivity of 99.2% for the ground truth and 99.0% segmentation accuracy.
Malek et al. [80] proposed a method for growing the seed regions for segmenting mammogram microcalcification images. The proposed method was developed using an automated initial seed point selection algorithm. The algorithm was tested using 50 mammogram images acquired from the National Cancer Society Malaysia (NCSM), and the noise was removed using mathematical morphology. The method was evaluated based on the receiver operator curve (ROC) and produced a 98.0% accuracy.
The detection of microcalcification in digital mammograms based on improving the segmentation method was proposed in [81]. The method uses an improved multiscale morphological gradient watershed segmentation for the automatic detection of clustered microcalcifications in mammograms. The performance of the proposed method was tested using two databases: 322 mammogram images were acquired from the MIAS database, and 100 mammograms were acquired from the local NMR diagnostic centre. The noise was removed using an adaptive median filter. The true positive rates were observed to be 95.3% and 94.0% for the MIAS and NMR databases, respectively.
Isa and Siong [82] proposed the automatic segmentation and detection of masses in digital mammograms. The proposed method is based on region growing in segment mammogram images into two sets: (a) mass pixels set and its surrounding background pixel set and (b) the image contrast was improved by performing image enhancement. The region growing based on local statistical texture analysis was applied to detect and segment the area of interest in the breast mass. The method was evaluated using 322 mammogram images acquired from the MIAS database. The method produced 94.59% sensitivity and had 3.90% false positives per image.
An automated digital mammogram segmentation method using a dispersed region growing and sliding window algorithm was proposed in [83]. The method uses a fully automated technique to detect suspicious masses in mammogram images. The sliding window method was used to remove the pectoral muscles from the mammogram. In addition, a dispersed region-growing algorithm was used to segment the ROI. The mammogram images were acquired from the MIAS database, and the proposed method achieved a 91.3% segmentation accuracy.
Danilo et al. [84] proposed the segmentation and detection of breast cancer in mammogram images. The method uses a set of computational tools to help in the segmentation and detection of mammogram images which contain masses on wavelet analysis and genetic algorithms. The mammogram images were acquired from the DDSM database, and artifacts from the images were removed using a Wiener filter. The detection and segmentation of masses were performed using multiple thresholding techniques, wavelet transform, and a genetic algorithm. The mean and standard deviation were observed to be 79.2 ± 8%.
Podgornova and Sadykov [85] conducted a comparative study of segmentation algorithms to detect microcalcifications on mammogram images. The method was tested using 250 mammogram images acquired from the MIAS database. Watershed, mean shift, and k-means segmentation were used in this study. The results show that watershed segmentation was able to detect 18.0% correctly and had 94.0% false detection. In addition, the mean shift method was able to detect 39.22% correctly and had 60.8% false detections. In contrast, k-means segmentation detected 42.8% correctly and had 57.2% false detections.
Segmentation of the breast region in digital mammograms and the detection of masses were proposed in [86]. The method uses an automated technique for mammogram image segmentation based on morphology, and the method was capable of removing digitisation noise from mammogram images. The mammogram images were acquired from the mini-MIAS database, and a median filter was used to remove noise from mammogram images. The region detection accuracy was 95.0. The region-growing segmentation and detection of microcalcifications in digitised mammogram images was proposed in [87]. The methods used to detect microcalcifications appear in small clusters within a few pixels in the mammogram images. The pixels, which are high-intensity values, are compared with surrounding pixels and value to determine whether they are benign or malignant. Artificial neural networks (ANNs) were employed to classify mammogram images. Six features were extracted from mammogram images acquired from the MIAS database, and the proposed method achieved an accuracy of 92.5%.
Soukaina et al. [88] proposed breast tumour segmentation and elimination of the pectoral muscle based on hidden Markov and region growing. The scope of the proposed method was to separate the pectoral muscles from mammogram images and feature extraction from breast tumours. The method has two stages: (a) Otsu's thresholding and (b) image classification-based k-means. The mammography images were acquired from the MIAS database. The accuracy and error were reported to be 91.92% and 8.07%, respectively.
Mammogram image segmentation using watershed segmentation and classification using k-NN classifier was proposed in [89]. The grey-level cooccurrence matrices based on the Halarick texture feature were extracted from 60 mammogram images. The MIAS database was used to test the proposed method, and a Sober filter was used to remove noise. The proposed method produced 83.33% segmentation accuracy.
Wei et al. [90] proposed the segmentation of the breast region in mammograms using watershed segmentation. The method combines two approaches: global thresholding and morphological. The method includes a coarse estimation of the breast ROI and extraction of the position of the breast boundary. A total of 204 mammogram images were randomly chosen from the DDSM mammogram database, and a median filter was used to remove noise. The proposed method produced an accuracy of 95.0%.
The automatic recommendation of the initial mass positions for mass segmentation in mammogram images was proposed in [91]. The method detects the initial position of the mass segment and the segmented mass to radiologists without losing any information. The method developed was based on region growth for breast segmentation. The method was evaluated using mammogram images acquired from the DDSM database. The achieved sensitivity was 78.0% and had 4.0% false positives per image, respectively.
Pei et al. [92] proposed the segmentation of the breast ROI in mammograms using a marker-controlled watershed transform. The method is based on a smoothed morphological gradient image which uses morphological reconstruction and markers. The markers were set using the Otsu method, and 120 mammogram images were acquired from the DDSM database. The results of the proposed method were evaluated by comparing them with the manual borders drawn by medical experts. The mean and standard deviation of the proposed method were reported as 0.93 ± 0.03.
A computer-aided method for segmenting microcalcifications in mammograms using morphological transformations was proposed in [93]. The method is composed of three stages: (a) the detection of microcalcification morphology, (b) noise removal, and (c) mammogram segmentation based on watershed segmentation. A total of 200 mammogram images were acquired from the DDSM database, and the noise was removed using a morphological filter. The proposed method achieved an 80.5% similarity index, 75.7% overlap fraction, 70.8% overlap value, and 19.8% extra fraction.
Soomro and Choi [94] proposed robust active contours for a mammogram image segmentation method. The proposed method detects high-intensity regions in mammograms which are based on a bimodal level set formulation. The method was evaluated using mammogram images acquired from the mini-MIAS database. The performance of the proposed method was measured using precision and recall metrics. The method produced a precision of 96.72%, and the recall was 97.22%.
An automatic method for breast mass segmentation using a marker-controlled watershed algorithm, localised breast masses, and pectoral muscle removal was proposed in [95]. The foreground of the mammogram image and background markers were detected to identify the localised breast tumour ROI. The method was tested on 120 mammogram images acquired from the MIAS database, and the noise was removed using a Sober filter. The proposed method's mass detection rate was reported to be 90.83%, and the receiver operating curve was reported to be 91.3%.
Liu et al. [96] proposed a fully automated scheme for mass detection and segmentation in mammogram images. The method uses a novel technique for automatic mass detection, which is divided into two parts: (a) establishing a search template and (b) adopting template matching to acquire an image. The method employed an adaptive thresholding technique based on the maximum entropy principle to transform the features of the image into ROIs. The region-growing technique was applied to separate mammogram masses from the background. The method was tested on 70 mammogram images acquired from the DDSM database. The proposed method produced a sensitivity of 97.2% and had 1.83 false positives per image.
Hatanaka et al. [97] proposed an automatic method for mass detection in mammograms, which is based on the partial loss of the ROI. The method was tested on 335 Japanese mammogram images, and the noise was removed using a Sober filter. The sensitivity was reported to be 90.0% and had a 0.2 false positive rates per image. In addition, the combination of these two methods improved the true positive to 97.0%.
Shareef [98] proposed a breast cancer detection method based on watershed transformation. The method employed two types of medical images: a total of 33 ultrasound images and 33 X-ray mammogram images. Medical images were acquired from Mosul Hospital Khansa Education (MSKE). The results obtained in this study were found to have 90.47% sensitivity, 75.0% specificity, and 84.848% accuracy for both medical images.
Fauci et al. [99] proposed automatic breast mass segmentation in mammogram images. Segmentation was employed in entire mammogram images, instead of manual partitioning and selection of regions of interest. The pixels, a value which has maximum grey levels, were selected as seeds. The method employed 40 mammogram images acquired from the MIAS database. The proposed method produced a true positive rate of 90.0% and a false positive rate of 1.3.
Jothilakshmi and Raaza [100] proposed an effective method for detecting mass abnormalities and classifying images as benign versus malignant via multi-SVM. The region segmentation method was applied to segmented mammogram images based on the split and merge techniques. Fifty mammogram images were acquired from min-MIAS, and noise was removed using a median filter. The texture features were extracted from the ROI based on a grey-level cooccurrence matrix. A support vector machine was applied to classify the images, and the proposed method achieved 94.0% accuracy.
The region-based contrast enhancement for mammogram images using an improved watershed segmentation was proposed in [101]. The method has three stages: (a) segmentation of the breast ROI and removal of artifacts, (b) identification of the pectoral muscle region using adaptive thresholding, and (c) an improved watershed segmentation were employed to segment the mammogram images. The mammogram images were acquired from the MIAS database, and the classification accuracy achieved was 92.0%.
Qian et al. [102] proposed a wavelet transform and Kalman filtering neural network for region-based segmentation of the mass in mammogram images. The method was used to identify 200 regions of interest in mammograms with similar features. The method uses adaptive modules to improve the computer-aided diagnosis method. These modules used a four-channel wavelet transform with a neural network rather than two-channel decomposition and reconstruction. The receiver operating curve achieved was 93.0% with the adaptive module and 86.0% without the adaptive module.
Mammogram image segmentation based on contour searching and massive lesion classification with a neural network was proposed in [103]. The database consists of 3762 digital mammogram images acquired from the MAGIC-5 collaboration database. The features extracted from mammogram images have two attributes: geometrical information and shape parameters. The features were extracted from the ROI, and these features were used as inputs to the supervised neural network. The ROC was reported to be 85.6Â ± 0.8% for massive lesion detection.
2.2. Mammograms Segmentation Based on Threshold Methods (TM)
Omer and Elfadil [104] proposed a segmentation method based on Otsu's threshold. A total of 160 mammograms were acquired from the MIAS database, and noise was removed and enhanced using contrast CLAHE. The multilevel thresholding technique was used to segment the pectoral muscle, and the reported accuracy was 96.0%.
The threshold segmentation method for the detection of masses in mammography was proposed in [105]. This method detects a region of mass using a morphological threshold. The method was tested using 55 mammograms acquired from the mini-MIAS database, and mammograms were enhanced using a median filter and contrast limited adaptive histogram equalisation. The segmentation accuracy was 94.54%, and the false positive rate was 5.45%.
Selvamurugan and Sundararaj [106] proposed a breast cancer detection method using adaptive thresholding. The proposed method exploits coarse and fine segmentations. Coarse segmentation was implemented using histogram fuzzy c-segmentation, and fine segmentation was implemented using window adaptive thresholding. The extracted features include area, circularity, correlation of pixel intensity, eccentricity, and entropy of intensity. SVM and k-NN were used to classify images as normal versus abnormal. The accuracy achieved was 91.5% for SVM and 70.0% for the k-NN classifier.
The segmentation of masses in digital mammograms using optimal global thresholding using Otsu's method was proposed [107]. The method has three stages: (a) image formation, (b) image preprocessing, and (c) image segmentation. The proposed method was applied to 50 mammography images acquired from the DDSM database, a median filter was used to remove noise, and enhancement was performed using optimal global thresholding, as shown in Figure 2.
The preprocessing technique for mammography images was proposed in [108]. The proposed method selects an appropriate enhancement technique to enhance the mammogram. The 322 mammograms were acquired from the MIAS database, and a median filter was used to remove noise. The performance of the algorithm was evaluated using the peak signal-to-noise ratio (PSNR), as shown in Figure 3. Bayati and El-Zaart [109] proposed a novel approach for breast cancer detection and segmentation in mammogram images. The method uses a manual selection threshold parameter and also uses an averaging technique for cancerous tissue detection from two mammogram images. The method was applied using the max-mean and least variance technique for tumour detection, and the results are shown in Figure 4.
A novel technique for mammogram mass segmentation using fractal adaptive thresholding was proposed in [110], which was designed to detect breast cancer in early stages. The mammogram images were acquired from the MIAS database, and a median filter was used to remove noise. The images were enhanced to increase their quality. The fractal based on mammogram mass segmentation was able to produce satisfactory results, as shown in Figure 5.
Singh and Veenadhari [111] proposed a breast cancer segmentation method using global thresholding and region merging. Gaussian noise was removed using the Wiener filtering, and image normalisation was performed based on the histogram shrinkage. Global thresholding using Otsu's method was applied to segment the masses from the ROI. The proposed method was implemented and tested in a MATLAB environment on 50 mammogram images to obtain the ROI. The proposed method produced 82.0% accuracy and had an error rate of 18.0%.
The detection of suspicious lesions in mammogram images using adaptive thresholding, which was based on multiresolution analysis, was proposed in [112]. The method utilises a combination of adaptive global and adaptive local thresholding segmentation. The method was tested using 170 mammogram images acquired from the mini-MIAS database, and a morphological filter was used to remove noise. The experimental results achieved were 91.3% sensitivity and 0.71 false positives per image.
Jenefer and Cyrilraj [113] proposed multiclass abnormal breast tissue segmentation using texture features. The texture features were applied at a level set-based bias correction on a mammogram to correct the intensity inhomogeneity. The MIAS database and the proposed method produced 97.0% accuracy and 97.03% specificity.
Neto et al. [114] proposed an automatic segmentation of breast masses in mammogram images using particle swarm optimisation and graph clustering, which is divided into two methods: (a) thresholding and (b) evolutionary algorithms. A total of 100 mammogram images were selected from the DDSM database, and an average filter was applied to remove noise from the mammogram images. The proposed method produced a 95.2% segmentation accuracy.
The automatic segmentation of the pectoral muscles in mammogram images based on global thresholding and weak boundary detection was proposed in [115]. The method identifies and removes pectoral muscles from breast mammograms, followed by convex-hull segmentation. The mammogram images were acquired from the MIAS database, and a median filter was used to remove salt and pepper noise. Global thresholding was used to remove breast tissue from the images. The proposed method achieved 92.86% segmentation accuracy, and 4.97% of the images were segmented to an acceptable level.
Chen and Zwiggelaar [116] proposed a combination of automatic detection of breast boundaries in mammogram images. The developed method is based on histogram thresholding, edge detection, contour growing, polynomial fitting, and the region-growing method. The mammogram images were acquired from two databases, namely, the MIAS database and 248 mammogram images from the EPIC database. Noise was removed using a Gaussian filter. The segmentation results show 98.8% and 91.5% accuracy for MIAS and EPIC, respectively. In addition, the pectoral muscle segmentation accuracies were 92.8% and 87.9% for MIAS and EPIC, respectively.
An accurate segmentation of the breast region of mammogram images was proposed in [117]. The developed method is based on histogram thresholding, morphological filtering, and contour modelling. The method was tested using 20 mammogram images acquired from the DDSM database. The selection of a ROI from mammogram images was based on a manual segmentation technique. The proposed method achieved a 96.0% detection rate, 90.0% acceptable classification, and 55.0% accurate classification.
Liu et al. [118] proposed a muscle segmentation method in mammogram images using the Otsu thresholding and the multiple regression method. The method is based on the position localisation of pectoral muscles in a breast region by combining the Otsu thresholding method and mathematical morphology. The method was tested using the MIAS dataset, and segmented regions were evaluated using the matrix of mean error (ME1), misclassification error (ME2), relative foreground area error (RFAE), extraction error rate (EER), region nonuniformity (NU), and modified Hausdorff distance (MHD) with 1.7188, 0.0083, 0.0056, 0.0134, and 0.8702, respectively.
Sivaramakrishna et al. [119] proposed an automatic segmentation of the mammogram image density. The method is based on Kittler's optimal threshold to estimate breast density on mammogram images. The 32 mammogram images were collected from the breast cancer centre of the Cleveland Clinic Foundation (BCCCF). The Spearman correlation ranged from 0.92 to 0.95, and mammogram density of an average of 6.9% was reported in this study.
Automatic breast segmentation and cancer detection using SVM in mammogram images was proposed in [120]. The method consists of three stages: (a) segmentation of the breast ROI, (b) pectoral muscle removal, and (c) mammogram image classification based on normal versus abnormal. Otsu's segmentation and canny edge detection were applied to remove the pectoral muscles from mammogram images. Mammogram images were acquired from MIAS, and a median filter was used to remove noise. The features were extracted from the ROI based on grey-level cooccurrence matrices. A support vector machine (SVM) classifier was used to classify the mammogram images. The method produced 96.55% accuracy, 96.97% sensitivity, and 96.29% specificity.
The automatic segmentation and classification of masses from digital mammograms were proposed in [121]. The proposed method has three stages: (a) preprocessing to enhance images based on morphological operations and Otsu's thresholding techniques, (b) shape features extracted from the segmented region, and (c) classification performed to classify the segmented shape. The method was tested using 270 mammograms acquired from the Women Health Care Program (WHC) and 142 from the DDSM. The shapes of the segmented masses were classified as round, oval, lobular, or irregular. Round and oval shapes were classified with 100.0% accuracy, while lobular and irregular shapes were 93% accurate, using the ANN based on the WHC database, and had 100.0% accuracy. In addition, for the DDSM database, the method produced accuracies of 100.0% and 91.3%, respectively.
2.3. Mammogram Breast Cancer Segmentation Based on the Edge Method (EM)
Cascio et al. [122] proposed mammogram image segmentation using contour searching and breast mass lesion classification using neural networks. The segmentation of mammogram images is based on an edge-based method. A total of 16 features were extracted from segmented images, and 3762 mammogram images were acquired from several hospitals under the MAGIC-5 collaboration. The ROC was found to be 0.862 with 2.8 false positives per image and a sensitivity of 82.0%.
Angayarkanni et al. [123] proposed a dynamic graph cut segmentation of mammogram images. The dynamic graph cut is based on Otsu's segmentation. The developed method improved mammogram images by suppressing unwanted distortions. Mammography images were acquired from the MIAS and DDSM databases. The sensitivity, specificity, positive value, and negative prediction for the proposed method were 98.88%, 98.89%, 93.0%, and 97.5%, respectively.
A fully automatic mammogram breast boundary and mammogram pectoral muscle segmentation was proposed in [124]. The pectoral muscle contour boundary was identified using Canny edge detection, and noise was removed using the median and an anisotropic diffusion filter. Five features were extracted to determine the edge of the breast. A total of 322, 208, and 100 mammogram images were acquired from the MIAS, INbreast, and Breast Cancer Digital Repository (BCDR) databases, respectively. The method achieved Dice similarity coefficients of 98.8% and 97.8% for the MIAS database. It was 98.9% and 89.6% for the INbreast database and 99.2% and 91.9% for the BCDR database.
Mohamed et al. [125] proposed mammogram mass detection and segmentation using cascaded filters. The cascaded filter reduces the resolution of the mammogram images using a Gaussian image pyramid. The method has several steps: (a) developing a breast fat model, (b) removing fat content from mammogram images, and (c) applying a Gabor filter to remove noise and mass detection. The 44 mammogram images were collected from the University Hospital Gasthuisberg Leuven (UHGL). The mammogram ROI was identified using contour processing. The proposed method achieved a sensitivity of 100.0% and had 3.4 false positive per image.
Mello et al. [126] proposed breast segmentation in mammogram images. The developed method establishes the boundaries of the breast ROI. The method uses different image processing methods, namely histogram specification, resampling, histogram adjustment, arithmetic, and morphological. In addition, the method was tested using the mini-MIAS database, and a segmentation accuracy of 97.0% was achieved.
Automatic pectoral muscle segmentation on mediolateral oblique view mammogram images was proposed in [127]. The pectoral edge was estimated using a straight line and was validated based on the location and orientation of the mammogram images. The estimation was performed based on iterative cliff detection of the delineate pectoral margin. In addition, mammogram images of the ROI were generated as a segmentation mask. The method was tested using the MIAS database, and the noise was removed using a median filter. This method produced 83.9% segmentation accuracy.
Ciecholewski [128] proposed the automatic edge detection of breast masses on mammogram images. This method identifies and localises discontinuities in mammogram images. The developed method was tested using 160 mammogram images collected from the mini-MIAS database, and the noise was removed using a 2-D filter. The proposed method achieved 92.5% segmentation accuracy, 93.0% sensitivity, and 85.0% specificity.
Siti et al. [129] proposed a mammogram microcalcification segmentation method based on energy minimisation. Mammogram images were obtained from the National Cancer Society Malaysia (NCSM). The true positive, true negative, false positive, and false negative based on the EDAC segmentation results were evaluated by medical experts. The results show that the ROC was found to be 84.0% based on the enhanced distance active contour, and the area under the curve was 78.0% for the distance active contour.
Mammogram microcalcification segmentation using three edge detection techniques, namely, Sobel, Prewitt, and Laplacian of Gaussian (LoG) edge detection, are proposed in [130]. The method was implemented using enhanced distance active contour model segmentation. The mammogram images were acquired from the NCSM, and the noise was removed using the Adobe Photoshop CS3 software. The ROC shows that the Prewitt edge detection, sober, and LoG were 79.0%, 72.0%, and 71.0%, respectively.
Khalid et al. [131] proposed mass segmentation in mammograms based on energy minimisation and an active contour model. The method uses two approaches: (a) level set theory and (b) minimisation of the active contours energy. The method was tested on the MIAS database, and the criterion was based on the overlapped area ratio between the autosegmented region and manually. The precision of segmentation of masses was 90.0%, and the mean precision was 92.27%.
Mammogram mass classification based on an active contour was proposed in [132]. The method explored three modules: (a) digitisation of mammogram images, (b) mammogram mass segmentation module based on active contour, and (c) a mammogram density classification module. The breast border was determined, an active contour algorithm was employed for mass boundary segmentation, and the sensitivity of the proposed method was 88.0%.
Maitra et al. [133] proposed a breast contour detection method for mammogram images. The method uses a homogeneity enhancement algorithm and an edge detection method. The mammogram images were acquired from the mini-MIAS database, and the noise was removed using a convolution filter. Ground-truth mammogram images and quantitative metrics were evaluated, and the results showed 99.6% completeness, 98.7% correctness, and 98.3% quality.
Al-Najdawi et al. [134] proposed mammogram image enhancement, mass segmentation, and classification. The authors investigated mammogram image enhancement to enhance the performance of the breast ROI, such as the cLare and median filter. The mammogram images were classified as benign, probable benign, possible malignant, probably malignant, and possible benign or malignant. The 1300 mammogram images were collected from the King Hussein Cancer Centre and Jordan Hospital (KHCCJH). The achieved results were 96.2% sensitivity and 94.4% specificity. The classification accuracies for mammogram mass calcification were 94.1% and 81.4%, respectively, and the segmentation accuracy was 90.7%.
2.4. Summary of Classical Segmentation Methods
Table 2 shows the summary of classical segmentation works reviewed. The findings of our study revealed that the most frequent classical segmentation method is region growing. Region growing is the most used because region growing has many techniques. In addition, median filter is the most frequently used filter. However, studies show that Gaussian filter has achieved higher accuracy when compared with other filters.
3. Mammogram Breast Cancer Segmentation-Based Machine Learning Methods
Machine learning has been used for breast cancer classification. It has several multidisciplinary fields that construct algorithms which can learn and predict from the given data based on features. In this study, we categorised machine learning-based segmentation techniques based on supervised machine learning (SML) and unsupervised machine learning (USML). Some examples of the SML method include support vector machines, and naïve Bayes models. In addition, unsupervised machine learning builds mathematical models from a set of images which contain only inputs, and no other desired output labels are required. Some examples of the USML method include k-means and fuzzy c-means. The structure of machine learning methods based on mammogram image segmentation is presented in subsections 3.1, and a detailed summary is given in Table 3.
Table 3.
Subcategory | Related works | Year | Technique | Filter | Database | Evaluation metric |
---|---|---|---|---|---|---|
USML | [148] | 2012 | Clustering | 2-D median | MIAS | 90.0% sensitivity and 78.0% specificity |
USML | [140] | 2012 | Microcalcification clusters | BNHMJ | 91.4% segmentation accuracy, false positive 96.5% | |
USML | [142] | 2013 | FCM clustering | Morphological | MIAS | |
USML | [138] | 2013 | Microcalcification clusters | DDSM | 93.2% positive rate and 0.73 false positive | |
USML | [147] | 2014 | k-means | 5 × 5 median | MIAS | 94.4% sensitivity |
USML | [145] | 2015 | Fuzzy c-means | MIAS | 83.3% for class 1, 75.0% class 2, and 80.0% class 3 accuracy | |
USML | [149] | 2017 | FCM clustering | MIAS | 86.2% sensitivity, 96.4% specificity, and 94.6% accuracy | |
USML | [139] | 2018 | MC clusters | Morphological | DDSM and MIAS | 94.48% classification accuracy for DDSM and 100.0% for MIAS |
USML | [136] | 2018 | Fuzzy c-means clustering | MIAS | 98.82% detection | |
USML | [137] | 2018 | c-means clustering | MIAS | 98.1% accuracy | |
USML | [141] | 2018 | Classic and fuzzy morphology | Gaussian | MIAS | 0.86 Dice, 66.0% recall and 20% precision |
USML | [144] | 2018 | c-means | LoG | MIAS and PHP | 95.0% accuracy PHP and 94.0% MIAS |
USML | [143] | 2018 | Morphological | DDSM and MIAS | 98.0% accuracy for MIAS and 97.0% for DDSM accuracy | |
USML | [135] | 2018 | Hierarchical k-means clustering | DDSM | 38.8% accuracy and 61.1% testing error | |
USML | [146] | 2018 | MC clusters | Morphological | DDSM | 96.57% sensitivity and 94.25% accuracy |
| ||||||
SML | [155] | 2011 | MLP | DDSM | 68.2% sensitivity and 8.7% false positive per image | |
SML | [156] | 2012 | ELM | MIAS | 81.10% of accuracy | |
SML | [150] | 2015 | Structure SVM | DDSM and INbreast | 87.0% Dice | |
SML | [152] | 2015 | SSVM and CRF | DDSM and INbreast | 93.0% accuracy using CRF and 95.0% accuracy using SVM | |
SML | [153] | 2015 | SVM | Median filter | SSPS | 96.0% correlation |
SML | [151] | 2016 | GGD and Bayesian back propagation | MIAS | 97.08% detection for GGD and 97.0% for Bayesian | |
SML | [154] | 2017 | CRF and SSVM | DDSM and INbreast | 10.0% loss |
3.1. Mammogram Breast Cancer Segmentation Based on Unsupervised Machine Learning (USML)
Automatic breast tumour segmentation using hierarchical k-means on mammograms was proposed in [135]. The method uses automatic detection of breast tumours based on valley tracing which helps obtain the optimal number of clusters in mammogram images. The mammogram images were collected from DDSM, and hierarchical k-means were used to segment the ROI. The experimental results show that error detection was 61.1% and accuracy was reported to be 38.8%.
Novel mass segmentation in mammogram images was proposed in [136]. The method is based on a mathematical model to detect the location of breast masses. The pixel values were classified using fuzzy c-means clustering. The pixel values were divided into three classes: background, initial mass, and boundary. The method was tested using 100 mammogram images acquired from the MIAS database, and a median filter was used to remove the noise. The experimental results show that the mass detection was 98.82%.
Senthilkumar and Umamaheswari [137] proposed a combination of a novel enhancement technique and fuzzy c-means clustering technique for breast cancer detection. The method involves computer-aided diagnosis by modifying the local range modification (LRM) as modified (MLRM) for noise removal and enhancement. Mammogram images were acquired using the MIAS database. The combination of MLRM and FCMC yielded an accuracy of 98.1%.
The segmentation of suspicious clustered microcalcifications in mammogram images was proposed in [138]. The method uses a multistage computer-aided diagnosis scheme for the automated segmentation of suspicious breasts. The method consists of three main stages: (a) ROI segmentation, (b) mammogram microcalcification segmentation using a local histogram, and (c) feature extraction. The 98 mammogram images were acquired from the University of South Florida and the Moffitt Cancer Center and Research Institute. The results show that the true positive rate was reported to be 93.2% and had 0.73 false positive clusters per image.
Alam et al. [139] proposed the automatic segmentation of mammogram microcalcification clusters. The segmentation method adopted a series of morphological operations to segment mammogram images, including image decomposition and image interpolation. The mammogram images were acquired from two databases, namely, MIAS and DDSM. A contrast-enhancement filter was applied to remove noise from the mammogram images. The ice metric similarity score was reported to be 0.6192, and the classification accuracies for DDSM and MIAS were 94.48% and 100.0%, respectively.
Hizukuri et al. [140] proposed a computerised segmentation method for mammogram calcifications and maintained their shapes in the CADx schemes. The method was evaluated using 96 mammogram images acquired from the Breastopia Namba Hospital, Miyazaki, Japan (BNHMJ). Eight (8) features were extracted based on the grey-level thresholding technique, and classification was performed using an artificial neural network (ANN). The detection rate and false positives per image were found to be 96.5% and 1.69, respectively. Moreover, the shape-segmentation accuracy was 91.4%.
Salih and Kamil [141] proposed a mammogram image segmentation method based on a fuzzy set and thresholding technique. The method employed a classic morphology and fuzzy morphology. The mammograms were collected from the mini-MIAS database, and a Gaussian filter was used to remove noise. The method produced a 86.0% Dice coefficient, 66.0% recall, and 20.0% precision.
Raju and Rao [142] proposed a particle swarm optimisation (PSO) method for mammogram image segmentation based on clustering. The mammogram images were taken from the MIAS, and their performance was evaluated using coefficients, including similarity, accuracy, sensitivity, and specificity. The experimental results show that FCM based on fractional-order Darwinian PSO outperforms other techniques, as shown in Figure 6.
Mughal et al. [143] proposed a deviation analysis for the texture segmentation of breast lesions in mammogram images. The method is based on the colour space and intensity variation. Pixel features were extracted using a colour size histogram from mammogram images. The method was tested using 513 images selected from the MIAS database, and 400 images were acquired from the DDSM database. The salient region, which was based on morphological reconstruction, was adopted to remove noise from mammogram images. The segmentation accuracy achieved was 98.0% for MIAS and 97.0% for the DDSM database.
Letizia et al. [144] proposed a fuzzy technique for microcalcification clustering in digital mammograms. The proposed method is based on fuzzy c-means with features. The mammogram images used were acquired from the mini-mammographic (MIAS) database and Policlinic Hospital of Palermo (PHP). Noise was removed using a Laplacian of Gaussian filter. The proposed method achieved an accuracy of 95.0%, sensitivity of 93.0%, and precision of 62.0% for the Policlinic Hospital of Palermo database. In addition, the method achieved an accuracy of 94.0%, sensitivity of 82.0%, and precision of 65.0% for the MIAS database. However, the FP/image remained the same (4.0%) for both databases.
Kulkarn and Shreedhara [145] proposed the identification of breast cancer in mammogram images based on two methods: soft clustering and an artificial neural network (ANN) classifier. The segmentation was performed using fuzzy clustering, and classification was performed using an ANN. Mammogram images were obtained from the MIAS database. The results were categorised into three stages: stage I had an accuracy of 83.3%, stage II had an accuracy of 75.0%, and stage III had an accuracy of 80.0%.
Singh and Kaur [146] proposed a classification of malignant versus benign mammogram microcalcification clusters. The method was applied to two approaches: (a) enhanced ROI using morphological, followed by feature extraction, namely, shape features and cluster texture, and (b) development of a support vector machine classifier. The mammogram images from the DDSM were divided into different sets. The results showed that malignant regions were correctly classified, with a sensitivity of 96.57% and an accuracy of 94.25%. The area under the curve (AUC) for Set2, Set3, and Set4 were 93.83%, 92.58%, and 93.07%, respectively.
The k-means clustering method for pectoral muscles and removal of mammogram images was proposed in [147]. The method was tested using 161 mammogram images acquired from the mini-MIAS database, and noise was removed using a 5 × 5 median filter. In addition, mammogram image artifacts were removed using morphological and region-seeded growth. The method was able to remove the pectoral muscle with a 94.4% true positive value and was categorised into three groups: good 90.37%, acceptable 8.07%, and unexpected 1.5%.
Hamissi and Merouani [148] proposed a fully automatic method for the detection of abnormal mammogram masses based on anatomical segmentation of the breast region and classification. The method consists of three stages: (a) removing noise using a 2-D median filter, (b) identifying the breast ROI, and (c) adaptive segmentation based on mean clustering and merging regions of interest. GLCM was used to extract the statistical and textural features. A decision tree was used to classify normal and abnormal cancers from mammogram images acquired from the MIAS database. The proposed method produced a 90.0% sensitivity and 78.0% specificity.
Saleck et al. [149] proposed tumour detection in mammography images using fuzzy c-means and GLCM texture features. The proposed method uses an automatic system for mass segmentation in mammograms, using the FCM algorithm. The 18 mammogram images were acquired from the MIAS database, and a median filter was used to remove noise. The proposed method applied a fuzzy c-means algorithm to extract the tumour from the ROI, and the FCM input was verified based on the GLCM texture features. The method produced 86.2% sensitivity, 96.4% specificity, and 94.6% accuracy.
3.2. Mammogram Breast Cancer Segmentation Based on Supervised Machine Learning (SML)
A novel segmentation of breast masses from mammogram images using a structured support vector machine was proposed in [150]. Mammography images were acquired from the DDSM-BCRP and INbreast databases. The proposed method outperformed other state-of-the-art methods with a computational efficiency of 0.8 s and a Dice index of 87.0%.
Boulehmi et al. [151] proposed a breast mass diagnosis method using a supervised method. The method has four stages: (a) mammogram contrast and enhancement using interpolation, (b) mass segmentation using GGD computing, and (c) Bayesian back-propagation neural network. Features were extracted from mammogram images to detect masses using a neurofuzzy classifier. The MIAS database was used for mass detection, and eight features were extracted based on the mass morphology and texture. The neurofuzzy system was used to classify segmented images as benign versus malignant. The proposed method achieved a 97.08% mass detection rate for GGD analysis, and the Bayesian back-propagation neural network was reported to be 97.0%.
Deep learning, structured prediction based on conditional random field (CRF), and structured support vector machine (SSVM) for mammogram mass segmentation were proposed in [152]. Mammography images were acquired from the DDSM-BCRP and INbreast databases. The Dice index achieved was similar for INbreast and DDSM-BCRP which was 93.0% for CRF and 95.0% for SVM.
A breast density analysis using an automatic density segmentation method was proposed in [153]. The method was validated by comparing it with manual expert annotations with automatic estimations. A total of 130 mammogram images were collected from the Spanish screening program specifications (SSPS) which consists of craniocaudal and mediolateral oblique views, where the noise was removed using a median filter. The study shows that the correlation coefficient of ρ = 0.96 between the mammogram density percentage for the left and right breasts, whereas a comparison of both mammogram views showed a correlation of ρ = 0.95, based on the SVM classifier.
Cardoso et al. [154] proposed mass segmentation in mammogram images and a cross-sensor compared with deep and tailored features. The authors discuss and compare three models for mass segmentation in mammogram images which include (a) tailored features and boundary computation and (b) second and third models that are based on deep learning features which combine CRF and SSVM. The mammogram images were acquired from two databases, namely, INbreast and DDSM-BCRP, and the cross-sensor performance loss was more than 10.0%.
The segmentation of breast masses in mammogram images was proposed in [155]. The proposed method assesses mammogram density using a multiscale wavelet transform. The density data obtained by processing with wavelet were used to train the multilayer perceptron network (MLP). The trained network was used to detect masses in 19 mammogram images, the true-positive rate (sensitivity) was found to be 68.2%, and the false positive rate was 8.7%.
Cordeiro et al. [156] proposed a segmentation of mammogram images using an extreme learning machine (ELM) for tumour detection for segmentation of tumour breast regions. Mammogram images were obtained from the MIAS database. The ELM classification accuracy was 81.0%.
4. Mammogram Breast Cancer Segmentation-Based Deep Learning Methods
Zhu et al. [157] proposed an adversarial deep structured net for mass segmentation from mammograms, which is based on an end-to-end adversarial FCN-CRF network for mammogram mass segmentation. The method was tested using two public datasets: INbreast and DDSM-BCRP. The proposed method achieved a segmentation rate of 97.0%.
Al-antari et al. [158] proposed an integrated computer-aided diagnosis system for the detection, segmentation, and classification of breast masses based on deep learning using You-Only-Look-Once. A regional deep learning approach was proposed to segment the mass based on a full-resolution convolutional network. The method was evaluated using the INbreast database, and the method produced 98.96% mass detection and 97.62% Matthews correlation coefficient (MCC), and the F1 score was 99.24%. In addition, the mass segmentation accuracy based on FrCN was 92.97%, 85.93% for MCC, and 92.69% for Dice and Jaccard similarity was 86.37%. Furthermore, the mass detection and segmentation were classified using CNN, and accuracy achieved 95.64%, 94.78% area under the curve (AUC), 89.91% for MCC, and 96.84% for Dice.
Ravitha et al. [159] developed a deeply supervised U-Net for mass segmentation in digital mammograms (DS-U-Net). The method was tested using the DDSM and INbreast datasets, and the contrast of the images was improved using the cLare filter. The experiments were divided into two groups: whether the images were preprocessed or not. It was found that the experiments when the preprocessing was performed achieved good results compared to when there was no preprocessing. The method achieved 82.70% of Dice, 85.70% of Jaccard coefficient, 99.70% accuracy, 83.10% sensitivity, and 99.80% specificity based on preprocessing.
Tree-reweighted belief propagation using deep learning potentials for mass mammogram segmentation was proposed in [160]. The method was implemented using a conditional random field model (CRF), and the evaluation was tested using the INbreast and DDSM-BCRP databases. The method uses statistical learning methods, and the mass segmentation error is reduced based on tree-reweighted belief propagation. The proposed method achieved an 89.0% Dice index in 0.1.
Shen et al. [161] proposed the mixed-supervision-guided and residual-aided classification U-Net model (ResCU-Net) for joint segmentation and classification of mammogram images. The mammogram images were taken from the INbreast dataset, and convolutional filters were employed to remove noise. The proposed MS-ResCU-Net model achieved an accuracy of 94.16%, sensitivity of 93.11%, specificity of 95.02%, DI of 91.78%, Jac of 85.13%, and MCC of 87.22%, while ResCU-Net correspondingly achieved 92.91%, 91.51%, 94.64%, 90.50%, 83.02%, and 84.99%.
The attention dense U-Net for automatic breast mass segmentation in mammogram images was proposed in [162]. This method uses a fully automatic method based on deep learning for breast mass segmentation. This method combines densely connected U-Net and attention gates (AGs) for mammogram segmentation. Additionally, this method was tested using the DDSM database, and the experimental results showed that dense U-Net integrated with AGs outperformed other methods. The method achieved 82.24% F1 score, 77.89% sensitivity, and overall accuracy of 78.38%, and the U-Net mode structure is presented in Figure 7.
Min et al. [163] proposed mammographic CAD for simultaneous mass detection and segmentation based on pseudocolour mammograms and mask RCNN. The method was tested using a dataset obtained from the INbreast database, and morphological filters were used to enhance the mammogram images. The DSI achieved for mass segmentation was 0.88Â ± 0.10, and GMs and mask RCNN yielded an average TPR of 0.90Â ± 0.05.
Al-Antari et al. [164] proposed a full-resolution convolutional network (FrCN), which is a novel segmentation model to segment mammogram images. In addition, three conventional deep learning models, namely, regular feedforward CNN, ResNet-50, and InceptionResNet-V2, were adopted to classify the detected and segmented breast lesions as either benign or malignant. Mammography images were acquired from the INbreast database. The results of the breast lesion segmentation based on FrCN achieved an overall accuracy of 92.97%, 85.93% for MCC, 92.69% for Dice, and 86.37% for the Jaccard similarity coefficient.
Abdelhafiz et al. [165] proposed a convolutional neural network for automated mass segmentation in mammography. The model is based on the architecture of the semantic segmentation U-Net model which was originally invented for biomedical image segmentation tasks. The proposed method was tested on four databases, CBIS-DDSM, INbreast, UCHCDM, and BCDR-01, and noise was removed using an adaptive median filter. The proposed U-Net model achieved a mean Dice coefficient index of 95.10% and a mean IOU of 90.90%. Moreover, there is an improvement in the results when using data augmentation, as the Dice coefficient index increases from 92.20% to 95.10% and 85.0% to 90.90%, respectively.
Saffari et al. [166] proposed fully automated breast density segmentation based on conditional generative adversarial networks (cGAN) and classification using deep learning. The cGAN network was applied to segment the dense tissues in mammogram images. The performance was tested using 410 images of 115 patients acquired from the INbreast dataset, and a median filter was used to remove noise. The results achieved based on cGAN segmentation were as follows: accuracy of 98.0%, Dice coefficient of 88.0%, and Jaccard index of 78.0%.
Singh et al. [167] proposed breast tumour segmentation and shape classification in mammograms using the cGAN and convolutional neural networks. The cGAN segments a breast tumour within an ROI in a mammogram. DDSM data containing 2620 mammography images and the INbreast dataset, which contained a total of 115 cases (410 mammograms), were used to test the performance. Morphological operations were used to remove noise from the mammogram images. The proposed cGAN model achieved a Dice coefficient of 94.0% and an intersection over union (IoU) of 87.0%.
Ahmed et al. [168] developed semantic segmentation for breast cancer using two deep neural networks, including mask RCNN and DeepLab. Two datasets, MIAS and DDSM, were employed to evaluate the performance of the proposed method, and noise was removed using a Savitzky Golay filter which is based on edge smoothness. The method achieved an AUC of 98.0% for mask RCNN and 95.0% for DeepLab. However, the mean precision for the segmentation task was 80.0% and 75.0%.
Abdelhafiz et al. [169] proposed a residual deep learning system for mass segmentation-based residual attention U-Net model (RU-Net), and classification was performed based on the ResNet classifier (RU-Net). Three datasets were used to evaluate the performance of the proposed method, DDSM, BCDR-01, and INbreast datasets, and noise was removed using the cLare filter. The proposed model achieved a mean test pixel accuracy of 98.0%, a mean Dice coefficient index (DI) of 98.0%, and mean IOU of 94.0%.
Hossain [170] proposed microcalcification segmentation using a modified U-Net segmentation network from mammogram images. The proposed method was trained with images acquired from the DDSM database, and noise was removed using the Laplacian filter. The method was divided into five stages: image preprocessing, segmentation of breast regions, extraction of suspicious patches, selection of positive patches, and training of the segmentation network. The method produced 98.50% of the F-measure and a 97.80% Dice score. Additionally, the Jaccard index was observed to be 97.40%, and the average accuracy of the proposed method was 98.20%.
Sun et al. [171] developed a novel attention-guided dense-upsampling network for breast mass segmentation in whole mammogram (AUNet). AUNet is an asymmetrical encoder-decoder structure which is an effective upsampling block and attention-guided dense-upsampling block (AU block). The method was tested using two publicly available datasets, CBIS-DDSM and INbreast, and produced an average Dice similarity coefficient of 81.80% for CBIS-DDSM and 79.10% for INbreast.
Tsochatzidis et al. [172] proposed a modified convolutional layer of a CNN based on the U-Net model. The method was evaluated using two datasets: DDSM-400 and CBIS-DDSM. The method achieved a diagnostic performance of 89.8% and AUC of 86.20% based on ground-truth segmentation maps and a maximum of 88.0% and 86.0% for U-Net-based segmentation for DDSM-400 and CBIS-DDSM, respectively.
Salama and Aly [173] proposed a deep learning model for mammography image segmentation and classification. The modified U-Net model was used to segment the breast area from the mammogram images. The model was tested using three mammographic datasets: MIAS, DDSM, and CBIS-DDSM. The proposed model achieved 98.87% accuracy, 98.88% area under the curve (AUC), 98.98% sensitivity, 98.79% precision, and 97.99% F1 score on the DDSM datasets.
Li et al. [174] improved breast mass segmentation in mammograms with conditional residual U-Net (CRU-Net) by integrating residual learning and probabilistic graphical modelling with standard U-Net to improve the performance of U-Net. The CRU-Net method was evaluated using two publicly available datasets, INbreast and DDSM-BCRP. The CRU-Net achieved Dice Index a DI of 93.66% for INbreast and a DI of 93.32% for the DDSM-BCRP dataset.
Bhatti et al. [175] developed multidetection and segmentation of breast lesions based on mask RCNN-FPN. The method is based on a regional learning technique known as a masked regional convolutional neural network which is embedded with a feature pyramid network. The method involved training on DDSM and testing on the INbreast database. The model achieved a mean average precision of 84.0% for multidetection and 91.0% segmentation accuracy.
Zeiser et al. [176] proposed the U-Net segmentation of masses on mammogram images using data augmentation. The model was tested using 7989 mammogram images acquired from the DDSM database. The model achieved a sensitivity of 92.32%, specificity of 80.47%, accuracy of 85.95%, Dice coefficient index of 79.39%, and AUC of 86.40%.
4.1. Summary of Mammograms Breast Cancer Segmentation Based on Machine Learning Methods
A summary of the machine learning methods is presented in Table 3. The findings of our study revealed that supervised machine learning is more frequently used than unsupervised methods. A detailed analysis is provided in Section 5.3.
5. Methodology Analysis
5.1. Importance of Mammogram Segmentation as Applied in Medical Field
Segmentation techniques have been used in computer vision in medical images for the detection and identification of abnormalities in images. Segmentation helps doctors or physicians quantify the volume of tissue, locate pathology, diagnose, study anatomical structures, and plan for treatment [177]. The segmented parts will make it easy for medical experts to draw conclusions about whether a particular medical image is normal or abnormal. Detection and identification of diseases can be applied to different medical images. However, the scope of this paper covers only one type of disease, breast cancer, and one type of mammography image modality. A detailed analysis of mammogram image segmentation, which is based on classical, machine learning, and deep learning, is illustrated in subsections 5.2.
5.2. Analysis on Classical Methods
Table 2 revealed that region-growing segmentation is frequently used. Furthermore, the study shows that median filter is the most frequently used compared to other filters. Moreover, the region-growing method has outperformed other methods. The highest accuracy achieved was 99.0%, based on threshold limit [74]. The highest threshold segmentation accuracy achieved was 100.0%, and the filter used was the morphological filter [121]. Furthermore, for the edge segmentation method, the highest sensitivity achieved was 100.0%, and the filter used was the Gabor filter [125].
5.3. Analysis on Machine Learning-Based Methods
The machine learning described in Table 3 is divided into two parts: supervised machine learning and unsupervised machine learning. In addition, most of the reviewed papers did not mention filters used to remove noise. Moreover, Table 3 reveals that unsupervised machine learning methods are frequently used compared to supervised methods. Additionally, the study showed that the highest detection achieved for supervised machine learning was 99.82% [136].
5.4. Analysis on Deep Learning-Based Methods
Table 4 summarised deep leaning segmentation method applied on mammogram, such as SegNet, U-Net, DeepLab, FCN, GAN, CRF, CRU-Net, and FrCN. However, U-Net segmentation was originally designed for medical images and does not require many annotated images, whereas many deep leaning models require many such images. Furthermore, most of the reviewed papers did not mention the filters used, because it is possible to train deep learning model without any preprocessing and postprocessing modules. Moreover, the most frequently used segmentation is U-Net, and it also outperformed other models as it achieved a Dice of 98.87% [173].
Table 4.
Subcategory | Related works | Year | Technique | Filter | Database | Evaluation metric |
---|---|---|---|---|---|---|
DL | [160] | 2015 | CRF | INbreast and DDSM-BCRP | 89.0% of Dice | |
DL | [157] | 2018 | Adversarial FCN-CRF | INbreast and DDSM-BCRP | 97.0% accuracy | |
DL | [158] | 2018 | FrCN | INbreast | 92.97 segmentation accuracy, 92.69% Dice and MCC of 85.93% | |
DL | [174] | 2018 | CRU-Net | INbreast and DDSM | 93.66% of Dice for INbreast and 93.32% for DDSM | |
DL | [161] | 2019 | ResCU-Net and MS-ResCU-Net | INbreast | 91.78% of Dice, 94.16% accuracy, and Jac of 85.12% based on MS-ResCU-Net | |
DL | [162] | 2019 | U-Net and AGS | DDSM | 82.24% F-score, 77.89% sensitivity, and 78.38% accuracy | |
DL | [169] | 2019 | RU-Net | cLare filter | INbreast and DDSM-BCRP | 98.0% of Dice, 94.0% of IOU, and 98.0% accuracy |
DL | [170] | 2019 | U-Net | Laplace filter | DDSM | 97.80% of Dice and 98.50% of Fi-score |
DL | [171] | 2019 | AUNet | INbreast and DDSM | 81.80% of Dice for DDSM and DI of 79.10% for INbreast | |
DL | [163] | 2020 | Mask RCNN | INbreast | 88.0% of Dice | |
DL | [164] | 2020 | FrCN | INbreast | 92.69% of Dice, 92.97% accuracy, and Jac of 86.37% | |
DL | [165] | 2020 | U-Net | Adaptive median | INbreast and DDSM | 89.0% of Dice and mean IOU of 90.90% |
DL | [159] | 2020 | DS-U-Net | cLare filter | INbreast and DDSM | 82.7% of Dice, Jac of 99.7%, and accuracy of 83.0% |
DL | [166] | 2020 | cGAN | Median filter | INbreast | 88.0% of Dice, Jac of 78.0%, and 98.0% accuracy |
DL | [167] | 2020 | cGAN | Morphological filter | DDSM | 94.0% of Dice and IOU of 87.0% |
DL | [168] | 2020 | Mask RCNN and DeepLab | Savitzky Golay filter | MIAS and DDSM | 80.0% accuracy |
DL | [175] | 2020 | Mask RCCN-FPN | DDSM | 91.0% accuracy and 84.0% precision | |
DL | [176] | 2020 | U-Net | DDSM | 79.39% of Dice, AUC of 86.40%, and 85.95% of accuracy | |
DL | [172] | 2021 | U-Net | DDSM | 88.0% accuracy | |
DL | [173] | 2021 | U-Net | MIAS and DDSM | 98.87% of Dice, AUC of 98.88%, and Fi-score of 97.99% |
5.5. Analysis on Mammography Databases
The public mammogram images databases used in this study include the following:
Mammographic Image Analysis Society (MIAS): the database consists of 322 digitised films, as well as a radiologist's ground truth [178]
Digital Database for Screening Mammography (DDSM): the database consists of 2500 cases and contains suspicious areas [179]
INbreast database: the database consists of 118 cases (410 images) [154, 158, 159] and [180].
The private mammogram databases available include the following:
Dokuz eylul mammogram set (DEMS): the database consists of 260 mammogram images [76]
University of Michigan Hospital (UMH): the database consists of 253 mammogram images [77]
Local NMR Diagnostic Centre, Hubli (NMR): the database consists of 100 mammogram images [81]
National Cancer Society Malaysia (NCSM): the database consists of 50 mammogram images [80, 129, 130] and [181]
Japan database: the database contains 335 Japanese mammogram images [97]
Mosul Hospital Khansa Education (MSKE): the database consists of 33 ultrasound images and 33 X-ray mammogram images [98]
European Prospective Investigation of Cancer (EPIC): the database consists of 248 MLO mammogram images [116]
Breast Centre of the Cleveland Clinic Foundation (BCCCF): the database consists of 32 normal mammogram images [119]
MAGIC-5 collaboration: the database consists of 3762 digitised mammogram images [103, 122]
Women Health Care Program (WHC): the database consists of 270 mammogram images [121]
King Hussein Cancer Centre (KHCC) and Jordan Hospital(JH): the database consists of 1317 mammograms [134]
Breastopia Namba Hospital, Miyazaki, Japan (BNHMJ): the database consists of 96 mammogram calcification images [140]
Policlinic Hospital of Palemrmo (PHP): the database consists of 39 mammogram images [144]
Oncology Moulay Abdellah, Rabat, Morocco: the database consist of 20 mammogram images [158]
Spanish Screening Programme Specifications (SSPS): the database consists of 130 mammogram images [159]
University Hospital Gasthuisberg Leuven (UHGL): the database consists of 44 mammogram images [125]
Hospital Universitari sant Joan Reus, Spain: the database consists of 14,000 mammogram which contains the craniocaudal and mediolateral views [182]
Community Hospital in San Francisco, California: the database consists of 158,554 mammograms which includes 106,405 screening mammograms and 52,149 diagnostic mammograms images [183]
National Mammography Database: the database consists of 3,181,437 mammogram images [184]
Department of Radiology, Stanford University Medical Centre and Radiology Residency Program: the database consists of 8682 mammogram calcification images [185].
Froedtert and Medical College of Wisconsin: the database consists of 62,219 screening and diagnostic mammogram images [186]
New Hampshire Mammography Network of the National Cancer Institute-Sponsored Breast Cancer Surveillance Consortium: the database consists of 118,549 mammogram images [187]
Department of Radiology, Massachusetts General Hospital: the database consists of 3665 which included 1502 images combined tomosynthesis and 2163 mammography images [188]
Department of Radiology, University of Michigan Medical Centre: the database consists of 253 mammograms which containing biopsy-proved masses [189]
Grid Platform for Computer-Assisted Library for Mammography (GPCalma): the database consists of 3369 mammographic images [190].
Mammography Image Reading for Radiologists and Computers Learning Database (MIRaCLe): the database consists of 204 mammographic images [191]
Mammographic Image Database for Automated Analysis (MIDAS): the database consists of 600 mammographic images [192]
Department of Radiology at the University of Chicago: the database consists of 200 mammographic images [193].
The findings of our study revealed that the MIAS database is frequently used by researchers for classical segmentation and machine learning segmentation methods.
5.6. Current Status on Mammogram Breast Segmentation Methods
Currently, segmentation methods are categorised into three groups: manual segmentation which is based on the annotation of medical experts, semiautomatic segmentation, and fully automatic segmentation. Furthermore, these three methods depend on medical experts to draw conclusions about whether the segmented parts are benign or malignant. In addition, the segmentation methods discussed in this study can be used in other modalities. However, no pectoral muscle removal was observed for other imaging modalities.
5.7. Potential Future for Mammogram Breast Cancer Segmentation Methods
As mentioned earlier, the segmentation methods discussed are divided into three groups, namely, classical segmentation, machine learning methods, and deep learning methods, and focus only on one type of medical image. The discussed methods can be used to detect and identify breast cancer in other imaging modalities, such as MRI and ultrasound. Furthermore, the segmentation methods discussed in this paper revealed accurate segmentation, detection, and identification of mammogram images, depending on the annotation from medical experts. However, machine learning methods require images which have been marked by medical experts and have been proven by a pathology report whether it is benign or malignant. The future potential is to determine the accuracy of the segmentation methods without annotation from medical experts. In our future work, we plan to divide the segmentation methods based on mass segmentation and microcalcification segmentation in mammogram images.
5.8. Recommendation
The expectation of breast cancer patients is to receive correct and precise results. Radiologists sometimes generate wrong results by predicting that a patient has cancer, while in reality, the patient may not have cancer. This scenario can occur because of the large number of mammogram images which are generated every day, while the number of radiologists to analyse them is limited. This scenario has implications for patients, because if radiologists found that a patient has no cancer, but in reality she or he has cancer, it can lead to unnecessary large costs in the future and sometimes death if cancer is detected in the late stage. On the other hand, if radiologists diagnose a patient with breast cancer, but in reality she or he does not have breast cancer, the patient might incur unnecessary costs as well as painful treatments due to the biopsy and stress. Hence, to address this issue, we recommend that collaboration between radiologists and artificial intelligence experts should be increased to reduce the workload of radiologists.
6. Conclusion
Despite significant progress in medical image segmentation, the impact of segmentation still does not meet the needs of practical applications. Mammogram image segmentation is a cross-disciplinary field between physicians and machine learning experts. Furthermore, breast tumours are complex, and artificial intelligence experts do not understand the clinical needs. In addition, physicians do not understand how artificial intelligence works; hence, specific clinical needs are not met. Collaboration between physicians and machine learning experts should be increased to meet these clinical needs. This will assist machine learning experts in developing deep learning models that meet clinical needs, resulting in a reduced workload for physicians. In this paper, an overview image segmentation was grouped into three categories: classical segmentation, machine learning segmentation, and deep learning methods. Furthermore, the classical method is subcategorised into three parts: (a) region-growing segmentation, (b) threshold segmentation, and (c) edge segmentation. In addition, machine learning methods are subcategorised into two parts: unsupervised machine learning and supervised machine learning. The reviewed works are presented based on the year of publication, as shown in Tables 2–4. The findings of our study revealed that region-based segmentation is frequently used for classical methods, and the most frequently used technique is region growing. In addition, the median filter and MIAS database are frequently used in the classical segmentation methods. In contrast, unsupervised machine methods are frequently used for machine learning segmentation, compared to supervised machine learning. U-Net is mostly frequently used based on deep learning models, because the method was developed specifically for medical image data and does not require many annotated images. Furthermore, it is possible to train networks with more layers owing to the presence of high-performance GPU computing. Finally, we identified mammogram databases which are widely used.
Acknowledgments
The authors would like to express their deep gratitude to Oguti Ann Move for her proofreading work and would also like to thank the insightful comments and suggestions from Prof. Shouling Qi and the two anonymous reviewers who helped in greatly improving this manuscript. This research is partially supported by the National Natural Science Foundation of China under Grant No. 61702087, by the Fundamental Research Funds for the Central Universities under Grant No. N172008008, by the Bureau of Science and Technology of Guizhou Province under Grant No. [2017]30-34 and [2019]2794, and by the China Scholarship Council Grant No. 2018GBJ002668.
Data Availability
It is a review paper; hence, the data used is from previous published works.
Conflicts of Interest
The authors declare no conflict of interest.
References
- 1.American Cancer Society. Global cancer facts and figures. Atlanta: American Cancer Society. 2018;(4):1–76. http://www.cancer.org/content/dam/cancer-org/research/cancer-facts-and-statistics/global-cancer-facts-and-figures/global-cancer-facts-and-figures-4th-edition.pdf. [Google Scholar]
- 2.Bray F., Ferlay J., Soerjomataram I., Siegel R. L., Torre L. A., Jemal A. Global cancer statistics 2018: Globocan estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA: A Cancer Journal for Clinicians. 2018;68(6):394–424. doi: 10.3322/caac.21492. [DOI] [PubMed] [Google Scholar]
- 3.Singh L., Jaffery Z. A., Zaheeruddin Z., Singh R. Segmentation and characterization of breast tumor in mammograms. 2010 International Conference on Advances in Recent Technologies in Communication and Computing; 2010; Kottayam, India. pp. 213–216. [Google Scholar]
- 4.American cancer society. Breast cancer facts and figures 2017-2018. American cancer society, Inc. Atlanta. 2017 https://www.cancer.org/content/dam/cancer-org/research/cancer-facts-and-statistics/breast-cancer-facts-and-figures/breast-cancer-facts-and-figures-2017-2018.pdf. [Google Scholar]
- 5.Janet J., Venkata Lakshmi S. Classification and segmentation methods in digital mammography-a detailed study. International Journal of Pure and Applied Mathematics. 2018;119(12):1097–1115. [Google Scholar]
- 6.Fiorica J. V. Breast cancer screening, mammography, and other modalities. Clinical Obstetrics and Gynecology. 2016;59(4):688–709. doi: 10.1097/GRF.0000000000000246. [DOI] [PubMed] [Google Scholar]
- 7.Shahare P. D., Giri R. N. A review on medical imaging techniques and mammograms analysis techniques used for breast cancer detection. IJCSN International Journal of Computer Science and Network; 2014; India. pp. 122–127. [Google Scholar]
- 8.Abdel-Nasser M., Solsona F. P., Puig D. Pectoral muscle segmentation in tomosynthesis images using geometry information and grey wolf optimizer. 2020 International Conference on Innovative Trends in Communication and Computer Engineering (ITCE 2020); 2020; Valletta - Malta. pp. 1–4. [Google Scholar]
- 9.Rodriguez-Ruiz A., Teuwen J., Chung K., et al. Pectoral muscle segmentation in breast tomosynthesis with deep learning. In Medical Imaging 2018: Computer-Aided Diagnosis. 2018;10575 [Google Scholar]
- 10.Guraya S. Y. Breast cancer screening: implications and clinical perspectives. Journal of Taibah University Medical Sciences. 2008;3(2):67–82. doi: 10.1016/S1658-3612(08)70056-8. [DOI] [Google Scholar]
- 11.Tirona M. T. Breast cancer screening update. American Family Physician. 2013;87(4):274–278. [PubMed] [Google Scholar]
- 12.Nedra A., Shoaib M., Gattoufi S. Detection and classification of the breast abnormalities in digital mammograms via linear support vector machine. 2018 IEEE 4th Middle East Conference on Biomedical Engineering (MECBME); 2018; Tunis, Tunisia. pp. 141–146. [Google Scholar]
- 13.Abbas A. H., Kareem A. A., Kamil M. Y. Breast cancer image segmentation using morphological operations. International Journal of Electronics and Communication Engineering and Technology. 2015;6(4):8–14. [Google Scholar]
- 14.Dheeba J., Selvi S. T. A swarm optimized neural network system for classificationof microcalcification in mammograms. Journal of medical systems. 2012;36(5):3051–3061. doi: 10.1007/s10916-011-9781-3. [DOI] [PubMed] [Google Scholar]
- 15.Sasikala S., Ezhilarasi M., Sudharsan P., Sivakumari C. L. Y. Performance analysis of various segmentation techniques in breast mammogram images. 2014 International Conference on Intelligent Computing Applications; 2014; Coimbatore, India. pp. 228–232. [Google Scholar]
- 16.George M. J., Sankar S. P. Efficient preprocessing filters and mass segmentation techniques for mammogram images. 2017 IEEE International Conference on Circuits and Systems (ICCS); 2017; Thiruvananthapuram, India. pp. 408–413. [Google Scholar]
- 17.Hela B., Hela M., Kamel H., Sana B., Najla M. Breast cancer detection: a review on mammograms analysis techniques. 10th International Multi-Conferences on Systems, Signals & Devices 2013 (SSD13); 2013; Hammamet, Tunisia. pp. 1–6. [Google Scholar]
- 18.Ojala T., Liang J., Näppi J., Nevalainen O. Turku, Finland: Technical Report 315, University of Turku; 1999. Interactive segmentation of the breast region from digitized mammograms with united snakes. [Google Scholar]
- 19.Manoj R., Thamarai M. A survey of segmentation in mass detection algorithm for mammography and thermography. International Journal of Advanced Electrical and Electronics Engineering (IJAEEE) 2012;1(2):70–77. [Google Scholar]
- 20.Thummalapalem G. D., Pradesh A., Vaddeswaram G. D. Automated detection, segmentation and classification using deep learning methods for mammograms-a review. International Journal of Pure and Applied Mathematics. 2018;119(18):627–666. [Google Scholar]
- 21.Sukassini M. P., Velmurugan T. A survey on the analysis of segmentation techniques in mammogram images. Indian Journal of Science and Technology. 2015;8(22):1–8. doi: 10.17485/ijst/2015/v8i22/79105. [DOI] [Google Scholar]
- 22.Chidambaranathan S. Mammogram image segmentation a short survey. International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) 2014;11(3):18–21. [Google Scholar]
- 23.George M. J., Dhas D. A. S. Efficient mammographic mass segmentation techniques: a review. 2017 International Conference on Wireless Communications, Signal Processing and Networking WiSPNET; 2017; Chennai, India. pp. 2253–2256. [DOI] [Google Scholar]
- 24.Es-salhi R., Daoudi I., Tallal S., Medromi H. Lecture Notes in Electrical Engineering. Singapore: Springer; 2017. A survey on segmentation techniques of mammogram images; pp. 545–556. [Google Scholar]
- 25.Ramani R., Suthanthiravanitha S., Valarmathy S. A survey of current image segmentation techniques for detection of breast cancer. International Journal of Engineering Research and Applications (IJERA) 2012;2(5):1124–1129. [Google Scholar]
- 26.Saidin N., Sakim H. A. M., Ngah U. K., Shuaib I. L. Segmentation of breast regions in mammogram based on density: a review. Journal of Microbiological Methods. 2012;9(2):108–116. [Google Scholar]
- 27.Priyanka B. B., Kulkarni D. A. Digital mammography: a review on detection of breast cancer. International Journal of Advanced Research in Computer and Communication Engineering. 2016;5(1):386–390. [Google Scholar]
- 28.Rizvandi N. B., Pizurica A., Philips W., Ochoa D. Edge linking based method to detect and separate individual c.elegans worms in culture. 2008 Digital Image Computing: Techniques and Applications; 2008; Canberra, ACT, Australia. pp. 65–70. [Google Scholar]
- 29.Šerifovic-Trbalic A., Trbalic A., Demirovic D., Prljaca N., Cattin P. C. Classification of benign and malignant masses in breast mammograms. 2014 37th International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO); 2014; Opatija, Croatia. pp. 228–233. [Google Scholar]
- 30.Hoshyar A. N., Al-Jumaily A., Hoshyar A. N. The beneficial techniques in preprocessing step of skin cancerdetection system comparing. Procedia Computer Science. 2014;42:25–31. doi: 10.1016/j.procs.2014.11.029. [DOI] [Google Scholar]
- 31.Mencattini A., Salmeri M., Rabottino G., Salicone S. Metrological characterization of a cadx system for the classification of breast masses in mammograms. IEEE Transactions on Instrumentation and Measurement. 2010;59(11):2792–2799. doi: 10.1109/TIM.2010.2060751. [DOI] [Google Scholar]
- 32.Jaffar M. A., Ahmed B., Hussain A., Naveed N., Jabeen F., Mirza A. M. Multi domain features based classification of mammogram images using svm and mlp. 2009 Fourth International Conference on Innovative Computing, Information and Control (ICICIC),; 2009; Kaohsiung, Taiwan. pp. 1301–1304. [Google Scholar]
- 33.Mustra M., Grgic M. Robust automatic breast and pectoral muscle segmentation from scanned mammograms. Signal Processing. 2012;93(10):2817–2827. doi: 10.1016/j.sigpro.2012.07.026. [DOI] [Google Scholar]
- 34.Zheng S. W., Liu J., Liu C. C. A random-walk based breast tumors segmentation algorithm for mammograms. International Journal on Computer, Consumer and Control (IJ3C) 2013;2(2):66–74. [Google Scholar]
- 35.Sayed M. S., Hassan S. A., Rashwan M. A., Abdalla M. I. Hybrid methods for feature extraction for breast masses classification. Egyptian Informatics Journal. 2018;19(1):63–73. doi: 10.1016/j.eij.2017.08.001. [DOI] [Google Scholar]
- 36.Abdellatif H., Taha T. E., Zahran O. F., Al-Nauimy W., El-Samie F. E. A. K9.automatic segmentation of digital mammograms to detect masses. 2013 30th National Radio Science Conference (NRSC); 2013; Cairo, Egypt. pp. 557–565. [Google Scholar]
- 37.Chaubey A. K. Breast segmentation in mammograms using manual thresholding. World Journal of Research and Review. 2015;1(1):21–23. [Google Scholar]
- 38.Gardezi S. J. S., Elazab A., Lei B., Wang T. Breast cancer detection and diagnosis using mammographicdata: systematic review. Journal of Medical Internet Research. 2019;21(7):p. e14464. doi: 10.2196/14464. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Sahiner B., Petrick N., Chan H. P., et al. Computer-aided characterization of mammographic masses: accuracy of mass segmentation and its effects on characterization. IEEE Transaction aon Medical Imaging. 2001;20(12):1275–1284. doi: 10.1109/42.974922. [DOI] [PubMed] [Google Scholar]
- 40.Patel B. C. H., Shankaracharya S. Comparative performance evaluation of segmentation methods in breast cancer images. International Journal of Machine Intelligence. 2011;3(3):130–133. doi: 10.9735/0975-2927.3.3.130-133. [DOI] [Google Scholar]
- 41.Rangayyan R. M., Nguyen T. M., Ayres F. J., Nandi A. K. Effect of pixel resolution on texture features of breast masses in mammograms. Journal of Digital Imaging. 2010;23(5):547–553. doi: 10.1007/s10278-009-9238-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 42.Abdel-Nasser M., Melendez J., Moreno A., Puig D. The impact of pixel resolution, integration scale, preprocessing, and feature normalization on texture analysis for mass classification in mammograms. International Journal of Opticse. 2012;3(3):1–12. [Google Scholar]
- 43.Palkar P., Agrawal P. Technique to extract statistical parameters of digital mammogram to detect breast cancer. International Journal of Advanced Research in Science, Engineering and Technology. 2016;3(12):3033–3038. [Google Scholar]
- 44.Nivetha R., Stephen Sagayaraj A., Mohanapriya G., Suganya V., Subhashini C. Detection of breast cancer using texture method in mammogram image. International Journal of Innovative Research in Computer and Communication Engineering. 2017;5(3):4780–4785. [Google Scholar]
- 45.Unni A., Eg N., Vinod S., Nair L. S. Tumour detection in double threshold segmented mammograms using optimized glcm features fed svm. 2018 International Conference on Advances in Computing, Communications and Informatics (ICACCI); 2018; Bangalore, India. pp. 554–559. [Google Scholar]
- 46.Punitha S., Ravi S., Anousouya Devi M. Breast cancer detection in digital mammograms using segmentation techniques. IJCTA. 2016;9(3):167–182. [Google Scholar]
- 47.Kirova Y. M., Pena P. C., Dendale R., et al. Definition of nodal volumes in breast cancer treatment and segmentation guidelines. Journal de Radiologie. 2009;90(6):747–751. doi: 10.1016/s0221-0363(09)74733-x. [DOI] [PubMed] [Google Scholar]
- 48.Bethapudi P., Srinivasa Reddy E. Detection of malignancy in digital mammograms from segmented breast region using morphological techniques. IOSR Journal of Electrical and Electronics Engineering. 2013;5(4):9–12. doi: 10.9790/1676-540912. [DOI] [Google Scholar]
- 49.Thangavel K., Velayutham C. Rough set based unsupervised feature selection in digital mammogram image using entropy measure. 2012 International Conference on Biomedical Engineering (ICoBE); 2012; Penang, Malaysia. pp. 10–16. [Google Scholar]
- 50.Arokiyamary Delphia A., Kamarasan M., Sathiamoorthy S. Image processing for identification of breast cancer: A literature survey. Asian Journal of Electrical Sciences. 2018;7(2):28–37. [Google Scholar]
- 51.Suganthi M., Madheswaran M. An enhanced decision support system for breast tumor identification in screening mammograms using combined classifier. Proceedings of the International Conference and Workshop on Emerging Trends in Technology; 2010; Mumbai Maharashtra India. pp. 786–791. [DOI] [Google Scholar]
- 52.Gayathri B. M., Sumathi C. P., Santhanam T. Breast cancer diagnosis using machine learning algorithms–a survey. International Journal of Distributed and Parallel Systems. 2013;4(3):105–112. doi: 10.5121/ijdps.2013.4309. [DOI] [Google Scholar]
- 53.Lou J. Y., Yang X. L., Cao A. Z. A spatial shape constrained clustering method for mammographic mass segmentation. Computational and Mathematical Methods in Medicine. 2015;2015:16. doi: 10.1155/2015/891692.891692 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.Palkar P., Agrawal P. A technique to extract statistical parameters of digital mammogram to detect breast cancer. International Journal of Advanced Research in Science, Engineering and Technology. 2016;3(12):3033–3038. [Google Scholar]
- 55.Oliver A., Freixenet J., Marti J., et al. A review of automatic mass detection and segmentation in mammographic images. Medical Image Analysis. 2010;14(2):87–110. doi: 10.1016/j.media.2009.12.005. [DOI] [PubMed] [Google Scholar]
- 56.de Oliveira H. N., de Avelar C. S., Machado A. M. C., de Albuquerque Araujo A., dos Santos J. A. Progress in Pattern Recognition, Image Analysis, Computer Vision, and Applications. Cham: Springer; 2018. Exploring deep-based approaches for semantic segmentation of mammographic images; pp. 690–698. [DOI] [Google Scholar]
- 57.Ball J. E., Butler T. W., Bruce L. M. Towards automated segmentation and classification of masses in digital mammograms. The 26th Annual International Conference of the IEEE Engineering in Medicine and Biology Society; 2004; San Francisco, CA, USA. pp. 1814–1817. [DOI] [PubMed] [Google Scholar]
- 58.Hassan Shayma’a A., Sayed M. S., Abdalla M. I., Rashwan M. A. Detection of breast cancer mass using mser detector and features matching. Multimedia Tools and Applications. 2019;78(14):20239–20262. doi: 10.1007/s11042-019-7358-1. [DOI] [Google Scholar]
- 59.Mustra M., Grgic M., Rangayyan R. M. Review of recent advances in segmentation of the breast boundary and the pectoral muscle in mammograms. Medical & Biological Engineering & Computing. 2016;54(7):1003–1024. doi: 10.1007/s11517-015-1411-7. [DOI] [PubMed] [Google Scholar]
- 60.Roselin R., Thangavel K., Subash Chandra Boss R. A review on approaches at different stages of mammogram processing. International Journal of Computational Intelligence and Informatics. 2015;4(4):267–280. [Google Scholar]
- 61.Sushma S. J., Kumar S. C. P. Image enhancement using bio-inspired algorithms on mammogram for cancer detection. 2015 International Conference on Emerging Research in Electronics, Computer Science and Technology (ICERECT); 2015; Mandya, India. pp. 11–16. [Google Scholar]
- 62.Shenghua G., Ji Y., Chen Y., Wang J., Kim J. U. Study on breast mass segmentation in mammograms. 2015 3rd International Conference on Computer, Information and Application; 2015; Yeosu, Korea (South). pp. 22–25. [DOI] [Google Scholar]
- 63.Birdwell R. L., Ikeda D. M., O’Shaughnessy K. F., Sickles E. A. Mammographic characteristics of 115 missed cancers later detected with screening mammography and the potential utility of computer-aided detection. Radiology. 2001;219(1):192–202. doi: 10.1148/radiology.219.1.r01ap16192. [DOI] [PubMed] [Google Scholar]
- 64.Dallali A., Slimen A., El Khediri S., Khemili Y. Detection of lesion in mammograms. 2018 International Conference on Advanced Systems and Electric Technologies (IC_ASET); 2018; Hammamet, Tunisia. pp. 479–483. [DOI] [Google Scholar]
- 65.Majeed T. F., Al-Jawad N., Sellahewa H. Breast border extraction and pectoral muscle removal in mlo mammogram images. 2013 5th Computer Science and Electronic Engineering Conference (CEEC); 2013; Colchester, UK. pp. 119–124. [Google Scholar]
- 66.Chaieb R., Bacha A., Kalti K., Lamine F. B. Image features extraction for masses classification in mammograms. 2014 6th International Conference of Soft Computing and Pattern Recognition (SoCPaR); 2014; Tunis, Tunisia. pp. 203–208. [Google Scholar]
- 67.Zhang Y., Lan Y., Ren H. Image enhancement and its effects on segmentation for mammographic masses. 2012 Fifth International Symposium on Computational Intelligence and Design; 2012; Hangzhou, China. pp. 423–426. [Google Scholar]
- 68.Dong M., Lu X., Ma Y., Guo Y., Ma Y., Wang K. An efficient approach for automated mass segmentation and classification in mammograms. Journal of Digital Imaging. 2015;28(5):613–625. doi: 10.1007/s10278-015-9778-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 69.Rahini K. K., Sudha S. S. Review of image segmentation techniques: a survey. International Journal of Advanced Research in Computer Science and Software Engineering. 2014;4(7):842–845. [Google Scholar]
- 70.Zaitoun N. M., Aqel M. J. Survey on image segmentation techniques. Procedia Computer Science. 2015;65:797–806. doi: 10.1016/j.procs.2015.09.027. [DOI] [Google Scholar]
- 71.Jena M., Mishra S. P., Mishra D. A survey on applications of machine learning techniques for medical image segmentation. Internationa Journal of Engineering & Technology. 2018;7(4):4489–4495. [Google Scholar]
- 72.Castleman K. R. Digital image processing. CUMINCAD; 1993. [Google Scholar]
- 73.Withey D. J., Koles Z. J. Medical image segmentation: methods & software. 2007 Joint Meeting of the 6th International Symposium on Noninvasive Functional Source Imaging of the Brain and Heart and the International Conference on Functional Biomedical Imaging; 2007; Hangzhou, China. pp. 140–143. [Google Scholar]
- 74.Dehghani S., Dezfooli M. A. A method for improve preprocessing images mammography. International Journal of Information and Education Technology. 2011;1(1):90–93. doi: 10.7763/ijiet.2011.v1.15. [DOI] [Google Scholar]
- 75.Senthilkumar B., Umamaheswari G., Karthik J. A novel region growing segmentation algorithm for the detection of breast cancer. In A new Region Growing Segmentation Algorithm for the Detection of Breast Cancer. 2010;3:1–4. [Google Scholar]
- 76.Berber T., Alpkocak A., Balci P., Dicle A. A. P. B., Berber O., Dicle O. Breast mass contour segmentation algorithm in digital mammograms. Computer Methods and Programs in Biomedicine. 2013;110(2):150–159. doi: 10.1016/j.cmpb.2012.11.003. [DOI] [PubMed] [Google Scholar]
- 77.Petrick N., Chan H. P., Sahiner B., Helvie M. A. Combined adaptive enhancement and region-growing segmentation of breast masses on digitized mammograms. Medical Physics. 1999;26(8):1642–1654. doi: 10.1118/1.598658. [DOI] [PubMed] [Google Scholar]
- 78.Punitha S., Amuthan A., Suresh Joseph K. Benign and malignant breast cancer segmentation using optimized region growing technique. Future Computing and Informatics Journal. 2018;3(2):348–358. doi: 10.1016/j.fcij.2018.10.005. [DOI] [Google Scholar]
- 79.Nanayakkara R. R., Yapa Y. P. R. D., Hevawithana P. B., Wijekoon P. Automatic breast boundary segmentation of mammograms. International Journal of Soft Computing and Engineering. 2015;5(1):97–101. [Google Scholar]
- 80.Malek A. A., Rahman W. E. Z. W. A., Yasiran S. S., Jumaat A. K., Jalil U. M. A. Seed point selection for seed-based region growing in segmenting microcalcifications. 2012 International Conference on Statistics in Science, Business and Engineering (ICSSBE); 2012; Langkawi, Malaysia. pp. 1–5. [Google Scholar]
- 81.Desai S. D., Megha G., Avinash B., Sudhanva K., Rasiya S., Linganagouda K. Detection of Microcalcification in Digital Mammograms by Improved-MMGW Segmentation Algorithm. 2013 International Conference on Cloud & Ubiquitous Computing & Emerging Technologies; 2013; Pune, India. pp. 214–218. [Google Scholar]
- 82.Isa N. A. M., Siong T. S. Automatic segmentation and detection of mass in digital mammograms. Recent researches in communications, signals and information technology. 2012:143–146. [Google Scholar]
- 83.Shrivastava A., Chaudhary A., Kulshreshtha D., Singh V. P., Srivastava R. Automated digital mammogram segmentation using dispersed region growing and sliding window algorithm. 2017 2nd International Conference on Image, Vision and Computing (ICIVC); 2017; Chengdu, China. pp. 366–370. [Google Scholar]
- 84.Pereira D. C., Ramos R. P., do Nascimento M. Z. Segmentation and detection of breast cancer in mammograms combining wavelet analysis and genetic algorithm. Computer Methods and Programs in Biomedical. 2014;114(1):88–101. doi: 10.1016/j.cmpb.2014.01.014. [DOI] [PubMed] [Google Scholar]
- 85.Podgornova Y. A., Sadykov S. S. Comparative analysis of segmentation algorithms for the allocation of microcalcifications on mammograms. Information Technology and Nanotechnology. 2019;2391:121–127. doi: 10.18287/1613-0073-2019-2391-121-127. [DOI] [Google Scholar]
- 86.Sahakyan A., Sarukhanyan H. Segmentation of the breast region in digital mammograms and detection of masses. International Journal of Advanced Computer Science and Applications. 2012;3(2):102–105. [Google Scholar]
- 87.Deshpande A. V., Narote S. P., Udupi V. R., Inamdar H. P. A region growing segmentation for detection of microcalcification in digitized mammograms. In Proceedings of the International Conference on Cognition and Recognition. 2005;1:774–780. [Google Scholar]
- 88.El Kaitouni S. E. I., Abbad A., Tairi H. A breast tumors segmentation and elimination of pectoral muscle based on hidden Markov and region growing. Multimedia Tools and Applications. 2018;77(23):31347–31362. doi: 10.1007/s11042-018-6089-z. [DOI] [Google Scholar]
- 89.Beena Ullala Mata B. N., Meenakshi M. Mammogram image segmentation by watershed algorithm and classification through k-NN classifier. Bonfring International Journal of Advances in Image Processing. 2018;8(1):1–7. doi: 10.9756/bijaip.8352. [DOI] [Google Scholar]
- 90.Wei K., Wang G., Hui D. Segmentation of the breast region in mammograms using watershed transformation. 2005 IEEE Engineering in Medicine and Biology 27th Annual Conference; 2005; Shanghai, China. pp. 6500–6503. [DOI] [PubMed] [Google Scholar]
- 91.Lee B., Lee J., Lee M. Automated recommendation of initial mass positions for mass segmentation in digital mammograms. 2010 International Conference on Electronics and Information Engineering, volume 2; 2010; Kyoto, Japan. pp. 202–206. [DOI] [Google Scholar]
- 92.Pei C., Wang C., Shengzhou X. Segmentation of the breast region in mammograms using marker-controlled watershed transform. The 2nd International Conference on Information Science and Engineering; 2010; Hangzhou, China. pp. 1–4. [Google Scholar]
- 93.Ciecholewski M. Microcalcification segmentation from mammograms: a morphological approach. Journal Digit Imaging. 2017;30(2):172–184. doi: 10.1007/s10278-016-9923-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 94.Soomro S., Choi K. N. Robust active contours for mammogram image segmentation. 2017 IEEE International Conference on Image Processing (ICIP); 2017; Beijing, China. pp. 2149–2153. [Google Scholar]
- 95.Khouaja S., Jlassi H., Hamrouni K. An automated method for breast mass segmentation. 2014 6th International Conference of Soft Computing and Pattern Recognition; 2014; Tunis, Tunisia. pp. 180–185. [Google Scholar]
- 96.Liu F., Zhang F., Gong Z., Chen Y., Chai W. A fully automated scheme for mass detection and segmentation in mammograms. 5th International Conference on BioMedical Engineering and Informatics; 2012; Chongqing, China. pp. 140–144. [Google Scholar]
- 97.Hatanaka Y., Hara T., Fujita H., Kasai S., Endo T., Iwase T. Development of an automated method for detecting mammographic masses with a partial loss of region. IEEE Transactions on Medical Imaging. 2001;20(12):1209–1214. doi: 10.1109/42.974916. [DOI] [PubMed] [Google Scholar]
- 98.Shareef S. R. Breast cancer detection based on watershed transformation. IJCSI International Journal of Computer Science Issues. 2014;11(1):237–245. [Google Scholar]
- 99.Zhang S. M. K. H., Fool S. W., Thng C. H. Automated breast masses segmentation in digitized mammograms. IEEE International Workshop on Biomedical Circuits and Systems, 2004; 2004; Singapore. pp. 1–4. [Google Scholar]
- 100.Jothilakshmi G. R., Raaza A. Effective detection of mass abnormalities and its classification using multi-svm classifier with digital mammogram images. 2017 International Conference on Computer, Communication and Signal Processing (ICCCSP); 2017; Chennai, India. pp. 1–6. [Google Scholar]
- 101.Mohideen A. K., Thangavel K. Region-based contrast enhancement of digital mammograms using an improved watershed segmentation. International Journal of Image and Graphics. 2013;13(1):p. 1350007. doi: 10.1142/s0219467813500071. [DOI] [Google Scholar]
- 102.Qian W., Sun X., Song D., Clark R. A. Digital mammography. Academic Radiology. 2001;8(11):1074–1082. doi: 10.1016/S1076-6332(03)80718-3. [DOI] [PubMed] [Google Scholar]
- 103.Fauci F., Bagnasco S., Bellotti R., et al. Mammogram segmentation by contour searching and massive lesion classification with neural network. IEEE Symposium Conference Record Nuclear Science 2004; 2004; Rome, Italy. pp. 2695–2699. [Google Scholar]
- 104.Omer A. M., Elfadil M. Preprocessing of digital mammogram image based on otsu’s threshold. American Scientific Research Journal for Engineering, Technology, and Sciences. 2017;37(1):220–229. [Google Scholar]
- 105.Makandar A., Halalli B. Threshold based segmentation technique for mass detection in mammography. Journal of Computers. 2016;11(6):472–478. doi: 10.17706/jcp.11.6.463-4712. [DOI] [Google Scholar]
- 106.Selvamurugan M., Kharmega Sundararaj G. Breast cancer detection algorithm by adaptive thresholding. International Journal of Computer Science and Mobile Computing. 2016;5(5):376–381. [Google Scholar]
- 107.Thawkar S., Ingolikar R. Segmentation of masses in digital mammograms using optimal global thresholding with otsu’s method. International Journal of Computer Science and Technology. 2014;5(3):129–132. [Google Scholar]
- 108.Mina L. M., Isa N. A. M. Preprocessing technique for mammographic images. International Journal of Computer Science and Information Technology Research. 2014;2(4):226–231. [Google Scholar]
- 109.Al-Bayati M., El-Zaart A. Mammogram images thresholding for breast cancer detection using different thresholding methods. Advances in Breast Cancer Research. 2013;2(3):72–77. doi: 10.4236/abcr.2013.23013. [DOI] [Google Scholar]
- 110.Shanmugavadivu P., Sivakumar V. Lecture Notes in Electrical Engineering. Singapore: Springer; 2014. A novel technique for mammogram mass segmentation using fractal adaptive thresholding; pp. 213–220. [Google Scholar]
- 111.Singh N., Veenadhari S. Breast cancer segmentation using global thresholding and region merging. International Journal of Computer Sciences and Engineering. 2018;6(12):292–297. doi: 10.26438/ijcse/v6i12.292297. [DOI] [Google Scholar]
- 112.Hu K., Gao X., Li F. Detection of suspicious lesions by adaptive thresholding based on multiresolution analysis in mammograms. IEEE Transactions on Instrumentation and Measurement. 2011;60(2):462–472. doi: 10.1109/TIM.2010.2051060. [DOI] [Google Scholar]
- 113.Jenefer B. M., Cyrilraj V. Multi-class abnormal breast tissue segmentation using texture features. 2014 International Conference on Science Engineering and Management Research (ICSEMR); 2014; Chennai, India. pp. 1–4. [Google Scholar]
- 114.Neto O. P. S., Carvalho O., Sampaio W., Corrêa A., Paiva A. Automatic segmentation of masses in digital mammograms using particle swarm optimization and graph clustering. 2015 International Conference on Systems, Signals and Image Processing (IWSSIP); 2015; London, UK. pp. 109–112. [Google Scholar]
- 115.Naz S. I., Shah M., Bhuiyan M. I. H. Automatic segmentation of pectoral muscle in mammogram images using global thresholding and weak boundary approximation. 2017 IEEE International WIE Conference on Electrical and Computer Engineering (WIECON-ECE); 2017; Dehradun, India. pp. 199–202. [Google Scholar]
- 116.Chen Z., Zwiggelaar R. A combined method for automatic identification of the breast boundary in mammograms. 2012 5th International Conference on BioMedical Engineering and Informatics; 2012; Chongqing, China. pp. 121–125. [Google Scholar]
- 117.Ojala T., Näppi J., Nevalainen O. Accurate segmentation of the breast region from digitized mammograms. Computerized Medical Imaging and Graphics. 2001;25(1):47–59. doi: 10.1016/S0895-6111(00)00036-7. [DOI] [PubMed] [Google Scholar]
- 118.Liu J. L. C. C., Tsai C. Y., Yu C. Y., Yu S. S. A pectoral muscle segmentation algorithm for digital mammograms using otsu thresholding and multiple regression analysis. Computers and Mathematics with Applications. 2012;64(5):1100–1107. doi: 10.1016/j.camwa.2012.03.028. [DOI] [Google Scholar]
- 119.Sivaramakrishna R., Obuchowski N. A., Chilcote W. A., Powell K. A. Automatic segmentation of mammographic density. Academic Radiology. 2001;8(3):250–256. doi: 10.1016/S1076-6332(03)80534-2. [DOI] [PubMed] [Google Scholar]
- 120.Qayyum A., Basit A. Automatic breast segmentation and cancer detection via svm in mammograms. 2016 International Conference on Emerging Technologies (ICET); 2016; Islamabad, Pakistan. pp. 1–6. [DOI] [Google Scholar]
- 121.Mohamed B. A., Salem N. M., Hadhoud M. M., Seddik A. F. Automatic segmentation and classification of masses from digital mammograms. Advances in Image and Video Processing. 2016;4(4) doi: 10.14738/aivp.44.2151. [DOI] [Google Scholar]
- 122.Cascio D., Fauci F., Magro R., et al. Mammogram segmentation by contour searching and mass lesions classification with neural network. IEEE Transactions on Nuclear Science. 2006;53(5):2827–2833. doi: 10.1109/tns.2006.878003. [DOI] [Google Scholar]
- 123.Pitchumani Angayarkanni S., Kamal N. B., Thangaiya R. J. Dynamic graph cut based segmentation of mammogram. Springer-Plus. 2015;4(1):1–9. doi: 10.1186/s40064-015-1180-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 124.Rampun A., Morrow P. J., Scotney B. W., Winder J. Fully automated breast boundary and pectoral muscle segmentation in mammograms. Artificial Intelligence in Medicine. 2017;79:28–41. doi: 10.1016/j.artmed.2017.06.001. [DOI] [PubMed] [Google Scholar]
- 125.Mohamed S. S., Behiels G., Dewaele P. Mass candidate detection and segmentation in digitized mammograms. 2009 IEEE Toronto International Conference Science and Technology for Humanity (TIC-STH); 2009; Toronto, ON, Canada. pp. 557–562. [DOI] [Google Scholar]
- 126.Mello C. A. B., Tenorio T. G. A new algorithm for breast segmentation in digital mammographic images. 2012 IEEE International Conference on Systems, Man, and Cybernetics; 2012; Seoul, Korea (South). pp. 553–558. [Google Scholar]
- 127.Kwok S. M., Chandrasekhar R., Attikiouzel Y., Rickard M. T. Automatic pectoral muscle segmentation on mediolateral oblique view mammograms. IEEE Transactions on Medical Imaging. 2004;23(9):1129–1140. doi: 10.1109/TMI.2004.830529. [DOI] [PubMed] [Google Scholar]
- 128.Chakraborty S., Bhowmik M. K., Ghosh A. K., Pal T. Automated edge detection of breast masses on mammograms. 2016 IEEE Region 10 Conference (TENCON); 2006; Singapore. pp. 1241–1245. [DOI] [Google Scholar]
- 129.Yasiran A. I. S. S., Rahman W. E. Z. W. A., Kadir A. Accuracy of enhanced distance active contour (edac) for microcalcifications segmentation. In 2011 International Conference on Biomedical Engineering and Technology. 2011;11:85–89. [Google Scholar]
- 130.Yasiran S. S., Jumaat A. K., Malek A. A., et al. Microcalcifications segmentation using three edge detection techniques. 2012 IEEE International Conference on Electronics Design, Systems and Applications (ICEDSA); 2011; Kuala Lumpur, Malaysia. pp. 207–211. [DOI] [Google Scholar]
- 131.El Fahssi A. A. K., Elmoufidi A., Jai-Andaloussi A. S. S. Mass segmentation in mammograms based on the minimisation of energy and active contour model. 2014 IEEE International Symposium on Medical Measurements and Applications (MeMeA); 2014; Lisboa, Portugal. pp. 1–5. [DOI] [Google Scholar]
- 132.Suapang P., Pramunrueang N., Thongpance N. Mammographic mass classification based on active contour. 2015 8th Biomedical Engineering International Conference (BMEiCON); 2015; Pattaya, Thailand. pp. 1–5. [DOI] [Google Scholar]
- 133.Maitra I. K., Nag S., Bandyopadhyay S. K. Accurate breast contour detection algorithms in digital mammogram. International Journal of Computer Applications. 2011;25(5):1–13. doi: 10.5120/3031-4109. [DOI] [Google Scholar]
- 134.Al-Najdawi N., Biltawi M., Tedmori S. Mammogram image visual enhancement, mass segmentation and classification. Applied Soft Computing. 2015;35(5):175–185. doi: 10.1016/j.asoc.2015.06.029. [DOI] [Google Scholar]
- 135.Ramadijanti N., Barakbah A., Husna F. A. Automatic breast tumor segmentation using hierarchical k-means on mammogram. 2018 International Electronics Symposium on Knowledge Creation and Intelligent Computing; 2018; Bali, Indonesia. pp. 170–175. [DOI] [Google Scholar]
- 136.Han Z., Chen H., Li J., Yao C. 2012 International Conference on Systems and Informatics. Springer; 2018. A novel method of mass segmentation in mammogram; pp. 251–261. [Google Scholar]
- 137.Senthilkumar B., Umamaheswari G. Combination of novel enhancement technique and fuzzy c-means clustering technique in breast cancer detection. Biomedical Research. 2013;24(2):252–256. [Google Scholar]
- 138.Gavrielides M. A., Lo J. Y., Vargas-Voracek R., Floyd C. E. Segmentation of suspicious clustered microcalcifications in mammograms. Medical Physics. 2000;27(1):13–22. doi: 10.1118/1.598852. [DOI] [PubMed] [Google Scholar]
- 139.Erika R., Alam E. D. N., Oliver A., Zwiggelaar R. Automatic segmentation of microcalcification clusters. Medical Image Understanding and Analysis (MIUA) 2018; 2018; Southampton, UK. pp. 251–261. [Google Scholar]
- 140.Hizukuri A., Nakayama R., Nakako N., et al. Computerized segmentation method for individual calcifications within clustered microcalcifications while maintaining their shapes on magnification mammograms. Journal Digit Imaging. 2012;25(3):377–386. doi: 10.1007/s10278-011-9420-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 141.Salih A. M., Kamil M. Y. Mammography image segmentation based on fuzzy morphological operations. 2018 1st Annual International Conference on Information and Sciences (AiCIS); 2018; Fallujah, Iraq. pp. 40–44. [DOI] [Google Scholar]
- 142.Gopi Raju N., Nageswara Rao P. A. Particle swarm optimization methods for image segmentation applied in mammography. International Journal of Engineering Research and Applications. 2013;3(6):1572–1579. [Google Scholar]
- 143.Mughal B., Muhammad N., Sharif M. Deviation analysis for texture segmentation of breast lesions in mammographic images. The European Physical Journal Plus. 2018;133(455):1–15. [Google Scholar]
- 144.Vivona L., Cascio D., Fauci F., Raso G. Fuzzy technique for microcalcifications clustering in digital mammograms. BMC Medical Imaging. 2014;14(1):1–23. doi: 10.1186/1471-2342-14-23. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 145.Kulkarni S., Shreedhara K. S. Stage determination of cancer in mammogram image using soft clustering and ann. International Journal of Computer Science and Mobile Computing. 2015;4(5):127–134. [Google Scholar]
- 146.Singh B., Kaur M. An approach for classification of malignant and benign microcalcification clusters. Indian Academy of Sciences. 2018;43(39):1–18. [Google Scholar]
- 147.Alam N., Islam M. J. Pectoral muscle elimination on mammogram using kmeans clustering approach. International Journal of Computer Vision and Signal Processing. 2014;4(1):11–21. [Google Scholar]
- 148.Hamissi S., Merouani H. F. Novel fully automated computer aided-detection of suspicious regions within mammograms. Second International Conference on the Innovative Computing Technology (INTECH 2012); 2012; Casablanca, Morocco. pp. 153–157. [DOI] [Google Scholar]
- 149.Saleck M. M., El-Moutaouakkil A., Mouçouf M. Tumor detection in mammography images using fuzzy c-means and glcm texture features. 2017 14th International Conference on Computer Graphics, Imaging & Visualization; 2017; Marrakesh, Morocco. pp. 121–125. [DOI] [Google Scholar]
- 150.Dhungel N., Carneiro G., Bradley A. P. Deep structured learning for mass segmentation from mammograms. 2015 IEEE International Conference on Image Processing (ICIP); 2015; Quebec City, QC, Canada. pp. 2950–2954. [DOI] [Google Scholar]
- 151.Boulehmi H., Mahersia H., Hamrouni K. Breast masses diagnosis using supervised approaches. 2016 International Image Processing, Applications and Systems (IPAS); 2016; Hammamet. pp. 1–6. [DOI] [Google Scholar]
- 152.Dhungel N., Carneiro G., Bradley A. P. Lecture Notes in Computer Science. Cham: Springer; 2015. Deep learning and structured prediction for the segmentation of mass in mammograms; pp. 605–612. [DOI] [Google Scholar]
- 153.Oliver A., Tortajada M., Lladó X., et al. Breast density analysis using an automatic density segmentation algorithm. Journal of Digital Imaging. 2015;28(5):604–612. doi: 10.1007/s10278-015-9777-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 154.Cardoso J. S., Marques N., Dhungel N., Carneiro G., Bradley A. P. Mass segmentation in mammograms: a crosssensor comparison of deep and tailored features. 2017 IEEE International Conference on Image Processing (ICIP); 2017; Beijing, China. pp. 1737–1741. [DOI] [Google Scholar]
- 155.Wirtti T. T., Salles E. O. T. Segmentation of masses in digital mammograms. ISSNIP Biosignals and Biorobotics Conference; 2011; Vitoria, Brazil. pp. 1–7. [DOI] [Google Scholar]
- 156.Cordeiro F. R., Lima S. M. L., Silva-Filho A. G., Santos W. P. Intelligent Data Engineering and Automated Learning - IDEAL 2012. Berlin, Heidelberg: Springer; 2012. Segmentation of mammography by applying extreme learning machine in tumor detection; pp. 92–100. [Google Scholar]
- 157.Zhu W., Xiang X., Tran T. D., Hager G. D., Xie X. Adversarial deep structured nets for mass segmentation from mammograms. 2018 IEEE 15th international symposium on biomedical imaging (ISBI 2018); 2018; Washington, DC, USA. pp. 847–850. [DOI] [Google Scholar]
- 158.Al-antari M. A., Al-masni M. A., Choi M. T., Han S. M., Kim T. S. A fully integrated computer-aided diagnosis system for digital x-ray mammograms via deep learning detection, segmentation, and classification. International Journal of Medical Informatics. 2018;117:44–54. doi: 10.1016/j.ijmedinf.2018.06.003. [DOI] [PubMed] [Google Scholar]
- 159.Ravitha Rajalakshmi N., Vidhyapriya R., Elango N., Ramesh N. Deeply supervised u-net for mass segmentation in digital mammograms. International Journal of Imaging Systems and Technology. 2021;31(1):59–71. doi: 10.1002/ima.22516. [DOI] [Google Scholar]
- 160.Dhungel N., Carneiro G., Bradley A. P. Tree re-weighted belief propagation using deep learning potentials for mass segmentation from mammograms. 2015 IEEE 12th International Symposium on Biomedical Imaging; 2015; Brooklyn, NY, USA. pp. 760–763. [DOI] [Google Scholar]
- 161.Shen T., Gou C., Wang J., Wang F. Y. Simultaneous segmentation and classification of mass region from mammograms using a mixed-supervision guided deep model. IEEE Signal Processing Letters. 2019;27:196–200. doi: 10.1109/lsp.2019.2963151. [DOI] [Google Scholar]
- 162.Li G. D. S., Dong M., Xiaomin M. Attention dense-u-net for automatic breast mass segmentation in digital mammogram. IEEE Access. 2019;7:59037–59047. doi: 10.1109/ACCESS.2019.2914873. [DOI] [Google Scholar]
- 163.Min H., Wilson D., Huang Y., et al. Fully automatic computer-aided mass detection and segmentation via pseudo-color mammograms and mask r-cnn. 2020 IEEE 17th International Symposium on Biomedical Imaging (ISBI); 2020; Iowa City, IA, USA. pp. 1111–1115. [DOI] [Google Scholar]
- 164.Al-antari M. A., Al-masni M. A., Kim T. S. Advances in Experimental Medicine and Biology. Cham: Springer; 2020. Deep Learning Computer-Aided Diagnosis for Breast Lesion in Digital Mammogram; pp. 59–72. [DOI] [PubMed] [Google Scholar]
- 165.Abdelhafiz D., Bi J., Ammar R., Yang C., Nabavi S. Convolutional neural network for automated mass segmentation in mammography. BMC Bioinformatics. 2020;21(S1):1–19. doi: 10.1186/s12859-020-3521-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 166.Saffari N., Rashwan H. A., Abdel-Nasser M., et al. Fully automated breast density segmentation and classification using deep learning. Diagnostics. 2020;10(11):p. 988. doi: 10.3390/diagnostics10110988. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 167.Singh V. K., Rashwan H. A., Romani S., et al. Breast tumor segmentation and shape classification in mammograms using generative adversarial and convolutional neural network. Expert Systems with Applications. 2020;139:p. 112855. doi: 10.1016/j.eswa.2019.112855. [DOI] [Google Scholar]
- 168.Ahmed L., Iqbal M. M., Aldabbas H., Khalid S., Saleem Y., Saeed S. Images data practices for Semantic Segmentation of Breast Cancer using Deep Neural Network. Journal of Ambient Intelligence and Humanized Computing. 2020:1–17. doi: 10.1007/s12652-020-01680-1. [DOI] [Google Scholar]
- 169.Abdelhafiz D., Nabavi S., Ammar R., Yang C., Bi J. Residual deep learning system for mass segmentation and classification in mammography. Proceedings of the 10th ACM International Conference on Bioinformatics, Computational Biology and Health Informatics; 2019; Niagara Falls, NY, USA. pp. 475–484. [DOI] [Google Scholar]
- 170.Hossain M. S. Microcalcification segmentation using modified u-net segmentation network from mammogram images. Journal of King Saud University-Computer and Information Sciences. 2019 doi: 10.1016/j.jksuci.2019.10.014. [DOI] [Google Scholar]
- 171.Sun H., Cheng L., Liu B., et al. Aunet: attention-guided dense-upsampling networks for breast mass segmentation in whole mammograms. Physics in Medicine & Biology. 2020;65(5):p. 55005. doi: 10.1088/1361-6560/ab5745. [DOI] [PubMed] [Google Scholar]
- 172.Tsochatzidis L., Koutla P., Costaridou L., Pratikakis I. Integrating segmentation information into cnn for breast cancer diagnosis of mammographic masses. Computer Methods and Programs in Biomedicine. 2021;200:p. 105913. doi: 10.1016/j.cmpb.2020.105913. [DOI] [PubMed] [Google Scholar]
- 173.Salama W. M., Aly M. H. Deep learning in mammography images segmentation and classification: automated cnn approach. Alexandria Engineering Journal. 2021;60(5):4701–4709. doi: 10.1016/j.aej.2021.03.048. [DOI] [Google Scholar]
- 174.Li H., Chen D., Nailon W. H., Davies M. E., Laurenson D. Image Analysis for Moving Organ, Breast, and Thoracic Images. Cham: Springer; 2018. Improved breast mass segmentation in mammograms with conditional residual u-net; pp. 81–89. [Google Scholar]
- 175.Bhatti H. M. A., Li J., Siddeeq S., Rehman A., Manzoor A. Multi-detection and segmentation of breast lesions based on mask rcnn-fpn. 2020 IEEE International Conference on Bioinformatics and Biomedicine (BIBM); 2020; Seoul, Korea (South). pp. 2698–2704. [DOI] [Google Scholar]
- 176.Zeiser F. A., da Costa C. A., Zonta T., et al. Segmentation of masses on mammograms using data augmentation and deep learning. Journal of digital imaging. 2020;33(4):858–868. doi: 10.1007/s10278-020-00330-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 177.Pham D. L., Xu C., Prince J. L. Current methods in medical image segmentation. Annual Review of Biomedical Engineering. 2000;2(1):315–337. doi: 10.1146/annurev.bioeng.2.1.315. [DOI] [PubMed] [Google Scholar]
- 178.Cerneaz N., Astley S., Betal D., et al. The mini-mias database of mammograms. 2019. http://peipa.essex.ac.uk/info/mias.html.
- 179.Rose A. W. C., Turi D., Wolstencroft K., Taylor C. Digital database for screening mammography(ddsm) 2019. http://www.eng.usf.edu/cvprg/Mammography/Database.html.
- 180.Inbreast database. 2019. https://drive.google.com/file/d/19n-p9p9C0eCQA1ybm6wkMo-bbeccT_62/view?usp=sharing.
- 181.National cancer society of malaysia(nscm) 2019. http://www.cancer.org.my.
- 182.Abdel-Nasser M., Moreno A., Abdelwahab M. A., et al. Matching Tumour Candidate Points in Multiple Mammographic Views for Breast Cancer Detection. 2019 International Conference on Innovative Trends in Computer Engineering (ITCE); 2019; Aswan, Egypt. pp. 202–207. [Google Scholar]
- 183.Leung J. W. T., Margolin F. R., Dee K. E., Jacobs R. P., Denny S. R., Schrumpf J. D. Performance parameters for screening and diagnostic mammography in a community practice: are there differences between specialists and general radiologists? American Journal of Roentgenology. 2007;188(1):236–241. doi: 10.2214/AJR.05.1581. [DOI] [PubMed] [Google Scholar]
- 184.Lee C. S., Bhargavan-Chatfield M., Burnside E. S., Nagy P., Sickles E. A. The national mammography database: preliminary data. American Journal of Roentgenology. 2016;206(4):883–890. doi: 10.2214/ajr.15.14312. [DOI] [PubMed] [Google Scholar]
- 185.Birdwell R. L., Bandodkar P., Ikeda D. M. Computer-aided detection with screening mammography in a university hospital setting. Radiology. 2005;236(2):451–457. doi: 10.1148/radiol.2362040864. [DOI] [PubMed] [Google Scholar]
- 186.Burnside E. S., Davis J., Chhatwal J., et al. Probabilistic computer model developed from clinical data in national mammography database format to classify mammographic findings. Radiology. 2009;251(3):663–672. doi: 10.1148/radiol.2513081346. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 187.Carney P. A., Goodrich M. E., O'Mahony D. M., et al. Mammography in New Hampshire: characteristics of the women and the exams they receive. Journal of Community Health. 2000;25(3):183–198. doi: 10.1023/A:1005151914471. [DOI] [PubMed] [Google Scholar]
- 188.Dang P. A., Freer P. E., Humphrey K. L., Halpern E. F., Rafferty E. A. Addition of tomosynthesis to conventional digital mammography: effect on image interpretation time of screening examinations. Radiology. 2014;270(1):49–56. doi: 10.1148/radiol.13130765. [DOI] [PubMed] [Google Scholar]
- 189.Hadjiiski L., Chan H. P., Sahiner B., et al. Improvement in radiologists’ characterization of malignant and benign breast masses on serial mammograms with computer aided diagnosis: an ROC study. Radiology. 2004;233(1):255–265. doi: 10.1148/radiol.2331030432. [DOI] [PubMed] [Google Scholar]
- 190.Lauria A., Massafra R., Tangaro S. S., et al. International Workshop on Digital Mammography. Berlin, Heidelberg: Springer; 2006. Gpcalma: an italian mammographic database of digitized images for research; pp. 384–391. [Google Scholar]
- 191.Antoniou Z. C., Giannakopoulou G. P., Andreadis I. I., Nikita K. S., Ligomenides P. A., Spyrou G. M. A web-accessible mammographic image database dedicated to combined training and evaluation of radiologists and machines. 2009 9th International Conference on Information Technology and Applications in Biomedicine; 2009; Larnaka, Cyprus. pp. 1–4. [Google Scholar]
- 192.Fernandes F., Bonifácio R., Brasil L., Guadagnin R., Lamas J. MIDAS–mammographic image database for automated analysis. Mammography-Recent Advances. 2012. pp. 243–260.
- 193.Jung Hun O., Yang Y., El Naqa I. Adaptive learning for relevance feedback: application to digital mammography. Medical Physics. 2010;37(8):4432–4444. doi: 10.1118/1.3460839. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
It is a review paper; hence, the data used is from previous published works.