Geometric GNNs for Charged Particle Tracking at GlueX
Ahmed Hossam Mohammed, Kishansingh Rajput, Simon Taylor, Denis Furletov, Sergey Furletov, Malachi Schram
TL;DR
This work tackles the challenge of track finding for charged particles in GlueX by using a geometry-aware Graph Neural Network (GNN) pipeline. The approach combines a graph-builder, which constructs sparse, geometry-constrained graphs (with optional skip edges to handle missing hits), and an edge-classifier GNN that predicts true track edges, enabling faster, batched GPU inference. On simulated GlueX data, the pipeline delivers a 7.5% efficiency gain at fixed purity compared to the traditional method and achieves roughly a 71% speedup in inference when processing events in batches on an A100 GPU; a smaller, FPGA-friendly model offers additional speed gains with a modest drop in performance. These results, along with FPGA timing/resource assessments, indicate strong potential for deployment in real experimental settings, with future work focusing on uncertainty quantification, track fitting, and application to higher-multiplicity environments.
Abstract
Nuclear physics experiments are aimed at uncovering the fundamental building blocks of matter. The experiments involve high-energy collisions that produce complex events with many particle trajectories. Tracking charged particles resulting from collisions in the presence of a strong magnetic field is critical to enable the reconstruction of particle trajectories and precise determination of interactions. It is traditionally achieved through combinatorial approaches that scale worse than linearly as the number of hits grows. Since particle hit data naturally form a 3-dimensional point cloud and can be structured as graphs, Graph Neural Networks (GNNs) emerge as an intuitive and effective choice for this task. In this study, we evaluate the GNN model for track finding on the data from the GlueX experiment at Jefferson Lab. We use simulation data to train the model and test on both simulation and real GlueX measurements. We demonstrate that GNN-based track finding outperforms the currently used traditional method at GlueX in terms of segment-based efficiency at a fixed purity while providing faster inferences. We show that the GNN model can achieve significant speedup by processing multiple events in batches, which exploits the parallel computation capability of Graphical Processing Units (GPUs). Finally, we compare the GNN implementation on GPU and FPGA and describe the trade-off.
