Cross-Machine Anomaly Detection Leveraging Pre-trained Time-series Model

arXiv cs.LG / 4/8/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper tackles cross-machine anomaly detection in manufacturing, where sensors from multiple nominally identical machines executing the same process must be used to detect anomalies on an unseen target machine.
  • It proposes a framework combining a domain-invariant feature extractor with an unsupervised anomaly detection module to make representations robust to machine-to-machine behavioral differences.
  • The method leverages the pre-trained time-series foundation model MOMENT, then uses Random Forest Classifiers to disentangle embeddings into machine-related and condition-related factors.
  • The condition-related features are designed to be invariant across machines and are fed into downstream anomaly detectors to improve generalization without requiring labeled anomaly data from the target machine.
  • Experiments on an industrial dataset involving three machines show the approach outperforms both raw-signal baselines and MOMENT-embedding baselines, supporting its effectiveness for cross-machine deployment.

Abstract

Achieving resilient and high-quality manufacturing requires reliable data-driven anomaly detection methods that are capable of addressing differences in behaviors among different individual machines which are nominally the same and are executing the same processes. To address the problem of detecting anomalies in a machine using sensory data gathered from different individual machines executing the same procedure, this paper proposes a cross-machine time-series anomaly detection framework that integrates a domain-invariant feature extractor with an unsupervised anomaly detection module. Leveraging the pre-trained foundation model MOMENT, the extractor employs Random Forest Classifiers to disentangle embeddings into machine-related and condition-related features, with the latter serving as representations which are invariant to differences between individual machines. These refined features enable the downstream anomaly detectors to generalize effectively to unseen target machines. Experiments on an industrial dataset collected from three different machines performing nominally the same operation demonstrate that the proposed approach outperforms both the raw-signal-based and MOMENT-embedding feature baselines, confirming its effectiveness in enhancing cross-machine generalization.