A method was proposed to detect pulmonary nodules in low-dose computed tomography (CT) images by two-dimensional convolutional neural network under the condition of fine image preprocessing. Firstly, CT image preprocessing was carried out by image clipping, normalization and other algorithms. Then the positive samples were expanded to balance the number of positive and negative samples in convolutional neural network. Finally, the model with the best performance was obtained by training two-dimensional convolutional neural network and constantly optimizing network parameters. The model was evaluated in Lung Nodule Analysis 2016(LUNA16) dataset by means of five-fold cross validation, and each group's average model experiment results were obtained with the final accuracy of 92.3%, sensitivity of 92.1% and specificity of 92.6%.Compared with other existing automatic detection and classification methods for pulmonary nodules, all indexes were improved. Subsequently, the model perturbation experiment was carried out on this basis. The experimental results showed that the model is stable and has certain anti-interference ability, which could effectively identify pulmonary nodules and provide auxiliary diagnostic advice for early screening of lung cancer.
Ultrasound is the best way to diagnose thyroid nodules. To discriminate benign and malignant nodules, calcification is an important characteristic. However, calcification in ultrasonic images cannot be extracted accurately because of capsule wall and other internal tissue. In this paper, deep learning was first proposed to extract calcification, and two improved methods were proposed on the basis of Alexnet convolutional neural network. First, adding the corresponding anti-pooling (unpooling) and deconvolution layers (deconv2D) made the network to be trained for the required features and finally extract the calcification feature. Second, modifying the number of convolution templates and full connection layer nodes made feature extraction more refined. The final network was the combination of two improved methods above. To verify the method presented in this article, we got 8 416 images with calcification, and 10 844 without calcification. The result showed that the accuracy of the calcification extraction was 86% by using the improved Alexnet convolutional neural network. Compared with traditional methods, it has been improved greatly, which provides effective means for the identification of benign and malignant thyroid nodules.
Surface electromyography (sEMG) is a weak signal which is non-stationary and non-periodic. The sEMG classification methods based on time domain and frequency domain features have low recognition rate and poor stability. Based on the modeling and analysis of sEMG energy kernel, this paper proposes a new method to recognize human gestures utilizing convolutional neural network (CNN) and phase portrait of sEMG energy kernel. Firstly, the matrix counting method is used to process the sEMG energy kernel phase portrait into a grayscale image. Secondly, the grayscale image is preprocessed by moving average method. Finally, CNN is used to recognize sEMG of gestures. Experiments on gesture sEMG signal data set show that the effectiveness of the recognition framework and the recognition method of CNN combined with the energy kernel phase portrait have obvious advantages in recognition accuracy and computational efficiency over the area extraction methods. The algorithm in this paper provides a new feasible method for sEMG signal modeling analysis and real-time identification.
Early screening based on computed tomography (CT) pulmonary nodule detection is an important means to reduce lung cancer mortality, and in recent years three dimensional convolutional neural network (3D CNN) has achieved success and continuous development in the field of lung nodule detection. We proposed a pulmonary nodule detection algorithm by using 3D CNN based on a multi-scale attention mechanism. Aiming at the characteristics of different sizes and shapes of lung nodules, we designed a multi-scale feature extraction module to extract the corresponding features of different scales. Through the attention module, the correlation information between the features was mined from both spatial and channel perspectives to strengthen the features. The extracted features entered into a pyramid-similar fusion mechanism, so that the features would contain both deep semantic information and shallow location information, which is more conducive to target positioning and bounding box regression. On representative LUNA16 datasets, compared with other advanced methods, this method significantly improved the detection sensitivity, which can provide theoretical reference for clinical medicine.
In order to realize the quantitative assessment of muscle strength in hand function rehabilitation and then formulate scientific and effective rehabilitation training strategies, this paper constructs a multi-scale convolutional neural network (MSCNN) - convolutional block attention module (CBAM) - bidirectional long short-term memory network (BiLSTM) muscle strength prediction model to fully explore the spatial and temporal features of the data and simultaneously suppress useless features, and finally achieve the improvement of the accuracy of the muscle strength prediction model. To verify the effectiveness of the model proposed in this paper, the model in this paper is compared with traditional models such as support vector machine (SVM), random forest (RF), convolutional neural network (CNN), CNN - squeeze excitation network (SENet), MSCNN-CBAM and MSCNN-BiLSTM, and the effect of muscle strength prediction by each model is investigated when the hand force application changes from 40% of the maximum voluntary contraction force (MVC) to 60% of the MVC. The research results show that as the hand force application increases, the effect of the muscle strength prediction model becomes worse. Then the ablation experiment is used to analyze the influence degree of each module on the muscle strength prediction result, and it is found that the CBAM module plays a key role in the model. Therefore, by using the model in this article, the accuracy of muscle strength prediction can be effectively improved, and the characteristics and laws of hand muscle activities can be deeply understood, providing assistance for further exploring the mechanism of hand functions.
Objective To systematically evaluate the diagnostic value of artificial intelligence assisted narrow-band imaging endoscopy diagnostic system for colorectal adenomatous polyps. Methods Pubmed, Embase, Web of Science, Cochrane Library, SinoMed, China National Knowledge Infrastructure, Chongqing VIP and Wanfang databases were searched. The diagnostic trials of the artificial intelligence assisted narrow-band imaging endoscopy diagnostic system for colorectal adenomatous polyps were comprehensively searched. The search time limit was from January 1, 2000 to October 31, 2022. The included studies were evaluated according to the Quality Assessment of Diagnostic Accuracy Studies-2, and the data were meta-analysed with RevMan 5.3, Meta-Disc 1.4 and Stata 13.0 statistical softwares. Results Finally, 11 articles were included, including 2178 patients. Meta-analysis results of the artificial intelligence assisted narrow-band imaging endoscopy diagnostic system for colorectal adenomatous polyps showed that the pooled sensitivity was 0.91, the pooled specificity was 0.88, the pooled positive likelihood ratio was 7.41, the pooled negative likelihood ratio was 0.10, the pooled diagnostic odds ratio was 76.45, and the area under the summary receiver operating characteristic curve was 0.957. Among them, 5 articles reported the diagnosis of small adenomatous polyps (diameter <5 mm) by the artificial intelligence assisted narrow-band imaging endoscopy diagnostic system. The results showed that the pooled sensitivity and the pooled specificity were 0.93 and 0.91, respectively, and the area under the summary receiver operating characteristic curve was 0.971. Five articles reported the accuracy of endoscopic diagnosis for adenomatous polyps of those with insufficient experience. The results showed that the pooled sensitivity and the pooled specificity were 0.84 and 0.76, respectively. The area under the summary receiver operating characteristic curve was 0.848. Compared with the artificial intelligence assisted narrow-band imaging endoscopy diagnostic system, the difference was statistically significant (Z=1.979, P=0.048). Conclusion The artificial intelligence assisted narrow-band imaging endoscopy diagnostic system has a high diagnostic accuracy, which can significantly improve the diagnostic accuracy for colorectal adenomatous polyps of those with insufficient endoscopic experience, and can effectively compensate for the adverse impact of their lack of endoscopic experience.
With the wide application of deep learning technology in disease diagnosis, especially the outstanding performance of convolutional neural network (CNN) in computer vision and image processing, more and more studies have proposed to use this algorithm to achieve the classification of Alzheimer’s disease (AD), mild cognitive impairment (MCI) and normal cognition (CN). This article systematically reviews the application progress of several classic convolutional neural network models in brain image analysis and diagnosis at different stages of Alzheimer’s disease, and discusses the existing problems and gives the possible development directions in order to provide some references.
The application of minimally invasive surgical tool detection and tracking technology based on deep learning in minimally invasive surgery is currently a research hotspot. This paper firstly expounds the relevant technical content of the minimally invasive surgery tool detection and tracking, which mainly introduces the advantages based on deep learning algorithm. Then, this paper summarizes the algorithm for detection and tracking surgical tools based on fully supervised deep neural network and the emerging algorithm for detection and tracking surgical tools based on weakly supervised deep neural network. Several typical algorithm frameworks and their flow charts based on deep convolutional and recurrent neural networks are summarized emphatically, so as to enable researchers in relevant fields to understand the current research progress more systematically and provide reference for minimally invasive surgeons to select navigation technology. In the end, this paper provides a general direction for the further research of minimally invasive surgical tool detection and tracking technology based on deep learning.
The pathogenesis of Alzheimer's disease (AD), a common neurodegenerative disease, is still unknown. It is difficult to determine the atrophy areas, especially for patients with mild cognitive impairment (MCI) at different stages of AD, which results in a low diagnostic rate. Therefore, an early diagnosis model of AD based on 3-dimensional convolutional neural network (3DCNN) and genetic algorithm (GA) was proposed. Firstly, the 3DCNN was used to train a base classifier for each region of interest (ROI). And then, the optimal combination of the base classifiers was determined with the GA. Finally, the ensemble consisting of the chosen base classifiers was employed to make a diagnosis for a patient and the brain regions with significant classification capability were decided. The experimental results showed that the classification accuracy was 88.6% for AD vs. normal control (NC), 88.1% for MCI patients who will convert to AD (MCIc) vs. NC, and 71.3% for MCI patients who will not convert to AD (MCInc) vs. MCIc. In addition, with the statistical analysis of the behavioral domains corresponding to ROIs (i.e. brain regions), besides left hippocampus, medial and lateral amygdala, and left para-hippocampal gyrus, anterior superior temporal sulcus of middle temporal gyrus and dorsal area 23 of cingulate gyrus were also found with GA. It is concluded that the functions of the selected brain regions mainly are relevant to emotions, memory, cognition and the like, which is basically consistent with the symptoms of indifference, memory losses, mobility decreases and cognitive declines in AD patients. All of these show that the proposed method is effective.
Attention deficit/hyperactivity disorder (ADHD) is a behavioral disorder syndrome found mainly in school-age population. At present, the diagnosis of ADHD mainly depends on the subjective methods, leading to the high rate of misdiagnosis and missed-diagnosis. To solve these problems, we proposed an algorithm for classifying ADHD objectively based on convolutional neural network. At first, preprocessing steps, including skull stripping, Gaussian kernel smoothing, et al., were applied to brain magnetic resonance imaging (MRI). Then, coarse segmentation was used for selecting the right caudate nucleus, left precuneus, and left superior frontal gyrus region. Finally, a 3 level convolutional neural network was used for classification. Experimental results showed that the proposed algorithm was capable of classifying ADHD and normal groups effectively, the classification accuracies obtained by the right caudate nucleus and the left precuneus brain regions were greater than the highest classification accuracy (62.52%) in the ADHD-200 competition, and among 3 brain regions in ADHD and the normal groups, the classification accuracy from the right caudate nucleus was the highest. It is well concluded that the method for classification of ADHD and normal groups proposed in this paper utilizing the coarse segmentation and deep learning is a useful method for the purpose. The classification accuracy of the proposed method is high, and the calculation is simple. And the method is able to extract the unobvious image features better, and can overcome the shortcomings of traditional methods of MRI brain area segmentation, which are time-consuming and highly complicate. The method provides an objective diagnosis approach for ADHD.