Document Type : Blackboard

Authors

PhD, Department of Computer Engineering, Faculty of Electrical and Computer Engineering, University of Kashan, Kashan, Iran

Abstract

Nowadays, medical image modalities are almost available everywhere. These modalities are bases of diagnosis of various diseases sensitive to specific tissue type. Usually physicians look for abnormalities in these modalities in diagnostic procedures. Count and volume of abnormalities are very important for optimal treatment of patients. Segmentation is a preliminary step for these measurements and also further analysis. Manual segmentation of abnormalities is cumbersome, error prone, and subjective. As a result, automated segmentation of abnormal tissue is a need. In this study, representative techniques for segmentation of abnormal tissues are reviewed. Main focus is on the segmentation of multiple sclerosis lesions, breast cancer masses, lung nodules, and skin lesions. As experimental results demonstrate, the methods based on deep learning techniques perform better than other methods that are usually based on handy feature engineering techniques. Finally, the most common measures to evaluate automated abnormal tissue segmentation methods are reported.

Keywords

Introduction

Medical imaging refers to the set of techniques and methods for visual reconstruction of different body organs and their corresponding compartments, especially those covered by skin and bony structures. The reconstructions are appeared in form of digital images. These images are used by physicians in different analysis and diagnostic processes. There are variety of medical imaging techniques, including, magnetic resonance (MR) imaging, computed tomography (CT) imaging, X-ray imaging, ultrasound imaging, and positron emitting tomography (PET) imaging. Each imaging technique is sensitive to a specific type of tissue; for example, MR images are sensitive to soft tissues while X-ray images are sensitive to hard and bony structures.

An important analysis based on digital medical images is the study of abnormal tissues both in diagnostic and follow-up sessions. In these cases, physicians look for organ abnormalities in digital image of that organ. Quantitative measurement of these abnormalities, including counts and volume are very important for monitoring disease progression and optimal treatment. In order to perform mentioned quantitative analysis, proper segmentation of abnormalities in medical images is necessary.

Image segmentation refers to such task of assigning a label to pixels of digital images in which pixels with the same label share same visual characteristics or computed properties. Segmentation has abound applications in the field of medical imaging. In both computer aided diagnosis (CADx) and detection (CADe), segmentation is inevitable for locating tumors and pathologies, diagnoses of colon, prostate, liver, and breast cancers, studying anatomical structures, measuring tissue volume, long nodule detection, and many other applications. As a result, segmentation based applications of medical imaging can be widely used in clinics for diagnostic and treatment monitoring by physicians as well as in medical research institutes for task such as drug development. As analysis and monitoring of abnormal tissues in medical images is very important, accurate segmentation of these abnormalities is of interest for many of CAD systems.

Manual segmentation of diverse abnormal tissues in medical images is usually time-consuming, difficult, error prone, and subjective. Moreover, in some medical research projects, multitude images of various patient groups should be segmented timely, accurately, and under the same protocol. Therefore, automated segmentation of abnormal tissues in medical images is necessary to facilitate clinical trials.

Automated segmentation of abnormal tissues in medical images is considered as a challenging and sophisticated task in computer vision. Reasons of this complexity are related to the inherent characteristics of body tissues. Inhomogeneity which means surface of a specific anatomical structure or pathology is not identical throughout that structure or pathology is one source of complexity. These changes in the gray level tone affect correct interpretation about the tissue properties. Moreover, abnormal tissues may look similar to the normal ones. In another word, gray levels of different soft tissues are close together. Another source of complexity is partial volume effect stating that some regions have properties of more than one tissue type. In addition, border of some abnormalities is fuzzy which causes their shapes not to have accurate description. Noise and artifacts are another reality which compound the puzzle. Abnormalities as complex and subtle objects justify the need for more sophisticated methods and techniques for tackling challenges of abnormal tissue segmentation.

There are different candidate approaches for automated segmentation of abnormalities in medical images that some of them are different thresholding methods [ 1 ], active contours, mode finding methods, normalize cut [ 2 ], and graph cut [ 3 ] techniques. These segmentation methods are not able to segment abnormalities in clinical level because they are not able to tackle previously mentioned complexities. In other words, abnormalities in medical images are potentially too complex to be represented accurately by a simple model. In order to facilitate some difficulties related to segmentation of abnormal tissues such as fuzzy borders and partial volume effect, pixel-based segmentation approaches are the most promising path to be followed. A pixel-based segmentation method of abnormalities judge all of the pixels in the input image based on the features describe those pixels. These features are obtained directly or computed from a subimage surrounding each individual pixel. Later, pixels with the same judgment (label) are considered as a region either normal or abnormal [ 4 ].

As it is depicted in Figure 1, a typical CAD system for pixel-vise segmentation of abnormal tissues in medical images potentially has seven phases. The procedure starts with image acquisition followed by pre-processing, feature extraction and transformation, feature selection, classification, post-processing, and ends with evaluation. In image acquisition phase, a digital image of a specific organ is obtained by various previously mentioned medical imaging techniques. The tasks related to pre-processing stage depend on the organ under analysis and also imaging technique. Noise elimination and histogram normalization are common tasks of pre-processing stage. Feature extraction and transformation refer to the description and abstraction of subimages surrounding a pixel under judgment. As there are many feature extraction methods with different properties, too many quantifiers describing surface intensity of a typical subimage are obtained. In practice, huge amounts of quantifiers are dangerous and cause curse of dimensionality as a bad phenomenon. Feature selection stage allows a subset of most informative features describing subimages best to be selected. Moreover, feature selection stage prevents passing random errors and noises from being in the next stages by selecting the most discriminative features. Classification stage attempts to build a model with capability of assigning a label to the middle pixel of subimage under analysis. This label can identify whether this pixel belongs to a normal tissue or abnormal one. Post processing stage attempts to connect pixels with the same label and highlights abnormal regions. In addition, as many of the segmentation methods potentially come up with many false positives and negatives, post-processing phase attempts to increase both sensitivity and specificity of the segmentation by reducing these false positives and negatives, respectively [ 5 ]. Evaluation as final stage of the pipeline measures performance of segmentation method quantitatively by utilizing relevant performance measures. These measurements specify appropriateness of the method for clinical trials.

Figure 1. Block diagram of a typical computer aided detection (CAD) system for abnormal tissue segmentation in medical images.

In the rest of this paper, important techniques for segmenting abnormalities related to different diseases and pathologies are reviewed. These include multiple sclerosis lesion segmentation, breast cancer abnormal mass segmentation, lung nodule segmentation, and skin lesion segmentation. In the section entitled “evaluation methods of tissue segmentation techniques”, some common performance evaluation measures are explained. Discussion and conclusion section discuss and conclude the paper.

Multiple Sclerosis Lesion Segmentation

Multiple Sclerosis (MS) is one of degenerative diseases of central nervous system. MS patients have some dead tissues in their brains called MS lesions. These lesions are appeared in MR images as hyper-intense or hypo-intense signals in different image modalities. Load of these lesions correlates with disease progression. There are a variety of methods for automatic segmentation of MS lesions on MR images. Some methods work based on single modality and others based on multiple modalities. Some segmentation methods are supervised and others are unsupervised. Fuzzy c-means [ 6 ], fuzzy connectedness [ 7 ], expectation maximization [ 8 ], and anomaly detection [ 9 , 10 ] are unsupervised techniques of MS lesion segmentation. Supervised methods are categorized into two main categories: First category is based on handy feature engineering techniques. The second category works based on representation learning techniques.

Methods working based on handy feature engineering techniques have two important phases of feature extraction and classification. In feature extraction phase, a small image patch surrounding a pixel is described using variety of features, including intensity [ 8 , 11 ], spatial [ 12 , 13 ], shape [ 14 , 15 ], size [ 15 ], texture [ 16 ], atlas [ 17 ], and context rich features [ 18 ]. In classification phase, the middle pixel of image path or the image patch itself as a block is judged as normal tissue or lesion. In this phase, different classifiers, including k-nearest neighbor [ 19 , 20 ], support vector machines (SVM) [ 21 , 22 ], and decision trees [ 23 , 24 ] are used. One representative study of this category uses 34 different features for describing texture of image patches. These features are mainly related to the family of Haralick features [ 25 ] and gray level run length features [ 26 ]. Later, SVM is used to decide if the block under analysis is lesion or normal tissue. Finally, segmentation results are refined in post-processing stage. Performance of the proposed method in term of Dice similarity coefficient is reported as 0.79 [ 16 ].

Second category of supervised MS lesion segmentation methods are based on representation learning techniques. These methods do not have feature extraction phase. In other words, feature extraction is performed automatically; As a result, image patches are directly fed to the model to be judge. One of these studies uses massive training artificial neural network (MTANN) technique for segmentation of MS lesions [ 27 ]. Recently, many techniques based on deep neural networks especially convolutional neural network (CNN) have been proposed. In these techniques, the focus is on proposing new network architectures. Among these network architectures, encoding CNNs are massively used for segmentation of MS lesions [ 28 ]. One architecture based on encoding CNN uses shortcut connections leading to segment lesions in different scales and sizes [ 29 ]. Another network architecture attempts to use different size kernels to consider voxels in different resolutions [ 30 ]. According to the fact that MS lesions are more probable to be appeared in special regions of the brain, location sensitive CNN has been proposed [ 31 ].

Experimental results of previously mentioned segmentation methods of MS lesions on MR images reveal that representation learning based methods are the most accurate and promising ones for segmentation. Another advantage of these methods is that they do not relay on any handy feature extraction techniques.

Breast Cancer Abnormal Mass Segmentation

Breast cancer is one of the main causes of cancer death all over the world, especially on women. However, early diagnosis of breast cancer prevents its progress and also considerably increases success of treatment. There are different methods and techniques for diagnosis of breast cancer in its early stages, including ultrasound, digital mammography (DM), MR imaging [ 32 ], electrical impedance spectroscopy, and biopsy. Among these methods, DM gains more popularity for screening of breast cancer. In order to diagnose breast cancer before severe conditions, proper analysis of DM images is very important. The analysis yields to detect a cancerous mass in DM images which usually come up with many false positives and false negatives. Moreover, in screening programs which a large number of population is observed, analysis error increased. As a result, a proper CAD system can assist radiologists in screening programs [ 33 ]. As DM images are noisy and full of artifacts, their automatic analysis is challenging. Analysis methods for breast cancer are categorized into two main groups, including category performing lesion detection in two steps of candidate mass detection and classification of these masses as benign or malignant and category directly detecting malignant masses.

One of the recent methods belonging to the first category of breast cancer detection works as follow: after pre-processing, candidate regions are segmented via Otsu’s method. Next, gray level co-occurrence matrix and shape features are extracted from segmented candidate regions; then some of those extracted features are selected via correlation analysis. Finally, these features are fed to a random forest classifier to decide if candidate regions are normal, benign, or malignant masses [ 34 ]. This pipeline is repeated in other studies [ 35 ]. Here, a region of interest segmentation again is based on Otsu’s method; feature extraction phase utilizes some extra statistical features such as gray level run length features and those based on first order statistics. The best features are selected via CART method in the feature selection phase, and finally, feed-forward artificial neural networks are used as classifier. In another effort, a novel texture filter for detecting calcifications as first biomarkers of breast cancer is proposed [ 36 ].

As mentioned previously, second category of breast cancer detection methods bypasses feature extraction from candidate regions of interests. One representative method of this category uses a modified deep network architecture known as u-net [ 37 ] for segmentation of masses in digital mammograms [ 38 ]. Output of the network is a probability map binarized by thresholding. The binarized image represents malignant breast lesions. The literatures demonstrate breast cancer detection and segmentation methods based on deep architectures are very promising. These methods can assist radiologists in clinics as second opinion for improving diagnostic performance.

Lung Nodule Segmentation

Lung cancer is the first cause of cancer led to death in the male world widely. Early diagnosis of lung cancer is necessary for optimal treatment. Lung nodules are early signs of lung cancer which are observed in CT images. Segmentation of lung nodules are considered as one of the challenging tasks in automated medical image analysis [ 39 ]. One of early successful methods for segmentation of lung nodules is based on MTANN [ 40 ]. Main focus of this method is based on automated feature extraction [ 41 ]. Some people extend the idea of MTANN to support vector machines for segmenting lung nodules by substitution of neural network module with support vector module [ 42 ].

Some solutions for segmentation of lung nodules based on representation learning family especially deep learning methods have been proposed during the last years [ 43 ]. One recent work of these family extracts multiple two-dimensional views of three-dimensional volume of lung; later, for each view, CNN extracts features and detects nodules. Finally, a fusion module combines results of each individual CNN for final nodule detection [ 44 ]. In another study, convolutional restricted Boltzmann machines are used for lung nodule segmentation. In this study, discriminative and generative information is combined together for better segmentation [ 45 ]. Experimental results demonstrate the methods based on CNN perform better than other methods.

Skin Lesion Segmentation

Melanoma is one of the deadliest type of skin cancer with highest mortality rate. Conventional diagnosis methods are expensive due to intervention of experienced experts. Therefore, CAD systems can facilitate diagnostic process of melanoma. Skin lesion segmentation as the first stage for building a CAD system for melanoma detection in dermoscopic images is essential. Segmentation of skin lesions is a challenging task because of some items, including low contrast between lesions and normal skin, variabilities in shape, size, color, texture, light reflection, and fuzzy border of lesions.

A variety of methods have been proposed for automated segmentation of skin lesions. Many of them are based on active contour methods of segmentation and density estimation. In one representative density-based method, probability density function of lesion and normal skin areas are estimated. Later, maximum likelihood classifier is employed to decide whether each pixel belongs to lesion or normal skin area [ 46 ]. Another study segments skin lesions based on uniform distribution. In addition, as change turnover between lesion area and healthy skin area is smooth, uniform based segmentation may fail to segment lesion areas correctly. In order to refine segmentation, active contour method is employed. Finally, segmentation results of two segmentation methods are fused for more accurate segmentation [ 47 ]. Another method purely based on active contours also attempts to segment skin lesions. In this method, after proper pre-processing of skin images, multi Otsu method of segmentation is utilized for initialization of active contour method of segmentation [ 48 ].

From the fact that texture is an important feature, many researches based on texture for segmentation of skin lesions have been conducted. One of these studies extracts texture features based on Gabor filters and co-occurrence matrices from candidate regions. These features are classified using a support vector classifier [ 49 ].

As same as other applications of abnormal tissue segmentation, deep neural networks are massively applied on segmentation of skin lesions. A method based on U-net [ 37 ] for segmentation of these lesions are proposed [ 50 ]. One recent study based on a convolutional neural network with 19 layers performs segmentation of skin lesions [ 51 ]. This architecture utilizes a specified loss function based on Jaccard index for better segmentation.

Evaluation Methods of Tissue Segmentation Techniques

In order to evaluate performance of abnormal tissue segmentation methods, various measures are used in different studies. These measures usually quantify how the output of a typical segmentation method which is a lesion mask in form of a binary image corresponds to ground truth which also is a binary image. Sensitivity, specificity, accuracy, Dice similarity coefficient, and Jaccard index are the most popular measures for assessing this correspondence. Equations 1 to 5 describe how these measures are calculated. In these equations, TP and TN are the number of pixels that are correctly identified as belonging to abnormal and normal tissues, respectively. FP and FN are the number of pixels that are incorrectly identified as belonging to lesion and normal tissues, respectively. Range of these performance measures are in the interval [0, 100]. For all of these measures, 100 is the best and 0 is the worst value.

Sensitivity=TPTP+FN×100 (1)

Specificity=TNTN+FP×100 (2)

Accuracy=TN+TPTN+TP+FN+FP×100 (3)

Dice=2TP2TP+FP+FN×100 (4)

Jaccard=TPTP+FN+FP×100 (5)

To measure performance of abnormal tissue segmentation methods, sensitivity measures the proportion of abnormal pixels that are correctly identified as abnormal; specificity measures the proportion of normal pixels that are correctly identified as normal. A perfect segmentation method has the value of 100 percent for both sensitivity and specificity. A result of 100 percent sensitive segmentation method means all lesion pixels are identified as lesion; A result of 100 percent specific method means no normal pixel is incorrectly identified as lesion. In other words, sensitivity tries to avoid false negatives while specificity tries to avoid false positives. As any attempts to increase sensitivity may not decrease specificity; these two are reported together for better understanding of segmentation performance.

In order to see true positives and true negatives together, other performance measures are needed that accuracy is one of such measures. In fact, an increase in both sensitivity and specificity leads to increasing accuracy and vice versa. Accuracy measure suffers from the fact that its measured value is reliable if the number of abnormal pixels is approximately equal to the number of normal pixels. This imbalance situation is common in abnormal tissue segmentation methods because the abnormal areas are much smaller than normal areas. Jaccard index is a quantity measuring similarity in case of asymmetry. Dice is very similar to Jaccard and measures percentage of overlap between two binary images which one of them is ground truth and the other one is the result of segmentation method.

Discussion

In the previous sections, we demonstrate abnormal tissues are segmented using a variety of techniques from simple traditional to complex ones. As abnormalities are inherently complex structures and medical images usually come up with many artifacts, conventional segmentation techniques are unable to correctly segment abnormalities. As a result, more sophisticated methods are employed to perform segmentation of abnormalities in medical images. These sophisticated methods attempt to represent tissues in a way that separation of abnormal tissues from healthy ones become an easy task.

Conclusion

In this study, segmentation techniques of abnormal tissue for MS lesion, breast cancer abnormal masses, lung nodules, and skin lesions are reviewed. As reported by the literatures, the methods based on deep learning techniques are very successful and promising for segmentation of abnormalities in medical images.

Conflict of Interest:

None

References

  1. Otsu N. A threshold selection method from gray-level histograms. IEEE Transactions on Systems, man, and Sybernetics. 1979; 9:62-6. DOI
  2. Shi J, Malik J. Normalized cuts and image segmentation. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2000; 22:888-905. DOI
  3. Boykov Y, Veksler O, Zabih R. Fast approximate energy minimization via graph cuts. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2001; 23:1222-39. DOI
  4. Suzuki K. Pixel-based machine learning in medical imaging. Int J Biomed Imaging. 2012; 2012:792079.
  5. False Positives Reduction on Segmented Multiple Sclerosis Lesions Using Fuzzy Inference System by Incorporating Atlas Prior Anatomical Knowledge: A Conceptual Model. Springer: International Conference on Computational Collective Intelligence; 2014. DOI
  6. Shen S, Szameitat AJ, Sterr A. An improved lesion detection approach based on similarity measurement between fuzzy intensity segmentation and spatial probability maps. Magn Reson Imaging. 2010; 28:245-54. DOI | PubMed
  7. Wu Y, Warfield SK, Tan IL, Wells III WM, Meier DS, Van Schijndel RA, et al. Automated segmentation of multiple sclerosis lesion subtypes with multichannel MRI. Neuroimage. 2006; 32:1205-15. DOI | PubMed
  8. Simoes R, Monninghoff C, Dlugaj M, Weimar C, Wanke I, et al. Automatic segmentation of cerebral white matter hyperintensities using only 3D FLAIR images. Magn Reson Imaging. 2013; 31:1182-9. DOI | PubMed
  9. Prastawa M, Gerig G. Automatic MS lesion segmentation by outlier detection and information theoretic region partitioning. Grand Challenge Work: Mult Scler Lesion Segm Challenge. 2008;1-8.
  10. Ong KH, Ramachandram D, Mandava R, Shuaib IL. Automatic white matter lesion segmentation using an adaptive outlier detection method. Magn Reson Imaging. 2012; 30:807-23. DOI | PubMed
  11. White matter lesion segmentation using machine learning and weakly labeled MR images. 2011. DOI
  12. Anbeek P, Vincken KL, Viergever MA. Automated MS-lesion segmentation by k-nearest neighbor classification. MIDAS Journal. 2008;1-8.
  13. Harmouche R, Collins L, Arnold D, Francis S, Arbel T. Bayesian MS lesion classification modeling regional and local spatial information. IEEE: Hong Kong, China; 2006.
  14. Yamamoto D, Arimura H, Kakeda S, Magome T, Yamashita Y, Toyofuku F, et al. Computer-aided detection of multiple sclerosis lesions in brain magnetic resonance images: False positive reduction scheme consisted of rule-based, level set method, and support vector machine. Comput Med Imaging Graph. 2010; 34:404-13. DOI | PubMed
  15. Schmidt P, Gaser C, Arsic M, Buck D, Forschler A, Berthele A, et al. An automated tool for detection of FLAIR-hyperintense white-matter lesions in Multiple Sclerosis. Neuroimage. 2012; 59:3774-83. DOI | PubMed
  16. Abdullah BA, Younis AA, Pattany PM, Saraf-Lavi E. Textural based SVM for MS lesion segmentation in FLAIR MRIs. Open Journal of Medical Imaging. 2011; 1:26-42. DOI
  17. A supervised approach for multiple sclerosis lesion segmentation using context features and an outlier map. Springer: Iberian conference on pattern recognition and image analysis; 2013.
  18. Geremia E, Clatz O, Menze BH, Konukoglu E, Criminisi A, Ayache N. Spatial decision forests for MS lesion segmentation in multi-channel magnetic resonance images. Neuroimage. 2011; 57:378-90. DOI | PubMed
  19. Anbeek P, Vincken KL, Van Bochove GS, Van Osch MJ, Van Der Grond J. Probabilistic segmentation of brain tissue in MR imaging. Neuroimage. 2005; 27:795-804. DOI | PubMed
  20. Anbeek P, Vincken KL, Van Osch MJ, Bisschops RH, Van Der Grond J. Automatic segmentation of different-sized white matter lesions by voxel probability estimation. Med Image Anal. 2004; 8:205-15. DOI | PubMed
  21. Zacharaki EI, Kanterakis S, Bryan RN, Davatzikos C. Measuring brain lesion progression with a supervised tissue classification system. Med Image Comput Comput Assist Interv. 2008; 11:620-7. DOI | PubMed
  22. Segmentation of multiple sclerosis lesions using support vector machines. SPIE Medical Imaging: California, United States; 2003. DOI
  23. An integrated segmentation and classification approach applied to multiple sclerosis analysis. IEEE: IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’06); USA; 2006. DOI
  24. Akselrod-Ballin A, Galun M, Gomori JM, Filippi M, Valsasina P, Basri R, et al. Automatic segmentation and classification of multiple sclerosis in multichannel MRI. IEEE Trans Biomed Eng. 2009; 56:2461-9. DOI | PubMed
  25. Haralick RM, Shanmugam K. Textural features for image classification. IEEE Transactions on Systems, Man, and Cybernetics. 1973; 6:610-21. DOI
  26. Galloway MM. Texture analysis using grey level run lengths. Computer Graphics and Image Processing. 1975; 4:172-9. DOI
  27. Khastavaneh H, Ebrahimpour-Komleh H. Neural Network-Based Learning Kernel for Automatic Segmentation of Multiple Sclerosis Lesions on Magnetic Resonance Images. J Biomed Phys Eng. 2017; 7:155-62. Publisher Full Text | PubMed
  28. Deep convolutional encoder networks for multiple sclerosis lesion segmentation. Springer: International Conference on Medical Image Computing and Computer-Assisted Intervention; 2015. DOI
  29. Brosch T, Tang LY, Youngjin Y, Li DK, Traboulsee A, Tam R. Deep 3D Convolutional Encoder Networks With Shortcuts for Multiscale Feature Integration Applied to Multiple Sclerosis Lesion Segmentation. IEEE Trans Med Imaging. 2016; 35:1229-39. DOI | PubMed
  30. Moeskops P, Viergever MA, Mendrik AM, De Vries LS, Benders MJ, Isgum I. Automatic Segmentation of MR Brain Images With a Convolutional Neural Network. IEEE Trans Med Imaging. 2016; 35:1252-61. DOI | PubMed
  31. Ghafoorian M, Karssemeijer N, Heskes T, Van Uden IWM, Sanchez CI, Litjens G, et al. Location Sensitive Deep Convolutional Neural Networks for Segmentation of White Matter Hyperintensities. Sci Rep. 2017; 7:5110. Publisher Full Text | DOI | PubMed
  32. Bae MS, Moon WK, Chang JM, Koo HR, Kim WH, Cho N, et al. Breast cancer detected with screening US: reasons for nondetection at mammography. Radiology. 2014; 270:369-77. DOI | PubMed
  33. Henriksen EL, Carlsen JF, Vejborg IM, Nielsen MB, Lauridsen CA. The efficacy of using computer-aided detection (CAD) for detection of breast cancer in mammography screening: a systematic review. Acta Radiol. 2019; 60(1):13-8. DOI | PubMed
  34. Breast Cancer Diagnosis from Digital Mammograms Using RF and RF-ELM. Springer: Proceedings of International Conference on Recent Advancement on Computer and Communication; 2018. DOI
  35. Sheba K, Gladston Raj S. An approach for automatic lesion detection in mammograms. Cogent Eng. 2018; 5:1444320. DOI
  36. Shi P, Zhong J, Rampun A, Wang H. A hierarchical pipeline for breast boundary segmentation and calcification detection in mammograms. Comput Biol Med. 2018; 96:178-88. DOI | PubMed
  37. U-net: Convolutional networks for biomedical image segmentation. Springer: International Conference on Medical image computing and computer-assisted intervention; 2015. DOI
  38. De Moor T, Rodriguez-Ruiz A, Mann R, Teuwen J. Automated lesion detection and segmentation in digital mammography using a u-net deep learning network. IWBI: United States; 2018. DOI
  39. Lee SLA, Kouzani AZ, Hu EJ. Automated detection of lung nodules in computed tomography images: a review. Machine Vision and Applications. 2012; 23:151-63. DOI
  40. Suzuki K, Doi K. How can a massive training artificial neural network (MTANN) be trained with a small number of cases in the distinction between nodules and vessels in thoracic CT?. Acad Radiol. 2005; 12:1333-41. DOI | PubMed
  41. Arimura H, Katsuragawa S, Suzuki K, Li F, Shiraishi J, Sone S, et al. Computerized scheme for automated detection of lung nodules in low-dose computed tomography images for lung cancer screening. Acad Radiol. 2004; 11:617-29. DOI | PubMed
  42. Shi Z, Zhao M, He L, Wang Y, Zhang M, Suzuki K. A computer aided pulmonary nodule detection system using multiple massive training SVMs. Applied Mathematics & Information Sciences. 2013; 7:1165. DOI
  43. Hua KL, Hsu CH, Hidayati SC, Cheng WH, Chen YJ. Computer-aided classification of lung nodules on computed tomography images via deep learning technique. Onco Targets Ther. 2015; 8:2015-22. Publisher Full Text | DOI | PubMed
  44. Setio AA, Ciompi F, Litjens G, Gerke P, Jacobs C, Van Riel SJ, et al. Pulmonary Nodule Detection in CT Images: False Positive Reduction Using Multi-View Convolutional Networks. IEEE Trans Med Imaging. 2016; 35:1160-9. DOI | PubMed
  45. Van Tulder G, De Bruijne M. Combining Generative and Discriminative Representation Learning for Lung CT Analysis With Convolutional Restricted Boltzmann Machines. IEEE Trans Med Imaging. 2016; 35:1262-72. DOI | PubMed
  46. Automated skin lesion segmentation with kernel density estimation. SPIE: European Conference on Biomedical Optics; Germany; 2017. DOI
  47. Nasir M, Attique Khan M, Sharif M, Lali IU, Saba T, Iqbal T. An improved strategy for skin lesion detection and classification using uniform segmentation and feature selection based approach. Microsc Res Tech. 2018; 81:528-43. DOI | PubMed
  48. Meskini E, Helfroush MS, Kazemi K, Sepaskhah M. A New Algorithm for Skin Lesion Border Detection in Dermoscopy Images. J Biomed Phys Eng. 2018; 8(1):117-26. Publisher Full Text | PubMed
  49. Automatic skin lesion segmentation based on texture analysis and supervised learning. Springer: Asian Conference on Computer Vision; 2013. DOI
  50. Lin BS, Michael K, Kalra S, Tizhoosh HR. Skin lesion segmentation: U-nets versus clustering. IEEE: IEEE Symposium Series on Computational Intelligence (SSCI); USA; 2017.
  51. Yuan Y, Chao M, Lo YC. Automatic Skin Lesion Segmentation Using Deep Fully Convolutional Networks With Jaccard Distance. IEEE Trans Med Imaging. 2017; 36:1876-86. DOI | PubMed