8,142 research outputs found

    Diagnostic Accuracy of CEUS LI-RADS for the Characterization of Liver Nodules 20 mm or Smaller in Patients at Risk for Hepatocellular Carcinoma.

    Get PDF
    Background: American College of Radiology contrast agent–enhanced US Liver Imaging Reporting and Data System (CEUS LI-RADS) was developed to improve the accuracy of hepatocellular carcinoma (HCC) diagnosis at contrast agent2enhanced US. However, to the knowledge of the authors, the diagnostic accuracy of the system in characterization of liver nodules 20 mm or smaller has not been fully evaluated. Purpose: To evaluate the diagnostic accuracy of CEUS LI-RADS in diagnosing HCC in liver nodules 20 mm or smaller in patients at risk for HCC. Materials and Methods: Between January 2015 and February 2018, consecutive patients at risk for HCC presenting with untreated liver nodules 20 mm or less were enrolled in this retrospective double-reader study. Each nodule was categorized according to the CEUS LI-RADS and World Federation for Ultrasound in Medicine and Biology (WFUMB)–European Federation of Societies for Ultrasound in Medicine and Biology (EFSUMB) criteria. Diagnostic performance of CEUS LI-RADS and WFUMB-EFSUMB characterization was evaluated by using tissue histologic analysis, multiphase contrast-enhanced CT and MRI, and imaging follow-up as reference standard and compared by using McNemar test. Results: The study included 175 nodules (mean diameter, 16.1 mm 6 3.4) in 172 patients (mean age, 51.8 years 6 10.6; 136 men). The sensitivity of CEUS LR-5 versus WFUMB-EFSUMB criteria in diagnosing HCC was 73.3% (95% confidence inter-val [CI]: 63.8%, 81.5%) versus 88.6% (95% CI: 80.9%, 94%), respectively (P, .001). The specificity of CEUS LR-5 versus WFUMB-EFSUMB criteria was 97.1% (95% CI: 90.1%, 99.7%) versus 87.1% (95% CI: 77%, 94%), respectively (P = .02). No malignant lesions were found in CEUS LR-1 and LR-2 categories. Only two nodules (of 41; 5%, both HCC) were malignant in CEUS LR-3 category. The incidences of HCC in CEUS LR-4, LR-5, and LR-M were 48% (11 of 23), 98% (77 of 79), and 75% (15 of 20), respectively. Two of 175 (1.1%) histologic analysis2confirmed intrahepatic cholangiocarcinomas were categorized as CEUS LR-M by CEUS LI-RADS and misdiagnosed as HCC by WFUMB-EFSUMB criteria. Conclusion: The contrast-enhanced US Liver Imaging Reporting and Data System (CEUS LI-RADS) algorithm was an effective tool for characterization of small (≤20 mm) liver nodules in patients at risk for hepatocellular carcinoma (HCC). Compared with World Federation for Ultrasound in Medicine and Biology2European Federation of Societies for Ultrasound in Medicine and Biology criteria, CEUS LR-5 demonstrated higher specificity for diagnosing small HCCs with lower sensitivity

    Medical imaging analysis with artificial neural networks

    Get PDF
    Given that neural networks have been widely reported in the research community of medical imaging, we provide a focused literature survey on recent neural network developments in computer-aided diagnosis, medical image segmentation and edge detection towards visual content analysis, and medical image registration for its pre-processing and post-processing, with the aims of increasing awareness of how neural networks can be applied to these areas and to provide a foundation for further research and practical development. Representative techniques and algorithms are explained in detail to provide inspiring examples illustrating: (i) how a known neural network with fixed structure and training procedure could be applied to resolve a medical imaging problem; (ii) how medical images could be analysed, processed, and characterised by neural networks; and (iii) how neural networks could be expanded further to resolve problems relevant to medical imaging. In the concluding section, a highlight of comparisons among many neural network applications is included to provide a global view on computational intelligence with neural networks in medical imaging

    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

    Liver imaging reporting and data system: An expert consensus statement

    Get PDF
    The increasing incidence and high morbidity and mortality of hepatocellular carcinoma (HCC) have inspired the creation of the Liver Imaging Reporting and Data System (LI-RADS). LI-RADS aims to reduce variability in exam interpretation, improve communication, facilitate clinical therapeutic decisions, reduce omission of pertinent information, and facilitate the monitoring of outcomes. LI-RADS is a dynamic process, which is updated frequently. In this article, we describe the LI-RADS 2014 version (v2014), which marks the second update since the initial version in 2011

    A Deep Learning Study on Osteosarcoma Detection from Histological Images

    Full text link
    In the U.S, 5-10\% of new pediatric cases of cancer are primary bone tumors. The most common type of primary malignant bone tumor is osteosarcoma. The intention of the present work is to improve the detection and diagnosis of osteosarcoma using computer-aided detection (CAD) and diagnosis (CADx). Such tools as convolutional neural networks (CNNs) can significantly decrease the surgeon's workload and make a better prognosis of patient conditions. CNNs need to be trained on a large amount of data in order to achieve a more trustworthy performance. In this study, transfer learning techniques, pre-trained CNNs, are adapted to a public dataset on osteosarcoma histological images to detect necrotic images from non-necrotic and healthy tissues. First, the dataset was preprocessed, and different classifications are applied. Then, Transfer learning models including VGG19 and Inception V3 are used and trained on Whole Slide Images (WSI) with no patches, to improve the accuracy of the outputs. Finally, the models are applied to different classification problems, including binary and multi-class classifiers. Experimental results show that the accuracy of the VGG19 has the highest, 96\%, performance amongst all binary classes and multiclass classification. Our fine-tuned model demonstrates state-of-the-art performance on detecting malignancy of Osteosarcoma based on histologic images

    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
    • …
    corecore