Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (13)

Search Parameters:
Keywords = one-dimensional kernel convolutional process

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
17 pages, 2411 KB  
Article
Geographical Origin Identification of Citrus Fruits Based on Near-Infrared Spectroscopy Combined with Convolutional Neural Network and Data Augmentation
by Zhihong Lu, Kangkang Jia, Haoyang Zhang, Lei Tan, Saritporn Vittayapadung, Lie Deng and Qiang Lyu
Agriculture 2025, 15(22), 2350; https://doi.org/10.3390/agriculture15222350 - 12 Nov 2025
Cited by 1 | Viewed by 1385
Abstract
Accurately determining citrus origin is essential for establishing and maintaining regional brands with distinctive qualities while safeguarding the rights and interests of both farmers and consumers. In this study, 2693 navel orange samples were collected from 13 major producing regions in China to [...] Read more.
Accurately determining citrus origin is essential for establishing and maintaining regional brands with distinctive qualities while safeguarding the rights and interests of both farmers and consumers. In this study, 2693 navel orange samples were collected from 13 major producing regions in China to establish a comprehensive near-infrared spectroscopy (NIRS) dataset. To address the challenge of citrus origin authentication, this study proposes a novel six-layer one-dimensional convolutional neural network (1D-CNN). The classification accuracy of this model reaches 96.16%. Compared with the support vector machine (SVM), partial least squares discriminant analysis (PLS-DA), and three-layer 1D-CNNs with kernel sizes of 3 and 16, the accuracy of the proposed six-layer model is improved by 9.65%, 3.21%, 3.84%, and 1.98%, respectively. Furthermore, the dataset is augmented using a Wasserstein Generative Adversarial Network (WGAN) and Noise Addition. The results indicate that data augmentation can effectively improve the accuracy of various algorithm models. Among them, the 1D-CNN proposed in this study achieves the best performance on the Noise Addition-augmented dataset, with its accuracy, precision, recall, and F1-score reaching 98.39%, 0.9843, 0.9839, and 0.9840, respectively. Compared with the other four comparative models, the accuracy of this model is increased by 1.48%, 1.36%, 1.48%, and 2.85%, respectively. Finally, a visual analysis of the 1D-CNN’s feature-extraction process was conducted. The results demonstrate that the 1D-CNN can effectively extract discriminative NIR spectral features to accurately distinguish citrus from different origins and that data augmentation markedly improves model performance by increasing data diversity. This work provides a robust tool for citrus origin tracing and offers a new perspective for the origin authentication of other agricultural products. Full article
(This article belongs to the Section Agricultural Product Quality and Safety)
Show Figures

Figure 1

19 pages, 6822 KB  
Article
Intelligent Fault Diagnosis Based on Dual-Graph Transformation and P2D-Sk-ResNet-XGBoost
by Zhining Jia, Hongtao Yu, Lei Qiao, Guanqun Wang, You Cui, Zhimin Xu, Yang Yang and Fengjun Zhang
Processes 2025, 13(10), 3342; https://doi.org/10.3390/pr13103342 - 18 Oct 2025
Cited by 1 | Viewed by 673
Abstract
To address the limitations of one-dimensional vibration signals in convolutional neural networks and the insufficient feature extraction capability of traditional single data processing methods under complex operating conditions, this paper proposes a novel fault diagnosis method that integrates dual-graph transformation and an improved [...] Read more.
To address the limitations of one-dimensional vibration signals in convolutional neural networks and the insufficient feature extraction capability of traditional single data processing methods under complex operating conditions, this paper proposes a novel fault diagnosis method that integrates dual-graph transformation and an improved residual network. Firstly, the one-dimensional vibration signals are converted into time–frequency representations using the short-time Fourier transform (STFT) and the synchrosqueezed wavelet transform (SWT). Subsequently, these dual-domain representations are fed in parallel into a customized parallel two-dimensional residual network (P2D-Sk-ResNet), which incorporates the selective kernel network (SKNet) mechanism into a ResNet architecture. This design enables adaptive multi-scale feature extraction. Finally, the features from the fully connected layer are classified using the extreme gradient boosting (XGBoost) algorithm to complete the fault diagnosis task. Comparative experiments demonstrate that the proposed STFT-SWT-P2D-Sk-ResNet-XGBoost achieves a diagnostic accuracy of 98.51% under constant load conditions, significantly outperforming several baseline models. Furthermore, the model exhibits superior generalization capability under varying load conditions and strong robustness in noisy environments. The proposed method provides a valuable and practical reference for intelligent fault diagnosis in industrial applications. Full article
(This article belongs to the Section Process Control, Modeling and Optimization)
Show Figures

Figure 1

17 pages, 14465 KB  
Article
A Multi-Model Fusion Network for Enhanced Blind Well Lithology Prediction
by Xiaoqing Shao, Pengwei Zhang, Shunlai Yan, Qing Zhao, Yufeng Jia, Cheng Zhang and Jun Tian
Processes 2025, 13(1), 278; https://doi.org/10.3390/pr13010278 - 20 Jan 2025
Cited by 3 | Viewed by 2552
Abstract
Lithology identification is essential for formation evaluation and reservoir characterization, serving as a fundamental basis for assessing the potential value of oil and gas resources. However, traditional models often struggle with identification accuracy due to the complexities of nonlinear relationships and class imbalances [...] Read more.
Lithology identification is essential for formation evaluation and reservoir characterization, serving as a fundamental basis for assessing the potential value of oil and gas resources. However, traditional models often struggle with identification accuracy due to the complexities of nonlinear relationships and class imbalances in well-logging data. This paper presents an effective multi-model ensemble approach for lithology identification, integrating one-dimensional multi-scale convolutional neural networks (MCNN1D), Graph Attention Networks (GAT), and Transformer networks. MCNN1D extracts local features of lithological changes with varying convolutional kernels, enhancing robustness to complex geological data. The GAT assigns adaptive weights to adjacent nodes, capturing spatial relationships among lithological samples and enhancing local interactions. Meanwhile, the Transformer uses self-attention to capture contextual relationships in lithological sequences, improving global feature processing and identification. The multi-model fusion effectively combines the strengths of individual models, enabling comprehensive and efficient modeling of geological features. Experimental results show that the proposed Multi-Model Fusion Network outperforms other models in accuracy, precision, recall, and F1-score on the Hugoton–Panoma oilfield dataset, achieving a lithology identification accuracy of 95.06% for adjacent lithologies. This approach mitigates the effects of data imbalance and enhances identification accuracy, making it a powerful tool for lithology identification in complex reservoirs. Full article
Show Figures

Figure 1

22 pages, 27370 KB  
Article
Dynamic Temporal Denoise Neural Network with Multi-Head Attention for Fault Diagnosis Under Noise Background
by Zhongzhi Li, Rong Fan, Jinyi Ma, Jianliang Ai and Yiqun Dong
Sensors 2024, 24(21), 6813; https://doi.org/10.3390/s24216813 - 23 Oct 2024
Cited by 2 | Viewed by 2171
Abstract
Fault diagnosis plays a crucial role in maintaining the operational safety of mechanical systems. As intelligent data-driven approaches evolve, deep learning (DL) has emerged as a pivotal technique in fault diagnosis research. However, the collected vibrational signals from mechanical systems are usually corrupted [...] Read more.
Fault diagnosis plays a crucial role in maintaining the operational safety of mechanical systems. As intelligent data-driven approaches evolve, deep learning (DL) has emerged as a pivotal technique in fault diagnosis research. However, the collected vibrational signals from mechanical systems are usually corrupted by unrelated noises due to complicated transfer path modulations and component coupling. To solve the above problems, this paper proposed the dynamic temporal denoise neural network with multi-head attention (DTDNet). Firstly, this model transforms one-dimensional signals into two-dimensional tensors based on the periodic self-similarity of signals, employing multi-scale two-dimensional convolution kernels to extract signal features both within and across periods. Secondly, for the problem of lacking denoising structure in traditional convolutional neural networks, a temporal variable denoise (TVD) module with dynamic nonlinear processing is proposed to filter the noises. Lastly, a multi-head attention fusion (MAF) module is used to weight the denoted features of signals with different periods. Evaluation on two datasets, Case Western Reserve University bearing dataset (single sensor) and Real aircraft sensor dataset (multiple sensors), demonstrates that the DTDNet can reduce the useless noises in signals and achieve a remarkable improvement in classification performance compared with the state-of-the-art method. DTDNet provides a high-performance solution for potential noise that may occur in actual fault diagnosis tasks, which has important application value. Full article
(This article belongs to the Section Fault Diagnosis & Sensors)
Show Figures

Figure 1

17 pages, 8461 KB  
Article
“Spectral Method” for Determining a Kernel of the Fredholm Integral Equation of the First Kind of Convolution Type and Suppressing the Gibbs Effect
by Valery Sizikov and Nina Rushchenko
Mathematics 2024, 12(1), 13; https://doi.org/10.3390/math12010013 - 20 Dec 2023
Cited by 1 | Viewed by 2040
Abstract
A set of one-dimensional (as well as one two-dimensional) Fredholm integral equations (IEs) of the first kind of convolution type is solved. The task for solving these equations is ill-posed (first of all, unstable); therefore, the Wiener parametric filtering method (WPFM) and the [...] Read more.
A set of one-dimensional (as well as one two-dimensional) Fredholm integral equations (IEs) of the first kind of convolution type is solved. The task for solving these equations is ill-posed (first of all, unstable); therefore, the Wiener parametric filtering method (WPFM) and the Tikhonov regularization method (TRM) are used to solve them. The variant is considered when a kernel of the integral equation (IE) is unknown or known inaccurately, which generates a significant error in the solution of IE. The so-called “spectral method” is being developed to determine the kernel of an integral equation based on the Fourier spectrum, which leads to a decrease of the error in solving the IE and image improvement. Moreover, the authors also propose a method for diffusing the solution edges to suppress the possible Gibbs effect (ringing-type distortions). As applications, the problems for processing distorted (smeared, defocused, noisy, and with the Gibbs effect) images are considered. Numerical examples are given to illustrate the use of the “spectral method” to enhance the accuracy and stability of processing distorted images through their mathematical and computer processing. Full article
(This article belongs to the Special Issue Convolution Equations: Theory, Numerical Methods and Applications)
Show Figures

Figure 1

17 pages, 10139 KB  
Article
Detection and Identification of Potato-Typical Diseases Based on Multidimensional Fusion Atrous-CNN and Hyperspectral Data
by Wenqiang Gao, Zhiyun Xiao and Tengfei Bao
Appl. Sci. 2023, 13(8), 5023; https://doi.org/10.3390/app13085023 - 17 Apr 2023
Cited by 23 | Viewed by 5389
Abstract
As one of the world’s most crucial crops, the potato is an essential source of nutrition for human activities. However, several diseases pose a severe threat to the yield and quality of potatoes. Timely and accurate detection and identification of potato diseases are [...] Read more.
As one of the world’s most crucial crops, the potato is an essential source of nutrition for human activities. However, several diseases pose a severe threat to the yield and quality of potatoes. Timely and accurate detection and identification of potato diseases are of great importance. Hyperspectral imaging has emerged as an essential tool that provides rich spectral and spatial distribution information and has been widely used in potato disease detection and identification. Nevertheless, the accuracy of prediction is often low when processing hyperspectral data using a one-dimensional convolutional neural network (1D-CNN). Additionally, conventional three-dimensional convolutional neural networks (3D-CNN) often require high hardware consumption while processing hyperspectral data. In this paper, we propose an Atrous-CNN network structure that fuses multiple dimensions to address these problems. The proposed structure combines the spectral information extracted by 1D-CNN, the spatial information extracted by 2D-CNN, and the spatial spectrum information extracted by 3D-CNN. To enhance the perceptual field of the convolution kernel and reduce the loss of hyperspectral data, null convolution is utilized in 1D-CNN and 2D-CNN to extract data features. We tested the proposed structure on three real-world potato diseases and achieved recognition accuracy of up to 0.9987. The algorithm presented in this paper effectively extracts hyperspectral data feature information using three different dimensional CNNs, leading to higher recognition accuracy and reduced hardware consumption. Therefore, it is feasible to use the 1D-CNN network and hyperspectral image technology for potato plant disease identification. Full article
(This article belongs to the Special Issue Advances in Pests and Pathogens Treatment and Biological Control)
Show Figures

Figure 1

23 pages, 4626 KB  
Article
Multiscale Encoding of Electrocardiogram Signals with a Residual Network for the Detection of Atrial Fibrillation
by Mona N. Alsaleem, Md Saiful Islam, Saad Al-Ahmadi and Adel Soudani
Bioengineering 2022, 9(9), 480; https://doi.org/10.3390/bioengineering9090480 - 16 Sep 2022
Cited by 7 | Viewed by 3253
Abstract
Atrial fibrillation (AF) is one of the most common cardiac arrhythmias, and it is an indication of high-risk factors for stroke, myocardial ischemia, and other malignant cardiovascular diseases. Most of the existing AF detection methods typically convert one-dimensional time-series electrocardiogram (ECG) signals into [...] Read more.
Atrial fibrillation (AF) is one of the most common cardiac arrhythmias, and it is an indication of high-risk factors for stroke, myocardial ischemia, and other malignant cardiovascular diseases. Most of the existing AF detection methods typically convert one-dimensional time-series electrocardiogram (ECG) signals into two-dimensional representations to train a deep and complex AF detection system, which results in heavy training computation and high implementation costs. In this paper, a multiscale signal encoding scheme is proposed to improve feature representation and detection performance without the need for using any transformation or handcrafted feature engineering techniques. The proposed scheme uses different kernel sizes to produce the encoded signal by using multiple streams that are passed into a one-dimensional sequence of blocks of a residual convolutional neural network (ResNet) to extract representative features from the input ECG signal. This also allows networks to grow in breadth rather than in depth, thus reducing the computing time by using the parallel processing capability of deep learning networks. We investigated the effects of the use of a different number of streams with different kernel sizes on the performance. Experiments were carried out for a performance evaluation using the publicly available PhysioNet CinC Challenge 2017 dataset. The proposed multiscale encoding scheme outperformed existing deep learning-based methods with an average F1 score of 98.54%, but with a lower network complexity. Full article
Show Figures

Figure 1

19 pages, 10022 KB  
Article
MEA-Net: A Lightweight SAR Ship Detection Model for Imbalanced Datasets
by Yiyu Guo and Luoyu Zhou
Remote Sens. 2022, 14(18), 4438; https://doi.org/10.3390/rs14184438 - 6 Sep 2022
Cited by 27 | Viewed by 3854
Abstract
The existing synthetic aperture radar (SAR) ship datasets have an imbalanced number of inshore and offshore ship targets, and the number of small, medium and large ship targets differs greatly. At the same time, the existing SAR ship detection models in the application [...] Read more.
The existing synthetic aperture radar (SAR) ship datasets have an imbalanced number of inshore and offshore ship targets, and the number of small, medium and large ship targets differs greatly. At the same time, the existing SAR ship detection models in the application have a huge structure and require high computing resources. To solve these problems, we propose a SAR ship detection model named mask efficient adaptive network (MEA-Net), which is lightweight and high-accuracy for imbalanced datasets. Specifically, we propose the following three innovative modules. Firstly, we propose a mask data balance augmentation (MDBA) method, which solves the imbalance of sample data between inshore and offshore ship targets by combining mathematical morphological processing and ship label data to greatly improve the ability of the model to detect inshore ship targets. Secondly, we propose an efficient attention mechanism (EAM), which effectively integrates channel features and spatial features through one-dimensional convolution and two-dimensional convolution, to improve the feature extraction ability of the model for SAR ship targets. Thirdly, we propose an adaptive receptive field block (ARFB), which can achieve more effective multi-scale detection by establishing the mapping relationship between the size of the convolution kernel and the channel of feature map, to improve the detection ability of the model for ship targets of different sizes. Finally, MEA-Net is deployed on the Jeston Nano edge computing device of the 2 GB version. We conducted experimental validation on the SSDD and HRSID datasets. Compared with the baseline, the AP of MEA-Net increased by 2.18% on the SSDD dataset and 3.64% on the HRSID dataset. The FLOPs and model parameters of MEA-Net were only 2.80 G and 0.96 M, respectively. In addition, the FPS reached 6.31 on the Jeston Nano, which has broad application prospects. Full article
Show Figures

Graphical abstract

23 pages, 25616 KB  
Article
Breast Lesions Screening of Mammographic Images with 2D Spatial and 1D Convolutional Neural Network-Based Classifier
by Chia-Hung Lin, Hsiang-Yueh Lai, Pi-Yun Chen, Jian-Xing Wu, Ching-Chou Pai, Chun-Min Su and Hui-Wen Ho
Appl. Sci. 2022, 12(15), 7516; https://doi.org/10.3390/app12157516 - 26 Jul 2022
Cited by 4 | Viewed by 2783
Abstract
Mammography is a first-line imaging examination that employs low-dose X-rays to rapidly screen breast tumors, cysts, and calcifications. This study proposes a two-dimensional (2D) spatial and one-dimensional (1D) convolutional neural network (CNN) to early detect possible breast lesions (tumors) to reduce patients’ mortality [...] Read more.
Mammography is a first-line imaging examination that employs low-dose X-rays to rapidly screen breast tumors, cysts, and calcifications. This study proposes a two-dimensional (2D) spatial and one-dimensional (1D) convolutional neural network (CNN) to early detect possible breast lesions (tumors) to reduce patients’ mortality rates and to develop a classifier for use in mammographic images on regions of interest where breast lesions (tumors) may likely occur. The 2D spatial fractional-order convolutional processes are used to strengthen and sharpen the lesions’ features, denoise, and improve the feature extraction processes. Then, an automatic extraction task is performed using a specific bounding box to sequentially pick out feature patterns from each mammographic image. The multi-round 1D kernel convolutional processes can also strengthen and denoise 1D feature signals and assist in the identification of the differentiation levels of normality and abnormality signals. In the classification layer, a gray relational analysis-based classifier is used to screen the possible lesions, including normal (Nor), benign (B), and malignant (M) classes. The classifier development for clinical applications can reduce classifier’s training time, computational complexity level, computational time, and achieve a more accurate rate for meeting clinical/medical purpose. Mammographic images were selected from the mammographic image analysis society image database for experimental tests on breast lesions screening and K-fold cross-validations were performed. The experimental results showed promising performance in quantifying the classifier’s outcome for medical purpose evaluation in terms of recall (%), precision (%), accuracy (%), and F1 score. Full article
(This article belongs to the Special Issue Advanced Electronics and Digital Signal Processing)
Show Figures

Figure 1

22 pages, 4560 KB  
Article
Prediction of Air Pollutant Concentration Based on One-Dimensional Multi-Scale CNN-LSTM Considering Spatial-Temporal Characteristics: A Case Study of Xi’an, China
by Hongbin Dai, Guangqiu Huang, Jingjing Wang, Huibin Zeng and Fangyu Zhou
Atmosphere 2021, 12(12), 1626; https://doi.org/10.3390/atmos12121626 - 6 Dec 2021
Cited by 43 | Viewed by 5771
Abstract
Air pollution has become a serious problem threatening human health. Effective prediction models can help reduce the adverse effects of air pollutants. Accurate predictions of air pollutant concentration can provide a scientific basis for air pollution prevention and control. However, the previous air [...] Read more.
Air pollution has become a serious problem threatening human health. Effective prediction models can help reduce the adverse effects of air pollutants. Accurate predictions of air pollutant concentration can provide a scientific basis for air pollution prevention and control. However, the previous air pollution-related prediction models mainly processed air quality prediction, or the prediction of a single or two air pollutants. Meanwhile, the temporal and spatial characteristics and multiple factors of pollutants were not fully considered. Herein, we establish a deep learning model for an atmospheric pollutant memory network (LSTM) by both applying the one-dimensional multi-scale convolution kernel (ODMSCNN) and a long-short-term memory network (LSTM) on the basis of temporal and spatial characteristics. The temporal and spatial characteristics combine the respective advantages of CNN and LSTM networks. First, ODMSCNN is utilized to extract the temporal and spatial characteristics of air pollutant-related data to form a feature vector, and then the feature vector is input into the LSTM network to predict the concentration of air pollutants. The data set comes from the daily concentration data and hourly concentration data of six atmospheric pollutants (PM2.5, PM10, NO2, CO, O3, SO2) and 17 types of meteorological data in Xi’an. Daily concentration data prediction, hourly concentration data prediction, group data prediction and multi-factor prediction were used to verify the effectiveness of the model. In general, the air pollutant concentration prediction model based on ODMSCNN-LSTM shows a better prediction effect compared with multi-layer perceptron (MLP), CNN, and LSTM models. Full article
(This article belongs to the Section Air Pollution Control)
Show Figures

Figure 1

19 pages, 4884 KB  
Article
An Improved Fault Diagnosis Using 1D-Convolutional Neural Network Model
by Chih-Cheng Chen, Zhen Liu, Guangsong Yang, Chia-Chun Wu and Qiubo Ye
Electronics 2021, 10(1), 59; https://doi.org/10.3390/electronics10010059 - 31 Dec 2020
Cited by 136 | Viewed by 10458
Abstract
The diagnosis of a rolling bearing for monitoring its status is critical in maintaining industrial equipment while using rolling bearings. The traditional method of diagnosing faults of the rolling bearing has low identification accuracy, which needs artificial feature extraction in order to enhance [...] Read more.
The diagnosis of a rolling bearing for monitoring its status is critical in maintaining industrial equipment while using rolling bearings. The traditional method of diagnosing faults of the rolling bearing has low identification accuracy, which needs artificial feature extraction in order to enhance the accuracy. The one-dimensional convolution neural network (1D-CNN) method can not only diagnose bearing faults accurately, but also overcome shortcomings of the traditional methods. Different from machine learning and other deep learning models, the 1D-CNN method does not need pre-processing one-dimensional data of rolling bearing’s vibration. In this paper, the 1D-CNN network architecture is proposed in order to effectively improve the accuracy of the diagnosis of rolling bearing, and the number of convolution kernels decreases with the reduction of the convolution kernel size. The method obtains high accuracy and improves the generalizing ability by introducing the dropout operation. The experimental results show 99.2% of the average accuracy under a single load and 98.83% under different loads. Full article
Show Figures

Figure 1

18 pages, 1168 KB  
Article
Spatio-Temporal Representation of an Electoencephalogram for Emotion Recognition Using a Three-Dimensional Convolutional Neural Network
by Jungchan Cho and Hyoseok Hwang
Sensors 2020, 20(12), 3491; https://doi.org/10.3390/s20123491 - 20 Jun 2020
Cited by 58 | Viewed by 8176
Abstract
Emotion recognition plays an important role in the field of human–computer interaction (HCI). An electroencephalogram (EEG) is widely used to estimate human emotion owing to its convenience and mobility. Deep neural network (DNN) approaches using an EEG for emotion recognition have recently shown [...] Read more.
Emotion recognition plays an important role in the field of human–computer interaction (HCI). An electroencephalogram (EEG) is widely used to estimate human emotion owing to its convenience and mobility. Deep neural network (DNN) approaches using an EEG for emotion recognition have recently shown remarkable improvement in terms of their recognition accuracy. However, most studies in this field still require a separate process for extracting handcrafted features despite the ability of a DNN to extract meaningful features by itself. In this paper, we propose a novel method for recognizing an emotion based on the use of three-dimensional convolutional neural networks (3D CNNs), with an efficient representation of the spatio-temporal representations of EEG signals. First, we spatially reconstruct raw EEG signals represented as stacks of one-dimensional (1D) time series data to two-dimensional (2D) EEG frames according to the original electrode position. We then represent a 3D EEG stream by concatenating the 2D EEG frames to the time axis. These 3D reconstructions of the raw EEG signals can be efficiently combined with 3D CNNs, which have shown a remarkable feature representation from spatio-temporal data. Herein, we demonstrate the accuracy of the emotional classification of the proposed method through extensive experiments on the DEAP (a Dataset for Emotion Analysis using EEG, Physiological, and video signals) dataset. Experimental results show that the proposed method achieves a classification accuracy of 99.11%, 99.74%, and 99.73% in the binary classification of valence and arousal, and, in four-class classification, respectively. We investigate the spatio-temporal effectiveness of the proposed method by comparing it to several types of input methods with 2D/3D CNN. We then verify the best performing shape of both the kernel and input data experimentally. We verify that an efficient representation of an EEG and a network that fully takes advantage of the data characteristics can outperform methods that apply handcrafted features. Full article
(This article belongs to the Special Issue Computational Intelligence and Intelligent Contents (CIIC))
Show Figures

Figure 1

19 pages, 4441 KB  
Article
Signal Status Recognition Based on 1DCNN and Its Feature Extraction Mechanism Analysis
by Shuzhan Huang, Jian Tang, Juying Dai and Yangyang Wang
Sensors 2019, 19(9), 2018; https://doi.org/10.3390/s19092018 - 29 Apr 2019
Cited by 126 | Viewed by 9181
Abstract
In this paper, we construct a one-dimensional convolutional neural network (1DCNN), which directly takes as the input the vibration signal in the mechanical operation process. It can realize intelligent mechanical fault diagnosis and ensure the authenticity of signal samples. Moreover, due to the [...] Read more.
In this paper, we construct a one-dimensional convolutional neural network (1DCNN), which directly takes as the input the vibration signal in the mechanical operation process. It can realize intelligent mechanical fault diagnosis and ensure the authenticity of signal samples. Moreover, due to the excellent interpretability of the 1DCNN, we can explain the feature extraction mechanism of convolution and the synergistic work ability of the convolution kernel by analyzing convolution kernels and their output results in the time-domain, frequency-domain. What’s more, we propose a novel network parameter-optimization method by matching the features of the convolution kernel with those of the original signal. A large number of experiments proved that, this optimization method improve the diagnostic accuracy and the operational efficiency greatly. Full article
(This article belongs to the Section Intelligent Sensors)
Show Figures

Figure 1

Back to TopTop