arXiv論文メモ
新着一覧
cs.AR · 査読状況未確認

推論モデルをFPGAとGPUに分担させ速度と精度を改善

HeteroReason: Heterogeneous FPGA-GPU Acceleration for Disaggregated Speculative Reasoning

Zehuan Zhang, Quan Deng, Zibo Ren, Hao Mark Chen, Guoyu Li, Xuchun Hu, Jose G. F. Coutinho, Ce Guo, Wayne Luk, Zhiqiang Que, Hongxiang Fan

この論文をやさしく読む

ひとことで言うと

AIの推論で、下書きをFPGA、検証と修正をGPUに分けて実行する方法。

何に役立つ?

大規模推論モデルを動かす際、速度、消費電力、途中の誤りからの回復を合わせて設計する材料になる。

この研究の面白いところ

後戻りできる推論経路と、FPGA・GPUで重ねて動く処理を組み合わせている。

どこまで分かった?

改善値は要旨にあるGPUのみの基準方式との実験比較であり、異なる機器構成での性能は示されていない。

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

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

大規模推論モデル(LRM)は思考の連鎖(CoT)を使い、推論課題で高い性能を達成している。高速化のための推測的推論では、軽い下書きモデルで候補トークンを作り、過程報酬モデル(PRM)で検証し、強い目標モデルで修正する。しかし従来の方式は前進するだけの推論経路をたどるため、初期の推論が不適切だと頑健性に欠け、誤りが深刻に伝播しうる。また、逐次的な下書きと並列的な検証という異なる計算を同じGPU基盤で実行すると、資源が十分に使われない。 そこで、LRMの推測的推論に合わせてアルゴリズムとハードウェアを共同設計した、FPGAとGPUの混合型推論方式HeteroReasonを提案する。アルゴリズム面では、質の低い状態から回復して別の推論経路を探索できるよう、後戻りを加えた処理手順を導入し、推論の頑健性を大きく改善する。システム面では、下書きモデルをFPGAに、PRMと目標モデルをGPUに配置する。入力の事前処理と復号を分離し、シャドー同期を使ってGPU側の修正とFPGA側のトークン更新を重ね、同期による遅延を隠す。逐次的な制約をさらに緩和するため、先読みの推測と修正を予定に組み込む方式を提案し、逐次実行から並列の処理パイプラインへ移す。実験では、GPUだけの基準方式と比べて正確度が平均4.2%改善し、遅延は1.01~1.42倍、エネルギー効率は1.25~1.57倍改善した。

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

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

更新履歴

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

原文の要旨

Large Reasoning Models (LRMs) have achieved state-of-the-art performance in reasoning tasks by utilizing Chain-of-Thought (CoT) reasoning. To achieve fast execution speed, speculative reasoning techniques adopt a lightweight draft model for candidate token generation followed by process reward models (PRMs) for verification and a strong target model for refinements. This paper identifies that the existing speculative reasoning paradigm follows a strictly forward-only reasoning trajectory, which lacks robustness and can lead to severe error propagation if early reasoning steps are suboptimal. Furthermore, executing these disparate inference schemes, including sequential drafting and parallel verification on homogeneous GPU platforms, can lead to severe resource underutilization. To address this, we propose HeteroReason, an algorithm-hardware co-designed heterogeneous FPGA-GPU inference paradigm specifically tailored for LRM speculative reasoning. At the algorithmic level, we introduce a backtracking-enhanced workflow that enables the system to recover from low-quality states and explore alternative reasoning trajectories, significantly improving reasoning robustness. At the system level, the draft model is offloaded to the FPGA while deploying the PRM and target models on GPUs. A specialized workflow is optimized to achieve prefill-decode disaggregation, which exploits shadow synchronization to overlap GPU-side refinements with FPGA-side token updates to effectively hide synchronization latency. To mitigate inherent sequential constraints, we propose a step-ahead speculation and refinement scheduling scheme, transitioning the system from a sequential execution scheme to a parallel pipeline. Experimental evaluations show an average 4.2% accuracy improvement, with 1.01x-1.42x latency speedups and 1.25x-1.57x improvements in energy efficiency compared to homogeneous GPU baselines.

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