A subscription to JoVE is required to view this content. Sign in or start your free trial.

Method Article

Cold-Start Motor Condition Monitoring Using Multi-Sensor Signals and Pseudo-Supervised Machine Learning

116 views

⸱

DOI:

10.3791/70810

⸱

July 10th, 2026

In This Article

Summary

Multi-sensor telemetry data (current, voltage, temperature, humidity, vibration) from servo motors are processed using unsupervised structural clustering, isolation-based anomaly detection, and physics-informed risk mapping. This framework outputs deterministic binary pseudo-labels and highly accurate real-time diagnostic states for condition monitoring.

Abstract

As predictive maintenance transitions from the data-centric paradigm of Industry 4.0 to the sustainable, human-centric framework of Industry 5.0, diagnosing servo motor conditions faces the dual challenges of data scarcity and a profound lack of labeled fault samples. To address this cold-start problem, we present a pseudo-supervised machine learning framework evaluated on a custom five-channel dataset comprising 199 servo motor telemetry samples (current, voltage, temperature, humidity, and vibration). The methodology integrates hard structural partitioning (k-means) and soft posterior confidence estimation (Gaussian Mixture Models) to characterize operating modes without prior annotation. Concurrently, an Isolation Forest model quantifies anomaly intensity and establishes a dynamic quantile-based threshold. A critical innovation of this research is the deterministic risk mapping derived from engineering priors; it defines the "high-risk" (abnormal) state by inversely weighting the physical safety margins of the sensors. This mechanism strictly maps unsupervised clusters to binary pseudo-labels. These labels are subsequently used to supervise downstream discriminators (Random Forest and Support Vector Machine). The final online diagnostic outputs a score-level fusion of the classifier probability and the GMM posterior, gated by the anomaly threshold. Quantitative evaluation demonstrates that the Random Forest model achieved a perfect F1 score of 1.000, while the comparative SVM yielded an F1 score of 0.997, proving the framework to be a robust, interpretable, and highly accurate solution for cold-start industrial health monitoring.

Introduction

The reliability of servo motor control systems has historically been a critical performance indicator within industrial automation. As predictive maintenance evolves from the data-centric paradigm of Industry 4.0 towards the sustainable, human-centric framework of industry 5.0, systems must ensure high precision while actively promoting energy efficiency and operational resilience1,2,3. Faults occurring during long-term ion under harsh environments can lead to catastrophic equipment shutdowns, severe structural damage, and significant economic losses4<....

Access restricted. Please log in or start a trial to view this content.

Protocol

1. Experimental setup and data preprocessing

NOTE: The data processing and modeling framework proposed in this study was implemented via custom scripts developed in a high-level programming language, leveraging standard open-source libraries for numerical computation and machine learning. The experimental validation was conducted on a high-performance computational workstation equipped with a multi-core processor and a discrete graphics processing unit (GPU). Specific details regarding all software environments, computational hardware, and sensor components are provided in the Table of Materials. A schematic ....

Access restricted. Please log in or start a trial to view this content.

Results

The proposed framework was validated using a self-collected multi-sensor dataset. After removing incomplete records, the final dataset comprised 199 valid aggregated time-window samples. The system environment and algorithm parameters are detailed in Table 1.

Feature correlation and dataset composition
To assess the redundancy and complementarity of the sensor channels prior to modeling, a feature correlation analysis was performed. As illustrated in the P.......

Access restricted. Please log in or start a trial to view this content.

Discussion

This protocol presents a robust methodology for motor condition identification in cold-start scenarios where labeled data is absent. By integrating unsupervised structure learning with pseudo-supervised classification, the method overcomes the limitations of traditional supervised learning, which relies heavily on human annotation13,18,19. A critical step in this protocol is the selection of the number of clusters (K). .......

Access restricted. Please log in or start a trial to view this content.

Disclosures

The authors have nothing to disclose.

Acknowledgements

We thank the Hubei Water Resources Technical College for providing the experimental platform and computational resources. This work was supported by the departmental research fund for industrial automation. We also acknowledge the contributions of the laboratory staff who assisted with data acquisition and sensor calibration.

....

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
CategoryComponent and version
Operating systemWindows 11 Professional 23H2
ProcessorIntel Core i9-14900HX
Memory32 GB
Graphics processorNVIDIA GeForce RTX 4070 Laptop GPU (8 GB)
Python3.12
NumPy1.26
pandas2.2
scikit-learn1.5
Matplotlib3.8
Seaborn0.13
Random seed

References

  1. Achouch, M. On predictive maintenance in Industry 4.0: overview, models, and challenges. Appl Sci. 12 (16), 8081 (2022).
  2. Wu, M. An intelligent predictive ma....

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Tags

Predictive MaintenancePseudo-Supervised LearningCold-Start ProblemServo Motor DiagnosticsGaussian Mixture ModelsIsolation ForestRandom Forest ClassifierSupport Vector Machine