Ultra Fast Transformers on FPGAs for Particle Physics Experiments
Zhixing Jiang, Dennis Yin, Elham E Khoda, Vladimir Loncar, Ekaterina Govorkova, Eric Moreno, Philip Harris, Scott Hauck, Shih-Chieh Hsu
TL;DR
This work tackles the need for ultra-low-latency transformer inference in online LHC triggers by implementing a transformer with multi-head attention on an FPGA via the hls4ml framework. It delivers a four-stage MHA pipeline with LUT-based softmax and fixed-point quantization, integrated into hls4ml to enable real-time deployment in particle-physics detectors. Using a CMS jet-flavor tagging dataset, the study demonstrates sub- to a few-microsecond latency on a Xilinx UltraScale+ device, with a clear resource-latency trade-off via the reuse factor and fixed-point precision, achieving near FP accuracy with $10$ integer and $10$ fractional bits. The results indicate that transformer-based inference can be feasibly embedded in hardware triggers, offering a broadly applicable path for real-time, low-latency inference in high-energy physics and other scientific domains.
Abstract
This work introduces a highly efficient implementation of the transformer architecture on a Field-Programmable Gate Array (FPGA) by using the \texttt{hls4ml} tool. Given the demonstrated effectiveness of transformer models in addressing a wide range of problems, their application in experimental triggers within particle physics becomes a subject of significant interest. In this work, we have implemented critical components of a transformer model, such as multi-head attention and softmax layers. To evaluate the effectiveness of our implementation, we have focused on a particle physics jet flavor tagging problem, employing a public dataset. We recorded latency under 2 $μ$s on the Xilinx UltraScale+ FPGA, which is compatible with hardware trigger requirements at the CERN Large Hadron Collider experiments.
