菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-07
📄 Abstract - Cross-Machine Anomaly Detection Leveraging Pre-trained Time-series Model

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.

顶级标签: machine learning systems model evaluation
详细标签: anomaly detection time series domain adaptation manufacturing foundation model 或 搜索:

利用预训练时序模型的跨机器异常检测 / Cross-Machine Anomaly Detection Leveraging Pre-trained Time-series Model


1️⃣ 一句话总结

这篇论文提出了一种新的跨机器异常检测方法,它利用预训练模型提取不受具体机器个体差异影响的通用特征,从而让异常检测模型能更好地应用到新的、未见过的同类机器上。

源自 arXiv: 2604.05335