DATA-ANLGHEP-EXMar 18, 2024

Graph Neural Network for Neutrino Physics Event Reconstruction

arXiv:2403.11872v25 citationsh-index: 115Physical Review D
Originality Incremental advance
AI Analysis

This provides a general-purpose solution for particle reconstruction in neutrino physics, potentially deployable across various detector technologies, though it is incremental as it builds on existing GNN methods.

The paper tackles automated reconstruction of neutrino interactions in Liquid Argon Time Projection Chamber detectors by developing NuGraph2, a Graph Neural Network that achieves 98.0% efficiency in identifying primary physics interactions and 94.9% efficiency in particle type labeling.

Liquid Argon Time Projection Chamber (LArTPC) detector technology offers a wealth of high-resolution information on particle interactions, and leveraging that information to its full potential requires sophisticated automated reconstruction techniques. This article describes NuGraph2, a Graph Neural Network (GNN) for low-level reconstruction of simulated neutrino interactions in a LArTPC detector. Simulated neutrino interactions in the MicroBooNE detector geometry are described as heterogeneous graphs, with energy depositions on each detector plane forming nodes on planar subgraphs. The network utilizes a multi-head attention message-passing mechanism to perform background filtering and semantic labelling on these graph nodes, identifying those associated with the primary physics interaction with 98.0\% efficiency and labelling them according to particle type with 94.9\% efficiency. The network operates directly on detector observables across multiple 2D representations, but utilizes a 3D-context-aware mechanism to encourage consistency between these representations. Model inference takes 0.12~s/event on a CPU, and 0.005s/event batched on a GPU. This architecture is designed to be a general-purpose solution for particle reconstruction in neutrino physics, with the potential for deployment across a broad range of detector technologies, and offers a core convolution engine that can be leveraged for a variety of tasks beyond the two described in this article.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes