AI-based particle track identification in scintillating fibres read out with imaging sensors

Noemi Bührer,Saúl Alonso-Monsalve,Matthew Franks,Till Dieminger,Davide Sgalaberna
2024-10-14
Abstract:This paper presents the development and application of an AI-based method for particle track identification using scintillating fibres read out with imaging sensors. We propose a variational autoencoder (VAE) to efficiently filter and identify frames containing signal from the substantial data generated by SPAD array sensors. Our VAE model, trained on purely background frames, demonstrated a high capability to distinguish frames containing particle tracks from background noise. The performance of the VAE-based anomaly detection was validated with experimental data, demonstrating the method's ability to efficiently identify relevant events with rapid processing time, suggesting a solid prospect for deployment as a fast inference tool on hardware for real-time anomaly detection. This work highlights the potential of combining advanced sensor technology with machine learning techniques to enhance particle detection and tracking.
Machine Learning,High Energy Physics - Experiment,Instrumentation and Detectors
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to efficiently identify particle trajectories when using an imaging sensor readout in a scintillating fiber detector. Specifically, the paper proposes a method based on the variational auto - encoder (VAE) for quickly screening and identifying frames containing signals from a large amount of background noise data. This is especially important in particle physics experiments, because these experiments usually generate a large amount of data, and distinguishing signal events from background noise is a challenge. ### Main problems: 1. **Large amount of data**: The scintillating fiber detector will generate a large amount of data during the readout process, and an efficient processing method is required to reduce the data processing time. 2. **Distinguishing between signal and background noise**: In the case of high background noise, how to accurately identify the signal frames containing particle trajectories. 3. **Real - time processing ability**: Develop a method that can implement real - time anomaly detection on hardware to improve the efficiency and response speed of the experiment. ### Solutions: - **Variational auto - encoder (VAE)**: The paper proposes an anomaly detection method based on VAE. By learning the typical patterns of background noise, VAE can effectively identify frames containing signals. - **Training method**: The VAE model is trained only with pure background frames, so it can distinguish between background noise and signal events. - **Performance verification**: The effectiveness of the VAE method is verified through experimental data, showing its potential in quickly processing and accurately identifying signal frames. ### Key technical points: - **VAE architecture**: It includes an encoder with six convolutional layers and a decoder with six transposed convolutional layers, as well as a fully - connected layer for generating a 32 - dimensional latent space. - **Loss function**: Combines the binary cross - entropy (BCE) loss and the Kullback - Leibler divergence (KLD) loss to optimize the performance of the model. - **Dimensionality reduction techniques**: Use methods such as UMAP and t - SNE to project the high - dimensional latent space onto a low - dimensional space for easy visualization and analysis. ### Conclusion: The paper shows the application potential of the VAE - based anomaly detection method in scintillating fiber detectors, especially in efficiently identifying signal frames and achieving real - time processing. Future work will explore the integration of this method on hardware to further improve its real - time processing ability.