1.Pre-trained convolutional neural networks in the assessment of bone scans for metastasis
Vincent Peter C. Magboo ; Ma. Sheila A. Magboo
The Philippine Journal of Nuclear Medicine 2021;16(2):46-53
Background:
Numerous applications of artificial intelligence have been applied in radiological imaging ranging from
computer-aided diagnosis based on machine learning to deep learning using convolutional neural networks.
One of the nuclear medicine imaging tests being commonly performed today is bone scan. The use of deep
learning methods through convolutional neural networks in bone scintigrams has not been fully explored. Very
few studies have been published on its diagnostic capability of convolutional neural networks in assessing
osseous metastasis.
Objective:
The aim of our study is to assess the classification performance of the pre-trained convolutional neural
networks in the diagnosis of bone metastasis from whole body bone scintigrams of a local institutional dataset.
Methods:
Bone scintigrams from all types of cancer were retrospectively reviewed during the period 2019-2020 at the
University of Perpetual Help Medical Center in Las Pinas City, Metro Manila. The study was approved by the
Institutional Ethical Review Board and Technical Review Board of the medical center. Bone scan studies should
be mainly for metastasis screening. The pre-processing techniques consisting of image normalization, image
augmentation, data shuffling, and train-test split (testing at 30% and the rest (70%) was split 85% for training
and 15% for validation) were applied to image dataset. Three pre-trained architectures (ResNet50, VGG19,
DenseNet121) were applied to the processed dataset. Performance metrics such as accuracy, recall (sensitivity),
precision (positive predictive value), and F1-scores were obtained.
Results:
A total of 570 bone scan images with dimension 220 x 646 pixel sizes in .tif file format were included in this
study with 40% classified with bone metastasis while 60% were classified as without bone metastasis.
DenseNet121 yielded the highest performance metrics with an accuracy rate of 83%, 76% recall, 86% precision,
and 81% F1-score. ResNet50 and VGG19 had similar performance with each other across all metrics but
generally lower predictive capability as compared to DenseNet121.
Conclusion
A bone metastasis machine learning classification study using three pre-trained convolutional neural networks
was performed on a local medical center bone scan dataset via transfer learning. DenseNet121 generated the
highest performance metrics with 83% accuracy, 76% recall, 86% precision and 81% F1-score. Our simulation
experiments generated promising outcomes and potentially could lead to its deployment in the clinical practice
of nuclear medicine physicians. The use of deep learning techniques through convolutional neural networks has
the potential to improve diagnostic capability of nuclear medicine physicians using bone scans for the
assessment of metastasis.
Deep Learning
;
Machine Learning
2.Diagnostic performance of a computer-aided system for tuberculosis screening in two Philippine cities
Gabrielle P. Flores ; Reiner Lorenzo J. Tamayo ; Robert Neil F. Leong ; Christian Sergio M. Biglaen ; Kathleen Nicole T. Uy ; Renee Rose O. Maglente ; Marlex Jorome M. Nugui ; Jason V. Alacap
Acta Medica Philippina 2024;58(Early Access 2024):1-8
Background and Objectives:
The Philippines faces challenges in the screening of tuberculosis (TB), one of them being the shortage in the health workforce who are skilled and allowed to screen TB. Deep learning neural networks (DLNNs) have shown potential in the TB screening process utilizing chest radiographs (CXRs). However, local studies on AIbased TB screening are limited. This study evaluated qXR3.0 technology's diagnostic performance for TB screening in Filipino adults aged 15 and older. Specifically, we evaluated the specificity and sensitivity of qXR3.0 compared to radiologists' impressions and determined whether it meets the World Health Organization (WHO) standards.
Methods:
A prospective cohort design was used to perform a study on comparing screening and diagnostic accuracies of qXR3.0 and two radiologist gradings in accordance with the Standards for Reporting Diagnostic Accuracy (STARD). Subjects from two clinics in Metro Manila which had qXR 3.0 seeking consultation at the time of study were invited to participate to have CXRs and sputum collected. Radiologists' and qXR3.0 readings and impressions were compared with respect to the reference standard Xpert MTB/RiF assay. Diagnostic accuracy measures were calculated.
Results:
With 82 participants, qXR3.0 demonstrated 100% sensitivity and 72.7% specificity with respect to the
reference standard. There was a strong agreement between qXR3.0 and radiologists' readings as exhibited by
the 0.7895 (between qXR 3.0 and CXRs read by at least one radiologist), 0.9362 (qXR 3.0 and CXRs read by both
radiologists), and 0.9403 (qXR 3.0 and CXRs read as not suggestive of TB by at least one radiologist) concordance indices.
Conclusions
qXR3.0 demonstrated high sensitivity to identify presence of TB among patients, and meets the WHO standard of at least 70% specificity for detecting true TB infection. This shows an immense potential for the tool to supplement the shortage of radiologists for TB screening in the country. Future research directions may consider larger sample sizes to confirm these findings and explore the economic value of mainstream adoption of qXR 3.0 for TB screening.
Tuberculosis
;
Diagnostic Imaging
;
Deep Learning
3.SPECT-MPI for Coronary Artery Disease: A deep learning approach
Vincent Peter C. Magboo ; Ma. Sheila A. Magboo
Acta Medica Philippina 2024;58(8):67-75
Background:
Worldwide, coronary artery disease (CAD) is a leading cause of mortality and morbidity and remains to be a top health priority in many countries. A non-invasive imaging modality for diagnosis of CAD such as single photon emission computed tomography-myocardial perfusion imaging (SPECT-MPI) is usually requested by cardiologists as it displays radiotracer distribution in the heart reflecting myocardial perfusion. The interpretation of SPECT-MPI is done visually by a nuclear medicine physician and is largely dependent on his clinical experience and showing significant inter-observer variability.
Objective:
The aim of the study is to apply a deep learning approach in the classification of SPECT-MPI for perfusion abnormalities using convolutional neural networks (CNN).
Methods:
A publicly available anonymized SPECT-MPI from a machine learning repository (https://www.kaggle.com/ selcankaplan/spect-mpi) was used in this study involving 192 patients who underwent stress-test-rest Tc99m MPI. An exploratory approach of CNN hyperparameter selection to search for optimum neural network model was utilized with particular focus on various dropouts (0.2, 0.5, 0.7), batch sizes (8, 16, 32, 64), and number of dense nodes (32, 64, 128, 256). The base CNN model was also compared with the commonly used pre-trained CNNs in medical images such as VGG16, InceptionV3, DenseNet121 and ResNet50. All simulations experiments were performed in Kaggle using TensorFlow 2.6.0., Keras 2.6.0, and Python language 3.7.10.
Results:
The best performing base CNN model with parameters consisting of 0.7 dropout, batch size 8, and 32 dense nodes generated the highest normalized Matthews Correlation Coefficient at 0.909 and obtained 93.75% accuracy, 96.00% sensitivity, 96.00% precision, and 96.00% F1-score. It also obtained higher classification performance as compared to the pre-trained architectures.
Conclusions
The results suggest that deep learning approaches through the use of CNN models can be deployed by nuclear medicine physicians in their clinical practice to further augment their decision skills in the interpretation of SPECT-MPI tests. These CNN models can also be used as a dependable and valid second opinion that can aid physicians as a decision-support tool as well as serve as teaching or learning materials for the less-experienced physicians particularly those still in their training career. These highlights the clinical utility of deep learning approaches through CNN models in the practice of nuclear cardiology.
Coronary Artery Disease
;
Deep Learning
4.A review of machine learning in tumor radiotherapy.
Junqian ZHANG ; Yuan ZHANG ; Yong YIN ; Jian ZHU ; Baosheng LI
Journal of Biomedical Engineering 2019;36(5):879-884
Radiotherapy is one of the main treatments for tumor with increasingly high request for technique precision and the equipment stability. Machine learning may bring radiotherapy simplicity, individualization and precision, and may improve the automatic level of planning and quality assurance. Based on the process of radiotherapy, this paper reviews the applications and researches on machine learning, with an emphasis on deep learning, and proposes the prospects in the following aspects: segmentation of normal tissue and tumor, planning, treatment delivery, quality assurance and prognosis prediction.
Deep Learning
;
Humans
;
Machine Learning
;
Neoplasms
;
radiotherapy
5.Application of deep learning in cancer prognosis prediction model.
Wen CHEN ; Xu WANG ; Huihong DUAN ; Xiaobing ZHANG ; Ting DONG ; Shengdong NIE
Journal of Biomedical Engineering 2020;37(5):918-929
In recent years, deep learning has provided a new method for cancer prognosis analysis. The literatures related to the application of deep learning in the prognosis of cancer are summarized and their advantages and disadvantages are analyzed, which can be provided for in-depth research. Based on this, this paper systematically reviewed the latest research progress of deep learning in the construction of cancer prognosis model, and made an analysis on the strengths and weaknesses of relevant methods. Firstly, the construction idea and performance evaluation index of deep learning cancer prognosis model were clarified. Secondly, the basic network structure was introduced, and the data type, data amount, and specific network structures and their merits and demerits were discussed. Then, the mainstream method of establishing deep learning cancer prognosis model was verified and the experimental results were analyzed. Finally, the challenges and future research directions in this field were summarized and expected. Compared with the previous models, the deep learning cancer prognosis model can better improve the prognosis prediction ability of cancer patients. In the future, we should continue to explore the research of deep learning in cancer recurrence rate, cancer treatment program and drug efficacy evaluation, and fully explore the application value and potential of deep learning in cancer prognosis model, so as to establish an efficient and accurate cancer prognosis model and realize the goal of precision medicine.
Deep Learning
;
Humans
;
Neoplasms
;
Precision Medicine
;
Prognosis
6.Progress in biomedical data analysis based on deep learning.
Suyi LI ; Shijie TANG ; Feng LI ; Jianzhuo QI ; Wenji XIONG
Journal of Biomedical Engineering 2020;37(2):349-357
Traditional biomedical data analysis technology faces enormous challenges in the context of the big data era. The application of deep learning technology in the field of biomedical analysis has ushered in tremendous development opportunities. In this paper, we reviewed the latest research progress of deep learning in the field of biomedical data analysis. Firstly, we introduced the deep learning method and its common framework. Then, focusing on the proposal of biomedical problems, data preprocessing method, model building method and training algorithm, we summarized the specific application of deep learning in biomedical data analysis in the past five years according to the chronological order, and emphasized the application of deep learning in medical assistant diagnosis. Finally, we gave the possible development direction of deep learning in the field of biomedical data analysis in the future.
Algorithms
;
Biomedical Technology
;
Data Analysis
;
Deep Learning
8.A Domestic Diagnosis System for Early Restless Legs Syndrome Based on Deep Learning.
Ping ZHOU ; Luojie HUANG ; Qingxian ZHAO ; Wenjin XIAO ; Siyu LI
Chinese Journal of Medical Instrumentation 2019;43(2):79-82
Restless legs syndrome,as a common sleep disorder,has nowadays long been diagnosed by self-rating scale and polysomnography.In this paper,a domestic diagnosis system for early restless legs syndrome based on deep learning is proposed,which is suitable for early patients with unstable symptoms in routine diagnosis.The hardware system is installed in the bed.And the non-contact sleeping dynamic signal acquisition is realized based on the acceleration sensors.The software system uses deep learning to classify and recognize the signals.A Fully Connected Feedforward Network based on Keras framework is constructed to recognize seven kinds of activities during sleeping.The accuracy of comprehensive classification is 97.83%.Based on former results,the periodic limb movement index and awakening index were evaluated to make the diagnosis of restless legs syndrome.
Deep Learning
;
Humans
;
Movement
;
Polysomnography
;
Restless Legs Syndrome
;
diagnosis
;
Sleep
9.AI in Medicine: Need of Orchestration for High-Performance
Healthcare Informatics Research 2019;25(3):139-140
No abstract available.
Algorithms
;
Artificial Intelligence
;
Data Analysis
;
Deep Learning
;
Medicine
;
Physician's Role
10.Unsupervised deep learning for identifying the O 6-carboxymethyl guanine by nanopore sequencing.
Xiaoyu GUAN ; Yu WANG ; Jinyue ZHANG ; Wei SHAO ; Shuo HUANG ; Daoqiang ZHANG
Journal of Biomedical Engineering 2022;39(1):139-148
O 6-carboxymethyl guanine(O 6-CMG) is a highly mutagenic alkylation product of DNA that causes gastrointestinal cancer in organisms. Existing studies used mutant Mycobacterium smegmatis porin A (MspA) nanopore assisted by Phi29 DNA polymerase to localize it. Recently, machine learning technology has been widely used in the analysis of nanopore sequencing data. But the machine learning always need a large number of data labels that have brought extra work burden to researchers, which greatly affects its practicability. Accordingly, this paper proposes a nano-Unsupervised-Deep-Learning method (nano-UDL) based on an unsupervised clustering algorithm to identify methylation events in nanopore data automatically. Specially, nano-UDL first uses the deep AutoEncoder to extract features from the nanopore dataset and then applies the MeanShift clustering algorithm to classify data. Besides, nano-UDL can extract the optimal features for clustering by joint optimizing the clustering loss and reconstruction loss. Experimental results demonstrate that nano-UDL has relatively accurate recognition accuracy on the O 6-CMG dataset and can accurately identify all sequence segments containing O 6-CMG. In order to further verify the robustness of nano-UDL, hyperparameter sensitivity verification and ablation experiments were carried out in this paper. Using machine learning to analyze nanopore data can effectively reduce the additional cost of manual data analysis, which is significant for many biological studies, including genome sequencing.
Deep Learning
;
Guanine
;
Nanopore Sequencing
;
Nanopores
;
Porins/genetics*