Deep learning

Integrated deep learning model for automatic detection and classification of stenosis in coronary angiography

Tue, 2024-08-27 06:00

Comput Biol Chem. 2024 Aug 24;112:108184. doi: 10.1016/j.compbiolchem.2024.108184. Online ahead of print.

ABSTRACT

Coronary artery disease poses a significant threat to human health. In clinical settings, coronary angiography remains the gold standard for diagnosing coronary heart disease. A crucial aspect of this diagnosis involves detecting arterial narrowings. Categorizing these narrowings can provide insight into whether patients should receive vascular revascularization treatment. The majority of current deep learning methods for analyzing coronary angiography are mostly confined to the theoretical research domain, with limited studies offering direct practical support to clinical practitioners. This paper proposes an integrated deep-learning model for the localization and classification of narrowings in coronary angiography images. The experimentation employed 1606 coronary angiography images obtained from 132 patients, resulting in an accuracy of 88.9 %, a recall rate of 85.4 %, an F1 score of 0.871, and a MAP value of 0.875 for vascular stenosis detection. Furthermore, we developed the "Hemadostenosis" web platform (http://bioinfor.imu.edu.cn/hemadostenosis) using Django, a highly mature HTTP framework. Users are able to submit coronary angiography image data for assessment via a visual interface. Subsequently, the system sends the images to a trained convolutional neural network model to localize and categorize the narrowings. Finally, the visualized outcomes are displayed to users and are downloadable. Our proposed approach pioneers the recognition and categorization of arterial narrowings in vascular angiography, offering practical support to clinical practitioners in their learning and diagnostic processes.

PMID:39191164 | DOI:10.1016/j.compbiolchem.2024.108184

Categories: Literature Watch

Improved rank-based recursive feature elimination method based ovarian cancer detection model via customized deep architecture

Tue, 2024-08-27 06:00

Comput Methods Programs Biomed. 2024 Aug 5;256:108358. doi: 10.1016/j.cmpb.2024.108358. Online ahead of print.

ABSTRACT

BACKGROUND: Ovarian cancer is often considered the most lethal gynecological cancer because it tends to be diagnosed at an advanced stage, leading to limited treatment options and poorer outcomes. Several factors contribute to the challenges in managing ovarian cancer, namely rapid metastasis, genetic factors, reproductive history, etc. This necessitates the prompt and precise diagnosis of ovarian cancer in order to carry out efficient treatment plans and give patients who are all impacted by OC the care and support they need.

METHODS: This CCLSTM model is suggested under four essential stages including preprocessing, feature extraction, feature selection and detection. Initially, the input data is preprocessed using Improved Two-step Data Normalization. Subsequently, features such as statistical, modified entropy, raw features and mutual information are extracted from the normalized data. Next, obtained features undergo the Improved Rank-based Recursive Feature Elimination method (IR-RFE) to select the most suitable features. Finally, the proposed CCLSTM model takes the selected features as input and provides a final detection outcome.

RESULTS: Furthermore, the performance of the proposed CCLSTM technique is examined through a thorough assessment using diverse analyses Additionally, the CCLSTM schemes show a sensitivity value of 0.948, whereas the sensitivity ratings for ALO-LSTM + ALOCNN, Bi-GRU, LSTM, RNN, KNN, CNN, and DCNN are 0.808, 0.893, 0.829, 0.851, 0.765, 0.872, and 0.893, respectively.

CONCLUSION: In the end, the development of CNN and the addition of LSTM technique have produced an ovarian cancer detection technique that is more accurate and consistent compared to other existing strategies.

PMID:39191100 | DOI:10.1016/j.cmpb.2024.108358

Categories: Literature Watch

RETNet: Resolution enhancement Transformer network for magnetic particle imaging based on X-space

Tue, 2024-08-27 06:00

Comput Biol Med. 2024 Aug 26;181:109043. doi: 10.1016/j.compbiomed.2024.109043. Online ahead of print.

ABSTRACT

Magnetic Particle Imaging (MPI) can visualize the concentration distribution of superparamagnetic iron-oxide nanoparticles (SPIONs) in tissues with the advantages of high sensitivity and high temporal resolution. However, the low spatial resolution of MPI limits its application. Increasing the gradient strength of the selection field can improve the resolution of MPI, but also increase power consumption and noise. A feasible and cost-effective method to address this limitation is to reconstruct high gradient (HG) image from low gradient (LG) image using algorithms. Deep learning has been a powerful tool for improving the resolution of medical imaging techniques. In this study, we propose a Resolution Enhancement Transformer Network (RETNet) for reconstructing HG image with high-resolution from LG image with low-resolution as input, avoiding high power consumption and high noise in the system with HG field. RETNet leverages a shallow feature extractor to capture shallow features, a cross-scale-Transformer (CST) to focus on textural features, a residual-swin-Transformer (RST) to focus on structural features, and an image reconstruction module to aggregate these three types of features and reconstruct the HG image. Textural and structural features extracted can ensure the integrity of the details and the realization of high definition in the reconstructed image. Ablation experiments demonstrate the significant contribution of these two modules to reconstruct the HG image. Comparative experiments, including experiments at noise-free and multiple noise levels, confirm the high robustness of RETNet. Simulation, phantom, and in vivo experiments consistently demonstrate that RETNet outperforms competing methods and effectively improves the resolution of MPI.

PMID:39191080 | DOI:10.1016/j.compbiomed.2024.109043

Categories: Literature Watch

Monitoring activity index and behaviors of cage-free hens with advanced deep learning technologies

Tue, 2024-08-27 06:00

Poult Sci. 2024 Aug 11;103(11):104193. doi: 10.1016/j.psj.2024.104193. Online ahead of print.

ABSTRACT

Chickens' behaviors and activities are important information for managing animal health and welfare in commercial poultry houses. In this study, convolutional neural networks (CNN) models were developed to monitor the chicken activity index. A dataset consisting of 1,500 top-view images was utilized to construct tracking models, with 900 images allocated for training, 300 for validation, and 300 for testing. Six different CNN models were developed, based on YOLOv5, YOLOv8, ByteTrack, DeepSORT, and StrongSORT. The final results demonstrated that the combination of YOLOv8 and DeepSORT exhibited the highest performance, achieving a multiobject tracking accuracy (MOTA) of 94%. Further application of the optimal model could facilitate the detection of abnormal behaviors such as smothering and piling, and enabled the quantification of flock activity into 3 levels (low, medium, and high) to evaluate footpad health states in the flock. This research underscores the application of deep learning in monitoring poultry activity index for assessing animal health and welfare.

PMID:39191000 | DOI:10.1016/j.psj.2024.104193

Categories: Literature Watch

Traditional Machine Learning, Deep Learning, and BERT (Large Language Model) Approaches for Predicting Hospitalizations From Nurse Triage Notes: Comparative Evaluation of Resource Management

Tue, 2024-08-27 06:00

JMIR AI. 2024 Aug 27;3:e52190. doi: 10.2196/52190.

ABSTRACT

BACKGROUND: Predicting hospitalization from nurse triage notes has the potential to augment care. However, there needs to be careful considerations for which models to choose for this goal. Specifically, health systems will have varying degrees of computational infrastructure available and budget constraints.

OBJECTIVE: To this end, we compared the performance of the deep learning, Bidirectional Encoder Representations from Transformers (BERT)-based model, Bio-Clinical-BERT, with a bag-of-words (BOW) logistic regression (LR) model incorporating term frequency-inverse document frequency (TF-IDF). These choices represent different levels of computational requirements.

METHODS: A retrospective analysis was conducted using data from 1,391,988 patients who visited emergency departments in the Mount Sinai Health System spanning from 2017 to 2022. The models were trained on 4 hospitals' data and externally validated on a fifth hospital's data.

RESULTS: The Bio-Clinical-BERT model achieved higher areas under the receiver operating characteristic curve (0.82, 0.84, and 0.85) compared to the BOW-LR-TF-IDF model (0.81, 0.83, and 0.84) across training sets of 10,000; 100,000; and ~1,000,000 patients, respectively. Notably, both models proved effective at using triage notes for prediction, despite the modest performance gap.

CONCLUSIONS: Our findings suggest that simpler machine learning models such as BOW-LR-TF-IDF could serve adequately in resource-limited settings. Given the potential implications for patient care and hospital resource management, further exploration of alternative models and techniques is warranted to enhance predictive performance in this critical domain.

INTERNATIONAL REGISTERED REPORT IDENTIFIER (IRRID): RR2-10.1101/2023.08.07.23293699.

PMID:39190905 | DOI:10.2196/52190

Categories: Literature Watch

Deep Learning-Enhanced Accelerated 2D TSE and 3D Superresolution Dixon TSE for Rapid Comprehensive Knee Joint Assessment

Tue, 2024-08-27 06:00

Invest Radiol. 2024 Aug 28. doi: 10.1097/RLI.0000000000001118. Online ahead of print.

ABSTRACT

OBJECTIVES: The aim of this study was to evaluate the use of a multicontrast deep learning (DL)-reconstructed 4-fold accelerated 2-dimensional (2D) turbo spin echo (TSE) protocol and the feasibility of 3-dimensional (3D) superresolution reconstruction (SRR) of DL-enhanced 6-fold accelerated 2D Dixon TSE magnetic resonance imaging (MRI) for comprehensive knee joint assessment, by comparing image quality and diagnostic performance with a conventional 2-fold accelerated 2D TSE knee MRI protocol.

MATERIALS AND METHODS: This prospective, ethics-approved study included 19 symptomatic adult subjects who underwent knee MRI on a clinical 3 T scanner. Every subject was scanned with 3 DL-enhanced acquisition protocols in a single session: a clinical standard 2-fold in-plane parallel imaging (PI) accelerated 2D TSE-based protocol (5 sequences, 11 minutes 23 seconds) that served as a reference, a DL-reconstructed 4-fold accelerated 2D TSE protocol combining 2-fold PI and 2-fold simultaneous multislice acceleration (5 sequences, 6 minutes 24 seconds), and a 3D SRR protocol based on DL-enhanced 6-fold accelerated (ie, 3-fold PI and 2-fold simultaneous multislice) 2D Dixon TSE MRI (6 anisotropic 2D Dixon TSE acquisitions rotated around the phase-encoding axis, 6 minutes 24 seconds). This resulted in a total of 228 knee MRI scans comprising 21,204 images. Three readers evaluated all pseudonymized and randomized images in terms of image quality using a 5-point Likert scale. Two of the readers (musculoskeletal radiologists) additionally evaluated anatomical visibility and diagnostic confidence to assess normal and pathological knee structures with a 5-point Likert scale. They recorded the presence and location of internal knee derangements, including cartilage defects, meniscal tears, tears of ligaments, tendons and muscles, and bone injuries. The statistical analysis included nonparametric Friedman tests, and interreader and intrareader agreement assessment using the weighted Fleiss-Cohen kappa (κ) statistic. P values of less than 0.05 were considered statistically significant.

RESULTS: The evaluated DL-enhanced 4-fold accelerated 2D TSE protocol provided very similar image quality and anatomical visibility to the standard 2D TSE protocol, whereas the 3D SRR Dixon TSE protocol scored less in terms of overall image quality due to reduced edge sharpness and the presence of artifacts (P < 0.001). Subjective signal-to-noise ratio, contrast resolution, fluid brightness, and fat suppression were good to excellent for all protocols. For 1 reader, the Dixon method of the 3D SRR protocol provided significantly better fat suppression than the spectral fat saturation applied in the standard 2D TSE protocol (P < 0.05). The visualization of knee structures with 3D SRR Dixon TSE was very similar to the standard protocol, except for cartilage, tendons, and bone, which were affected by the presence of reconstruction and aliasing artifacts (P < 0.001). The diagnostic confidence of both readers was high for all protocols and all knee structures, except for cartilage and tendons. The standard 2D TSE protocol showed a significantly higher diagnostic confidence for assessing tendons than 3D SRR Dixon TSE MRI (P < 0.01). The interreader and intrareader agreement for the assessment of internal knee derangements using any of the 3 protocols was substantial to almost perfect (κ = 0.67-1.00). For cartilage, the interreader agreement was substantial for DL-enhanced accelerated 2D TSE (κ = 0.79) and almost perfect for standard 2D TSE (κ = 0.98) and 3D SRR Dixon TSE (κ = 0.87). For menisci, the interreader agreement was substantial for 3D SRR Dixon TSE (κ = 0.70-0.80) and substantial to almost perfect for standard 2D TSE (κ = 0.80-0.99) and DL-enhanced 2D TSE (κ = 0.87-1.00). Moreover, the total acquisition time was reduced by 44% when using the DL-enhanced accelerated 2D TSE or 3D SRR Dixon TSE protocol instead of the conventional 2D TSE protocol.

CONCLUSIONS: The presented DL-enhanced 4-fold accelerated 2D TSE protocol provides image quality and diagnostic performance similar to the standard 2D protocol. Moreover, the 3D SRR of DL-enhanced 6-fold accelerated 2D Dixon TSE MRI is feasible for multicontrast 3D knee MRI as its diagnostic performance is comparable to standard 2-fold accelerated 2D knee MRI. However, reconstruction and aliasing artifacts need to be further addressed to guarantee a more reliable visualization and assessment of cartilage, tendons, and bone. Both the 2D and 3D SRR DL-enhanced protocols enable a 44% faster examination compared with conventional 2-fold accelerated routine 2D TSE knee MRI and thus open new paths for more efficient clinical 2D and 3D knee MRI.

PMID:39190787 | DOI:10.1097/RLI.0000000000001118

Categories: Literature Watch

High-level feature-guided attention optimized neural network for neonatal lateral ventricular dilatation prediction

Tue, 2024-08-27 06:00

Med Phys. 2024 Aug 27. doi: 10.1002/mp.17375. Online ahead of print.

ABSTRACT

BACKGROUND: Periventricular-intraventricular hemorrhage can lead to posthemorrhagic ventricular dilatation or even posthemorrhagic hydrocephalus if not detected promptly. Sequential cranial ultrasound scans are typically used for their diagnoses. Nonetheless, manual image audit has numerous disadvantages.

PURPOSE: This study aimed to develop a predictive model utilizing modified inception (MI) and high-level feature-guided attention (HFA) modules for predicting neonatal lateral ventricular dilation via ultrasound images.

METHODS: The MI modules reduced input data sizes and dimensions, while the HFA modules effectively delved into semantic information through supervision from high-level feature images to low-level feature images. The process facilitated the accurate identification of dilated lateral ventricles. A total of 710 neonates, corresponding to 1420 lateral ventricles, were recruited in this study. Each lateral ventricle was captured in two images, one on the parasagittal plane and the other on the coronal plane. The combination of anterior horn width, ventricular index, thalamo-occipital distance, and ventricular height served as the gold standard. A lateral ventricle would be considered dilatated if any of these four indices exceeded its upper reference value. These lateral ventricles were randomly split into training and testing sets at a 7:3 ratio. We evaluated the validity of our proposed approach and its competitors across the coronal plane, parasagittal plane, and overall performance. We also determined the impact of subjects' baseline characteristics on the overall performance of the proposed approach. Additionally, ablation analyses were conducted to ensure the efficacy of the proposed approach.

RESULTS: Our proposed approach achieved the largest Youden index (0.65, 95% CI: 0.58-0.72), DOR (27.11, 95% CI: 15.89-46.26), area under curves (AUC) of receiver operating characteristic curve (ROC) (0.84, 95% CI: 0.80-0.88), and AUC of precision-recall curve (PRC) (0.81, 95% CI: 0.74-0.86) in the overall performance assessment and ablation analyses. Moreover, it boasted the biggest Cramer's V values on the coronal (Cramer's V = 0.488, p < 0.001) and parasagittal (Cramer's V = 0.713, p < 0.001) planes individually. Factors such as left side, male sex, singleton birth, and vaginal delivery were positively correlated with higher performance regarding the proposed algorithm, except for the gestational age.

CONCLUSION: This work provides a novel attention optimized algorithm for rapid and accurate ventricular dilatation predictions. It surpasses the traditional algorithms in terms of validity whether concerning the coronal plane, parasagittal plane, or overall performance. The overall performance of algorithms will be influenced by the baseline characteristics of populations.

PMID:39190783 | DOI:10.1002/mp.17375

Categories: Literature Watch

A new method of rock type identification based on transformer by utilizing acoustic emission

Tue, 2024-08-27 06:00

PLoS One. 2024 Aug 27;19(8):e0309165. doi: 10.1371/journal.pone.0309165. eCollection 2024.

ABSTRACT

The characterization and analysis of rock types based on acoustic emission (AE) signals have long been focal points in earth science research. However, traditional analysis methods struggle to handle the influx of big data. While signal processing methods combined with deep learning have found widespread use in various process analyses and state identification, effective feature extraction using progressive fusion technology still faces challenges in the field of intelligent rock type identification. To address this issue, our study proposes a novel framework for rock type identification based on AE and introduces a new signal identification model called 3CTNet. This model integrates convolutional neural networks (CNNs) and Transformer encoder, intelligently identifying AE of different rock fractures by establishing dependencies between adjacent positions within the data and gradually extracting advanced features. Furthermore, we experimentally compare five oversampling methods, ultimately selecting the adaptive synthetic sampling method (ADASYN) to balance the dataset and enhance the model's robustness and generalization ability. Comparison of the internal structure of our model with a series of time series processing models demonstrates the effectiveness of the proposed model structure. Experimental results showcase the high identification accuracy of the intelligent rock type identification model based on 3CTNet, with an overall identification accuracy reaching 98.780%. Our proposed method lays a solid foundation for the efficient and accurate identification of formation rock types in geological exploration and oil and gas development endeavors.

PMID:39190747 | DOI:10.1371/journal.pone.0309165

Categories: Literature Watch

Application of U-Net Network Utilizing Multiattention Gate for MRI Segmentation of Brain Tumors

Tue, 2024-08-27 06:00

J Comput Assist Tomogr. 2024 Aug 22. doi: 10.1097/RCT.0000000000001641. Online ahead of print.

ABSTRACT

BACKGROUND: Studies have shown that the type of low-grade glioma is associated with its shape. The traditional diagnostic method involves extraction of the tumor shape from MRIs and diagnosing the type of glioma based on corresponding relationship between the glioma shape and type. This method is affected by the MRI background, tumor pixel size, and doctors' professional level, leading to misdiagnoses and missed diagnoses. With the help of deep learning algorithms, the shape of a glioma can be automatically segmented, thereby assisting doctors to focus more on the diagnosis of glioma and improving diagnostic efficiency. The segmentation of glioma MRIs using traditional deep learning algorithms exhibits limited accuracy, thereby impeding the effectiveness of assisting doctors in the diagnosis. The primary objective of our research is to facilitate the segmentation of low-grade glioma MRIs for medical practitioners through the utilization of deep learning algorithms.

METHODS: In this study, a UNet glioma segmentation network that incorporates multiattention gates was proposed to address this limitation. The UNet-based algorithm in the coding part integrated the attention gate into the hierarchical structure of the network to suppress the features of irrelevant regions and reduce the feature redundancy. In the decoding part, by adding attention gates in the fusion process of low- and high-level features, important feature information was highlighted, model parameters were reduced, and model sensitivity and accuracy were improved.

RESULTS: The network model performed image segmentation on the glioma MRI dataset, and the accuracy and average intersection ratio (mIoU) of the algorithm segmentation reached 99.7%, 87.3%, 99.7%, and 87.6%.

CONCLUSIONS: Compared with the UNet, PSPNet, and Attention UNet network models, this network model has obvious advantages in accuracy, mIoU, and loss convergence. It can serve as a standard for assisting doctors in diagnosis.

PMID:39190714 | DOI:10.1097/RCT.0000000000001641

Categories: Literature Watch

Impact of Emerging Deep Learning-Based MR Image Reconstruction Algorithms on Abdominal MRI Radiomic Features

Tue, 2024-08-27 06:00

J Comput Assist Tomogr. 2024 Aug 22. doi: 10.1097/RCT.0000000000001648. Online ahead of print.

ABSTRACT

OBJECTIVE: This study aims to evaluate, on one MRI vendor's platform, the impact of deep learning (DL)-based reconstruction techniques on MRI radiomic features compared to conventional image reconstruction techniques.

METHODS: Under IRB approval and informed consent, we prospectively collected undersampled coronal T2-weighted MR images of the abdomen (1.5 T; Philips Healthcare) from 17 pediatric and adult subjects and reconstructed them using a conventional image reconstruction technique (compressed sensitivity encoding [C-SENSE]) and two DL-based reconstruction techniques (SmartSpeed [Philips Healthcare, US FDA cleared] and SmartSpeed with Super Resolution [SmartSpeed-SuperRes, not US FDA cleared to date]). Eight regions of interest (ROIs) across organs/tissues (liver, spleen, kidney, pancreas, fat, and muscle) were manually placed. Eighty-six MRI radiomic features were then extracted. Pearson's correlation coefficients (PCCs) and intraclass correlation coefficients (ICCs) were calculated between (A) C-SENSE versus SmartSpeed, and (B) C-SENSE versus SmartSpeed-SuperRes. To quantify the impact from the perspective of the whole MR image, cross-ROI mean PCCs and ICCs were calculated for individual radiomic features. The impact of image reconstruction on individual radiomic features in different organs/tissues was evaluated using ANOVA analyses.

RESULTS: According to cross-ROI mean PCCs, 50 out of 86 radiomic features were highly correlated (PCC, ≥0.8) between SmartSpeed and C-SENSE, whereas only 15 radiomic features were highly correlated between SmartSpeed-SuperRes and C-SENSE reconstructions. According to cross-ROI mean ICCs, 58 out of 86 radiomic features had high agreements (ICC ≥0.75) between SmartSpeed and C-SENSE, whereas only 9 radiomic features had high agreements between SmartSpeed-SuperRes and C-SENSE reconstructions. For SmartSpeed reconstruction, the psoas muscle ROI appeared to be impacted most with the lowest median (IQR) correlation of 0.57 (0.25). The circular liver ROI was impacted most by SmartSpeed-SuperRes (PCC, 0.60 [0.22]). ANOVA analyses suggest that the impact of DL reconstruction algorithms on radiomic features varies significantly among different organs/tissues (P < 0.001).

CONCLUSIONS: MRI radiomic features are significantly altered by DL-based reconstruction compared to a conventional reconstruction technique. The impact of DL reconstruction algorithms on radiomic features varies significantly between different organs/tissues.

PMID:39190703 | DOI:10.1097/RCT.0000000000001648

Categories: Literature Watch

Development and testing of a deep learning algorithm to detect lung consolidation among children with pneumonia using hand-held ultrasound

Tue, 2024-08-27 06:00

PLoS One. 2024 Aug 27;19(8):e0309109. doi: 10.1371/journal.pone.0309109. eCollection 2024.

ABSTRACT

BACKGROUND AND OBJECTIVES: Severe pneumonia is the leading cause of death among young children worldwide, disproportionately impacting children who lack access to advanced diagnostic imaging. Here our objectives were to develop and test the accuracy of an artificial intelligence algorithm for detecting features of pulmonary consolidation on point-of-care lung ultrasounds among hospitalized children.

METHODS: This was a prospective, multicenter center study conducted at academic Emergency Department and Pediatric inpatient or intensive care units between 2018-2020. Pediatric participants from 18 months to 17 years old with suspicion of lower respiratory tract infection were enrolled. Bedside lung ultrasounds were performed using a Philips handheld Lumify C5-2 transducer and standardized protocol to collect video loops from twelve lung zones, and lung features at both the video and frame levels annotated. Data from both affected and unaffected lung fields were split at the participant level into training, tuning, and holdout sets used to train, tune hyperparameters, and test an algorithm for detection of consolidation features. Data collected from adults with lower respiratory tract disease were added to enrich the training set. Algorithm performance at the video level to detect consolidation on lung ultrasound was determined using reference standard diagnosis of positive or negative pneumonia derived from clinical data.

RESULTS: Data from 107 pediatric participants yielded 117 unique exams and contributed 604 positive and 589 negative videos for consolidation that were utilized for the algorithm development process. Overall accuracy for the model for identification and localization of consolidation was 88.5%, with sensitivity 88%, specificity 89%, positive predictive value 89%, and negative predictive value 87%.

CONCLUSIONS: Our algorithm demonstrated high accuracy for identification of consolidation features on pediatric chest ultrasound in children with pneumonia. Automated diagnostic support on an ultraportable point-of-care device has important implications for global health, particularly in austere settings.

PMID:39190686 | DOI:10.1371/journal.pone.0309109

Categories: Literature Watch

Automated brain tumor diagnostics: Empowering neuro-oncology with deep learning-based MRI image analysis

Tue, 2024-08-27 06:00

PLoS One. 2024 Aug 27;19(8):e0306493. doi: 10.1371/journal.pone.0306493. eCollection 2024.

ABSTRACT

Brain tumors, characterized by the uncontrolled growth of abnormal cells, pose a significant threat to human health. Early detection is crucial for successful treatment and improved patient outcomes. Magnetic Resonance Imaging (MRI) is the primary diagnostic tool for brain tumors, providing detailed visualizations of the brain's intricate structures. However, the complexity and variability of tumor shapes and locations often challenge physicians in achieving accurate tumor segmentation on MRI images. Precise tumor segmentation is essential for effective treatment planning and prognosis. To address this challenge, we propose a novel hybrid deep learning technique, Convolutional Neural Network and ResNeXt101 (ConvNet-ResNeXt101), for automated tumor segmentation and classification. Our approach commences with data acquisition from the BRATS 2020 dataset, a benchmark collection of MRI images with corresponding tumor segmentations. Next, we employ batch normalization to smooth and enhance the collected data, followed by feature extraction using the AlexNet model. This involves extracting features based on tumor shape, position, shape, and surface characteristics. To select the most informative features for effective segmentation, we utilize an advanced meta-heuristics algorithm called Advanced Whale Optimization (AWO). AWO mimics the hunting behavior of humpback whales to iteratively search for the optimal feature subset. With the selected features, we perform image segmentation using the ConvNet-ResNeXt101 model. This deep learning architecture combines the strengths of ConvNet and ResNeXt101, a type of ConvNet with aggregated residual connections. Finally, we apply the same ConvNet-ResNeXt101 model for tumor classification, categorizing the segmented tumor into distinct types. Our experiments demonstrate the superior performance of our proposed ConvNet-ResNeXt101 model compared to existing approaches, achieving an accuracy of 99.27% for the tumor core class with a minimum learning elapsed time of 0.53 s.

PMID:39190622 | DOI:10.1371/journal.pone.0306493

Categories: Literature Watch

A Novel Method to Identify Mild Cognitive Impairment Using Dynamic Spatio-Temporal Graph Neural Network

Tue, 2024-08-27 06:00

IEEE Trans Neural Syst Rehabil Eng. 2024 Aug 27;PP. doi: 10.1109/TNSRE.2024.3450443. Online ahead of print.

ABSTRACT

Resting-state functional magnetic resonance imaging (rs-fMRI) has been widely used in the identification of mild cognitive impairment (MCI) research, MCI patients are relatively at a higher risk of progression to Alzheimer's disease (AD). However, almost machine learning and deep learning methods are rarely analyzed from the perspective of spatial structure and temporal dimension. In order to make full use of rs-fMRI data, this study constructed a dynamic spatiotemporal graph neural network model, which mainly includes three modules: temporal block, spatial block, and graph pooling block. Our proposed model can extract the BOLD signal of the subject's fMRI data and the spatial structure of functional connections between different brain regions, and improve the decision-making results of the model. In the study of AD, MCI and NC, the classification accuracy reached 83.78% outperforming previously reported, which manifested that our model could effectively learn spatiotemporal, and dynamic spatio-temporal method plays an important role in identifying different groups of subjects. In summary, this paper proposed an end-to-end dynamic spatio-temporal graph neural network model, which uses the information of the temporal dimension and spatial structure in rs-fMRI data, and achieves the improvement of the three classification performance among AD, MCI and NC.

PMID:39190512 | DOI:10.1109/TNSRE.2024.3450443

Categories: Literature Watch

Sleep onset time as a mediator in the association between screen exposure and aging: a cross-sectional study

Tue, 2024-08-27 06:00

Geroscience. 2024 Aug 27. doi: 10.1007/s11357-024-01321-x. Online ahead of print.

ABSTRACT

Excessive screen exposure has become a significant health concern. This study investigates the impact of screen time on aging in middle-aged and elderly populations. Healthy working adults over 45 years old in Shanghai, China, underwent general and ocular examinations. Questionnaires collected demographics, medical history, and screen exposure details. Aging was assessed using the retinal age gap, defined as the difference between the retinal age predicted by deep learning algorithms based on fundus images and chronological age. Pathway analysis tested the mediation effect of sleep duration and onset time on the relationship between screen usage and retinal age gap. The retinal age gap increased with longer screen exposure, from 0.49 ± 3.51 years in the lowest tertile to 5.13 ± 4.96 years in the highest tertile (Jonckheere-Terpstra test, p < 0.001). Each additional hour of screen exposure accelerated the retinal age gap by 0.087 years (95% CI, 0.027, 0.148, p = 0.005) in the fully adjusted linear model. Sleep onset time mediated the impact of screen usage on the retinal age gap (indirect effect, β = 0.11; 95% CI 0.04-0.24). The impact of screen usage in a light-off environment on the retinal age gap was fully mediated by sleep onset time (indirect effect, β = 0.22; 95% CI 0.07-0.38), with the proportion being 100%. Our study identified a correlation between excessive screen time and a wider retinal age gap in middle-aged and elderly individuals, likely due to delayed sleep onset. To mitigate the adverse effects on the retina and aging, it is important to limit screen usage and avoid screens before bedtime.

PMID:39190220 | DOI:10.1007/s11357-024-01321-x

Categories: Literature Watch

Deep learning model for intravascular ultrasound image segmentation with temporal consistency

Tue, 2024-08-27 06:00

Int J Cardiovasc Imaging. 2024 Aug 27. doi: 10.1007/s10554-024-03221-9. Online ahead of print.

ABSTRACT

This study was conducted to develop and validate a deep learning model for delineating intravascular ultrasound (IVUS) images of coronary arteries.Using a total of 1240 40-MHz IVUS pullbacks with 191,407 frames, the model for lumen and external elastic membrane (EEM) segmentation was developed. Both frame- and vessel-level performances and clinical impact of the model on 3-year cardiovascular events were evaluated in the independent data sets. In the test set, the Dice similarity coefficients (DSC) were 0.966 ± 0.025 and 0.982 ± 0.017 for the lumen and EEM, respectively. Even at sites of extensive attenuation, the frame-level performance was excellent (DSCs > 0.96 for the lumen and EEM). The model (vs. the expert) showed a better temporal consistency for contouring the EEM. The agreement between the model- vs. the expert-derived cross-sectional and volumetric measurements was excellent in the independent retrospective cohort (all, intra-class coefficients > 0.94). The model-derived percent atheroma volume > 52.5% (area under curve 0.70, sensitivity 71% and specificity 67%) and plaque burden at the minimal lumen area site (area under curve 0.72, sensitivity 72% and specificity 66%) best predicted 3-year cardiac death and nonculprit-related target vessel revascularization, respectively. In the stented segment, the DSCs > 0.96 for contouring lumen and EEM were achieved. Applied to the 60-MHz IVUS images, the DSCs were > 0.97. In the external cohort with 45-MHz IVUS, the DSCs were > 0.96. The deep learning model accurately delineated vascular geometry, which may be cost-saving and support clinical decision-making.

PMID:39190112 | DOI:10.1007/s10554-024-03221-9

Categories: Literature Watch

Toward an Explainable Large Language Model for the Automatic Identification of the Drug-Induced Liver Injury Literature

Tue, 2024-08-27 06:00

Chem Res Toxicol. 2024 Aug 27. doi: 10.1021/acs.chemrestox.4c00134. Online ahead of print.

ABSTRACT

Drug-induced liver injury (DILI) stands as a significant concern in drug safety, representing the primary cause of acute liver failure. Identifying the scientific literature related to DILI is crucial for monitoring, investigating, and conducting meta-analyses of drug safety issues. Given the intricate and often obscure nature of drug interactions, simple keyword searching can be insufficient for the exhaustive retrieval of the DILI-relevant literature. Manual curation of DILI-related publications demands pharmaceutical expertise and is susceptible to errors, severely limiting throughput. Despite numerous efforts utilizing cutting-edge natural language processing and deep learning techniques to automatically identify the DILI-related literature, their performance remains suboptimal for real-world applications in clinical research and regulatory contexts. In the past year, large language models (LLMs) such as ChatGPT and its open-source counterpart LLaMA have achieved groundbreaking progress in natural language understanding and question answering, paving the way for the automated, high-throughput identification of the DILI-related literature and subsequent analysis. Leveraging a large-scale public dataset comprising 14 203 training publications from the CAMDA 2022 literature AI challenge, we have developed what we believe to be the first LLM specialized in DILI analysis based on LLaMA-2. In comparison with other smaller language models such as BERT, GPT, and their variants, LLaMA-2 exhibits an enhanced out-of-fold accuracy of 97.19% and area under the ROC curve of 0.9947 using 3-fold cross-validation on the training set. Despite LLMs' initial design for dialogue systems, our study illustrates their successful adaptation into accurate classifiers for automated identification of the DILI-related literature from vast collections of documents. This work is a step toward unleashing the potential of LLMs in the context of regulatory science and facilitating the regulatory review process.

PMID:39190012 | DOI:10.1021/acs.chemrestox.4c00134

Categories: Literature Watch

Recent advances in artificial intelligent strategies for tissue engineering and regenerative medicine

Tue, 2024-08-27 06:00

Skin Res Technol. 2024 Sep;30(9):e70016. doi: 10.1111/srt.70016.

ABSTRACT

BACKGROUND: Tissue engineering and regenerative medicine (TERM) aim to repair or replace damaged or lost tissues or organs due to accidents, diseases, or aging, by applying different sciences. For this purpose, an essential part of TERM is the designing, manufacturing, and evaluating of scaffolds, cells, tissues, and organs. Artificial intelligence (AI) or the intelligence of machines or software can be effective in all areas where computers play a role.

METHODS: The "artificial intelligence," "machine learning," "tissue engineering," "clinical evaluation," and "scaffold" keywords used for searching in various databases and articles published from 2000 to 2024 were evaluated.

RESULTS: The combination of tissue engineering and AI has created a new generation of technological advancement in the biomedical industry. Experience in TERM has been refined using advanced design and manufacturing techniques. Advances in AI, particularly deep learning, offer an opportunity to improve scientific understanding and clinical outcomes in TERM.

CONCLUSION: The findings of this research show the high potential of AI, machine learning, and robots in the selection, design, and fabrication of scaffolds, cells, tissues, or organs, and their analysis, characterization, and evaluation after their implantation. AI can be a tool to accelerate the introduction of tissue engineering products to the bedside.

HIGHLIGHTS: The capabilities of artificial intelligence (AI) can be used in different ways in all the different stages of TERM and not only solve the existing limitations, but also accelerate the processes, increase efficiency and precision, reduce costs, and complications after transplantation. ML predicts which technologies have the most efficient and easiest path to enter the market and clinic. The use of AI along with these imaging techniques can lead to the improvement of diagnostic information, the reduction of operator errors when reading images, and the improvement of image analysis (such as classification, localization, regression, and segmentation).

PMID:39189880 | DOI:10.1111/srt.70016

Categories: Literature Watch

Harnessing Deep Learning Methods for Voltage-Gated Ion Channel Drug Discovery

Tue, 2024-08-27 06:00

Physiology (Bethesda). 2024 Aug 27. doi: 10.1152/physiol.00029.2024. Online ahead of print.

ABSTRACT

Voltage-gated ion channels (VGICs) are pivotal in regulating electrical activity in excitable cells and are critical pharmaceutical targets for treating many diseases including cardiac arrhythmia and neuropathic pain. Despite their significance, challenges such as achieving target selectivity persist in VGIC drug development. Recent progress in deep learning, particularly diffusion models, has enabled the computational design of protein binders for any clinically relevant protein based solely on its structure. These developments coincide with a surge in experimental structural data for VGICs, providing a rich foundation for computational design efforts. This review explores the recent advancements in computational protein design using deep learning and diffusion methods, focusing on their application in designing protein binders to modulate VGIC activity. We discuss the potential use of these methods to computationally design protein binders targeting different regions of VGICs, including the pore domain, voltage-sensing domains, and interface with auxiliary subunits. We provide a comprehensive overview of the different design scenarios, discuss key structural considerations, and address the practical challenges in developing VGIC-targeting protein binders. By exploring these innovative computational methods, we aim to provide a framework for developing novel strategies that could significantly advance VGIC pharmacology and lead to the discovery of effective and safe therapeutics.

PMID:39189871 | DOI:10.1152/physiol.00029.2024

Categories: Literature Watch

Single-Molecule Identification and Quantification of Steviol Glycosides with a Deep Learning-Powered Nanopore Sensor

Tue, 2024-08-27 06:00

ACS Nano. 2024 Aug 27. doi: 10.1021/acsnano.4c07038. Online ahead of print.

ABSTRACT

Steviol glycosides (SGs) are a class of high-potency noncalorie natural sweeteners made up of a common diterpenoid core and varying glycans. Thus, the diversity of glycans in composition, linkage, and isomerism results in the tremendous structural complexity of the SG family, which poses challenges for the precise identification and leads to the fact that SGs are frequently used in mixtures and their variances in biological activity remain largely unexplored. Here we show that a wild-type aerolysin nanopore can detect and discriminate diverse SG species through the modulable electro-osmotic flow effect at varied applied voltages. At low voltages, the neutral SG molecule was drawn and stuck in the pore entrance due to an energy barrier around R220 sites. The ensuing binding events enable the identification of the majority of SG species. Increasing the voltage can break the barrier and cause translocation events, allowing for the unambiguous identification of several pairs of SGs differing by only one hydroxyl group through recognition accumulation from multiple sensing regions and sites. Based on nanopore data of 15 SGs, a deep learning-based artificial intelligence (AI) model was created to process the individual blockage events, achieving the rapid, automated, and precise single-molecule identification and quantification of SGs in real samples. This work highlights the value of nanopore sensing for precise structural analysis of complex glycans-containing glycosides, as well as the potential for sensitive and rapid quality assurance analysis of glycoside products with the use of AI.

PMID:39189792 | DOI:10.1021/acsnano.4c07038

Categories: Literature Watch

Artificial neural network prediction of postoperative complications in papillary thyroid microcarcinoma based on preoperative ultrasonographic features

Tue, 2024-08-27 06:00

J Clin Ultrasound. 2024 Aug 27. doi: 10.1002/jcu.23800. Online ahead of print.

ABSTRACT

OBJECTIVE: To predict post-thyroidectomy complications in papillary thyroid microcarcinoma (PTMC) patients using a deep learning model based on preoperative ultrasonographic features. This study addresses the global rise in PTMC incidence and the challenges in treatment decision-making with high-resolution ultrasonography.

METHOD: This study enrolled 1638 patients with clinically staged cN0 PTMC who received surgical treatment from 1997 to 2019 at Beijing Friendship Hospital. Deep learning model was developed using fully connected neural network. Feature selection included 1000 iterations of Bootstrap sampling and Recursive Feature Elimination (RFE) to identify the top 10 features. Data preprocessing involved normalization and imputation for missing values. SMOTE addressed class imbalance. The model was trained and tested on random data split, with performance metrics including Accuracy (ACC), Area Under the Curve (AUC), Sensitivity (SEN), and Specificity (SPE), visualized through a ROC curve and confusion matrix.

RESULTS: The fully connected deep neural network model demonstrated high accuracy (ACC 0.81), Area Under the Curve (AUC 0.74), sensitivity (SEN 0.65), and specificity (SPE 0.83) and visualized by ROC curve and confusion matrix. These results highlight the model's reliability and potential as an effective tool in predicting postoperative complications and assisting in clinical decision-making for PTMC patients.

CONCLUSION: This study highlights the potential of deep learning in enhancing medical predictions and personalized healthcare. Despite promising results, limitations include a single-center data source and unconsidered factors like lifestyle and genetics. Future research should expand data sources, include more influencing factors, and refine algorithms to improve accuracy and applicability in thyroid cancer treatment.

PMID:39189355 | DOI:10.1002/jcu.23800

Categories: Literature Watch

Pages