GPT-like transformer model for silicon tracking detector simulation
Tadej Novak, Borut Paul Kerševan
TL;DR
The paper investigates a GPT-like decoder-only transformer to generate silicon tracking detector hits as a sequence, aiming to replace parts of the Geant4 simulation with a fast, generative method. By tokenizing per-hit features and using sliding-window attention, the approach preserves correlations between hits and achieves muon-level tracking performance comparable to full simulation on the Open Data Detector. Electron and pion predictions reveal limitations from rare processes and tokenisation granularity, guiding future improvements such as weighting and secondary-particle modeling. GPU-based inference shows potential for production-scale speedups, though the method remains constrained by iterative generation and discrete outputs. The work provides open-source tools (SiliconAI) and reproducible datasets to enable further development in fast silicon-tracking simulations.
Abstract
Simulating physics processes and detector responses is essential in high energy physics and represents significant computing costs. Generative machine learning has been demonstrated to be potentially powerful in accelerating simulations, outperforming traditional fast simulation methods. The efforts have focused primarily on calorimeters. This work presents the very first studies on using neural networks for silicon tracking detectors simulation. The GPT-like transformer architecture is determined to be optimal for this task and applied in a fully generative way, ensuring full correlations between individual hits. Taking parallels from text generation, hits are represented as a flat sequence of feature values. The resulting tracking performance, evaluated on the Open Data Detector, is comparable with the full simulation.
