7,595 research outputs found

    Breast Cancer Detection using Residual Convolutional Neural Network and Weighted Loss

    Get PDF
    This research presents a breast cancer detection system using deep learning method. Breast cancer detection in a large slide of biopsy image is a hard task because it needs manual observation by a pathologist to find the malignant region. The deep learning model used in this research is made up of multiple layers of the residual convolutional neural network, and instead of using another type of classifier, a multilayer neural network was used as the classifier and stacked together and trained using end-to-end training approach. The system is trained using invasive ductal carcinoma dataset from the Hospital of the University of Pennsylvania and The Cancer Institute of New Jersey. From this dataset, 80% and 20% were randomly sampled and used as training and testing data respectively. Training a neural network on an imbalanced dataset is quite challenging. Weighted loss function was used as the objective function to tackle this problem. We achieve 78.26% and 78.03% for Recall and F1-Score metrics, respectively which are an improvement compared to the previous approach.This research presents a breast cancer detection system using deep learning method. Breast cancer detection in a large slide of biopsy image is a hard task because it needs manual observation by a pathologist to find the malignant region. The deep learning model used in this research is made up of multiple layers of the residual convolutional neural network, and instead of using another type of classifier, a multilayer neural network was used as the classifier and stacked together and trained using end-to-end training approach. The system is trained using invasive ductal carcinoma dataset from the Hospital of the University of Pennsylvania and The Cancer Institute of New Jersey. From this dataset, 80% and 20% were randomly sampled and used as training and testing data respectively. Training a neural network on an imbalanced dataset is quite challenging. Weighted loss function was used as the objective function to tackle this problem. We achieve 78.26% and 78.03% for Recall and F1-Score metrics, respectively which are an improvement compared to the previous approach

    Prostate cancer detection using deep learning

    Get PDF
    Cancer detection is one of the principal topics of research in medical science. May it be breast, lung, brain or prostate cancer, advances are being made to improve detection precision and time. Research is being carried out on broad range of procedures at different stages of cancer to understand it better. Prostate cancer, in particular, has seen some novel approaches of detection using both magnetic resonance imaging (MRI) and histopathology data. The approaches include detection using deep neural networks, deep convolutional neural networks in particular because of their human level precision in image recognition task. In this thesis, we analysed a dataset containing multiparametric magnetic resonance imaging (mpMRI) prostate scans. The objective of the research was Gleason grade group classification, through mpMRI scans, which has not been attempted before on a small dataset. We first trained several conventional machine learning algorithms on handcrafted features from the dataset to predict the Gleason grade group of the cases. After that the dataset was augmented using two different augmentation techniques for further experimentation with deep convolutional neural networks. Convolutional neural network of varying depth were used to understand the effects of network depth on classification accuracy. Furthermore, we made an attempt to shed light on the pitfalls of using small dataset for solving problems of such nature

    Prostate cancer detection using deep learning

    Get PDF
    Cancer detection is one of the principal topics of research in medical science. May it be breast, lung, brain or prostate cancer, advances are being made to improve detection precision and time. Research is being carried out on broad range of procedures at different stages of cancer to understand it better. Prostate cancer, in particular, has seen some novel approaches of detection using both magnetic resonance imaging (MRI) and histopathology data. The approaches include detection using deep neural networks, deep convolutional neural networks in particular because of their human level precision in image recognition task. In this thesis, we analysed a dataset containing multiparametric magnetic resonance imaging (mpMRI) prostate scans. The objective of the research was Gleason grade group classification, through mpMRI scans, which has not been attempted before on a small dataset. We first trained several conventional machine learning algorithms on handcrafted features from the dataset to predict the Gleason grade group of the cases. After that the dataset was augmented using two different augmentation techniques for further experimentation with deep convolutional neural networks. Convolutional neural network of varying depth were used to understand the effects of network depth on classification accuracy. Furthermore, we made an attempt to shed light on the pitfalls of using small dataset for solving problems of such nature

    Cancer diagnosis using deep learning: A bibliographic review

    Get PDF
    In this paper, we first describe the basics of the field of cancer diagnosis, which includes steps of cancer diagnosis followed by the typical classification methods used by doctors, providing a historical idea of cancer classification techniques to the readers. These methods include Asymmetry, Border, Color and Diameter (ABCD) method, seven-point detection method, Menzies method, and pattern analysis. They are used regularly by doctors for cancer diagnosis, although they are not considered very efficient for obtaining better performance. Moreover, considering all types of audience, the basic evaluation criteria are also discussed. The criteria include the receiver operating characteristic curve (ROC curve), Area under the ROC curve (AUC), F1 score, accuracy, specificity, sensitivity, precision, dice-coefficient, average accuracy, and Jaccard index. Previously used methods are considered inefficient, asking for better and smarter methods for cancer diagnosis. Artificial intelligence and cancer diagnosis are gaining attention as a way to define better diagnostic tools. In particular, deep neural networks can be successfully used for intelligent image analysis. The basic framework of how this machine learning works on medical imaging is provided in this study, i.e., pre-processing, image segmentation and post-processing. The second part of this manuscript describes the different deep learning techniques, such as convolutional neural networks (CNNs), generative adversarial models (GANs), deep autoencoders (DANs), restricted Boltzmann’s machine (RBM), stacked autoencoders (SAE), convolutional autoencoders (CAE), recurrent neural networks (RNNs), long short-term memory (LTSM), multi-scale convolutional neural network (M-CNN), multi-instance learning convolutional neural network (MIL-CNN). For each technique, we provide Python codes, to allow interested readers to experiment with the cited algorithms on their own diagnostic problems. The third part of this manuscript compiles the successfully applied deep learning models for different types of cancers. Considering the length of the manuscript, we restrict ourselves to the discussion of breast cancer, lung cancer, brain cancer, and skin cancer. The purpose of this bibliographic review is to provide researchers opting to work in implementing deep learning and artificial neural networks for cancer diagnosis a knowledge from scratch of the state-of-the-art achievements

    A Survey on Deep Learning in Medical Image Analysis

    Full text link
    Deep learning algorithms, in particular convolutional networks, have rapidly become a methodology of choice for analyzing medical images. This paper reviews the major deep learning concepts pertinent to medical image analysis and summarizes over 300 contributions to the field, most of which appeared in the last year. We survey the use of deep learning for image classification, object detection, segmentation, registration, and other tasks and provide concise overviews of studies per application area. Open challenges and directions for future research are discussed.Comment: Revised survey includes expanded discussion section and reworked introductory section on common deep architectures. Added missed papers from before Feb 1st 201

    Abnormality Detection in Mammography using Deep Convolutional Neural Networks

    Full text link
    Breast cancer is the most common cancer in women worldwide. The most common screening technology is mammography. To reduce the cost and workload of radiologists, we propose a computer aided detection approach for classifying and localizing calcifications and masses in mammogram images. To improve on conventional approaches, we apply deep convolutional neural networks (CNN) for automatic feature learning and classifier building. In computer-aided mammography, deep CNN classifiers cannot be trained directly on full mammogram images because of the loss of image details from resizing at input layers. Instead, our classifiers are trained on labelled image patches and then adapted to work on full mammogram images for localizing the abnormalities. State-of-the-art deep convolutional neural networks are compared on their performance of classifying the abnormalities. Experimental results indicate that VGGNet receives the best overall accuracy at 92.53\% in classifications. For localizing abnormalities, ResNet is selected for computing class activation maps because it is ready to be deployed without structural change or further training. Our approach demonstrates that deep convolutional neural network classifiers have remarkable localization capabilities despite no supervision on the location of abnormalities is provided.Comment: 6 page
    • …
    corecore