LoRM: Learning the Language of Rotating Machinery for Self-Supervised Condition Monitoring

arXiv cs.CL / 4/8/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • LoRM(Language of Rotating Machinery)は、多モーダルな回転機械のセンサ信号を「機械言語」として扱う自己教師ありフレームワークで、リアルタイムの状態監視を目的としています。
  • 従来の手作り特徴量・前処理に依存せず、信号窓をトークン化し、将来の信号部分を多チャネル文脈から予測する「離散トークン列の予測」問題として再定式化しています。
  • 一般用途の事前学習済み言語モデルを産業信号に対して部分的にファインチューニングすることで、大規模モデルを最初から学習しない効率的な知識移転を実現します。
  • 健康指標として、トークン予測誤差を監視し、誤差の増加が劣化を示す形で状態監視を行います。
  • In-situ tool condition monitoringの実験で、安定したリアルタイム追跡と工具間の汎化性能(クロスツール汎化)が示され、コードも公開されています。

Abstract

We present LoRM (Language of Rotating Machinery), a self-supervised framework for multi-modal rotating-machinery signal understanding and real-time condition monitoring. LoRM is built on the idea that rotating-machinery signals can be viewed as a machine language: local signals can be tokenised into discrete symbolic units, and their future evolution can be predicted from observed multi-sensor context. Unlike conventional signal-processing methods that rely on hand-crafted transforms and features, LoRM reformulates multi-modal sensor data as a token-based sequence-prediction problem. For each data window, the observed context segment is retained in continuous form, while the future target segment of each sensing channel is quantised into a discrete token. Then, efficient knowledge transfer is achieved by partially fine-tuning a general-purpose pre-trained language model on industrial signals, avoiding the need to train a large model from scratch. Finally, condition monitoring is performed by tracking token-prediction errors as a health indicator, where increasing errors indicate degradation. In-situ tool condition monitoring (TCM) experiments demonstrate stable real-time tracking and strong cross-tool generalisation, showing that LoRM provides a practical bridge between language modelling and industrial signal analysis. The source code is publicly available at https://github.com/Q159753258/LormPHM.