SPECTRA: Adaptive Execution of Speculative Decoding on a Runtime-Reconfigurable Tiled Architecture

📅 2026-09-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决边缘设备上LLM推理的资源限制问题,SPECTRA通过自适应执行推测解码和动态调整计算并行度来提高效率。
📝 Abstract
LLM inference on edge devices is constrained by computational and memory resources, making efficient autoregressive decoding challenging. Speculative decoding alleviates this bottleneck by generating tokens with a smaller draft model and verifying multiple tokens in parallel with a batched target model pass. However, verification introduces a runtime-dependent intermediate regime between memory-bound general matrix-vector (GEMV) operations in decoding and compute-bound general matrix-matrix (GEMM) operations in prefill, as its arithmetic intensity varies with speculation length and acceptance rate. We present SPECTRA, a runtime-reconfigurable tiled architecture that sustains high utilization across the full speculative decoding pipeline. Within each tile, the compute engine switches between systolic execution for GEMMs and vector-lane execution for GEMVs. Across tiles, SPECTRA dynamically adapts computation parallelism by selecting tile count, kernel partitioning, and communication pattern. Both tile-level and system-level reconfiguration operate on a per-kernel basis, enabling efficient execution across these diverse regimes. Evaluated on a 20-tile FPGA prototype across the Pythia, SmolLM2, and GPT-2 families, SPECTRA achieves up to $2.09\times$ speedup from tile-level reconfiguration and a further $1.25\times$ gain from system-level adaptability over fixed designs.
Problem

Research questions and friction points this paper is trying to address.

LLM inference
edge devices
speculative decoding
runtime-dependent intermediate regime
arithmetic intensity
Innovation

Methods, ideas, or system contributions that make the work stand out.

runtime-reconfigurable tiled architecture
speculative decoding
adaptive execution
🔎 Similar Papers
No similar papers found.
Gabriele Tombesi
Gabriele Tombesi
Columbia University
W
William Baisi
Columbia University
J
Je Yang
Columbia University
E
Elisavet Lydia Alvanaki
Columbia University
K
Kevin Lee
Columbia University
M
Michael Lippe
Columbia University
B
Biruk Seyoum
Columbia University
L
Luca P. Carloni
Columbia University