scholarly journals Automated Classification of Massive Spectra Based on Enhanced Multi-Scale Coded Convolutional Neural Network

Universe ◽  
2020 ◽  
Vol 6 (4) ◽  
pp. 60
Author(s):  
Bin Jiang ◽  
Donglai Wei ◽  
Jiazhen Liu ◽  
Shuting Wang ◽  
Liyun Cheng ◽  
...  

The Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST) has produced massive medium-resolution spectra. Data mining for special and rare stars in massive LAMOST spectra is of great significance. Feature extraction plays an important role in the process of automatic spectra classification. The proper classification network can extract most of the common spectral features with minimum noise and individual features. Such a network has better generalization capabilities and can extract sufficient features for classification. A variety of classification networks of one dimension and two dimensions are both designed and implemented systematically in this paper to verify whether spectra is easier to deal with in a 2D situation. The experimental results show that the fully connected neural network cannot extract enough features. Although convolutional neural network (CNN) with a strong feature extraction capability can quickly achieve satisfactory results on the training set, there is a tendency for overfitting. Signal-to-noise ratios also have effects on the network. To investigate the problems above, various techniques are tested and the enhanced multi-scale coded convolutional neural network (EMCCNN) is proposed and implemented, which can perform spectral denoising and feature extraction at different scales in a more efficient manner. In a specified search, eight known and one possible cataclysmic variables (CVs) in LAMOST MRS are identified by EMCCNN including four CVs, one dwarf nova and three novae. The result supplements the spectra of CVs. Furthermore, these spectra are the first medium-resolution spectra of CVs. The EMCCNN model can be easily extended to search for other rare stellar spectra.

Sensors ◽  
2021 ◽  
Vol 21 (15) ◽  
pp. 5137
Author(s):  
Elham Eslami ◽  
Hae-Bum Yun

Automated pavement distress recognition is a key step in smart infrastructure assessment. Advances in deep learning and computer vision have improved the automated recognition of pavement distresses in road surface images. This task remains challenging due to the high variation of defects in shapes and sizes, demanding a better incorporation of contextual information into deep networks. In this paper, we show that an attention-based multi-scale convolutional neural network (A+MCNN) improves the automated classification of common distress and non-distress objects in pavement images by (i) encoding contextual information through multi-scale input tiles and (ii) employing a mid-fusion approach with an attention module for heterogeneous image contexts from different input scales. A+MCNN is trained and tested with four distress classes (crack, crack seal, patch, pothole), five non-distress classes (joint, marker, manhole cover, curbing, shoulder), and two pavement classes (asphalt, concrete). A+MCNN is compared with four deep classifiers that are widely used in transportation applications and a generic CNN classifier (as the control model). The results show that A+MCNN consistently outperforms the baselines by 1∼26% on average in terms of the F-score. A comprehensive discussion is also presented regarding how these classifiers perform differently on different road objects, which has been rarely addressed in the existing literature.


2021 ◽  
Vol 15 ◽  
Author(s):  
Suting Zhong ◽  
Kai Sun ◽  
Xiaobing Zuo ◽  
Aihong Chen

Severe cerebrovascular disease is an acute cerebrovascular event that causes severe neurological damage in patients, and is often accompanied by severe dysfunction of multiple systems such as breathing and circulation. Patients with severe cerebrovascular disease are in critical condition, have many complications, and are prone to deterioration of neurological function. Therefore, they need closer monitoring and treatment. The treatment strategy in the acute phase directly determines the prognosis of the patient. The case of this article selected 90 patients with severe cerebrovascular disease who were hospitalized in four wards of the Department of Neurology and the Department of Critical Care Medicine in a university hospital. The included cases were in accordance with the guidelines for the prevention and treatment of cerebrovascular diseases. Patients with cerebral infarction are given routine treatments such as improving cerebral circulation, protecting nutrient brain cells, dehydration, and anti-platelet; patients with cerebral hemorrhage are treated within the corresponding safe time window. We use Statistical Product and Service Solutions (SPSS) Statistics21 software to perform statistical analysis on the results. Based on the study of the feature extraction process of convolutional neural network, according to the hierarchical principle of convolutional neural network, a backbone neural network MF (Multi-Features)—Dense Net that can realize the fusion, and extraction of multi-scale features is designed. The network combines the characteristics of densely connected network and feature pyramid network structure, and combines strong feature extraction ability, high robustness and relatively small parameter amount. An end-to-end monitoring algorithm for severe cerebrovascular diseases based on MF-Dense Net is proposed. In the experiment, the algorithm showed high monitoring accuracy, and at the same time reached the speed of real-time monitoring on the experimental platform. An improved spatial pyramid pooling structure is designed to strengthen the network’s ability to merge and extract local features at the same level and at multiple scales, which can further improve the accuracy of algorithm monitoring by paying a small amount of additional computational cost. At the same time, a method is designed to strengthen the use of low-level features by improving the network structure, which improves the algorithm’s monitoring performance on small-scale severe cerebrovascular diseases. For patients with severe cerebrovascular disease in general, APACHEII1, APACHEII2, APACHEII3 and the trend of APACHEII score change are divided into high-risk group and low-risk group. The overall severe cerebrovascular disease, severe cerebral hemorrhage and severe cerebral infarction are analyzed, respectively. The differences are statistically significant.


2021 ◽  
pp. 1-10
Author(s):  
Chien-Cheng Leea ◽  
Zhongjian Gao ◽  
Xiu-Chi Huanga

This paper proposes a Wi-Fi-based indoor human detection system using a deep convolutional neural network. The system detects different human states in various situations, including different environments and propagation paths. The main improvements proposed by the system is that there is no cameras overhead and no sensors are mounted. This system captures useful amplitude information from the channel state information and converts this information into an image-like two-dimensional matrix. Next, the two-dimensional matrix is used as an input to a deep convolutional neural network (CNN) to distinguish human states. In this work, a deep residual network (ResNet) architecture is used to perform human state classification with hierarchical topological feature extraction. Several combinations of datasets for different environments and propagation paths are used in this study. ResNet’s powerful inference simplifies feature extraction and improves the accuracy of human state classification. The experimental results show that the fine-tuned ResNet-18 model has good performance in indoor human detection, including people not present, people still, and people moving. Compared with traditional machine learning using handcrafted features, this method is simple and effective.


Electronics ◽  
2021 ◽  
Vol 10 (3) ◽  
pp. 319
Author(s):  
Yi Wang ◽  
Xiao Song ◽  
Guanghong Gong ◽  
Ni Li

Due to the rapid development of deep learning and artificial intelligence techniques, denoising via neural networks has drawn great attention due to their flexibility and excellent performances. However, for most convolutional network denoising methods, the convolution kernel is only one layer deep, and features of distinct scales are neglected. Moreover, in the convolution operation, all channels are treated equally; the relationships of channels are not considered. In this paper, we propose a multi-scale feature extraction-based normalized attention neural network (MFENANN) for image denoising. In MFENANN, we define a multi-scale feature extraction block to extract and combine features at distinct scales of the noisy image. In addition, we propose a normalized attention network (NAN) to learn the relationships between channels, which smooths the optimization landscape and speeds up the convergence process for training an attention model. Moreover, we introduce the NAN to convolutional network denoising, in which each channel gets gain; channels can play different roles in the subsequent convolution. To testify the effectiveness of the proposed MFENANN, we used both grayscale and color image sets whose noise levels ranged from 0 to 75 to do the experiments. The experimental results show that compared with some state-of-the-art denoising methods, the restored images of MFENANN have larger peak signal-to-noise ratios (PSNR) and structural similarity index measure (SSIM) values and get better overall appearance.


Sign in / Sign up

Export Citation Format

Share Document