arXiv論文メモ
新着一覧
hep-ex · 査読状況未確認

整数化したグラフニューラルネットをFPGAで高速動作させる

Integer Quantization of Graph Neural Networks for Real-Time FPGA Track Finding

Andrea Cardini, Pelayo Leguina, Elena Aller and Santiago Folgueras

この論文をやさしく読む

ひとことで言うと

グラフニューラルネットの計算を整数化し、FPGA上で一定の短い遅延で動かすための手順を示した。評価用の引用ネットワークでは52.8ナノ秒の推論遅延だった。

何に役立つ?

考えられる用途は、CMSの高速トリガー向けにGNNの実装可能性を調べる際、数値の丸めとFPGA資源、遅延を一緒に評価すること。

この研究の面白いところ

32ビット浮動小数点の実装は資源上限を超えたが、INT8化などで資源内に収まり、正答率は78.0±0.8%から75.0±1.1%となった。

どこまで分かった?

性能評価にはCora引用ネットワークを用い、物理の追跡課題そのものとは切り離した。CMSでの実際の追跡性能を実証したとの記載はない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

CMSのレベル1トリガーで、発生位置がずれたミューオンの兆候をリアルタイムに追跡するには、大量の検出器データを処理しながら、12.5マイクロ秒という厳しい固定遅延制約を満たす必要がある。ミューオンの検出点は疎で不規則なグラフに自然に対応するため、グラフニューラルネットワーク(GNN)は有望だが、メッセージ伝播モデルをFPGAに載せるには、数値精度、マイクロアーキテクチャ、高位合成(HLS)の実装を慎重に共同設計する必要がある。本研究は、固定遅延の推論に向けてGNN設計とFPGA試作をつなぐ、再現可能でビット単位に一致する作業手順を示す。 この方法を、二層のGraphSAGEネットワークをXCVU13P FPGAに実装して示した。ファームウェア評価には、物理実験の課題から実装可能性を切り離せる固定サイズのベンチマークとして、Cora引用ネットワークを用いた。利用可能なFPGA資源の上限を超える32ビット浮動小数点の基準実装から出発し、学習後量子化による整数のみの演算経路を導いた。重みと活性値はINT8、バイアスはINT32とし、二のべき乗によるスケール近似で再スケーリングの乗算を算術シフトに置き換え、データに基づいてビット幅を狭めた。各段階をVitis HLSのCシミュレーションで、Pythonの整数エミュレータとのビット単位の一致により検証した。最適化したINT8・二のべき乗方式は、推論遅延19クロック周期、公称360 MHzで52.8ナノ秒を達成した。DSPの使用率は20%、フリップフロップは6%、LUTは27%で、複数の学習シードで平均した正答率は75.0±1.1%、FP32では78.0±0.8%だった。この作業手順は、CMSレベル1トリガーで固定遅延のGNN追跡再構成を実現するための、具体的で転用可能な道筋となる。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Real-time track finding for displaced-muon signatures in the CMS Level-1 trigger must operate under strict fixed-latency constraints of 12.5 $\mu$s while processing high-throughput detector data. Because muon hits map naturally onto sparse, irregular graphs, graph neural networks (GNNs) are attractive candidates; however, mapping message-passing models to field-programmable gate arrays (FPGAs) requires careful co-design of numerical precision, microarchitecture, and high-level synthesis (HLS) implementation. This work presents a reproducible, bit-exact workflow bridging GNN design and FPGA prototyping for fixed-latency inference. The methodology is demonstrated by implementing a two-layer GraphSAGE network onto an XCVU13P FPGA, using the Cora citation network as a fixed-size benchmark for firmware evaluation that decouples deployment feasibility from the physics task. Starting from a 32-bit floating-point reference that exceeds the available FPGA resource budget, we derive an integer-only datapath through post-training quantization (INT8 weights and activations, INT32 biases), a power-of-two scale approximation that replaces rescaling multipliers with arithmetic shifts, and data-driven bit-width narrowing. Every stage is validated bit-exactly against a Python integer emulator in Vitis HLS C-simulation. The optimized INT8 power-of-two design achieves an inference latency of 19 clock cycles (52.8 ns at the nominal 360 MHz clock) at 20\% DSP, 6\% FF, and 27\% LUT utilization, with 75.0$\pm$1.1\% accuracy compared to the 78.0$\pm$0.8\% for FP32. Accuracy is reported as the average across multiple training seeds. The resulting workflow establishes a concrete, transferable path toward fixed-latency GNN-based track reconstruction in the CMS Level-1 trigger.

著者のコメント

This work has been submitted to the IEEE TNS journal for possible publication. The work was originally presented at the 25th IEEE Real Time Conference

arXiv ID: 2609.28144 / 要約の誤りについて