Jun 2026· Educational Data Mining· pp. 1-6· 0 citations· 12 references
Abstract
This work investigates the application of data driven techniques for classification of misalignment severity using vibration measurements acquired from multiple sensor locations. Experiments were conducted under four operating conditions representing healthy operation and three levels of shaft misalignment at several motor speeds and loads. A set of time-domain and frequency-domain features was extracted and used to train Random Forest classifier. Separate models were developed for two individual sensors as well as for a combined multi-sensor feature set. While overall accuracies were comparable (0.879-0.895), cross-condition validation using Leave-Condition-Out (LCO) revealed that the sensors exhibit different sensitivities to operational changes. Analysis of prediction disagreement showed that 12% of signal segments were correctly identified by only one of the sensors, particularly at the lowest operating speed (20 Hz). This suggests that multi-sensor fusion enhances reliability in scenarios where individual sensor signals are weak. To improve interpretability, SHAP-based explanation techniques were applied to the fusion model. The analysis showed that several physically meaningful features - such as spectral bandwidth, RMS value, vibration range, and form factor - play a dominant role in the classification process and exhibit clear relationships with fault severity. The results demonstrate that while sensor fusion provides marginal gains in average accuracy, it effectively reduces diagnostic “blind spots”, offering a more robust framework for automated misalignment evaluation within the studied operational range.
This study provides a systematic robustness evaluation of classical machine learning for vibration-based bearing fault detection in low-RPM internal combustion engines (1000–2000 RPM) across a controlled temperature × humidity grid, a regime underrepresented in benchmark datasets that emphasise high-speed applications. A publicly available dataset from a 658cc engine (–10 °C–45 °C, 0%–100% humidity) was analysed; vibration features were derived from the non-zero channels of a tri-axial acquisition, with the bearing-housing vibration carried primarily by channel Ch3. To prevent temporal leakage, 390 263 continuous measurements were aggregated into 89 steady-state units, each spanning 90 s, yielding a deliberately independence-preserving but low sample-to-feature ratio (89:92). Four algorithms Random Forest, Support Vector Machine, Logistic Regression, and Neural Network were evaluated using stratified 5-fold cross-validation. All models achieved apparent accuracy exceeding 95%, with Random Forest performing best (97.8% ± 2.7%), but no statistically significant differences were found (Friedman test, p = 0.732). Vibration features, particularly crest factor and root mean square, provided the greatest discriminative power, while environmental factors accounted for less than 17% combined importance. The near-perfect linear separability (98.2% with Logistic Regression) indicates that the dataset’s binary, controlled-laboratory labelling rather than intrinsic bearing-degradation physics drives the clean classification. Accordingly, the reported accuracies are apparent upper-bound estimates from an exploratory study, not expected field performance; validation on 500–1000 or more samples with progressive-degradation labelling is essential before any operational claim can be supported.
P. Pugazhendi, Vinoth Vishwanathan, Aadil Arshad Ferhath et al.· Engineering Research Express· 0 citations
Unplanned failures of induction motors impose serious operational and financial penalties on industrial facilities, yet the fault signatures that precede such failures are detectable well in advance through careful sensor instrumentation and data-driven analysis. This paper presents an end-to-end Internet-of-Things (IoT) predictive maintenance scheme based on two off-the-shelf sensors: a DS18B20 one-wire digital thermometer and 2 piezo vibration sensor modules, with an ESP32 edge device for running the full machine learning pipeline offline, independent from any cloud services. Four operating scenarios are considered: healthy condition, BPFO (bearing outer race fault), misaligned shaft, and rotor imbalance. Based on 1-second sampling intervals, 17 descriptors are derived, including statistics in the time domain, Fourier harmonic peaks, energy ratios between different frequency bands, and temperature gradients measured across all sensors. A dual-stage feature selection method using mutual information (MI) score and Random Forest mean decrease impurity (MDI) ranking reduces the number of features to the 10 most relevant descriptors, reducing the computational complexity by 41% at the expense of 5.6% F1-macro. On a balanced 600-sample synthetic dataset, the resulting Random Forest classifier attains 87.3% hold-out accuracy, 91.0±1.9% five-fold cross-validation accuracy, and a macro area-under-the-ROC-curve of 0.980. End-to-end inference takes just 39 ms on the ESP32, easily meeting the 200 ms requirement for real-time alerting.
Akash Mastud, Dhiraj Vaidya, Azaroddin Sayyed et al.· International Conference on...· 0 citations
Ensuring measurement data quality is essential for reliable condition monitoring of industrial wind turbine drivetrains, where vibration measurements can be affected by sensor malfunctions, turbine shutdown conditions, and other non-diagnostic states. Such invalid measurements may compromise the reliability of subsequent monitoring and data-driven analysis procedures. This study proposes a Multi-Dimensional Entropy (MDE) metric as a front-end data quality assessment and control mechanism for vibration measurement validity evaluation. By characterizing signal distributions from multiple perspectives, including time-domain amplitude, spectral amplitude, and frequency-band energy, MDE captures statistical differences between valid and erroneous vibration measurements. By integrating MDE and RMS as feature representations, lightweight machine learning models are employed as evaluation tools to assess the effectiveness of the proposed representation. Experiments on a large-scale, heterogeneous real-world dataset comprising 57,643 vibration samples collected from 12 wind farms and 14 turbine units, covering multiple drivetrain components, diverse sensor brands, and varying sampling configurations over long-term operation, demonstrate that the proposed method achieves over 99 percent accuracy in identifying erroneous vibration measurements. The proposed approach can be deployed as a front-end data quality gate before downstream signal processing, feature extraction, and condition monitoring procedures, ensuring that subsequent analyses are performed using reliable vibration measurements. The results demonstrate the robustness of MDE under heterogeneous sensor configurations and highlight its potential for industrial-scale vibration measurement quality assessment.
The reliability of the internal micro-motors is crucial for the performance and lifespan of electric toothbrushes. In this paper, a vibration-based fault detection method is proposed to identify micro-motor defects in electric toothbrushes. A dedicated signal acquisition device was designed and developed to capture the vibration signals of micro-motors using a high-precision accelerometer. To effectively characterize the micro-motor conditions, comprehensive features were extracted from the raw vibration data in both the time and frequency domains. A random forest (RF) algorithm was then employed to evaluate the importance of all extracted features. To better interpret the extracted features based on fault mechanisms, and to reduce dimensionality and computational overhead while avoiding overfitting, the top three features with the highest importance scores were selected to form the optimal feature subset. Finally, a support vector machine (SVM) model was utilized to classify the motor states based on the selected features. Experimental results demonstrate that the proposed method, combining RF-based feature selection and SVM classification, achieves outstanding diagnostic performance. Specifically, the model yields a balanced accuracy of 94.44%, a defect recall of 88.89%, a defect F1-score of 94.12%, a Matthews correlation coefficient of 93.74%, a geometric mean of 94.28%, and an area under the receiver operating characteristic curve of 100.00%. These robust metrics confirm that the proposed approach can accurately and efficiently detect micro-motor faults in electric toothbrushes, providing a practical and reliable solution for quality control and condition monitoring in manufacturing.
Xuan Chen, Xinjun Zuo, Yancheng Bi et al.· 0 citations
Artificial intelligence is increasingly used to improve industrial quality control, but its practical value depends on whether models remain accurate under different operating conditions and fault classes. This study evaluates an artificial-intelligence-based workflow for gear quality control using vibration signals measured on a real two-stage reduction gearbox. Two orthogonal vibration channels were analyzed for six health states, three shaft speeds, and two load levels. Because the time-series data were only partly stationary, the dataset was divided chronologically into training and test segments. A 54-feature representation was built from rolling-window statistics and operating variables, and six classifiers were compared: Light Gradient Boosting Machine (LGBM), Extreme Gradient Boosting (XGBM), random forest, decision tree, multilayer perceptron (MLP), and logistic regression. LGBM achieved the best overall accuracy (0.9728) while maintaining substantially lower training time than several competing nonlinear models. Class-wise precision, recall, and F1-score ranged from 0.95 to 1.00, and the nominal response time for most operating-condition transitions was approximately 0.0998 s. The results show that vibration-based machine learning can support robust, near-real-time fault identification in mechanical manufacturing environments. The study also highlights the importance of chronological validation, feature engineering over multiple time windows, and the trade-off between predictive performance and deployment efficiency. Because the validation dataset originates from one gearbox platform, the results should be interpreted as promising internal evidence rather than as proof of universal industrial robustness.
P. Malega, J. Kováč, Róbert Munkáči et al.· Applied Sciences· 0 citations