Hybrid Autoencoder-Isolation Forest approach for time series anomaly detection in C70XP cyclotron operation data at ARRONAX

arXiv cs.LG / 2026/3/24

💬 オピニオンSignals & Early TrendsIdeas & Deep AnalysisModels & Research

要点

  • The study introduces an ML method for early time-series anomaly detection in ARRONAX’s C70XP cyclotron operation using sensor data over temporal windows.
  • It combines a fully connected autoencoder (AE) with Isolation Forest (IF) by feeding the AE’s Mean Cubic Error (MCE) reconstruction error into IF to better catch subtle deviations.
  • The work is motivated by Isolation Forest’s axis-parallel splitting, which can miss anomalies that occur close to the mean of normal behavior.
  • Validation on proton beam intensity time-series data shows improved anomaly detection performance compared with the baseline approach, supported by experimental results.

Abstract

The Interest Public Group ARRONAX's C70XP cyclotron, used for radioisotope production for medical and research applications, relies on complex and costly systems that are prone to failures, leading to operational disruptions. In this context, this study aims to develop a machine learning-based method for early anomaly detection, from sensor measurements over a temporal window, to enhance system performance. One of the most widely recognized methods for anomaly detection is Isolation Forest (IF), known for its effectiveness and scalability. However, its reliance on axis-parallel splits limits its ability to detect subtle anomalies, especially those occurring near the mean of normal data. This study proposes a hybrid approach that combines a fully connected Autoencoder (AE) with IF to enhance the detection of subtle anomalies. In particular, the Mean Cubic Error (MCE) of the sensor data reconstructed by the AE is used as input to the IF model. Validated on proton beam intensity time series data, the proposed method demonstrates a clear improvement in detection performance, as confirmed by the experimental results.