Automatic Computer Aided Diagnosis of Breast Cancer in Dynamic Contrast Enhanced Magnetic Resonance Images. Hongbo Wu

Size: px
Start display at page:

Download "Automatic Computer Aided Diagnosis of Breast Cancer in Dynamic Contrast Enhanced Magnetic Resonance Images. Hongbo Wu"

Transcription

1 Automatic Computer Aided Diagnosis of Breast Cancer in Dynamic Contrast Enhanced Magnetic Resonance Images by Hongbo Wu A thesis submitted in conformity with the requirements for the degree of Master of Science Graduate Department of Medical Biophysics University of Toronto c Copyright 2016 by Hongbo Wu

2 Abstract Automatic Computer Aided Diagnosis of Breast Cancer in Dynamic Contrast Enhanced Magnetic Resonance Images Hongbo Wu Master of Science Graduate Department of Medical Biophysics University of Toronto 2016 Automated Computer Aided Diagnosis (CADx) systems have the potential to improve the diagnostic accuracy of radiologists. Most CADx algorithms use features generated from outlined regions to differentiate between benign and malignant lesions. Manually outlining these regions for the purpose of analysis is not viable and therefore an automated segmentation method is essential. Our proposed method uses a trained deep Artificial Neural Network (ANN) to classify overlapping tiles in breast Dynamic Contrast Enhanced Magnetic Resonance Imaging (DCE-MRI) images as lesion or non-lesion. The classified tiles are then grouped into regions. Additional morphological, kinetic and textural features are computed for each detected region. A cascaded Random Forests Classifier (RFC) classifies the regions as malignant or benign. Our method was tested on a dataset containing 71 malignant, 140 benign, and 316 normal studies. Free-response Receiver Operating Characteristic (FROC) analysis of our method shows 94.4% sensitivity at 0.12 false positive detections per normal study. ii

3 Acknowledgements Although this thesis is published under one name, there were many people who made this work possible. This section is dedicated to everyone who helped me get to this point. First of all, I owe a great deal of gratitude to my supervisor Dr. Anne Martel for her guidance as well as her easy-going supervision style, which provides the ideal environment for me to grow as an independent scientist. Similarly, I would like to thank my supervisory committee members Dr. Philip Beatty who aided me with the engineering aspect and Dr. Martin Yaffe who provided me with the more clinical perspectives of my work. I would also like to thank the members of the Martel breast CAD group - Cristina, Martin, Yingli, Sharmilla, Nikita and Sylvester - for providing me with their constructive feedback and inspiring discussions. Finally, I would like to thank my family for the irreplaceable support they have given me throughout the past few years. iii

4 Contents List of Abbreviations ix 1 Introduction Breast Cancer Overview Breast Cancer Screening Computer Aided Detection and Diagnosis Detection Overview Classification Overview Thesis Outline Automated Computer Aided Diagnosis using Deep Learning Introduction and Background Method Overview Dataset Preprocessing Region Selection Unsupervised Pretraining Supervised Training Optimal Region Threshold Postprocessing Segmentation iv

5 2.7 Region Classification Feature Extraction RFC Training Results Discussion Implementation Details and Limitations Acknowledgements Discussion and Future Work Significance of Contributions Future Directions Summary of Contributions Appendices 44 A Perceptrons 45 B Lesion Features 48 C List of Abbreviations 53 Bibliography 54 v

6 List of Tables 1.1 The Breast Imaging Reporting And Data System (BI-RADS) risk classification system for breast Magnetic Resonance Imaging (MRI) that radiologists can assign to an exam. Table adapted from American College of Radiology A breakdown of our data to training and testing set A breakdown of BI-RADS category for our training data Statistics of our proposed method on the training set and testing set. The measures were computed after applying both RFC1 and RFC2 classifiers and provides a rough estimate of how well our algorithm does in practice A breakdown of the performance on the testing set with respect to BI- RADS category vi

7 List of Figures 1.1 A slice containing a malignant lesion in a series of DCE-MRI volumes. The red box indicates the location of a malignant lesion. (a) Processed maximum intensity projection image of the subtraction to show enhancing lesions and blood vessels. (b) A series of DCE-MRI images at 5 time points. The first image is the baseline before the contrast agent injection Examples of (a) mass and (b) non-mass lesions in subtracted DCE-MRI Kinetic enhancement map generated by Merge CADStream Software. (Adapted from Flowchart of our automated CADx pipeline. After preprocessing each image, we apply our detection algorithm to classify all the detected regions as benign or malignant and present the resulting regions to the radiologist for diagnosis (a) An 8-neighbourhood connection scheme is used to divide the rendered 4D DCE-MRI matrix into overlapping image tiles of size (5 time points, 1 slice, 3-by-3 voxel window). (b) Each tile is then flattened to a 1D input vector of size 45 for use in training and classification by our ANN vii

8 2.2 (a) Architecture of Deep ANN with 45 input nodes, 32 tanh hidden nodes, 7 sigmoid hidden nodes, and 2 softmax output nodes. (b) Stacked Denoising Autoencoder (dae) used to initiate the network. The first dae uses a tanh while the second dae uses a sigmoid as the encoding function. The dashed arrow shows the path with respect to the original network Result of conditional dilation operation to join disconnected islands together. Left is the subtraction image showing a 2D slice of the lesion. Middle is the segmentation without dilation and right is the segmentation with dilation A schema of the cascaded RFC. The first RFC classifies lesion and nonlesion regions while the second RFC differentiates the resulting lesions as malignant or benign Illustrated examples of features learned by our ANN. (a) 2D representation of first hidden-layer network weights. (b) The value of each row is averaged and plotted on a graph Aggregated Receiver Operating Characteristic (ROC) curve of the lesion classifier (RFC1) for each of the 10-fold cross-validation. RFC1 achieved 0.91 Area Under the Curve (AUC) ( interquartile range). The optimal threshold value of 0.6 was selected to maximize the sensitivity and specificity Aggregated ROC curve of the malignant/benign classifier (RFC2) for each of the 10-fold cross-validation. RFC2 achieved 0.81 AUC ( interquartile range). The optimal threshold value of 0.63 was selected to maximize the sensitivity and specificity viii

9 2.8 Examples of false positive misclassifications by our algorithm. The top row shows mild background parenchymal enhancements misclassified as malignant lesions. The bottom row shows a lymphnode detected as malignant Image of the missed malignant lesion in the test data set (circled in red). The lesion resembles background enhancement Diagram of a Convolutional Neural Network (ConvNet). The 2 convolution layers act as feature extractor without segmentation, while the fully connected layers act as classifiers. The segmentation and classification steps are in essence merged as a single classifier. Image adapted from 42 A.1 Diagram of the perceptron unit. It computes the weighted sum of its inputs as activation and proceeds to fire a signal if a threshold is passed. 45 ix

10 Chapter 1 Introduction 1

11 Chapter 1. Introduction Breast Cancer Overview Breast cancer is known to be one of the most diagnosed diseases among women in Canada. It is currently the second leading cause of cancer death in women, resulting in an estimated mortality rate of 17.9 per 100,000. Statistics show that 1 in 9 women is expected to develop breast cancer over her lifetime and 13.6% of the women who have breast cancer will eventually succumb to it [44]. This number has been steadily declining over the past few decades due to a combination of screening programs and improved treatment [43]. The breast is an organ containing a network of ducts and lobules responsible for milk production. The majority of cancers diagnosed are carcinomas arising from the ductal and lobular epithelial cells of the breast. Breast cancer is categorized into 2 distinct types: invasive and in situ carcinoma. In situ carcinomas may arise from the ducts or lobules of the breast and are contained within their respective epithelium. When these cancer cells proceed to invade the outer membrane beyond the epithelium, they are considered invasive carcinomas. These types of cancers have a higher chance of metastasis. Common approaches for treating breast cancer include chemotherapy, radiotherapy, hormonal therapy, surgery (e.g. mastectomy, lumpectomy), or potentially a combination of these procedures. Anatomical imaging can be used as a non-invasive way to detect tumours and assess their size and progression. In vivo imaging has therefore become an irreplaceable part of cancer diagnosis and treatment. The 3 most common modalities used in breast imaging are X-ray mammography, Ultrasound (US), and MRI. Currently, the standard for general population breast cancer screening is X-ray mammography. A retrospective study following patients over a 2 year period shows that the Ontario Breast Screening Program (OBSP) has 86.1% sensitivity, 93.1% specificity, and 6.5% Positive Predictive Value (PPV) after recall exam[38]. Research into Computer Aided Detection (CADe) systems within the clinical workflow has shown that the sensitivity can be further increased without loss in PPV [16]. Nevertheless, mammography

12 Chapter 1. Introduction 3 still struggles with detecting cancers in younger women who have denser breasts. MRI is an alternative imaging modality that is known for having the highest sensitivity. Despite this, it suffers from moderate specificity [27]. Studies have suggested that CADx systems can help improve the diagnostic accuracy of DCE-MRI [7]. Current CADx systems on the market for breast MRI rely on human interaction for detecting lesions and will not increase the overall cancer detection rate. A fully automated CADx system can therefore have the potential to increase both the sensitivity (detection rate) as well as the diagnostic accuracy of lesions. This thesis presents a fully automatic lesion detection and classification algorithm that can diagnose both mass and nonmass lesions in DCE-MRI. The key contribution of this work is a proposed automated CADx system for high-risk breast cancer screening. In the proceeding section of this chapter, we present an overview of breast cancer screening in Canada and highlight the various CADe and CADx algorithms described in the literature. 1.2 Breast Cancer Screening Cancers detected in their early stages tend to be easier to treat and have potentially fewer complications, which may lead to a better prognosis for patients [2]. Thus, early detection and monitoring of treatment response is important for improving patient survival rate. Consequently, government agencies have introduced screening programs as part of the healthcare system. The current standard for population-wide breast cancer screening is X-ray mammography. This procedure typically involves compressing each breast between 2 plates while X-ray images are taken in 2 different planes. As X-rays travel through the breast, various tissues will absorb the energy differently. This difference translates directly to brightness in the resulting image. Since tumours have higher attenuation than fatty tissue, they show up brighter in mammograms. Problems arise in denser breasts where tumours have a greater risk of being occluded by the parenchymal tissue

13 Chapter 1. Introduction 4 in the resulting 2D image. A 3D method such as tomosynthesis is known to minimize this problem by imaging at multiple angles. In the case of abnormal findings during screening, subsequent US or MRI exams might be arranged before making a final diagnosis. Breast US imaging offers a relatively cheap radiation-free diagnostic modality. It involves a hand-held transducer that sends sound waves through the breast and detects the resulting echoes. A common application of US within breast cancer diagnosis is the detection of cysts. Water is known to have a lower acoustic attenuation than fat and tissue. This means that it will reflect less acoustic waves and will therefore appear darker in US images. Since cysts are typically filled with fluid, they are easily recognized by their characteristic dark appearance. So in conjunction with X-ray mammography, radiologists can rule out benign lesions such as cysts. A disadvantage of conventional breast US is the reliance on a hand-held device, which makes image quality dependent on the technologist operating it. Some clinics offer Automated Breast Ultrasound (ABUS) as an alternative screening modality for women with dense breasts. The ABUS uses a robotic device instead of the hand-held transducers in conventional US, which allows for faster and more consistent imaging. Furthermore, the ABUS generates a 3D reconstruction of the images unlike conventional US where only 2D images are taken. A study measuring the accuracy of ABUS imaging has found that it approaches 95% sensitivity for malignant and 66% for benign masses [10]. It has been suggested by [22] that ABUS in conjunction with mammography could reach the same sensitivity as MRI. The OBSP recommends that women undergo routine breast screening between the age 50 and 74. While this is sufficient for the majority of the population, evidence suggests that a certain group of women can have up to 85 % chance of developing breast cancer over their lifetime [51]. The increased risk means that overall, women in this group tend to develop breast cancer at a younger age and will therefore have denser breasts. Mammographic images of breasts with high density have a higher chance of missed lesions due to occlusion [26]. On the other hand, the issue of breast density does

14 Chapter 1. Introduction 5 not affect MRI images as much. Consequently, the OBSP initiated an annual high-risk screening program for women between the ages of 30 and 69 at high risk of developing breast cancer. Women included in this program must have at least one of the following criteria: (1) carriers of BRCA1/2 mutation, (2) did not undergo genetic assessment but have first-degree relatives with such mutation, (3) have a lifetime risk greater than 25% based on genetic assessment, or (4) have had received chest radiation before the age of 30 and at least 8 years ago. For these women, the primary diagnostic screening modality is DCE-MRI, which has been shown to have higher sensitivity compared to X-ray mammography and breast ultrasound [9]. In fact, clinical studies have shown that among the 3 modalities used, MRI was the only modality able to detect all of the invasive cancers in their screening population [12]. This might be due to the fact that in mammography, breasts with high amounts of dense tissue have a greater risk of occluding smaller cancers. A 3D imaging method such as breast tomosynthesis could reduce this problem. However, the lack of availability makes it difficult to implement in the current population-wide screening program. Recent studies have acknowledged MRI as an invaluable tool for detecting cancer in woman at high risk. The typical MRI breast screening exam involves many different MRI sequences to produce T1-Weighted (T1W), T2-Weighted (T2W), Fat Saturated (Fat-Sat) images, Diffusion MRI, and DCE-MRI images. The main diagnostic tool for radiologists is the analysis of DCE-MRI through the flow of contrast agents. The procedure involves first taking a pre-contrast image of the breast. Then, a gadolinium-based contrast agent is injected into the bloodstream and images are taken periodically afterwards to assess the flow of the agent through the breast. Since aggressive tumours are known to have very permeable membranes, the contrast agent flows into and out of the tumour more readily compared to other tissues. Due to the paramagnetic properties of gadolinium in the contrast agent, areas containing gadolinium will show up brightly in T1W MRI images indicating a suspicious lesion. Figure 1.1 shows the enhancement of a lesion within

15 Chapter 1. Introduction 6 Figure 1.1: A slice containing a malignant lesion in a series of DCE-MRI volumes. The red box indicates the location of a malignant lesion. (a) Processed maximum intensity projection image of the subtraction to show enhancing lesions and blood vessels. (b) A series of DCE-MRI images at 5 time points. The first image is the baseline before the contrast agent injection. a slice of DCE-MRI volume over 5 time points. In order to make lesions easier to detect, Maximum Intensity Projection (MIP) and subtraction images are often generated as part of the protocol. While MRI is known for achieving the highest sensitivity in detection, [13] shows that contrast enhanced X-ray modalities can achieve detection rates equivalent to MRI. This implies that the main factor for the detection of lesions is the presence of contrast agent enhancement. Indeed, it is well studied that more malignant tumours tend to induce rapid vasculature growth (a process called angiogenesis) which allows contrast agents to permeate the tissue more readily [25]. The reason that these contrast enhanced X-ray modalities are less widely used however, is due to the increased radiation dose as well as high contrast agent dose, which make them unsuitable as a screening modality. A commonly used standard for reporting MRI exams is BI-RADS. The lexicon provides descriptors for lesions, Background Parenchymal Enhancement (BPE), as well as criteria for categorizing the likelihood of cancer. Enhancements that take on a distinct shape within an area are considered mass lesions while enhancements that cluster over multiple groups are categorized as non-mass lesions. These lesions are further detailed on morphological (e.g. shape, margin), texture (e.g. internal enhancement patterns), and kinetic (e.g. wash-out) features. Examples of mass and non-mass lesions are depicted in Figure 1.2. A third category called foci describes enhancing regions that are too small

16 Chapter 1. Introduction 7 Table 1.1: The BI-RADS risk classification system for breast MRI that radiologists can assign to an exam. Table adapted from American College of Radiology. to accurately characterize with respect to their margins. These regions can be correlated with T2W imaging to rule out the presence of lymph nodes. Foci that do not appear bright in T2W images are likely to be looked on with suspicion and might require biopsy if they are observed to have increased in size at a follow-up exam. After considering all these findings, the radiologist then assigns a score based on the likelihood of cancer. The full BI-RADS cancer risk classification system for breast MRI is listed in Table 1.1. Statistical analysis of biopsies performed at a clinic shows that BI-RADS 3 has a positive predictive value of 3% while BI-RADS 4 and 5 are at 23% and 92% respectively [28]. To put this into perspective, close to half of the biopsies performed were of BI-RADS 3. The large amount of BI-RADS 3 biopsies performed along with the low PPV means that most of the negative biopsies performed belong in this group.

17 Chapter 1. Introduction 8 Figure 1.2: Examples of (a) mass and (b) non-mass lesions in subtracted DCE-MRI. 1.3 Computer Aided Detection and Diagnosis It is believed that computer assistance within the clinical workflow can help improve the radiologists diagnostic accuracy. Computer assistance can be categorized as CADe, where the main goal is the detection of lesions, and CADx, where the system attempts to differentiate benign and malignant lesions. While there are no automated CADx systems on the market, manual and semi-automatic CADe systems for mammography are already being integrated into the clinical workflow. In clinical practice, the CADe system is applied after the primary radiologist finishes examining the image [24]. This essentially allows the CADe system to bring attention to regions that the radiologist might have overlooked. Such systems are commonly used in clinical practice as a second reader. On the other hand, CADx systems attempt to diagnose any detected lesions as malignant or benign. There are several factors identified for CADx systems to be successfully adapted for wide clinical practice [47]. A CADx should improve the radiologist s performance, save time, be seamlessly integrated into the workflow, be cost-saving, and should not

18 Chapter 1. Introduction 9 Figure 1.3: Kinetic enhancement map generated by Merge CADStream Software. (Adapted from impose liability concerns. While CADx systems are currently in use for mammography screening exams, a study done in the United Kingdom has shown that CADx systems for mammography only offer marginal improvements of 1% in sensitivity over a single reader radiologist while taking almost twice as long (45 seconds) [24]. On the other hand, CADx systems can have huge cost-savings potential within MRI imaging. Since each DCE-MRI volume usually contains hundreds of images at various time points, the time required to analyze DCE- MRI volumes is much longer compared to other modalities. Moreover, the majority of findings in these exams have a high chance of being false positives after biopsy. Therefore, it has been suggested by [41] that employing CADx systems as an additional diagnostic tool can improve a radiologist s diagnostic accuracy and thereby reduce the number of unnecessary biopsies. Current breast MRI CADx systems are able to provide overlays of image features such as kinetic enhancement parameters and time-intensity curves, which facilitates the diagnosis procedure by making the MRI images easier to comprehend. Figure 1.3 shows an example of a commercial breast MRI CADe software in action. There exists a rapidly growing body of literature on CADx. A study by [36] demonstrated that all the clinicians regardless of skill or experience were able to outperform an

19 Chapter 1. Introduction 10 expert MRI radiologist with the help of a CADx system. However, the authors were not able to demonstrate improvements in detection rate since semi-automated segmentation was used in their study. This motivates the development of an automated CADx system which can potentially improve both the detection rate and diagnostic accuracy Detection Overview The first step for any CADx system is to localize any suspicious regions. To this end, many types of segmentation algorithms have been developed in the medical imaging literature. Classical computer vision methods use various combinations of thresholding and mathematical models to segment images. Naïve methods of segmentation include seeded region growing and automated thresholding. There are also many mathematical models such as clustering and active contour models developed to capture the outline of lesions. The naïve approach to segmenting an image is to define a lower and upper intensity threshold. The regions that are within the defined thresholds will be highlighted. However, in medical images such as MRI, the variation in image intensity between patients makes it difficult to assign a single pair of threshold values for every lesion. Attempts have been made to automate the selection of thresholds using various mathematical models. One example is Otsu s Method for threshold selection [52]. Otsu s Method attempts to find a threshold that minimizes the intra-class variance, defined as a weighted sum of variance between 2 classes. The algorithm steps through each possible intensity value and calculates the intensity variance between pixels above and below the selected threshold. The intensity value that produces the maximum variance between pixels above and below the selected intensity will be selected as the segmentation threshold. Many of the methods described in literature use some type of thresholding within their algorithm. A localized approach to segmentation is the Seeded Region Growing (SRG) algorithm. This method uses manually or automatically planted seeds to segment an image. The

20 Chapter 1. Introduction 11 segmentation process starts out from the seed position and extends to neighbouring regions based on a selection criteria. Just like the threshold method, it is difficult to select a suitable criterion for a threshold that will work for all lesions in every image. If segmentation is done using a single criterion, lesions will likely be over- or undersegmented. Therefore, an adaptive threshold selection is often used in conjunction with SRG to produce a more accurate segmentation. An adaptive SRG method was used by [8] to find the contour to a mass lesion. A human-delineated region of interest was necessary as a preprocessing step to reduce the range in which the algorithm operates on. The watershed segmentation algorithm is analogous to a flood simulator [53]. This method treats a grayscale image as a topographic map wherein water is poured from certain points. A gradient map is built from the image with each pixel corresponding to the intensity change with respect to its neighbouring cells. These gradients form what is called a basin where water gathers. The edge of the basins will become watershed lines used to segment the image. The point of entry for water can be manually assigned or automatically generated based on the unique features of points of interest (e.g. morphology of lesions). The watershed algorithm was used in [14] to segment breast lesions in DCE-MRI images on a slice-by-slice basis. Fuzzy C-Means (FCM) is a cluster-based segmentation algorithm that groups a number of data points into c classes. Unlike traditional clustering where each data point can only correspond to a single class, fuzzy clustering allows the data point to have a degree of membership amongst different classes. A matrix is built to store the membership information of each data point. The matrix is then modified iteratively to minimize the cluster membership error of each data point. For example, with grayscale images, the pixels of the image will be clustered based on similar intensity values (e.g. by minimizing the difference in intensity). This method was proposed for the segmentation of breast lesions in DCE-MRI by [11]. The proposed method requires a human to first select a

21 Chapter 1. Introduction 12 ROI containing a lesion. The region is then normalized using the post-contrast T1W image intensity at subsequent time steps. The FCM is applied to the enhanced region to categorize the voxels into lesion and non-lesion. Final post-processing is done to take into account necrotic regions and reduce false positive regions such as blood vessels. The Gradient Vector Flow (GVF) or snake is a method that distorts a curve in order to fit the outline of an object. The curve is distorted through the interaction between internal and external energy functions. The external energy function is based on an intensity gradient that minimizes when the curve is at the desired edge whereas the internal energy function forces smoothness of the curve. Thus, the edge of the object is found by minimizing the sum of the internal and external energies. A combination of FCM and this method was used by [39] for segmenting and extracting morphological features from breast lesions. First, 5 volume subtraction images were generated using the pre- and post-contrast MRI data. For each lesion a representative MRI slice with the greatest contrast was selected by an operator and a Region Of Interest (ROI) box was placed around the lesion. Next, a crude contour was drawn around the lesion and the GVF algorithm was applied to outline the boundary of the lesion. While the previous methods described so far operate on the raw intensity values, other studies have attempted to segment lesions based on computed features. For instance, a mean intensity projection image was generated to detect enhancing regions within a volume of interest [15]. Then, various dynamic (e.g. mean, standard deviation) and texture features (e.g. kurtosis, entropy) are extracted and statistically analyzed to determine how much each feature contributed to the lesion detection. The authors found that the standard deviation and maximum mean intensity projection features had the highest diagnostic accuracy at 90% detection rate. Other studies attempted to segment lesions based on various kinetic models of the contrast agent. [21] attempted to segment Invasive Ductal Carcinoma (IDC) by applying time series analysis to a linear dynamic system model of the contrast enhancements. The authors report 100% sensitivity and

22 Chapter 1. Introduction 13 90% accuracy in detecting IDC cancers with this method. While the method had high sensitivity, only 24 cases were studied and no specificity or false positive rate was reported by the authors. A different approach to image segmentation is to treat it as a classification problem in which pixels are divided into object and background class. Classifiers essentially try to learn a decision boundary separating the object and background classes based on a given dataset. A RFC approach was explored by [18] in which lesion segmentation was treated as a blob detection problem. The method first computed various Hessian-based blob-like features as well as kinetic enhancement values of the image and then trained an RFC to classify voxels with blob-like features as lesions. A false positive removal stage using another trained RFC was later performed to reduce the number of false candidate regions. The RFC is essentially an ensemble of decision trees. The method operates by building many decision trees with randomized sample of features. Classification is then achieved by querying each tree in order to attain a majority vote of a target class. An inherent property of RFCs is the automatic ranking of the importance of various features in the training data. Analyzing these features could give unique insights to how each feature affects the diagnosis. On a different note, ANN is a graphical model based on the biological neural network. Just like the brain, the ANN is organized into layers composed of many neuron-like processing units called perceptrons. A detailed description of the structure of perceptrons is included in Appendix A. In general, each individual perceptron unit in a layer takes as input, the weighted sum of the output the previous layer. Through repeated exposure to examples, the network of perceptrons can adapt its weights to capture the distribution of the provided data. The use of a single hidden layer ANN model was explored by [32] to detect breast cancer in DCE-MRI by attempting to model pharmacokinetic curves. A similar approach was used in [6] in which the signal-time curve was classified in an attempt

23 Chapter 1. Introduction 14 to identify malignant, benign, and normal tissues. The authors were able to achieve 92% accuracy on 34 test cases. The authors in [42] used a trained ANN to adaptively modify the threshold of a SRG method to segment lesions in X-ray mammography images. A ROI is accepted as input and then the ANN was used to initiate the seed point for a SRG algorithm. The method achieved an average accuracy of 82% and 95% on 2 different public mammography datasets. We have summarized a few of the many different types of algorithms proposed in literature for the detection of breast lesions. Most of the aforementioned methods involve a manual delineation of ROI in order to reduce computation time and increase accuracy. Furthermore, some algorithms will not work correctly if the input ROI provided is too large. For instance, if the initial contour for the GVF was drawn too far from the lesion, the GVF might fail to find the object or outline a different object. Methods such as Otsu s thresholding are highly dependent on the ROI parameters (i.e. image intensity, region size) so changes in size or location of the ROI can give varying results. Therefore, automated algorithms which do not require manual ROI selection are desirable for ensuring robustness of segmentation while minimizing observer variabilities. The drawback of many classical segmentation algorithms is the need for human interaction (whether to provide ROIs or seed points). On the other hand, statistical machine learning methods such Support Vector Machine (SVM)s and RFCs function by classifying precomputed features while the biology-inspired ANNs excel in directly learning from the data. With respect to automated segmentation, the machine learning based algorithms show greater potential in achieving the functionality required for automated CADx systems. Although there are many advantages to using machine learning based methods, the performance is directly related to the amount of high quality data, which is not always available in abundance.

24 Chapter 1. Introduction Classification Overview The next step for a CADx system is to classify each of the detected legions as a possible malignant cancer or benign tissue (such as cysts). While there exists a rapidly growing body of literature on CADx, most of these methods rely on a machine learning algorithm to classify lesions based on features extracted from the image. Studies have shown that a combination of morphological, texture, and kinetic features can be used to distinguish between benign and malignant lesions [17]. It is thought that computer analysis of these features could be used as an aid to improve the radiologist s ability to differentiate benign and malignant cancers. Since malignant cancers require more nutrients than normal tissue, it follows that lesions corresponding to malignant tumours will have higher amounts of contrast agent flow. Pharmacokinetic modelling based on time-intensity data can be used to characterize the malignancy of the lesion. In one study, an FCM algorithm was used to cluster voxels based on time-intensity curves [50]. Morphological and textural features were then used to classify the resulting regions as benign or malignant. The authors noted that combining morphological and kinetic features proved to be more robust when differentiating benign and malignant lesions. The use of combination of kinetic, morphological and spatiotemporal features was proposed by [4]. A histogram based threshold was applied to select enhancing regions while kinetic and morphological filters were applied to reduce the number of false positive regions. The authors then used an SVM to classify the extracted series of morphological, kinetic, and spatiotemporal features of each region as benign or malignant. Generally, SVMs attempt to find the optimal decision boundary in a multidimensional feature space such that the orthogonal distance between the boundary and closest training data points (known as support vectors) is maximized. Various kernels such as a Radial Basis Function can be used to transform the data before learning the boundary point in order to improve separability of the classes. A semi-automatic method was proposed by [31]. The algorithm involves having a user draw ellipses on a suspicious lesion and a non-lesion nor-

25 Chapter 1. Introduction 16 mal region. The voxels within the lesion region are assigned as the positive sample and training is done on the fly for each case. A bounding box is drawn around the selected samples and then the trained SVM is used to classify all the voxels within the bounding box. [33] applied SVMs to differentiate invasive and non-invasive cancers in DCE-MRI based on the signal intensity-time metrics. The authors first computed various voxelbased kinetic features such as wash-out slope and area under the curve for each voxel (representing contrast agent concentration), and used the SVM to classify the voxels as potential lesions. The method had 72% sensitivity and 98% specificity on 26 malignant and benign lesions. The poor sensitivity could be attributed to the limited dataset the authors used. Various studies have also explored the use of ANNs for the classification of breast lesions. The authors in [36] used a semi-automated region growing method to generate ROIs in DCE-MRI images. Then the shape, texture and kinetic enhancement of each region was computed and classified using an ANN. Operating on a set of 43 malignant and 37 benign lesions, the algorithm achieved an AUC of Likewise, ANNs have been used for the classification of lesions in X-ray mammography [42]. First, a cellular neural network was used to automatically segment the lesion. Intensity, shape, and texture features of the lesion were computed and classified using a simple ANN. The algorithm was able to achieve 96.87% sensitivity and 95.94% specificity in diagnosing mass lesions. As a final note, our lab has so far shown that a cascaded classifier can improve over the performance of a single classifier in differentiating lesions [17]. In this study, a cascaded RFC was used to determine lesion malignancy. Lesions are first categorized as mass and nonmass using a combination of different kinetic, morphological and texture features. A second RFC is then used to classify the lesion as benign or malignant. Improvements in performance was noted on the cascaded RFC compared to the single RFC. This phenomenon seems consistent with the idea of boosting in which an ensemble of weaker learners can create a strong classifier. We will exploit this concept as part of

26 Chapter 1. Introduction 17 our proposed automated CADx system. 1.4 Thesis Outline The remainder of this thesis is dedicated to describing the implementation of an automated CADx pipeline for breast cancer diagnosis. An overview of the proposed pipeline is summarized by Figure 1.4. For each case to analyze, we first apply the necessary preprocessing steps such as motion correction, breast segmentation and contrast normalization in order to provide a common framework for our algorithm. We then apply a trained ANN to each 3 3 patch (over 5 time points) to create a probabilistic map of each patch belonging to a lesion. The resulting image is then binarized to create regions of interest. After that, we analyze the kinetic, morphological, and textural features of each region in order to classify it as benign or malignant. A list of the resulting regions will then be provided to the radiologist to aid in diagnosis. Chapter 2 presents our proposed pipeline in more detail. The particulars surrounding the training of each classifier are elucidated and the relevant statistics are reported in this chapter. Furthermore, I will provide some insights to the design decisions made concerning the architecture of our pipeline as well as discuss some limitations and ways to accommodate them. Chapter 3 summarizes the contribution of this thesis and emphasizes the significance of our proposed CADx pipeline in the context of breast cancer screening. I will then discuss some of the mistakes our algorithm has made and finally, concluding this thesis by presenting some ideas for future work.

27 Chapter 1. Introduction 18 Figure 1.4: Flowchart of our automated CADx pipeline. After preprocessing each image, we apply our detection algorithm to classify all the detected regions as benign or malignant and present the resulting regions to the radiologist for diagnosis.

28 Chapter 2 Automated Computer Aided Diagnosis using Deep Learning 2.1 Introduction and Background Breast cancer is currently one of the most diagnosed diseases among women. Evidence suggests that early screening and treatment reduces incidence of advanced-stage breast cancer in certain high-risk groups [51]. The primary screening modality for these women is DCE-MRI, which has been shown to have higher sensitivity compared to X-ray mammography and breast ultrasound [9]. However, the time required to analyze DCE-MRI volumes is often much longer compared to other modalities. Moreover, the majority of findings in these MRI exams turn out to be false positives after biopsy. It has been suggested by [5] that employing CADx systems as an additional diagnostic tool can improve a radiologist s diagnostic accuracy. A study conducted by [19] reported that a CADx system can potentially reduce 36.9% of unnecessary biopsies within the BI-RADS 4A group. Currently available CADx systems provide an overlay of morphological, texture, and kinetic features to medical images. Radiologists are then expected to give a diagnosis 19

29 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning20 by examining the characteristics of suspicious lesions. Benign lesions tend to be circular and have a sharp margin while malignant lesions tend to have an irregular shape and spiculated margin. In many cases, however, this distinction is less well defined and the analytical powers of computers are needed to mitigate this problem. In order to compute these features, robust outlines of these lesions must be provided. Due to the nature of DCE-MRI images, manually segmenting lesions by trained experts is prohibitively expensive and time-consuming. While CADx systems relying on semi-automated segmentation algorithms have demonstrated improvements in diagnostic accuracy over human experts [36], they are still not optimal since it requires a human to first locate the lesion. Therefore, it is necessary for a CADx system to have an automated detection and segmentation algorithm in order to allow improvements in both diagnostic accuracy as well as detection rate of cancers. The simplest approach to segmenting an image is to define a lower and upper intensity threshold. Voxels within the defined intensity boundary are selected as regions of interest. However, the variation in image intensity of MR images makes it difficult to assign a single pair of thresholds for every possible image. More complex methods such as watershed, FCM, and GVF are described in [14, 11, 39] respectively. Most of these algorithms require manual selection of seed points or regions of interest in order to reduce computation time and improve robustness of the algorithm. These manual interventions are also subject to observer variabilities. A different paradigm to the classical image segmentation algorithm is to treat it as a classification problem wherein each pixel is classified as object or background. The recent resurgence of ANN and Deep Learning (DL) provide an excellent framework for this problem. The term Deep Learning refers to a branch of machine learning algorithm that utilizes multiple non-linear transformations to learn some type of hierarchical representation of data. With the introduction of faster and cheaper hardware, deep learning has become a powerful tool in research and industry. ANNs have seen huge success

30 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning21 in recent years by achieving state of the art benchmark results in the computer vision and linguistics community. The advent of deep-learning and unsupervised training have shown promise in learning hierarchical features using unlabelled data [30]. This is of particular interest for the training of an automatic classifier-based segmentation algorithm since ground truth lesion segmentations are scarce and expensive to produce in medical images. A common procedure for deep learning with ANNs is to use layer-wise pretraining of data to initiate the ANN. An outline of this procedure is presented in Figure 2.2(b). The idea behind layer-wise pretraining is to use an unsupervised ANN architecture to learn latent representations of the data one layer at a time. After learning the representations of one layer, the input is transformed by the learned representations and used as input to train the next layer until all the layers have been trained. A common ANN architecture for pretraining a layer is the Autoencoder (AE). AEs are networks that have the same number of output as input nodes. The objective of AEs is to learn an encoding of the data such that the reconstruction error with respect to the original input is minimized. During the layer-wise pretraining procedure, once an encoding has been learned, it can be copied over to the original ANN. Real data are usually noisy and might contain partially corrupted inputs. It is therefore necessary to find features that are robust against such corruptions. The denoising Autoencoder (dae) is a special type of AE that essentially tries to learn from such corruptions. Rather than training using the original input data, the dae artificially corrupts the input during training and tries to reconstruct the original data from the partially destructed input [40]. The informal reasoning behind the conception of daes is that a good representation is expected to capture robust structures of the data in the form of dependencies within its input distribution. This means that with the amount of redundancies within images, it should be possible to fully recover partially corrupted images. Humans for instance, excel at recognizing partially occluded objects. This type

31 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning22 of classifier is therefore ideal for medical images where noise is inherent. The second stage of a CADx system is the classification of the segmented regions. A SVM based method was proposed by [33] to discriminate between malignant and benign voxels using kinetic enhancement features. The authors in [18] used RFCs to detect malignant lesions based on a combination of morphological and kinetic features. A simple ANN architecture was used by [32] to determine malignancy using kinetic enhancement of single raw voxels. RFCs are ideal for diagnostic purposes, because they quantify the importance of the features used in training whereas ANNs and SVMs do not provide a clear description of how the data is clustered. We have therefore decided to use ANNs and DL to segment the lesions while employing RFCs to classify the resulting regions. 2.2 Method Overview Our approach models the radiologist workflow in which we first generate regions of interest based on contrast enhancements and then classify those regions as benign or malignant based on a combination of morphological, texture, and kinetic features. We exploit the generalization capabilities of deep learning for the detection of suspicious regions and use cascaded RFCs to differentiate benign and malignant lesions. The proposed method can be outlined as follows: 1. Each DCE-MRI series is rendered as a 4D matrix (3D volume at 5 time points) 2. The 4D matrix is divided into small overlapping tiles (Figure 2.1a). 3. A trained deep ANN is used to classify each tile as containing a lesion or not. 4. The resulting lesion probability map is then processed to generate regions of interest. 5. Kinetic, morphological, and texture features are generated from those regions.

32 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning23 6. A trained RFC is used to classify the regions as benign or malignant (Section 2.7). We used the following open-source python 2.7 packages for the implementation and evaluation of all the methods described in this paper: pylearn2, scikits-learn. 2.3 Dataset For our dataset, a subset of 573 histology-proven malignant and benign lesions from patient exams with BI-RADS 3 or higher was identified in our research database. For each lesion, ground truth was semi-automatically generated using a seeded 3D connectedcomponent region growing method where manual seed points were placed by the authors based on the lesion location indicated in the radiologist s report. Another set of 630 normal studies (BI-RADS 3 and lower) were selected based on patients who ve had no imaging abnormalities (both benign and malignant) detected for at least 2 consecutive years. The histology-proven lesion studies were stratified into roughly 3 equal parts. 2 parts were joined to form a training set (150 malignant, 212 benign) and the last part is left as a testing set (71 malignant, 140 benign, 316 normal). The remaining normal studies were split divided into 2 roughly equal parts and added to the training set and testing set such that no patients were included twice in all 1203 studies. As a result our training set contains 150 malignant, 212 benign, 314 normal studies while the testing set contains 71 malignant, 140 benign, 316 normal studies. Table 2.1 shows a breakdown of our dataset. All of our images in this dataset were acquired as T1W Fat-Sat sagittal DCE-MRI using a GE 1.5T scanner at an average resolution of 0.388mm by 0.388mm in-plane and 3.0mm between slices. Due to the large slice thickness of our images, each MRI volume is treated as a stack of 2D slices and all operations were applied on a slice-by-slice basis. A summary of BI-RADS score for our training data is shown in Table 2.2.

33 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning24 Table 2.1: A breakdown of our data to training and testing set. Training Set Testing Set Normal Benign Malignant Total Table 2.2: A breakdown of BI-RADS category for our training data. BI-RADS Normal Malignant Benign

34 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning25 Figure 2.1: (a) An 8-neighbourhood connection scheme is used to divide the rendered 4D DCE-MRI matrix into overlapping image tiles of size (5 time points, 1 slice, 3-by-3 voxel window). (b) Each tile is then flattened to a 1D input vector of size 45 for use in training and classification by our ANN. 2.4 Preprocessing Before the segmentation process, a certain number of preprocessing steps to clean the image are necessary in order to reduce the number of false positives. Since our method relies on patch-wise classification of time-intensity curves over several acquisition time points, any type of motion in between acquisitions will affect our results. To reduce this type of problem, we have used the optical-flow method described in [34] to correct for the motion. We then render our DCE-MRI volumes as a 4D matrix (3D MRI at 5 time points). The image intensities are clipped to the 99.5th percentile in order to remove spikes in intensity values. The contrast between enhancing regions and background tissue is improved by standardizing the image using the equation V t,i,j,k = V t,i,j,k mean(v ) std(v ), where t is the index of the dynamic sequence (from 0 4) and i, j, k are matrix indices of the respective voxel. The chest area within breast DCE-MRI images tends to be highly enhancing, which may lead to false positive detected regions. We therefore used a classifier-based breast segmentation algorithm described in [35] to isolate the breast and only consider areas within the breast as possible lesions.

35 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning26 Figure 2.2: (a) Architecture of Deep ANN with 45 input nodes, 32 tanh hidden nodes, 7 sigmoid hidden nodes, and 2 softmax output nodes. (b) Stacked dae used to initiate the network. The first dae uses a tanh while the second dae uses a sigmoid as the encoding function. The dashed arrow shows the path with respect to the original network. 2.5 Region Selection We use an ANN to generate a list of suspicious regions. Our particular architecture uses 45 input nodes, 32 tanh hidden nodes, 7 sigmoid hidden nodes, and 2 softmax classifier nodes. These parameters were experimentally optimized to minimize the number of samples from the training set that were misclassified (misclassification error). The proposed architecture is illustrated in Fig An overview of the activation functions for the nodes can be found in Appendix A Unsupervised Pretraining We initialized our ANN by greedy-wise training a stack of dae for the 2 hidden layers. The training data for this process was acquired by dividing each volume in the training set into image tiles (Figure 2.1). Each layer of dae in the stack was trained for 30 epochs using a dropout rate of 30% (each node has 30% chance of being set to 0), batch size of 100, and annealed learning rate starting at During each epoch, millions of image tiles extracted randomly from volumes in the training set are processed by the stacked dae and optimized to minimize the reconstruction error. The resulting weights represent latent representations of our dataset, which are used to initialize the ANN.

36 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning Supervised Training After initialization, the ANN is fine-tuned using labeled data. Lesion samples were generated by taking image tiles within our ground truth segmentations while non-lesion samples were acquired by taking image tiles within areas of enhancement (e.g. blood vessels, background parenchymal enhancement, artifacts) in normal breasts. In total, 1.8M input vectors (equally split between lesion and non-lesion samples) from the training set were used to train each epoch. Since our lesion and non-lesion samples were unbalanced, we augmented our data by oversampling the minority class with Gaussian noise (σ: 1 10 of minimum feature standard deviation, µ: 0) in order to balance the 2 samples. The training was performed using stochastic mini-batch gradient descent backpropagation with initial learning rate of 0.1 and batch size 100. The learning rate was exponentially decreased over 30 epochs. Early stopping based on the MSE (Mean Squared Error) of the training data was used to prevent over-fitting of our model Optimal Region Threshold To determine the optimal threshold for generating our regions of interest, we performed FROC (Free response Receiver Operating Characteristic) analysis on the training dataset. The threshold T was varied between 0.05 and For each threshold value, 362 (150 malignant, 212 benign) lesions from our training set were used to calculate the sensitivity while the average number of detected regions in the left over 314 normal studies were used to compute the Mean False Candidate Regions (MFCR). A lesion is considered to be a true positive if the dice score (Equation 2.1) between the ground truth and the binarized image is greater than 0. In order to achieve robust outlines, our threshold not only has to capture all the lesions but also retain a high correspondence to the ground truth segmentations. The optimal threshold, therefore, was selected based on the highest performance metric as defined by Equation 2.2. We use a scaling factor α of 0.5 as a compromise between the sensitivity and dice score. In cases where multiple thresholds

37 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning28 Figure 2.3: Result of conditional dilation operation to join disconnected islands together. Left is the subtraction image showing a 2D slice of the lesion. Middle is the segmentation without dilation and right is the segmentation with dilation. had the same performance metric, we picked the one that had the fewest MFCR. The optimal threshold selected was DS = 2 A B A + B (2.1) metric[t] = α mean(ds[t]) + (1 α) mean(sens[t]) t T hresholds (2.2) Postprocessing Since nonmass lesions can potentially consist of multiple regions, an attempt was made to join these regions so that they could be treated as a single structure for further analysis. We performed a conditional dilation by first dilating the thresholded image by 1mm and multiplying the resulting image by a mask (probability map thresholded to 0.5). An example of the resulting pre- and post-operation is shown in Figure Segmentation After ANN training and optimal threshold selection, we can generate lesion candidates as follows:

38 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning29 1. Preprocess the DCE-MRI series as described in Section Reformat the volume as a series of overlapping image tiles (Fig. 2.1). 3. Use the trained ANN to classify each tile as lesion or non-lesion to generate a probability map that represents lesion-likelihood for each voxel. 4. Apply the optimal threshold from Section to the probability map to get a binary image. 5. Apply morphological postprocessing to connect and filter regions. 6. Assign labels to each region so that voxels within each region have the same value. 2.7 Region Classification The previous section describes a method to segment out enhancing regions as potential lesion candidates. An ANN was trained to detect regions of interest analogous to how a human would find lesions by finding bright enhancing regions. In order to find out whether the detected region is a false positive (i.e. blood vessel), malignant, or benign lesion, we need to consider additional features such as its shape and texture. In order to accomplish this, we employ a cascaded 2-stage RFC classifier (Figure 2.4) similar to [17]. The first stage removes as many false positive regions as possible while the second stage classifies the remaining regions as benign or malignant. To this end, we compute various morphological, kinetic, and textural features for each region and use them to differentiate between lesion and non-lesion regions (e.g. artifacts, blood vessels). We then use the same features to classify the remaining lesion regions as benign or malignant.

39 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning30 Figure 2.4: A schema of the cascaded RFC. The first RFC classifies lesion and non-lesion regions while the second RFC differentiates the resulting lesions as malignant or benign Feature Extraction We developed a feature extraction pipeline to generate a combination of 75 morphological, kinetic, and textural features for each region. The full description of these features is listed in Appendix B. The output segmentations of the trained ANN applied to the training set was used to generate training samples for the cascaded RFC. Features extracted from each of the segmented regions were labeled accordingly (malignant for regions in malignant studies, benign for regions in benign studies, and normal for regions in normal studies) and used as training samples for the RFC RFC Training The cascaded RFC consists of a lesion classifier (RFC1) and malignancy classifier (RFC2). Since our lesion versus non-lesion samples were greatly unbalanced, each individual tree within the RFC was trained by using all of the lesion and a subset of the non-lesion samples such that each tree was trained on an equal number of lesion and non-lesion

40 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning31 Figure 2.5: Illustrated examples of features learned by our ANN. (a) 2D representation of first hidden-layer network weights. (b) The value of each row is averaged and plotted on a graph. samples. The RFC classifiers were trained by performing a grid search along with 10- fold cross-validation for each set of parameters within the grid. The final classifier was attained by keeping all the RFCs across each fold that has an AUC greater than The operating point closest to 100% sensitivity and 100% specificity was selected as the optimal decision threshold. 2.8 Results The unsupervised training allowed our ANN to capture representations of our data. The list of features learned by the first hidden layer of our ANN is shown in Figure 2.5. The plots generated from the weights resemble a series of intensity-time curves (in the form of image patches). It is interesting to note how the weights across each row starting from the second row are fairly uniform while the first row, representing the precontrast patch is more heterogeneous. This might signify that there is more spatial variance in the precontrast patch compared to the post-contrast patches. To validate our ANN as an effective way to delineate lesions, we applied the trained network to the unseen testing set and measured its performance. Our ANN detected 342 out of 362 (94.4%) lesions from the training set and 204 out of 211 lesions from the testing set.

41 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning32 Figure 2.6: Aggregated ROC curve of the lesion classifier (RFC1) for each of the 10-fold cross-validation. RFC1 achieved 0.91 AUC ( interquartile range). The optimal threshold value of 0.6 was selected to maximize the sensitivity and specificity. A cross-validation ROC analysis was performed to demonstrate the generalizability of our RFC. Figure 2.6 shows the 10-fold cross-validation performance of the RFC1 lesion classifier on the hold-out validation set while Figure 2.7 shows the performance of the RFC2 malignancy classifier. After successfully training both classifiers, we applied our CADx pipeline to the testing set consisting of 71 malignant, 140 benign, and 316 normal studies from completely different patients. This distribution is approximately 8.5 times the provincial high-risk screening population breast cancer incidence rate of 1.6% [12]. Our algorithm was able to correctly detect 204 out of 211 (96.7%) lesions (both benign and malignant) and correctly classified 67 out of the 71 (94.3%) malignant lesions and 113 of 140 (80.7%) benign lesions. The overall false positive rate was 0.12 per breast. An overview of the results is summarized in Table 2.3.

42 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning33 Figure 2.7: Aggregated ROC curve of the malignant/benign classifier (RFC2) for each of the 10-fold cross-validation. RFC2 achieved 0.81 AUC ( interquartile range). The optimal threshold value of 0.63 was selected to maximize the sensitivity and specificity. Table 2.3: Statistics of our proposed method on the training set and testing set. The measures were computed after applying both RFC1 and RFC2 classifiers and provides a rough estimate of how well our algorithm does in practice. Statistic Training Set Testing Set Sensitivity Specificity Accuracy PPV

43 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning34 Table 2.4: A breakdown of the performance on the testing set with respect to BI-RADS category. BI-RADS False Negative False Positive True Negative True Positive Discussion We have shown that our method correctly classified the majority of malignant lesions in our testing set. 27 out of the 140 benign studies and 29 out of 316 normal studies were classified as malignant. Our method was able to correctly identify the majority of benign lesions (113 out of 140) at a cost of 29 false positive detections in normal breasts. Since benign lesions in breasts designated as BI-RADS 3 or 4 are often biopsied, our method would have greatly reduced the amount of benign biopsies in a clinical setting. A breakdown of our test results is shown in Table 2.4. One of the false negative lesions (the BI-RADS 3) was determined to be low-grade Ductal Carcinoma In Situ (DCIS) after biopsy. Since most of the BI-RADS classification in our database was assigned per breast, benign biopsied lesions in the same breast as malignant lesions were assigned the same BI-RADS score in our analysis. This explains the presence of the 6 BI-RADS-6 False Positives (benign classified as malignant) and 9 True Negatives (benign correctly classified as benign). Many of the false candidate regions in the normal studies were due to partially segmented blood vessels, imaging artifacts, background parenchymal enhancement, and enhancing foci that resemble nonmass lesions (see Figure 1.2). Examples of false positive

44 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning35 classifications are shown in Figure 2.8. Small enhancing islands were classified as malignant in the top row. This might be due to the similarity of the enhancing regions to some of the nonmass lesions in our dataset. This problem could be rectified by bootstrapping the ANN training with patches within these regions as non-lesion samples. Alternatively, we could augment our RFC2 malignancy classifier training set with these cases as additional benign lesion samples. A second type of false positive misclassification is caused by the existence of a known benign lesion in the image (see Figure 2.8, bottom row). When radiologists find an enhancing region determined to be BI-RADS 3 or lower, the patient could be scheduled for another exam in 6 months to examine its growth. When no changes are observed, the radiologist can deem the study to be normal, meaning that no cancer is present in the breast despite the presence of enhancements. Due to the scarcity of our labeled data, we have included these follow-up exams in our training and testing dataset. The enhancement detected by our algorithm was described as an intramammary lymph node by the radiologist after a follow up exam and T2W imaging. However, without access to additional information, our algorithm is not wrong in picking up these cases as requiring further inspection. While ANNs have been used in the past for both segmentation and classification of lesions, our approach differs firstly by including an unsupervised learning stage for initializing the ANN. We have also introduced a neighbourhood approach in which we classify a group of pixels rather than individual ones as is the case in previous studies. Finally, we reinforced the idea of a cascaded approach to the differentiation of benign and malignant lesions.

45 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning36 Figure 2.8: Examples of false positive misclassifications by our algorithm. The top row shows mild background parenchymal enhancements misclassified as malignant lesions. The bottom row shows a lymphnode detected as malignant.

46 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning Implementation Details and Limitations We made some design decisions concerning the architecture of our proposed method, which will be discussed in this section. Then, we will outline some limitations of our algorithm and propose ways to alleviate them. Patch Size Selection Through preliminary testing on the ANN architecture, we have found that the 8-neighbours connection scheme (3 3 patch size) gave us better results compared to the 0-neighbours (single voxel) and 24-neighbours (5 5 size) architecture. Although no formal investigation was carried out, we suspect that the reason the 5 5 architecture gave worst results could be due to the curse of dimensionality. What this means is that as the input dimensionality increases, the space in which we train our classifiers becomes more sparse. Since the current patch size results in 45 (3 by 3 patch over 5 time points) inputs, the increased neighbours count would require 125 inputs. Therefore, in order for the 24- neighbours scheme to have the same amount of robustness as our current architecture we would require at least 3 times as much data. Another possibility is that our data has in-plane voxel size of around.38mm. This effectively gives our 3 3 patches a resolution of 1mm. Testing the patch size on images with different voxel size might provide more insight to this effect. Optimal Threshold Criteria Since we decided that it is more detrimental to miss a malignant lesion than to include a benign one, the optimal threshold selection for all the classifiers was skewed towards higher sensitivity. Additionally, we used an arbitrary α value of 0.5 in Equation 2.2 to select the optimal threshold. In order to optimize this value, we would have had to repeat the training of all the classifiers (both ANN and RFC) and their optimal thresholds for each α between 0 and 1, which seemed inefficient with respect to time and accuracy

47 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning38 Figure 2.9: Image of the missed malignant lesion in the test data set (circled in red). The lesion resembles background enhancement. trade-offs. Figure 2.9 shows the missed malignant lesion from our testing set due to the applied threshold. The lesion can be distinctly seen in the probability map, but is missing in the resulting thresholded image. Limitations Since our ANN was trained using images from our clinic, our method might not work as well on images from other clinics taken using a different machine or MRI pulse sequence. One problem arises when the ANN is applied to DCE-MRI volumes that don t have exactly 5 time points. This could be alleviated by down-sampling sequences with more than 5 time points in order to make it fit our ANN architecture. Further training using those resampled images would be beneficial to ensure robustness. Another concern could be differences in image resolution. Since our algorithm was trained on sagittal MRI volumes, applying it to images with a different orientation might pose problems due to differences in slice-thickness. This problem could be avoided by resampling the training data to isotropic resolution while using images taken at different orientations. Since many of the operations are on a per-slice basis, the processing time of our algorithm could be greatly reduced by utilizing the parallel computation capabilities of a GPU for the calculations.

48 Chapter 2. Automated Computer Aided Diagnosis using Deep Learning Acknowledgements We would like to thank the contributions made by OICR Smarter Imaging Program and Canadian Breast Cancer Foundation to make this research possible.

49 Chapter 3 Discussion and Future Work 3.1 Significance of Contributions In the previous chapters, we emphasized the need for robust lesion segmentation in an automated CADx pipeline for high risk breast cancer screening. Prior to the quantification of tumour malignancy, it is necessary to robustly delineate the corresponding regions of interest. Relevant features are then computed from those regions and analyzed to provide a cancer likelihood score. This thesis presents an automated CADx pipeline that allows accurate detection and diagnosis of breast lesions, which facilitates screening exams. This work attempts to first segment suspicious lesions based on their kinetic enhancement features and then classify them as malignant or benign using a combination of kinetic, morphological and textural features. The use of kinetic enhancement features for segmentation corresponds to the way radiologists report findings based on enhancing regions. Since malignant and benign lesions are characterized by their shape (e.g. round versus irregular), margin (e.g. circumscribed, spiculated), internal enhancement texture (e.g. homogeneous versus heterogeneous), and kinetic enhancement curves (e.g. washout versus persistent), we compute these types of features and use them to characterize our segmented regions. As we have stated in Chapter 1, we have developed an automated 40

50 Chapter 3. Discussion and Future Work 41 CADx software that can help radiologists diagnose cancers faster and more accurately. Although our method did not detect all the cancers from our dataset, we must consider whether our achieved sensitivity of 94.5% is acceptable in clinical practice. It is important to note that our dataset is biased towards cancers that radiologists found and therefore does not represent the true sensitivity of general screening exams. For instance, the population wide breast screening program in Ontario only detected 86.1% of cancers [38]. Moreover, our algorithm only uses DCE-MRI images whereas clinicians have access to additional information such as T2W images, ultrasounds and mammography to aid in detection. DCIS, for example, often produces micro-calcifications which is undetectable under MRI. Since our method relies on the DCE-MRI modality for detection of lesions, it is impossible to achieve 100% sensitivity and so we should consider the minimal acceptable detection rate. 3.2 Future Directions Convolutional Neural Networks Our proposed automated CADx pipeline follows the classical image processing paradigm in which lesions are first segmented and then classified. However, the nature of non-mass lesions implies the existence of multiple enhancing regions. An intrinsic problem with this classical paradigm arises from the treatment of these regions as individual disconnected lesions rather than as a single non-mass lesion. This might pose the risk of the system presenting the individual parts as benign lesions while in reality the actual non-mass lesion is malignant. Although we have not encountered this problem in our dataset, it s not an unfounded fear. One way to overcome this problem is to merge the segmentation and classification into a single stage. Rather than segmenting each lesion as an individual region, we can treat it as a ROI-recognition problem where we classify each ROI based on whether it contains a malignant lesion or not. In fact, many top results in natural image

51 Chapter 3. Discussion and Future Work 42 Figure 3.1: Diagram of a ConvNet. The 2 convolution layers act as feature extractor without segmentation, while the fully connected layers act as classifiers. The segmentation and classification steps are in essence merged as a single classifier. Image adapted from object recognition challenges uses some type of ConvNet model [1]. With the advent of more powerful consumer level hardware, scientists were able to train deeper ANN architectures with minimal costs. This facilitated the integration of ConvNet within the medical sciences community. These networks take advantage of the spatial information within natural images to learn robust hierarchical features that can be used to reconstruct the original image. While ConvNets are able to solve more complex classification tasks compared to other classifiers, it will require proportionately more data. Figure 3.1 shows an example of ConvNet architecture where the need for segmentation is avoided. Transfer Learning The strength of ConvNets lies in the fact that the same features learned from one domain can be applied to another domain with minimal to no adjustments. This phenomenon is called transfer learning and models the fact that humans are adept at using knowledge learned in one domain and apply it to another (e.g. using the concept of differentials from mathematics in physics). Transfer learning has been applied in medical image analysis by [48] and is shown to improve classification by up to 60% compared to regular

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert Abstract Methodologies for early detection of breast cancer still remain an open problem in the Research community. Breast cancer continues to be a significant problem in the contemporary world. Nearly

More information

arxiv: v2 [cs.cv] 8 Mar 2018

arxiv: v2 [cs.cv] 8 Mar 2018 Automated soft tissue lesion detection and segmentation in digital mammography using a u-net deep learning network Timothy de Moor a, Alejandro Rodriguez-Ruiz a, Albert Gubern Mérida a, Ritse Mann a, and

More information

Emerging Techniques in Breast Imaging: Contrast-Enhanced Mammography and Fast MRI

Emerging Techniques in Breast Imaging: Contrast-Enhanced Mammography and Fast MRI Emerging Techniques in Breast Imaging: Contrast-Enhanced Mammography and Fast MRI Lilian Wang, M.D. Breast Imaging Section Department of Radiology Northwestern Medicine Overview Rationale for new imaging

More information

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES P.V.Rohini 1, Dr.M.Pushparani 2 1 M.Phil Scholar, Department of Computer Science, Mother Teresa women s university, (India) 2 Professor

More information

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation L Uma Maheshwari Department of ECE, Stanley College of Engineering and Technology for Women, Hyderabad - 500001, India. Udayini

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

Brain Tumour Detection of MR Image Using Naïve Beyer classifier and Support Vector Machine

Brain Tumour Detection of MR Image Using Naïve Beyer classifier and Support Vector Machine International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Brain Tumour Detection of MR Image Using Naïve

More information

Standard Breast Imaging Modalities. Lilian Wang, M.D. Breast Imaging Section Department of Radiology Northwestern Medicine

Standard Breast Imaging Modalities. Lilian Wang, M.D. Breast Imaging Section Department of Radiology Northwestern Medicine Standard Breast Imaging Modalities Lilian Wang, M.D. Breast Imaging Section Department of Radiology Northwestern Medicine Overview Standard breast imaging modalities Mammography Ultrasound MRI Imaging

More information

Breast Cancer Screening

Breast Cancer Screening Scan for mobile link. Breast Cancer Screening What is breast cancer screening? Screening examinations are tests performed to find disease before symptoms begin. The goal of screening is to detect disease

More information

NMF-Density: NMF-Based Breast Density Classifier

NMF-Density: NMF-Based Breast Density Classifier NMF-Density: NMF-Based Breast Density Classifier Lahouari Ghouti and Abdullah H. Owaidh King Fahd University of Petroleum and Minerals - Department of Information and Computer Science. KFUPM Box 1128.

More information

Image processing mammography applications

Image processing mammography applications Image processing mammography applications Isabelle Bloch Isabelle.Bloch@telecom-paristech.fr http://perso.telecom-paristech.fr/bloch LTCI, Télécom ParisTech Mammography p.1/27 Image processing for mammography

More information

A Novel Method For Automatic Screening Of Nonmass Lesions In Breast DCE-MRI

A Novel Method For Automatic Screening Of Nonmass Lesions In Breast DCE-MRI Volume 3 Issue 2 October 2015 ISSN: 2347-1697 International Journal of Informative & Futuristic Research A Novel Method For Automatic Screening Of Paper ID IJIFR/ V3/ E2/ 046 Page No. 565-572 Subject Area

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

LUNG CANCER continues to rank as the leading cause

LUNG CANCER continues to rank as the leading cause 1138 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 24, NO. 9, SEPTEMBER 2005 Computer-Aided Diagnostic Scheme for Distinction Between Benign and Malignant Nodules in Thoracic Low-Dose CT by Use of Massive

More information

Armed Forces Institute of Pathology.

Armed Forces Institute of Pathology. Armed Forces Institute of Pathology www.radpath.com Armed Forces Institute of Pathology Breast Disease www.radpath.org Armed Forces Institute of Pathology Interpretation of Breast MRI Leonard M. Glassman

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Literature Survey Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is

More information

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION

CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 9 CHAPTER 2 MAMMOGRAMS AND COMPUTER AIDED DETECTION 2.1 INTRODUCTION This chapter provides an introduction to mammogram and a description of the computer aided detection methods of mammography. This discussion

More information

Imaging and radiotherapy physics topics for project and master thesis

Imaging and radiotherapy physics topics for project and master thesis Imaging and radiotherapy physics topics for project and master thesis Supervisors: Assoc. Professor Kathrine Røe Redalen and PhD candidates Franziska Knuth and Kajsa Fridström. Contact: kathrine.redalen@ntnu.no,

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

More information

Early Detection of Lung Cancer

Early Detection of Lung Cancer Early Detection of Lung Cancer Aswathy N Iyer Dept Of Electronics And Communication Engineering Lymie Jose Dept Of Electronics And Communication Engineering Anumol Thomas Dept Of Electronics And Communication

More information

Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation

Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation Comparative Study of K-means, Gaussian Mixture Model, Fuzzy C-means algorithms for Brain Tumor Segmentation U. Baid 1, S. Talbar 2 and S. Talbar 1 1 Department of E&TC Engineering, Shri Guru Gobind Singhji

More information

Financial Disclosures

Financial Disclosures Financial Disclosures 3D Mammography: The Latest Developments in the Breast Imaging Arena I have no financial disclosures Dr. Katharine Lampen-Sachar Breast and Body Radiologist Radiology Associates of

More information

Computer aided detection of clusters of microcalcifications on full field digital mammograms

Computer aided detection of clusters of microcalcifications on full field digital mammograms Computer aided detection of clusters of microcalcifications on full field digital mammograms Jun Ge, a Berkman Sahiner, Lubomir M. Hadjiiski, Heang-Ping Chan, Jun Wei, Mark A. Helvie, and Chuan Zhou Department

More information

Breast Cancer Diagnosis, Treatment and Follow-up

Breast Cancer Diagnosis, Treatment and Follow-up Breast Cancer Diagnosis, Treatment and Follow-up What is breast cancer? Each of the body s organs, including the breast, is made up of many types of cells. Normally, healthy cells grow and divide to produce

More information

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India.

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India. Volume 116 No. 21 2017, 203-208 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF

More information

Breast Tomosynthesis. What is breast tomosynthesis?

Breast Tomosynthesis. What is breast tomosynthesis? Scan for mobile link. Breast Tomosynthesis Breast tomosynthesis is an advanced form of mammography, a specific type of breast imaging that uses low-dose x-rays to detect cancer early when it is most treatable.

More information

Classification of benign and malignant masses in breast mammograms

Classification of benign and malignant masses in breast mammograms Classification of benign and malignant masses in breast mammograms A. Šerifović-Trbalić*, A. Trbalić**, D. Demirović*, N. Prljača* and P.C. Cattin*** * Faculty of Electrical Engineering, University of

More information

BI-RADS and Breast MRI. Kathy Borovicka, M.D. Thursday February 15, 2018

BI-RADS and Breast MRI. Kathy Borovicka, M.D. Thursday February 15, 2018 BI-RADS and Breast MRI Kathy Borovicka, M.D. Thursday February 15, 2018 Learning Objectives Be familiar with the Breast Imaging Reporting and Data System (BI-RADS) Understand the components of a breast

More information

Threshold Based Segmentation Technique for Mass Detection in Mammography

Threshold Based Segmentation Technique for Mass Detection in Mammography Threshold Based Segmentation Technique for Mass Detection in Mammography Aziz Makandar *, Bhagirathi Halalli Department of Computer Science, Karnataka State Women s University, Vijayapura, Karnataka, India.

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

ANALYSIS OF MALIGNANT NEOPLASTIC USING IMAGE PROCESSING TECHNIQUES

ANALYSIS OF MALIGNANT NEOPLASTIC USING IMAGE PROCESSING TECHNIQUES ANALYSIS OF MALIGNANT NEOPLASTIC USING IMAGE PROCESSING TECHNIQUES N.R.Raajan, R.Vijayalakshmi, S.Sangeetha School of Electrical & Electronics Engineering, SASTRA University Thanjavur, India nrraajan@ece.sastra.edu,

More information

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier. Biomedical Research 2016; Special Issue: S310-S313 ISSN 0970-938X www.biomedres.info Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

More information

Predicting Breast Cancer Survival Using Treatment and Patient Factors

Predicting Breast Cancer Survival Using Treatment and Patient Factors Predicting Breast Cancer Survival Using Treatment and Patient Factors William Chen wchen808@stanford.edu Henry Wang hwang9@stanford.edu 1. Introduction Breast cancer is the leading type of cancer in women

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

AN ALGORITHM FOR EARLY BREAST CANCER DETECTION IN MAMMOGRAMS

AN ALGORITHM FOR EARLY BREAST CANCER DETECTION IN MAMMOGRAMS AN ALGORITHM FOR EARLY BREAST CANCER DETECTION IN MAMMOGRAMS Isaac N. Bankman', William A. Christens-Barryl, Irving N. Weinberg2, Dong W. Kim3, Ralph D. Semmell, and William R. Brody2 The Johns Hopkins

More information

Using lesion washout volume fraction as a biomarker to improve suspicious breast lesion characterization

Using lesion washout volume fraction as a biomarker to improve suspicious breast lesion characterization JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 16, NUMBER 5, 2015 Using lesion washout volume fraction as a biomarker to improve suspicious breast lesion characterization Jie Huang, a Sarah M. Schafer,

More information

Mammography. What is Mammography? What are some common uses of the procedure?

Mammography. What is Mammography? What are some common uses of the procedure? Mammography What is Mammography? Mammography is a specific type of imaging that uses a low-dose x-ray system to examine breasts. A mammography exam, called a mammogram, is used to aid in the early detection

More information

Updates in Mammography. Dr. Yang Faridah A. Aziz Department of Biomedical Imaging University Malaya Medical Centre

Updates in Mammography. Dr. Yang Faridah A. Aziz Department of Biomedical Imaging University Malaya Medical Centre Updates in Mammography Dr. Yang Faridah A. Aziz Department of Biomedical Imaging University Malaya Medical Centre Updates in Mammography Breast Imaging Dr. Yang Faridah A. Aziz Department of Biomedical

More information

Background Information

Background Information Background Information Erlangen, November 26, 2017 RSNA 2017 in Chicago: South Building, Hall A, Booth 1937 Artificial intelligence: Transforming data into knowledge for better care Inspired by neural

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

AB MR Interpretation Overview

AB MR Interpretation Overview AB MR Interpretation Overview Goal of AB MR interpretation is to maintain high sensitivity and specificity In order to minimize false positives and short term follow ups, it is fundamental to focus only

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Contrast-Enhanced Digital Mammography

Contrast-Enhanced Digital Mammography 2015 ARRS Breast Symposium Contrast-Enhanced Digital Mammography John Lewin, M.D. Diversified Radiology of Colorado CEDM - Outline History Technique Literature Review / Cases Clinical Status Inexpensive,

More information

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2016, 8(1):537-541 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Automated grading of diabetic retinopathy stages

More information

A Reliable Method for Brain Tumor Detection Using Cnn Technique

A Reliable Method for Brain Tumor Detection Using Cnn Technique IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 64-68 www.iosrjournals.org A Reliable Method for Brain Tumor Detection Using Cnn Technique Neethu

More information

Evolution of diagnostic ultrasound systems Current achievements in breast ultrasound

Evolution of diagnostic ultrasound systems Current achievements in breast ultrasound Evolution of diagnostic ultrasound systems Current achievements in breast ultrasound Dr. Ayumi Izumori, M. D. Department of Breast Surgery, Takamatsu Heiwa Hospital Tokushima Breast Care Clinic, Japan

More information

Leonard M. Glassman MD

Leonard M. Glassman MD BI-RADS The New BI-RADS Leonard M. Glassman MD FACR Former Chief of Breast Imaging American Institute for Radiologic Pathology Washington Radiology Associates, PC Breast Imaging Reporting and Data System

More information

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 11 May 2015 ISSN (online): 2349-784X Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Mammography. What is Mammography?

Mammography. What is Mammography? Scan for mobile link. Mammography Mammography is a specific type of breast imaging that uses low-dose x-rays to detect cancer early before women experience symptoms when it is most treatable. Tell your

More information

A novel and automatic pectoral muscle identification algorithm for mediolateral oblique (MLO) view mammograms using ImageJ

A novel and automatic pectoral muscle identification algorithm for mediolateral oblique (MLO) view mammograms using ImageJ A novel and automatic pectoral muscle identification algorithm for mediolateral oblique (MLO) view mammograms using ImageJ Chao Wang Wolfson Institute of Preventive Medicine Queen Mary University of London

More information

Pitfalls and Limitations of Breast MRI. Susan Orel Roth, MD Professor of Radiology University of Pennsylvania

Pitfalls and Limitations of Breast MRI. Susan Orel Roth, MD Professor of Radiology University of Pennsylvania Pitfalls and Limitations of Breast MRI Susan Orel Roth, MD Professor of Radiology University of Pennsylvania Objectives Review the etiologies of false negative breast MRI examinations Discuss the limitations

More information

Look differently. Invenia ABUS. Automated Breast Ultrasound

Look differently. Invenia ABUS. Automated Breast Ultrasound Look differently. Invenia ABUS Automated Breast Ultrasound InveniaTM ABUS from GE Healthcare offers a view beyond mammography, with breast screening technology that looks differently. 40 % The unseen risk.

More information

Contrast-enhanced Breast MRI RSSA 2013

Contrast-enhanced Breast MRI RSSA 2013 Contrast-enhanced Breast MRI RSSA 2013 Prof. dr. Maurice van den Bosch University Medical Center Utrecht, the Netherlands Index 1) Breast cancer 2) Why MRI of the breast 3) Technique 4) Interpretation

More information

Breast Cancer. American Cancer Society

Breast Cancer. American Cancer Society Breast Cancer American Cancer Society Reviewed February 2017 What we ll be talking about How common is breast cancer? What is breast cancer? What causes it? What are the risk factors? Can breast cancer

More information

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System T.Manikandan 1, Dr. N. Bharathi 2 1 Associate Professor, Rajalakshmi Engineering College, Chennai-602 105 2 Professor, Velammal Engineering

More information

Triple-negative breast cancer: which typical features can we identify on conventional and MRI imaging?

Triple-negative breast cancer: which typical features can we identify on conventional and MRI imaging? Triple-negative breast cancer: which typical features can we identify on conventional and MRI imaging? Poster No.: C-1862 Congress: ECR 2013 Type: Educational Exhibit Authors: V. Bertani 1, A. Gualano

More information

Non-mass Enhancement on Breast MRI. Aditi A. Desai, MD Margaret Ann Mays, MD

Non-mass Enhancement on Breast MRI. Aditi A. Desai, MD Margaret Ann Mays, MD Non-mass Enhancement on Breast MRI Aditi A. Desai, MD Margaret Ann Mays, MD Breast MRI Important screening and diagnostic tool, given its high sensitivity for breast cancer detection Breast MRI - Indications

More information

MRI BI-RADS: How to make it out?

MRI BI-RADS: How to make it out? MRI BI-RADS: How to make it out? Poster No.: C-1850 Congress: ECR 2016 Type: Educational Exhibit Authors: M. Ben Ammar, A. Ben Miled, O. Ghdes, S. Harguem, A. Gaja, N. Mnif; Tunis/TN Keywords: Breast,

More information

Automated Detection Of Glaucoma & D.R From Eye Fundus Images

Automated Detection Of Glaucoma & D.R From Eye Fundus Images Reviewed Paper Volume 2 Issue 12 August 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Automated Detection Of Glaucoma & D.R Paper ID IJIFR/ V2/ E12/ 016 Page

More information

BREAST CANCER EARLY DETECTION USING X RAY IMAGES

BREAST CANCER EARLY DETECTION USING X RAY IMAGES Volume 119 No. 15 2018, 399-405 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ BREAST CANCER EARLY DETECTION USING X RAY IMAGES Kalaichelvi.K 1,Aarthi.R

More information

Amammography report is a key component of the breast

Amammography report is a key component of the breast Review Article Writing a Mammography Report Amammography report is a key component of the breast cancer diagnostic process. Although mammographic findings were not clearly differentiated between benign

More information

Detailed Program of the second BREAST IMAGING AND INTERVENTIONS PROGRAM am am : Clinician s requirements from breast imaging

Detailed Program of the second BREAST IMAGING AND INTERVENTIONS PROGRAM am am : Clinician s requirements from breast imaging Detailed Program of the second BREAST IMAGING AND INTERVENTIONS PROGRAM 2012 Day one, 2 nd November BREAST IMAGING AND INTERVENTIONS PROGRAM 2012 9.00 AM 9.10 am Introduction 9.10 am - 9.30 am : Clinician

More information

Detection and Classification of Lung Cancer Using Artificial Neural Network

Detection and Classification of Lung Cancer Using Artificial Neural Network Detection and Classification of Lung Cancer Using Artificial Neural Network Almas Pathan 1, Bairu.K.saptalkar 2 1,2 Department of Electronics and Communication Engineering, SDMCET, Dharwad, India 1 almaseng@yahoo.co.in,

More information

Mammographic imaging of nonpalpable breast lesions. Malai Muttarak, MD Department of Radiology Chiang Mai University Chiang Mai, Thailand

Mammographic imaging of nonpalpable breast lesions. Malai Muttarak, MD Department of Radiology Chiang Mai University Chiang Mai, Thailand Mammographic imaging of nonpalpable breast lesions Malai Muttarak, MD Department of Radiology Chiang Mai University Chiang Mai, Thailand Introduction Contents Mammographic signs of nonpalpable breast cancer

More information

Deep Learning Analytics for Predicting Prognosis of Acute Myeloid Leukemia with Cytogenetics, Age, and Mutations

Deep Learning Analytics for Predicting Prognosis of Acute Myeloid Leukemia with Cytogenetics, Age, and Mutations Deep Learning Analytics for Predicting Prognosis of Acute Myeloid Leukemia with Cytogenetics, Age, and Mutations Andy Nguyen, M.D., M.S. Medical Director, Hematopathology, Hematology and Coagulation Laboratory,

More information

I. INTRODUCTION. (C)Global Journal Of Engineering Science And Researches. fig1: Anatomy of the breast

I. INTRODUCTION. (C)Global Journal Of Engineering Science And Researches. fig1: Anatomy of the breast GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES BREAST CANCER DETECTION USING BREAST MRI: A REVIEW Nimisha.K *1 & Deepu N Bhadran 2 *1 M Tech Scholar, Department of ECE, College Of Engineering Thalassery,

More information

LUNG NODULE DETECTION SYSTEM

LUNG NODULE DETECTION SYSTEM LUNG NODULE DETECTION SYSTEM Kalim Bhandare and Rupali Nikhare Department of Computer Engineering Pillai Institute of Technology, New Panvel, Navi Mumbai, India ABSTRACT: The Existing approach consist

More information

Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier

Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier Mammographic Cancer Detection and Classification Using Bi Clustering and Supervised Classifier R.Pavitha 1, Ms T.Joyce Selva Hephzibah M.Tech. 2 PG Scholar, Department of ECE, Indus College of Engineering,

More information

Imaging in breast cancer. Mammography and Ultrasound Donya Farrokh.MD Radiologist Mashhad University of Medical Since

Imaging in breast cancer. Mammography and Ultrasound Donya Farrokh.MD Radiologist Mashhad University of Medical Since Imaging in breast cancer Mammography and Ultrasound Donya Farrokh.MD Radiologist Mashhad University of Medical Since A mammogram report is a key component of the breast cancer diagnostic process. A mammogram

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017 RESEARCH ARTICLE Classification of Cancer Dataset in Data Mining Algorithms Using R Tool P.Dhivyapriya [1], Dr.S.Sivakumar [2] Research Scholar [1], Assistant professor [2] Department of Computer Science

More information

LUNG NODULE SEGMENTATION IN COMPUTED TOMOGRAPHY IMAGE. Hemahashiny, Ketheesan Department of Physical Science, Vavuniya Campus

LUNG NODULE SEGMENTATION IN COMPUTED TOMOGRAPHY IMAGE. Hemahashiny, Ketheesan Department of Physical Science, Vavuniya Campus LUNG NODULE SEGMENTATION IN COMPUTED TOMOGRAPHY IMAGE Hemahashiny, Ketheesan Department of Physical Science, Vavuniya Campus tketheesan@vau.jfn.ac.lk ABSTRACT: The key process to detect the Lung cancer

More information

Ge elastography cpt codes

Ge elastography cpt codes Ge elastography cpt codes Aetna considers digital mammography a medically necessary acceptable alternative to film mammography. Currently, there are no guideline recommendations from leading medical professional

More information

Melissa Hartman, DO Women s Health Orlando VA Medical Center

Melissa Hartman, DO Women s Health Orlando VA Medical Center Melissa Hartman, DO Women s Health Orlando VA Medical Center Most common non-skin cancer and Second deadliest cancer in women Majority are diagnosed by abnormal screening study An approach to breast cancer

More information

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Andreadis I., Nikita K. Department of Electrical and Computer Engineering National Technical University of

More information

AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER

AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER 1 SONU SUHAG, 2 LALIT MOHAN SAINI 1,2 School of Biomedical Engineering, National Institute of Technology, Kurukshetra, Haryana -

More information

Mammography limitations. Clinical performance of digital breast tomosynthesis compared to digital mammography: blinded multi-reader study

Mammography limitations. Clinical performance of digital breast tomosynthesis compared to digital mammography: blinded multi-reader study Clinical performance of digital breast tomosynthesis compared to digital mammography: blinded multi-reader study G. Gennaro (1), A. Toledano (2), E. Baldan (1), E. Bezzon (1), C. di Maggio (1), M. La Grassa

More information

COMPUTERIZED SYSTEM DESIGN FOR THE DETECTION AND DIAGNOSIS OF LUNG NODULES IN CT IMAGES 1

COMPUTERIZED SYSTEM DESIGN FOR THE DETECTION AND DIAGNOSIS OF LUNG NODULES IN CT IMAGES 1 ISSN 258-8739 3 st August 28, Volume 3, Issue 2, JSEIS, CAOMEI Copyright 26-28 COMPUTERIZED SYSTEM DESIGN FOR THE DETECTION AND DIAGNOSIS OF LUNG NODULES IN CT IMAGES ALI ABDRHMAN UKASHA, 2 EMHMED SAAID

More information

The second chapter (Chapter 7) in the second section is on automated segmentation of the lungs on CT images, provided by Drs. Sensakovic and Armato.

The second chapter (Chapter 7) in the second section is on automated segmentation of the lungs on CT images, provided by Drs. Sensakovic and Armato. xviii Preface Medical imaging is an indispensable tool of patients healthcare in modern medicine. Machine leaning plays an essential role in the medical imaging field, including Computer-Aided Diagnosis

More information

POC Brain Tumor Segmentation. vlife Use Case

POC Brain Tumor Segmentation. vlife Use Case Brain Tumor Segmentation vlife Use Case 1 Automatic Brain Tumor Segmentation using CNN Background Brain tumor segmentation seeks to separate healthy tissue from tumorous regions such as the advancing tumor,

More information

Compressive Re-Sampling for Speckle Reduction in Medical Ultrasound

Compressive Re-Sampling for Speckle Reduction in Medical Ultrasound Compressive Re-Sampling for Speckle Reduction in Medical Ultrasound Professor Richard Mammone Rutgers University Email Phone Number Christine Podilchuk, Lev Barinov, Ajit Jairaj and William Hulbert ClearView

More information

Algorithms in Nature. Pruning in neural networks

Algorithms in Nature. Pruning in neural networks Algorithms in Nature Pruning in neural networks Neural network development 1. Efficient signal propagation [e.g. information processing & integration] 2. Robust to noise and failures [e.g. cell or synapse

More information

Presented by: Lillian Erdahl, MD

Presented by: Lillian Erdahl, MD Presented by: Lillian Erdahl, MD Learning Objectives What is Breast Cancer Types of Breast Cancer Risk Factors Warning Signs Diagnosis Treatment Options Prognosis What is Breast Cancer? A disease that

More information

Contrast-Enhanced Breast Tomosynthesis: Combining the Best of Both Worlds for Better Breast-Cancer Diagnosis

Contrast-Enhanced Breast Tomosynthesis: Combining the Best of Both Worlds for Better Breast-Cancer Diagnosis Contrast-Enhanced Breast Tomosynthesis: Combining the Best of Both Worlds for Better Breast-Cancer Diagnosis T Wu (twu2@partners.org), E Rafferty, R Moore, D Kopans, Massachusetts General Hospital, Boston,

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Improved Accuracy of Breast Cancer Detection in Digital Mammograms using Wavelet Analysis and Artificial

More information

The Radiology Aspects

The Radiology Aspects REQUIREMENTS FOR INTERNATIONAL ACCREDITATION OF BREAST CENTERS/UNITS The Radiology Aspects Miri Sklair-Levy, Israel RADIOLOGY GUIDELINES FOR QUALITY ASSURANCE IN BREAST CANCER SCREENING AND DIAGNOSIS Radiologists

More information

Estimation of Breast Density and Feature Extraction of Mammographic Images

Estimation of Breast Density and Feature Extraction of Mammographic Images IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Estimation of Breast Density and Feature Extraction of Mammographic Images

More information

Evaluation of BI-RADS 3 lesions in women with a high risk of hereditary breast cancer.

Evaluation of BI-RADS 3 lesions in women with a high risk of hereditary breast cancer. Evaluation of BI-RADS 3 lesions in women with a high risk of hereditary breast cancer. Poster No.: C-0346 Congress: ECR 2014 Type: Scientific Exhibit Authors: A. Thomas 1, R. Dominguez Oronoz 1, S. Roche

More information

Breast Cancer. What is breast cancer?

Breast Cancer. What is breast cancer? Scan for mobile link. Breast Cancer Breast cancer is a malignant tumor in or around breast tissue. It usually begins as a lump or calcium deposit that develops from abnormal cell growth. Most breast lumps

More information

Automatic Segmentation and Identification of Abnormal Breast Region in Mammogram Images Based on Statistical Features

Automatic Segmentation and Identification of Abnormal Breast Region in Mammogram Images Based on Statistical Features Automatic Segmentation and Identification of Abnormal Breast Region in Mammogram Images Based on Statistical Features Faleh H. Mahmood* 1, Alaa Ali Hussein 2 1 Remote Sensing Unit, College of Science,

More information

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 02, February 2019, pp. 96-105, Article ID: IJCIET_10_02_012 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=10&itype=02

More information

Breast Imaging & You

Breast Imaging & You Breast Imaging & You What s Inside: Breast Imaging... 2 Digital Breast Tomosynthesis (DBT) mammograms... 4 Breast cancer screening... 6 Dense breast tissue... 8 Automated Breast Ultrasound (ABUS)... 9

More information

Conclusions and future directions

Conclusions and future directions Chapter 9 Conclusions and future directions This chapter summarises the findings within this thesis, examines its main contributions, and provides suggestions for further directions. 9.1 Thesis summary

More information

Breast Health and Imaging Glossary

Breast Health and Imaging Glossary Contact: Lorna Vaughan HerSpace Breast Imaging & Biopsy Associates 300 State Route 35 South W. Long Branch, NJ 07764 732-571-9100, ext. 104 lorna@breast-imaging.com Breast Health and Imaging Glossary Women

More information

CHAPTER - 2 LITERATURE REVIEW

CHAPTER - 2 LITERATURE REVIEW CHAPTER - 2 LITERATURE REVIEW Currently, there is an increasing interest for establishing automatic systems that screens a huge number of people for vision threatening diseases like diabetic retinopathy

More information

Automated Preliminary Brain Tumor Segmentation Using MRI Images

Automated Preliminary Brain Tumor Segmentation Using MRI Images www.ijcsi.org 102 Automated Preliminary Brain Tumor Segmentation Using MRI Images Shamla Mantri 1, Aditi Jahagirdar 2, Kuldeep Ghate 3, Aniket Jiddigouder 4, Neha Senjit 5 and Saurabh Sathaye 6 1 Computer

More information

Full ultrasound breast volumes. Faster scans. Streamlined workflow. ACUSON S2000 Automated Breast Volume Scanner. Answers for life.

Full ultrasound breast volumes. Faster scans. Streamlined workflow. ACUSON S2000 Automated Breast Volume Scanner. Answers for life. Full ultrasound breast volumes. Faster scans. Streamlined workflow. ACUSON S2000 Automated Breast Volume Scanner Answers for life. 1 ACQUIRE An automated whole breast solution. Reduced acquisition time.

More information

Automated Approach for Qualitative Assessment of Breast Density and Lesion Feature Extraction for Early Detection of Breast Cancer

Automated Approach for Qualitative Assessment of Breast Density and Lesion Feature Extraction for Early Detection of Breast Cancer Automated Approach for Qualitative Assessment of Breast Density and Lesion Feature Extraction for Early Detection of Breast Cancer 1 Spandana Paramkusham, 2 K. M. M. Rao, 3 B. V. V. S. N. Prabhakar Rao

More information

EARLY DETECTION: MAMMOGRAPHY AND SONOGRAPHY

EARLY DETECTION: MAMMOGRAPHY AND SONOGRAPHY EARLY DETECTION: MAMMOGRAPHY AND SONOGRAPHY Elizabeth A. Rafferty, M.D. Avon Comprehensive Breast Center Massachusetts General Hospital Harvard Medical School Breast Cancer Screening Early detection of

More information

Breast Imaging Lexicon

Breast Imaging Lexicon 9//201 200 BI RADS th Edition 201 BI RADS th Edition Breast Imaging Lexicon Mammographic Pathology and Assessment Categories Deborah Thames, R.T.(R)(M)(QM) The Advanced Health Education Center Nonmember:

More information