English Abstract
Abstract :
This thesis explores the application of Artificial Intelligence (AI) and Signal Processing (SP) techniques in
the context of Sensor Fusion applied to the high-energy physics experiment at the Large Hadron Collider
(LHC) of the European Centre for Nuclear Research (CERN). The central aim is to help in maintaining
the integrity of the massive sensor array used at the Minimum Ionizing Particle Timing Detector (MTD)
located at the inner layers of the Compact Muon Solenoid (CMS) and develop a user friendly platform
to collect and compactly present the large sensor data to the monitoring operator. Hence, a major part
of this work aims at detecting and raising warnings of potential operational issues before they escalate by
applying different AI techniques for anomaly detection, namely various autoencoder architectures including
Convolutional Neural Network (CNN), 2D Convolutional with Long Short-Term Memory (Conv2DLSTM),
CNN with U-net architecture, and Conv2DLSTM with U-net architecture. The latter method turned out to
provide the best performance with an accuracy of 96.2% on simulated data. Computer simulations indicate
that this algorithm is quite robust against additive noise as its performance was found to degrade by only
about 1% with a Signal-to-Noise Ratio (SNR) decreasing from 17dB to 5dB. The wavelet denoising algorithm
was investigated to possibly mitigate this noise effect in light of the harsh operating environment at CMS
with a marginal success since for low SNR sensor signals it caused the anomalies to be hidden hence missed
by the algorithm. Obtaining practical data from the sensor array was a rather challenging task, and as of the
writing of this work only partial data was obtained. Initial results of applying the algorithm to the partial
real data in hand showed a comparable accuracy of 94.5 %. The MTD services developed in this work using
FastAPI Python library and xDAQ C++ Framework as well as the proposed anomaly detection methods
should contribute to safely running the MTD close to its optimum point.
Keywords— CERN, CMS, MTD, DAQ, Anomaly Detection, Incremental Learning