arXiv (CS.LG)
2026-06-17 12:00
DOI:
arXiv:2606.17500
Reconfigurable Computing Challenge: Transformer for Jet Tagging on Versal AI Engines
Authors:
Abstract
arXiv:2606.17500v1 Announce Type: new
Abstract: Transformer-based models achieve strong performance for jet tagging at the CERN LHC, but deploying them in low-latency, resource-constrained trigger systems is challenging. We present an initial implementation of a quantized, integer-only transformer for jet tagging on the AMD Versal AI Engine (AIE), mapping dense and multi-head attention (MHA) layers to AIE tiles. The main contribution is a reusable software framework that represents transformer layers as composable AIE building blocks and automatically generates the corresponding Vitis graph code from a high-level Python model description. This framework provides a foundation for future research and is released as open-source software at https://github.com/KastnerRG/particle_transformer_aie.