Process data with characteristics such as strong nonlinearity, high dimensionality, cross-correlations and auto correlations pose a great challenge for data-driven soft sensor modeling. Albeit the conventional stacked...
详细信息
The paper presents a study of deep learning based approach for Intrusion Detection System. Already existing models for classification were based on supervised learning methods which fails to classify instances of unkn...
详细信息
ISBN:
(纸本)9781665414517
The paper presents a study of deep learning based approach for Intrusion Detection System. Already existing models for classification were based on supervised learning methods which fails to classify instances of unknown attacks. Effective prediction of network packets as normal or attack, known and unknown to the model, is imperative requiring detection with minimal false alarm rate. Even for the attacks not known to (he model, stacked autoencoder turns out to be one such deep learning architecture which identifies complex pattern leading to generation of the best latent representation of inputs. The proposed model was (rained on single labeled instances from KDD Cup 99 dataset along with standardizing the inputs using batch normalization to minimize the problem of internal covariance shift and vanishing gradient to some extent. Experimental results obtained show that the proposed method outperforms all the other algorithms giving accuracy of 98.17% and false alarm rate of 0.38%.
Remaining useful life (RUL) prediction using deep learning networks primarily produces point estimates of RUL, but capturing the inherent uncertainty in RUL prediction is difficult. The use of the stochastic process a...
详细信息
Remaining useful life (RUL) prediction using deep learning networks primarily produces point estimates of RUL, but capturing the inherent uncertainty in RUL prediction is difficult. The use of the stochastic process approach can reflect the uncertainty in RUL predictions. However, the amount of data generated during equipment operation cannot be effectively utilized. This paper aims to propose an adaptive RUL prediction method tailored for extensive datasets and prediction uncertainty, effectively harnessing the strengths of deep learning methods in managing massive data and stochastic process techniques in quantifying uncertainties. RUL prediction method, based on stacked autoencoder (SAE) combined with Generalized Wiener Process, employs SAE to extract profound underlying features from the monitoring signals. Principal component analysis (PCA) is then used to select highly trending features as inputs. The output of PCA accurately reflects health status. A Generalized Wiener Process is used to construct a model for the evolution of the health indicators. The estimation values for the model parameters are determined using the Maximum Likelihood Estimation method. Furthermore, an adaptive update is performed based on Bayesian theory. Utilizing the sense of the first hitting time concept, the Probability Density Function for RUL prediction is derived accurately. Finally, the effectiveness and superiority of the proposed method is verified using numerical simulations and experimental studies of bearing degradation data. The method improves the life prediction accuracy while reducing the prediction uncertainty.
In this paper, we proposed a stacked autoencoder (SAE)-based approach to ultra wide band (UWB) radar for sense-through-foliage target detection. As one of the widely used deep learning structures, SAE could learn repr...
详细信息
ISBN:
(纸本)9789811903908;9789811903892
In this paper, we proposed a stacked autoencoder (SAE)-based approach to ultra wide band (UWB) radar for sense-through-foliage target detection. As one of the widely used deep learning structures, SAE could learn representations of data with multiple levels of abstraction automatically. Processing the poor signal collections, in some positions, the SAE-based target detection approach performed well. While in other positions, a single radar target detection performed under satisfaction, RAKE structure was applied in radar sensor networks with maximum ratio combing and equal combine to integrate radar echoes from different radar cluster-members. The experimental results showed that the RAKE-SAE-based method could qualify the mission of target detection.
Extracting an effective facial feature representation is the critical task for an automatic expression recognition system. Local binary pattern (LBP) is known to be a popular texture feature for facial expression reco...
详细信息
Extracting an effective facial feature representation is the critical task for an automatic expression recognition system. Local binary pattern (LBP) is known to be a popular texture feature for facial expression recognition. However, only a few approaches utilize the relationship between local neighborhood pixels itself. This paper presents a hybrid local texture descriptor (HLTD) that is derived from the logical fusion of local neighborhood XNOR patterns (LNXP) and LBP to investigate the potential of positional pixel relationship in automatic emotion recognition. The LNXP encodes texture information based on two nearest vertical and/or horizontal neighboring pixel of the current pixel whereas LBP encodes the center pixel relationship of the neighboring pixel. After logical feature fusion, the deep stacked autoencoder (DSA) is established on the CK+, MMI, and KDEF-dyn dataset, and the results show that the proposed HLTD-based approach outperforms many of the state-of-the-art methods with an average recognition rate of 97.5% for CK+, 94.1% for MMI, and 88.5% for KDEF.
The purpose of a brain–computer interface (BCI) is to enhance or support the normal functions of disabled people, and as such, BCIs have been utilized for a variety of applications, such as prostheses and identificat...
详细信息
Context-aware recommender systems (CARS) are a vital module of many corporate, especially within the online commerce domain, where consumers are provided with recommendations about products potentially relevant for th...
详细信息
Context-aware recommender systems (CARS) are a vital module of many corporate, especially within the online commerce domain, where consumers are provided with recommendations about products potentially relevant for them. A traditional CARS, which utilizes deep learning models considers that user's preferences can be predicted by ratings, reviews, demographics, etc. However, the feedback given by the users is often conflicting when comparing the rating score and the sentiment behind the reviews. Therefore, a model that utilizes either ratings or reviews for predicting items for top-N recommendation may generate unsatisfactory recommendations in many cases. In order to address this problem, this paper proposes an effective context-specific sentiment based stacked autoencoder (CSSAE) to learn the concrete preference of the user by merging the rating and reviews for a context-specific item into a stacked autoencoder. Hence, the user's preferences are consistently predicted to enhance the Top-N recommendation quality, by adapting the recommended list to the exact context where an active user is operating. Experiments on four Amazon (5-core) datasets demonstrated that the proposed CSSAE model persistently outperforms state-of-the-art top-N recommendation methods on various effectiveness metrics.
This article proposes a new data-driven health monitoring method, which uses multiobjective optimization and stacked autoencoder based health indicator. Specifically, the proposed method proposes an improved nondomina...
详细信息
This article proposes a new data-driven health monitoring method, which uses multiobjective optimization and stacked autoencoder based health indicator. Specifically, the proposed method proposes an improved nondominated sorting genetic algorithm-II (NSGA-II) to perform multiobjective optimization on a large number of candidate features extracted from the sensor measurements. Then, a stacked autoencoder model is used to construct health indicators from the selected features. In the improved NSGA-II algorithm, the optimization goals of feature selection are defined as the minimum gap of health indicators between different states and the number of features. Comparisons between the proposed method and the state-of-the-art methods on simulation experiments show that the proposed method can accurately identify the status of the equipment and effectively limit the complexity of the diagnostic model.
Cybersecurity experts estimate that cyber-attack damage cost will rise tremendously. The massive utilization of the web raises stress over how to pass on electronic information safely. Usually, intruders try different...
详细信息
Cybersecurity experts estimate that cyber-attack damage cost will rise tremendously. The massive utilization of the web raises stress over how to pass on electronic information safely. Usually, intruders try different attacks for getting sensitive information. An Intrusion Detection System (IDS) plays a crucial role in identifying the data and user deviations in an organization. In this paper, stream data mining is incorporated with an IDS to do a specific task. The task is to distinguish the important, covered up information successfully in less amount of time. The experiment focuses on improving the effectiveness of an IDS using the proposed stacked autoencoder Hoeffding Tree approach (SAE-HT) using Darwinian Particle Swarm Optimization (DPSO) for feature selection. The experiment is performed in NSL_KDD dataset the important features are obtained using DPSO and the classification is performed using proposed SAE-HT technique. The proposed technique achieves a higher accuracy of 97.7% when compared with all the other state-of-art techniques. It is observed that the proposed technique increases the accuracy and detection rate thus reducing the false alarm rate.
Determining whether a fault occurs locally or globally is highly important for large-scale industrial processes involving multiple operating units. Moreover, the complex nonlinearity among process variables is a promi...
详细信息
Determining whether a fault occurs locally or globally is highly important for large-scale industrial processes involving multiple operating units. Moreover, the complex nonlinearity among process variables is a prominent feature of modern industries. This paper proposes a distributed-ensemble stacked autoencoder (DE-SAE) model based on deep learning technology for monitoring non-linear, large-scale, multi-unit processes. First, the deep features of the variables involved in each operating unit are extracted with the stacked autoencoder (SAE) to represent the essential structure of the unit. Two statistics are separately constructed using the deep features and the reconstruction error for detecting the faults in local units. Subsequently, the deep representations of the variables from each operating unit are modeled with the SAE to extract the global information for global monitoring. The proposed DE-SAE model uses deep learning techniques to solve the complex non-linear relationships in industrial processes, while considering their local and global information. Therefore, the method can explain the monitoring results better. Experimental results obtained from the numerical simulation and Tennessee-Eastman process confirm the feasibility and superiority of this method. (C) 2020 Elsevier Inc. All rights reserved.
暂无评论