To ensure the operation safety of industrial processes, process monitoring techniques have been receiving considerably increasing attention from both academia and industry. The advent of deep learning has revolutioniz...
详细信息
To ensure the operation safety of industrial processes, process monitoring techniques have been receiving considerably increasing attention from both academia and industry. The advent of deep learning has revolutionized data-driven process monitoring by effectively dealing with the inherent nonlinearity of industrial processes. In this work, a gated recurrent unit-based stacked sparse autoencoder with attention mechanism (GRU-SSAE-AM) model is developed for process monitoring. This model leverages the power of recurrent neural networks in conjunction with the sparsestackedautoencoder to tackle the temporal and nonlinear features present in process data. To enhance the model's ability to distill critical information indicative of process status, an attention mechanism is naturally integrated within the encoder-decoder framework. Experiments on an industrial benchmark of Tennessee Eastman process (TEP) and a real blast furnace ironmaking process (BFIP) are carried out to verify the capability and effectiveness of the proposed GRU-SSAE-AM based process monitoring method by comparison with other related methods.
Early identification of wheel defects can prevent serious damage to railways, considerably lowering maintenance costs for both railway administrations and rolling stock operators. Within this context, an unsupervised ...
详细信息
Early identification of wheel defects can prevent serious damage to railways, considerably lowering maintenance costs for both railway administrations and rolling stock operators. Within this context, an unsupervised methodology based on artificial intelligence techniques is presented, which allows the detection and classification of out-of-roundness damage wheels, such as wheel flats and polygonal wheels, based on dynamic responses induced on the track by crossing freight railway vehicles. The methodology involves the following steps: (i) data collection and pre-processing, (ii) feature extraction (iii) data fusion and (iv) feature discrimination. In the first phase, an FFT algorithm is applied to the acceleration track responses. Then, features are extracted after training a stacked sparse autoencoder, in which the main features of the responses are obtained after a compression stage using an encoder network. This lower dimensional layer forces the model to learn a compression of the input data. Then, these extracted features are merged using the Mahalanobis distance, which enhances the sensitivity to the damage recognition. Posteriorly, an outlier analysis is performed to distinguish a healthy wheel from a defective one and a cluster analysis to discriminate the two types of out-of-roundness (OOR) damage and classify the severity of each type of damage.
The power battery constitutes the fundamental component of new energy vehicles. Rapid and accurate fault diagnosis of power batteries can effectively improve the safety and power performance of the vehicle. In respons...
详细信息
The power battery constitutes the fundamental component of new energy vehicles. Rapid and accurate fault diagnosis of power batteries can effectively improve the safety and power performance of the vehicle. In response to the issues of limited generalization ability and suboptimal diagnostic accuracy observed in traditional power battery fault diagnosis models, this study proposes a fault diagnosis method utilizing a Convolutional Block Attention Capsule Network (CBAM-CapsNet) based on a stacked sparse autoencoder (SSAE). The reconstructed dataset is initially input into the SSAE model. Layer-by-layer greedy learning using unsupervised learning is employed, combining unsupervised learning methods with parameter updating and local fine-tuning to enhance visualization capabilities. The CBAM is then integrated into the CapsNet, which not only mitigates the effect of noise on the SSAE but also improves the model's ability to characterize power cell features, completing the fault diagnosis process. The experimental comparison results show that the proposed method can diagnose power battery failure modes with an accuracy of 96.86%, and various evaluation indexes are superior to CNN, CapsNet, CBAM-CapsNet, and other neural networks at accurately identifying fault types with higher diagnostic accuracy and robustness.
Network security situation awareness enables networks to actively and effectively defend against network attacks, relying on the extraction of network situation elements as an initial and decisive step. In existing st...
详细信息
Network security situation awareness enables networks to actively and effectively defend against network attacks, relying on the extraction of network situation elements as an initial and decisive step. In existing studies, the stacked sparse autoencoder (SSAE) has been employed to extract features from unlabeled network flows. However, obtaining the optimal hyperparameter combination is challenging due to its numerous hyperparameters. To address this issue, we propose a novel approach named DBO-SSAE that leverages dung beetle optimization (DBO) to select the optimal hyperparameters for SSAE automatically. Applied to the well-known UNSW-NB15 dataset, our model yields an optimal feature subset, which is evaluated across various binary classifiers with different metrics. Experimental results demonstrate that our approach improvesaccuracyandF1-measureby 0.2% to 1.5% while reducing the false negative rate(FNR)and false positive rate(FPR) by 0.06% to 7%, surpassing other feature extraction methods on the same classifier for the UNSW-NB15 dataset. Particularly, in conjunction with a lightweight bidirectional longs hort-term memory (BiLSTM), our model achieves metrics of 98.84%accuracy, 98.96%F1-measure, 1.86%FNR, and 0.6%FPR. This study could provide novel insights into the effective representation of network situation elements and lay the groundwork for a high-efficiency intrusion detection system
Six-phase transmission lines have the capability to address the continually evolving power demand. It allows upgrading the power transfer capability of the prevailing three-phase double circuit line without major chan...
详细信息
Six-phase transmission lines have the capability to address the continually evolving power demand. It allows upgrading the power transfer capability of the prevailing three-phase double circuit line without major changes in the transmission corridors. However, the operational performance of any six-phase system is highly dependent on its protection scheme. The possibility of larger number of faults in six-phase system complicates the protection task. Furthermore, the harmonics intrusion arising because of nonlinear loading compromises the reliability of the conventional threshold-based protection schemes. In this regard, this article addresses the above-mentioned challenges by developing a protection scheme based on the hybrid frameworks of bat algorithm and stacked sparse autoencoder-deep neural network (SAE-DNN). To overcome the limitation of SAE-DNN regarding optimal selection of architecture and tuning parameters, the selection task has been formulated as an optimization problem and solved using Bat algorithm. The use of raw voltage and current signals as input to the SAE-DNN reduces the overall complexity of the protection scheme. The efficacy of the proposed scheme has been validated for all 120 types of faults under varying operating, loading and fault scenarios. Furthermore, the proposed scheme has been validated for practical settings by performing real-time simulations on OPAL-RT digital simulator.
Web robots are automated computer programs that can be exploited for benign and malicious activities such as website indexing, monitoring, or unauthorized content scraping and scalping. Several methods are available t...
详细信息
Web robots are automated computer programs that can be exploited for benign and malicious activities such as website indexing, monitoring, or unauthorized content scraping and scalping. Several methods are available to detect automated web robots through their footprints and behaviors. Although the accuracy and efficiency of existing methods depend highly on the labeled web log data, countless web requests are generated daily with the help of web robots. Exhaustive and accurate manual labeling of reconstructed sessions is time-consuming and challenging. Further, effective detection of web robots is more challenging with unlabeled or partially labeled data. To address the aforementioned issues, we reformulated web robot detection as a semi-supervised learning problem. In this paper, we propose a deep learning-based Semi-Supervised stacked sparse autoencoder (Web-S4AE) for web robot detection. The proposed model uses content-based features and features extracted from web access log data to effectively classify web robots. The experiments were conducted on publicly available web log data from a library and information portal to assess the performance of Web-S4AE. The Web-S4AE model was trained in two phases. The first phase;comprises training the model with unlabeled data to extract the hidden information, and in the second phase, the model is fine-tuned using labeled data. The results suggest that incorporating more unlabeled data can significantly improve the classifier's performance. The Web-S4AE model's performance was also compared with other models such as the Decision Tree (DT), Random Forest (RF), eXtreme Gradient Boosting (XGBoost), and Multi-Layer Perceptron (MLP).
Connected healthcare systems face more and more cyber attacks recently. With the development of technology, people use intrusion detection systems (IDS) to detect network attacks and achieve effective results. The exi...
详细信息
Connected healthcare systems face more and more cyber attacks recently. With the development of technology, people use intrusion detection systems (IDS) to detect network attacks and achieve effective results. The existing methods do not take into account the limited storage and computing power of wireless devices on connected healthcare systems. IDSs in the connected healthcare systems need to be real-time and lightweight. This paper proposes an IDS method based on stacked sparse autoencoder (sSAE) and sliced gated recurrent unit (SGRU). The sSAE reduces the dimensionality of the original traffic data and the memory required to calculate the covariance matrix. We slice the original data and input the processed data into the SGRU networks which are paralleled. Therefore, SGRU networks achieve real-time response. The method uses the AWID dataset. The experimental results show that our scheme is better than deep neural network (DNN), recurrent neural network (RNN), long short-term memory (LSTM) and other methods. Especially, the F1-score of the method is 2-5% higher than existing schemes, the detection time is 5-13 times shorter than other solutions, and the model size is smaller than the size of other models by at least 4 times.
In recent years, abnormal condition monitoring has provoked vast amount o attention and research from multiple disciplines. Especially in the microservice architecture based on the cloud platform, abnormal condition m...
详细信息
In recent years, abnormal condition monitoring has provoked vast amount o attention and research from multiple disciplines. Especially in the microservice architecture based on the cloud platform, abnormal condition monitoring has emerged as a powerful instrument for improving the stability of service. However, along with the development of geometric growth in the number of microservice, due to the lack of systematic methods, it is difficult to effectively analyze and extract valuable information from the large amount of data collected, the abnormal monitoring in cloud platform O&M is facing new difficulties and challenges. Traditional operation and maintenance work mainly relies on human experience to analyze a large number of indicators to determine whether there is a failure, which is very inefficient and relies heavily on expert opinions. To address these problems, in this paper, we propose a abnormal condition monitoring method based on stacked sparse autoencoder for cloud platform. Our method aims to model the operating state based on the historical experience with deep autoencoder, then the constructed model is used to analyze the current status of the service and predict the possible abnormal condition. Experimental results on real-world datasets demonstrate the effectiveness of our method compared to the traditional methods.
Cavitation is a phenomenon that occurs during the continuous operation of a hydro turbine that directly affects the efficiency and working capacity of the unit. This paper proposes an innovative classification paradig...
详细信息
Cavitation is a phenomenon that occurs during the continuous operation of a hydro turbine that directly affects the efficiency and working capacity of the unit. This paper proposes an innovative classification paradigm that uses deep learning-based methodologies in order to identify both cavitation noise signal and non-cavitation noise signal that will help prevent the damage or breakage in the earliest possible time to avoid more irreversible and irreparable damage to the hydro turbine. The stacked sparse autoencoder (SSA) nuclear framework is utilized to learn more abstract and invariant high-level features from the multiple feature sets. Then, the method on minimum redundancy maximum relevance (mRMR) selection is used to evaluate and sort out all the characteristics found by the stacked sparse autoencoder. Finally, the random forest (RF) classifier algorithm is employed to perform supervised fine-tuning and classification. The traditional supervised learning models such as support vector machine, logistic regression, and sparse representation classification are chosen to be used as contrast algorithms. SSA-mRMR-RF generally produces a better performance than the support vector machine, logistic regression and sparse representation classification when used in the same set of features. The SSA-mRMR-RF produced the highest overall average accuracy since it reached 93.18%. The SSA-mRMR-RF offers a 3.85% higher overall accuracy than the support vector machine. It also offers a 2.44% higher overall accuracy than logistic regression. In addition, it also offers a 20.30% higher overall accuracy than the sparse representation classification on the average. When the signals are divided into three categories, the highest overall accuracy decreased to 71.88%, and the classification accuracy of incipient noise signals is very low. Therefore, this paper proposes the models of power spectral-SSA-mRMR-RF and fast Fourier transform-SSA-mRMR-RF to be used, and these discoveries ar
Security is a crucial factor for information systems and other vital infrastructures. Ensuring robust security measures is imperative due to the substantial volume of network traffic. On the other hand, many network c...
详细信息
Security is a crucial factor for information systems and other vital infrastructures. Ensuring robust security measures is imperative due to the substantial volume of network traffic. On the other hand, many network components are susceptible to cyber threats and attacks due to their inherent properties. The increasing use of networks paves the way for widespread security vulnerabilities. In this context, the implementation of intrusion detection systems (IDS) plays a key role in safeguarding information systems and their network architectures. This research introduces an optimized deep learning model aimed at improving network security by accurately detecting intrusions. The proposed IDS, also termed as the POA-SSAE IDS model (pelican optimization model-stacked sparse autoencoder), integrates a POA for optimal feature selection and an SSAE for feature classification. The effectiveness of this IDS was tested using benchmark datasets, namely CICIDS2018 and KDDCUP'99. The results exhibited the proposed model's superior performance, achieving an accuracy of 97.45% on the CICIDS2018 dataset and 98.7% accuracy on the KDDCUP'99 dataset.
暂无评论