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
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (52)

Search Parameters:
Keywords = support vector data description (SVDD)

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
37 pages, 8656 KB  
Article
Anomaly-Aware Graph-Based Semi-Supervised Deep Support Vector Data Description for Anomaly Detection
by Taha J. Alhindi
Mathematics 2025, 13(24), 3987; https://doi.org/10.3390/math13243987 - 14 Dec 2025
Viewed by 841
Abstract
Anomaly detection in safety-critical systems often operates under severe label constraints, where only a small subset of normal and anomalous samples can be reliably annotated, while large unlabeled data streams are contaminated and high-dimensional. Deep one-class methods, such as deep support vector data [...] Read more.
Anomaly detection in safety-critical systems often operates under severe label constraints, where only a small subset of normal and anomalous samples can be reliably annotated, while large unlabeled data streams are contaminated and high-dimensional. Deep one-class methods, such as deep support vector data description (DeepSVDD) and deep semi-supervised anomaly detection (DeepSAD), address this setting. However, they treat samples largely in isolation and do not explicitly leverage the manifold structure of unlabeled data, which can limit robustness and interpretability. This paper proposes Anomaly-Aware Graph-based Semi-Supervised Deep Support Vector Data Description (AAG-DSVDD), a boundary-focused deep one-class approach that couples a DeepSAD-style hypersphere with a label-aware latent k-nearest neighbor (k-NN) graph. The method combines a soft-boundary enclosure for labeled normals, a margin-based push-out for labeled anomalies, an unlabeled center-pull, and a k-NN graph regularizer on the squared distances to the center. The resulting graph term propagates information from scarce labels along the latent manifold, aligns anomaly scores of neighboring samples, and supports sample-level interpretability through graph neighborhoods, while test-time scoring remains a single distance-to-center computation. On a controlled two-dimensional synthetic dataset, AAG-DSVDD achieves a mean F1-score of 0.88±0.02 across ten random splits, improving on the strongest baseline by about 0.12 absolute F1. On three public benchmark datasets (Thyroid, Arrhythmia, and Heart), AAG-DSVDD attains the highest F1 on all datasets with F1-scores of 0.719, 0.675, and 0.8, respectively, compared to all baselines. In a multi-sensor fire monitoring case study, AAG-DSVDD reduces the average absolute error in fire starting time to approximately 473 s (about 30% improvement over DeepSAD) while keeping the average pre-fire false-alarm rate below 1% and avoiding persistent pre-fire alarms. These results indicate that graph-regularized deep one-class boundaries offer an effective and interpretable framework for semi-supervised anomaly detection under realistic label budgets. Full article
Show Figures

Figure 1

18 pages, 5266 KB  
Article
Severity-Regularized Deep Support Vector Data Description with Application to Intrusion Detection in Cybersecurity
by Taha J. Alhindi
Mathematics 2025, 13(23), 3741; https://doi.org/10.3390/math13233741 - 21 Nov 2025
Cited by 1 | Viewed by 751
Abstract
Anomalies in real systems differ widely in impact, as such, missing a high-severity event can be far costlier and consequential than flagging a benign outlier. This paper introduces Severity-Regularized Deep Support Vector Data Description, an extention of deep support vector data description that [...] Read more.
Anomalies in real systems differ widely in impact, as such, missing a high-severity event can be far costlier and consequential than flagging a benign outlier. This paper introduces Severity-Regularized Deep Support Vector Data Description, an extention of deep support vector data description that incorporates severity for various anomaly types, reflecting the application-specific importance assigned to each type. The formulation retains the well-known deep support vector data description decision geometry and scoring system while allowing for specific control over the balance between false alarm rate and the prioritization of detecting anomalies with greater impact. In the proposed loss function, we introduce regularizing parameters that control the importance assign to each anomaly type. Experiments are carried out on a demanding simulated dataset and a real-world intrusion detection case study utilizing the Australian Defence Force Academy Linux Dataset. The results demonstrate the effectiveness of the proposed approach in detecting highly severe anomalies while maintaining competitive overall performance. Full article
(This article belongs to the Special Issue Advances in Algorithm Design and Machine Learning)
Show Figures

Figure 1

19 pages, 4069 KB  
Article
A Deep Non-Stationary Feature Extraction and Feature Fusion Framework for Real Industrial Process Monitoring
by Jingzhi Rao, Cheng Ji, Jingde Wang and Wei Sun
Processes 2025, 13(11), 3538; https://doi.org/10.3390/pr13113538 - 4 Nov 2025
Viewed by 570
Abstract
With the increasing demands for process safety and manufacturing efficiency, process monitoring has garnered significant attention from both academia and industry over the past few decades. Process monitoring aims to detect deviations from normal operating conditions by analyzing data features extracted under predefined [...] Read more.
With the increasing demands for process safety and manufacturing efficiency, process monitoring has garnered significant attention from both academia and industry over the past few decades. Process monitoring aims to detect deviations from normal operating conditions by analyzing data features extracted under predefined normal states. However, the inherent non-stationarity of real industrial processes can compromise the accurate definition of these normal conditions, thereby limiting the effectiveness of traditional multivariate statistical process monitoring (MSPM) methods. A common strategy to address non-stationarity is to employ projection matrices that transform non-stationary time series into stationary ones, upon which monitoring statistics are constructed. Nevertheless, this approach often overlooks the valuable information contained in the non-stationary subspace, leading to insufficient extraction of fault-relevant features. Fault signatures may manifest in both stationary and non-stationary components of the process data. To overcome these limitations, an integrated monitoring framework that combines Stationary Subspace Analysis (SSA), a Stacked Autoencoder (SAE), and Support Vector Data Description (SVDD) is proposed in this research. Specifically, SSA was first applied to decompose the process data into stationary and non-stationary subspaces. Monitoring statistics were then constructed directly in the stationary subspace, while reconstruction errors from the SAE were used to capture features in the non-stationary subspace. Finally, SVDD was used to fuse the dual-space statistical indicators, enabling comprehensive fault detection. The proposed method was validated by the Tennessee Eastman and real industrial processes. Comparative results demonstrate that it outperformed existing non-stationary monitoring techniques in terms of monitoring performance. Full article
(This article belongs to the Section Process Control and Monitoring)
Show Figures

Figure 1

31 pages, 4141 KB  
Article
Automated Quality Control of Candle Jars via Anomaly Detection Using OCSVM and CNN-Based Feature Extraction
by Azeddine Mjahad and Alfredo Rosado-Muñoz
Mathematics 2025, 13(15), 2507; https://doi.org/10.3390/math13152507 - 4 Aug 2025
Cited by 1 | Viewed by 1156
Abstract
Automated quality control plays a critical role in modern industries, particularly in environments that handle large volumes of packaged products requiring fast, accurate, and consistent inspections. This work presents an anomaly detection system for candle jars commonly used in industrial and commercial applications, [...] Read more.
Automated quality control plays a critical role in modern industries, particularly in environments that handle large volumes of packaged products requiring fast, accurate, and consistent inspections. This work presents an anomaly detection system for candle jars commonly used in industrial and commercial applications, where obtaining labeled defective samples is challenging. Two anomaly detection strategies are explored: (1) a baseline model using convolutional neural networks (CNNs) as an end-to-end classifier and (2) a hybrid approach where features extracted by CNNs are fed into One-Class classification (OCC) algorithms, including One-Class SVM (OCSVM), One-Class Isolation Forest (OCIF), One-Class Local Outlier Factor (OCLOF), One-Class Elliptic Envelope (OCEE), One-Class Autoencoder (OCAutoencoder), and Support Vector Data Description (SVDD). Both strategies are trained primarily on non-defective samples, with only a limited number of anomalous examples used for evaluation. Experimental results show that both the pure CNN model and the hybrid methods achieve excellent classification performance. The end-to-end CNN reached 100% accuracy, precision, recall, F1-score, and AUC. The best-performing hybrid model CNN-based feature extraction followed by OCIF also achieved 100% across all evaluation metrics, confirming the effectiveness and robustness of the proposed approach. Other OCC algorithms consistently delivered strong results, with all metrics above 95%, indicating solid generalization from predominantly normal data. This approach demonstrates strong potential for quality inspection tasks in scenarios with scarce defective data. Its ability to generalize effectively from mostly normal samples makes it a practical and valuable solution for real-world industrial inspection systems. Future work will focus on optimizing real-time inference and exploring advanced feature extraction techniques to further enhance detection performance. Full article
Show Figures

Figure 1

11 pages, 559 KB  
Article
Fault Diagnosis of Gas Insulated Switchgear Isolation Switch Based on Improved Support Vector Data Description Method
by Nan Zhang, Tianchi Wu, Yunpeng Zhang, Bo Yin, Xuebin Yang, Chengliang Liu and Senxiang Lu
Electronics 2025, 14(3), 540; https://doi.org/10.3390/electronics14030540 - 29 Jan 2025
Cited by 1 | Viewed by 1586
Abstract
To improve the efficiency and precision of fault diagnosis for isolation switches within Gas-insulated switchgear (GIS), this study introduces an advanced technique utilizing an enhanced support vector data description (SVDD) algorithm. Initially, various operational states of the GIS isolation switch are simulated, and [...] Read more.
To improve the efficiency and precision of fault diagnosis for isolation switches within Gas-insulated switchgear (GIS), this study introduces an advanced technique utilizing an enhanced support vector data description (SVDD) algorithm. Initially, various operational states of the GIS isolation switch are simulated, and the corresponding vibration signals are captured. Subsequently, both the entropy and time-domain features of these signals are extracted to construct a multi-dimensional feature space. High-dimensional feature datasets are then reduced in dimensionality using the kernel principal component analysis (KPCA) method. Furthermore, the conventional SVDD algorithm is modified by incorporating a penalty factor, which allows for a more adaptable classification boundary. This adaptation not only focuses on positive samples but also considers the influence of selected negative samples on the classification hypersphere. Finally, the collected experimental data are classified and predicted. The results indicate that this GIS fault-diagnosis approach effectively overcomes the limitations of traditional methods, which are heavily dependent on training sample data and demonstrate poor algorithm generalization performance. This method is proven to be applicable for the fault diagnosis of isolation switches in GIS. Full article
(This article belongs to the Special Issue Advanced Online Monitoring and Fault Diagnosis of Power Equipment)
Show Figures

Figure 1

16 pages, 754 KB  
Article
Improved Deep Support Vector Data Description Model Using Feature Patching for Industrial Anomaly Detection
by Wei Huang, Yongjie Li, Zhaonan Xu, Xinwei Yao and Rongchun Wan
Sensors 2025, 25(1), 67; https://doi.org/10.3390/s25010067 - 26 Dec 2024
Cited by 4 | Viewed by 4297
Abstract
In industrial contexts, anomaly detection is crucial for ensuring quality control and maintaining operational efficiency in manufacturing processes. Leveraging high-level features extracted from ImageNet-trained networks and the robust capabilities of the Deep Support Vector Data Description (SVDD) model for anomaly detection, this paper [...] Read more.
In industrial contexts, anomaly detection is crucial for ensuring quality control and maintaining operational efficiency in manufacturing processes. Leveraging high-level features extracted from ImageNet-trained networks and the robust capabilities of the Deep Support Vector Data Description (SVDD) model for anomaly detection, this paper proposes an improved Deep SVDD model, termed Feature-Patching SVDD (FPSVDD), designed for unsupervised anomaly detection in industrial applications. This model integrates a feature-patching technique with the Deep SVDD framework. Features are extracted from a pre-trained backbone network on ImageNet, and each extracted feature is split into multiple small patches of appropriate size. This approach effectively captures both macro-structural information and fine-grained local information from the extracted features, enhancing the model’s sensitivity to anomalies. The feature patches are then aggregated and concatenated for further training with the Deep SVDD model. Experimental results on both the MvTec AD and CIFAR-10 datasets demonstrate that our model outperforms current mainstream approaches and provides significant improvements in anomaly detection performance, which is vital for industrial quality assurance and defect detection in real-time manufacturing scenarios. Full article
(This article belongs to the Section Industrial Sensors)
Show Figures

Figure 1

17 pages, 2924 KB  
Article
A Fault Diagnosis Method for Pumped Storage Unit Stator Based on Improved STFT-SVDD Hybrid Algorithm
by Jie Bai, Xuan Liu, Bingjie Dou, Xiaohui Yang, Bo Chen, Yaowen Zhang, Jiayu Zhang, Zhenzhong Wang and Hongbo Zou
Processes 2024, 12(10), 2126; https://doi.org/10.3390/pr12102126 - 30 Sep 2024
Cited by 2 | Viewed by 1517
Abstract
Stator faults are one of the common issues in pumped storage generators, significantly impacting their performance and safety. To ensure the safe and stable operation of pumped storage generators, a stator fault diagnosis method based on an improved short-time Fourier transform (STFT)-support vector [...] Read more.
Stator faults are one of the common issues in pumped storage generators, significantly impacting their performance and safety. To ensure the safe and stable operation of pumped storage generators, a stator fault diagnosis method based on an improved short-time Fourier transform (STFT)-support vector data description (SVDD) hybrid algorithm is proposed. This method establishes a fault model for inter-turn short circuits in the stator windings of pumped storage generators and analyzes the electrical and magnetic states associated with such faults. Based on the three-phase current signals observed during an inter-turn short circuit fault in the stator windings, the three-phase currents are first converted into two-phase currents using the principle of equal magnetic potential. Then, the STFT is applied to transform the time-domain signals of the stator’s two-phase currents into frequency-domain signals, and the resulting fault current spectrum is input into the improved SVDD network for processing. This ultimately outputs the diagnosis result for inter-turn short circuit faults in the stator windings of the pumped storage generator. Experimental results demonstrate that this method can effectively distinguish between normal and faulty states in pumped storage generators, enabling the diagnosis of inter-turn short circuit faults in stator windings with low cross-entropy loss. Through analysis, under small data sample conditions, the accuracy of the proposed method in this paper can be improved by up to 7.2%. In the presence of strong noise interference, the fault diagnosis accuracy of the proposed method remains above 90%, and compared to conventional methods, the fault diagnosis accuracy can be improved by up to 6.9%. This demonstrates that the proposed method possesses excellent noise robustness and small sample learning ability, making it effective in complex, dynamic, and noisy environments. Full article
(This article belongs to the Section Process Control and Monitoring)
Show Figures

Figure 1

24 pages, 5038 KB  
Article
UAV Anomaly Detection Method Based on Convolutional Autoencoder and Support Vector Data Description with 0/1 Soft-Margin Loss
by Huakun Chen, Yongxi Lyu, Jingping Shi and Weiguo Zhang
Drones 2024, 8(10), 534; https://doi.org/10.3390/drones8100534 - 29 Sep 2024
Cited by 12 | Viewed by 4457
Abstract
Unmanned aerial vehicles (UAVs) are becoming more widely used in various industries, raising growing concerns about their safety and reliability. The flight data of UAVs can directly reflect their flight health status; however, the rarity of abnormal flight data and the spatiotemporal characteristics [...] Read more.
Unmanned aerial vehicles (UAVs) are becoming more widely used in various industries, raising growing concerns about their safety and reliability. The flight data of UAVs can directly reflect their flight health status; however, the rarity of abnormal flight data and the spatiotemporal characteristics of these data represent a significant challenge for constructing accurate and reliable anomaly detectors. To address this, this study proposes an anomaly detection framework that fully considers the temporal correlations and distribution characteristics of flight data. This framework first combines a one-dimensional convolutional neural network (1DCNN) with an autoencoder (AE) to establish a feature extraction model. This model leverages the feature extraction capabilities of the 1DCNN and the reconstruction capabilities of the AE to thoroughly extract the spatiotemporal features from UAV flight data. Then, to address the challenge of adaptive anomaly detection thresholds, this research proposes a nonlinear model of support vector data description (SVDD) utilizing a 0/1 soft-margin loss, referred to as L0/1-SVDD. This model replaces the traditional hinge loss function in SVDD with a 0/1 loss function, with the goal of enhancing the accuracy and robustness of anomaly detection. Since the 0/1 loss function is a bounded, non-convex, and non-continuous function, this paper proposes the Bregman ADMM algorithm to solve the L0/1-SVDD. Finally, the difference between the reconstructed and the actual value is employed to train the L0/1-SVDD, resulting in a hypersphere classifier that is capable of detecting UAV anomaly data. The experimental results using real flight data show that, compared with methods such as AE, LSTM, and LSTM-AE, the proposed method exhibits superior performance across five evaluation metrics. Full article
(This article belongs to the Special Issue Advances in Detection, Security, and Communication for UAV)
Show Figures

Figure 1

22 pages, 6340 KB  
Article
Detecting Anomalies in Hydraulically Adjusted Servomotors Based on a Multi-Scale One-Dimensional Residual Neural Network and GA-SVDD
by Xukang Yang, Anqi Jiang, Wanlu Jiang, Yonghui Zhao, Enyu Tang and Zhiqian Qi
Machines 2024, 12(9), 599; https://doi.org/10.3390/machines12090599 - 28 Aug 2024
Cited by 1 | Viewed by 1354
Abstract
A high-pressure hydraulically adjusted servomotor is an electromechanical–hydraulic integrated system centered on a servo valve that plays a crucial role in ensuring the safe and stable operation of steam turbines. To address the issues of difficult fault diagnoses and the low maintenance efficiency [...] Read more.
A high-pressure hydraulically adjusted servomotor is an electromechanical–hydraulic integrated system centered on a servo valve that plays a crucial role in ensuring the safe and stable operation of steam turbines. To address the issues of difficult fault diagnoses and the low maintenance efficiency of adjusted hydraulic servomotors, this study proposes a model for detecting abnormalities of hydraulically adjusted servomotors. This model uses a multi-scale one-dimensional residual neural network (M1D_ResNet) for feature extraction and a genetic algorithm (GA)-optimized support vector data description (SVDD). Firstly, the multi-scale features of the vibration signals of the hydraulically adjusted servomotor were extracted and fused using one-dimensional convolutional blocks with three different scales to construct a multi-scale one-dimensional residual neural network binary classification model capable of recognizing normal and abnormal states. Then, this model was used as a feature extractor to create a feature set of normal data. Finally, an abnormal detection model for the hydraulically adjusted servomotor was constructed by optimizing the support vector data domain based on this feature set using a genetic algorithm. The proposed method was experimentally validated on a hydraulically adjusted servomotor dataset. The results showed that, compared with the traditional single-scale one-dimensional residual neural network, the multi-scale feature vectors fused by the multi-scale one-dimensional convolutional neural network contained richer state-sensitive information, effectively improving the performance of detecting abnormalities in the hydraulically adjusted servomotor. Full article
Show Figures

Figure 1

29 pages, 2335 KB  
Article
Robust Support Vector Data Description with Truncated Loss Function for Outliers Depression
by Huakun Chen, Yongxi Lyu, Jingping Shi and Weiguo Zhang
Entropy 2024, 26(8), 628; https://doi.org/10.3390/e26080628 - 25 Jul 2024
Viewed by 1896
Abstract
Support vector data description (SVDD) is widely regarded as an effective technique for addressing anomaly detection problems. However, its performance can significantly deteriorate when the training data are affected by outliers or mislabeled observations. This study introduces a universal truncated loss function framework [...] Read more.
Support vector data description (SVDD) is widely regarded as an effective technique for addressing anomaly detection problems. However, its performance can significantly deteriorate when the training data are affected by outliers or mislabeled observations. This study introduces a universal truncated loss function framework into the SVDD model to enhance its robustness and employs the fast alternating direction method of multipliers (ADMM) algorithm to solve various truncated loss functions. Moreover, the convergence of the fast ADMM algorithm is analyzed theoretically. Within this framework, we developed the truncated generalized ramp, truncated binary cross entropy, and truncated linear exponential loss functions for SVDD. We conducted extensive experiments on synthetic and real-world datasets to validate the effectiveness of these three SVDD models in handling data with different noise levels, demonstrating their superior robustness and generalization capabilities compared to other SVDD models. Full article
(This article belongs to the Special Issue Applications of Information Theory to Machine Learning)
Show Figures

Figure 1

23 pages, 1566 KB  
Article
A Multistage Physics-Informed Neural Network for Fault Detection in Regulating Valves of Nuclear Power Plants
by Chenyang Lai, Ibrahim Ahmed, Enrico Zio, Wei Li, Yiwang Zhang, Wenqing Yao and Juan Chen
Energies 2024, 17(11), 2647; https://doi.org/10.3390/en17112647 - 30 May 2024
Cited by 12 | Viewed by 4673
Abstract
In Nuclear Power Plants (NPPs), online condition monitoring and the fault detection of structures, systems and components (SSCs) can aid in guaranteeing safe operation. The use of data-driven methods for these tasks is limited by the requirement of physically consistent outcomes, particularly in [...] Read more.
In Nuclear Power Plants (NPPs), online condition monitoring and the fault detection of structures, systems and components (SSCs) can aid in guaranteeing safe operation. The use of data-driven methods for these tasks is limited by the requirement of physically consistent outcomes, particularly in safety-critical systems. Considering the importance of regulating valves (e.g., safety relief valves and main steam isolation valves), this work proposes a multistage Physics-Informed Neural Network (PINN) for fault detection in such components. Two stages of the PINN are built by developing the process model of the regulating valve, which integrates the basic valve sizing equation into the loss function to jointly train the two stages of the PINN. In the 1st stage, a shallow Neural Network (NN) with only one hidden layer is developed to estimate the equivalent flow coefficient (a key performance indicator of regulating valves) using the displacement of the valve as input. In the 2nd stage, a Deep Neural Network (DNN) is developed to estimate the flow rate expected in normal conditions using inputs such as the estimated flow coefficient from the 1st stage, the differential pressure, and the fluid temperature. Then, the residual, i.e., the difference between the estimated and measured flow rates, is fed into a Deep Support Vector Data Description (DeepSVDD) to detect the occurrence of faults. Moreover, the deviation between the estimated flow coefficients of normal and faulty conditions is used to interpret the consistency of the detection result with physics. The proposed method is, first, applied to a simulation case implemented to emulate the operating characteristics of regulating the valves of NPPs and then validated on a real-world case study based on the DAMADICS benchmark. Compared to state-of-the-art fault detection methods, the obtained results from the proposed method show effective fault detection performance and reasonable flow coefficient estimation, thus guaranteeing the physical consistency of the detection results. Full article
Show Figures

Figure 1

21 pages, 7912 KB  
Article
Abnormal Detection and Fault Diagnosis of Adjustment Hydraulic Servomotor Based on Genetic Algorithm to Optimize Support Vector Data Description with Negative Samples and One-Dimensional Convolutional Neural Network
by Xukang Yang, Anqi Jiang, Wanlu Jiang, Yonghui Zhao, Enyu Tang and Shangteng Chang
Machines 2024, 12(6), 368; https://doi.org/10.3390/machines12060368 - 24 May 2024
Cited by 9 | Viewed by 1959
Abstract
Because of the difficulty in fault detection for and diagnosing the adjustment hydraulic servomotor, this paper uses feature extraction technology to extract the time domain and frequency domain features of the pressure signal of the adjustment hydraulic servomotor and splice the features of [...] Read more.
Because of the difficulty in fault detection for and diagnosing the adjustment hydraulic servomotor, this paper uses feature extraction technology to extract the time domain and frequency domain features of the pressure signal of the adjustment hydraulic servomotor and splice the features of multiple pressure signals through the Multi-source Information Fusion (MSIF) method. The comprehensive expression of device status information is obtained. After that, this paper proposes a fault detection Algorithm GA-SVDD-neg, which uses Genetic Algorithm (GA) to optimize Support Vector Data Description with negative examples (SVDD-neg). Through joint optimization with the Mutual Information (MI) feature selection algorithm, the features that are most sensitive to the state deterioration of the adjustment hydraulic servomotor are selected. Experiments show that the MI algorithm has a better performance than other feature dimensionality reduction algorithms in the field of the abnormal detection of adjustment hydraulic servomotors, and the GA-SVDD-neg algorithm has a stronger robustness and generality than other anomaly detection algorithms. In addition, to make full use of the advantages of deep learning in automatic feature extraction and classification, this paper realizes the fault diagnosis of the adjustment hydraulic servomotor based on 1D Convolutional Neural Network (1DCNN). The experimental results show that this algorithm has the same superior performance as the traditional algorithm in feature extraction and can accurately diagnose the known faults of the adjustment hydraulic servomotor. This research is of great significance for the intelligent transformation of adjustment hydraulic servomotors and can also provide a reference for the fault warning and diagnosis of the Electro-Hydraulic (EH) system of the same type of steam turbine. Full article
(This article belongs to the Section Machines Testing and Maintenance)
Show Figures

Figure 1

28 pages, 8843 KB  
Article
An Expert System Based on Data Mining for a Trend Diagnosis of Process Parameters
by Zhu Wang, Shaoxian Wang, Shaokang Zhang and Jiale Zhan
Processes 2023, 11(12), 3311; https://doi.org/10.3390/pr11123311 - 28 Nov 2023
Cited by 4 | Viewed by 1859
Abstract
In order to diagnose abnormal trends in the process parameters of industrial production, the Expert System based on rolling data Kernel Principal Component Analysis (ES-KPCA) and Support Vector Data Description (ES-SVDD) are proposed in this paper. The expert system is capable of identifying [...] Read more.
In order to diagnose abnormal trends in the process parameters of industrial production, the Expert System based on rolling data Kernel Principal Component Analysis (ES-KPCA) and Support Vector Data Description (ES-SVDD) are proposed in this paper. The expert system is capable of identifying large-scale trend changes and abnormal fluctuations in process parameters using data mining techniques, subsequently triggering timely alarms. The system consists of a rule-based assessment of process parameter stability to evaluate whether the process parameters are stable. Also, when the parameters are unstable, the rolling data-based KPCA and SVDD methods are used to diagnose abnormal trends. ES-KPCA and ES-SVDD methods require adjusting seven threshold parameters during the offline parameter adjustment phase. The system obtains the adjusted parameters and performs a real-time diagnosis of process parameters based on the set diagnosis interval during the online diagnosis phase. The ES-KPCA and ES-SVDD methods emphasize the real-time alarms and the first alarm of process parameter abnormal trends, respectively. Finally, the system validates the experimental data from UniSim simulation and a chemical plant. The results show that the expert system has an outstanding diagnostic performance for abnormal trends in process parameters. Full article
(This article belongs to the Section Process Control and Monitoring)
Show Figures

Figure 1

18 pages, 5009 KB  
Article
Tribological Behavior Characterization and Fault Detection of Mechanical Seals Based on Face Vibration Acceleration Measurements
by Qingfeng Wang, Yunfeng Song, Hua Li, Yue Shu and Yang Xiao
Lubricants 2023, 11(10), 430; https://doi.org/10.3390/lubricants11100430 - 5 Oct 2023
Cited by 4 | Viewed by 2909
Abstract
A mechanical seal is a common type of rotating shaft seal in rotating machinery and plays a key role in the fluid seal of rotating machinery, such as centrifugal pumps and compressors. Given the performance degradation caused by the wear to the face [...] Read more.
A mechanical seal is a common type of rotating shaft seal in rotating machinery and plays a key role in the fluid seal of rotating machinery, such as centrifugal pumps and compressors. Given the performance degradation caused by the wear to the face of the contact mechanical seal during operation and the lack of effective predictive maintenance monitoring methods and evaluation indexes, a method for measuring the acceleration of the mechanical seal face’s vibration was pro-posed. The influence of face performance degradation and rotational speed change on the tribo-logical regime of the mechanical seal was investigated. The proposed fault detection model based on support vector data description (SVDD) was constructed. A mechanical seal face degradation test rig verifies the usability of the proposed method. The results show that in the mixed lubrication (ML) regime, the vibration sensitivity of the face increases with the increase in rotational speed. With the decrease in the face performance, the vibration-sensitive characteristic parameters of the face in-crease and change from the ML regime to the boundary lubrication (BL) regime. The incipient fault detection model can warn about incipient faults of mechanical seals. Here, the axial detection result predicted that maintenance would be required 10.5 months earlier than the actual failure time, and the radial and axial detection results predicted required maintenance 12 months earlier than the actual failure. Full article
Show Figures

Figure 1

17 pages, 4159 KB  
Article
The Sensitivity Feature Analysis for Tree Species Based on Image Statistical Properties
by Xin Shi and Jiangming Kan
Forests 2023, 14(5), 1057; https://doi.org/10.3390/f14051057 - 21 May 2023
Viewed by 1817
Abstract
While the statistical properties of images are vital in forestry engineering, the usefulness of these properties in various forestry tasks may vary, and certain image properties might not be enough to adequately describe a particular tree species. To address this problem, we propose [...] Read more.
While the statistical properties of images are vital in forestry engineering, the usefulness of these properties in various forestry tasks may vary, and certain image properties might not be enough to adequately describe a particular tree species. To address this problem, we propose a novel method to comprehensively analyze the relationship between various image statistical properties and images of different tree species, and to determine the subset of features that best describe each individual tree species. In this study, we employed various image statistical properties to quantify images of five distinct tree species from diverse places. Multiple feature-filtering methods were used to find the feature subset with the greatest correlation with the tree species category variable. Support Vector Machines (SVM) were employed to determine the number of features with the greatest correlation with the tree species, and a grid search was used to optimize the model. For each type of tree species image, we obtained the important ranking of all features in this type of tree species, and the sensitive feature subset of various tree species according to the order of features was determined by adding them to the Deep Support Vector Data Description (Deep SVDD). Finally, the feasibility of using a sensitive subset of the tree species was confirmed. The experimental results revealed that by utilizing the filtering method in conjunction with SVM, a total of eight feature subsets with the highest correlation with tree species categories were identified. Additionally, the sensitive feature subsets of different tree species exhibited significant differences. Remarkably, employing the sensitive feature subset of each tree species resulted in F1-score higher than 0.7 for all tree species. These experimental results demonstrate that the sensitive feature subset of tree species based on image statistical properties can serve as a potential representation of a specific tree species, while features that are less strongly associated with tree species may be significant in related areas, such as forestry protection and other related fields. Full article
(This article belongs to the Section Forest Inventory, Modeling and Remote Sensing)
Show Figures

Figure 1

Back to TopTop