Real-Time, Energy-Efficient, Sampling-Based Optimal Control via FPGA Acceleration
Tanmay Desai, Brian Plancher, R. Iris Bahar
TL;DR
This work presents a systematic FPGA co-design for Model Predictive Path Integral Control (MPPI) to run sampling-based stochastic optimal control on edge hardware. By decomposing MPPI into a four-stage, deeply pipelined dataflow—Gaussian noise generation, trajectory rollouts, cost calculations, and weighting/updates—the design exposes fine-grained parallelism and eliminates synchronization bottlenecks. Empirical results on a Xilinx ZCU102 show 2.33 ms per control step and 2.5×–5.4× energy reductions compared to embedded CPU/GPU baselines, with substantial improvements in end-to-end tracking accuracy and reliability. The work demonstrates that FPGA-based MPPI can achieve real-time, energy-efficient edge robotics performance and outlines a scalable blueprint for accelerating other sampling-based controllers.
Abstract
Autonomous mobile robots (AMRs), used for search-and-rescue and remote exploration, require fast and robust planning and control schemes. Sampling-based approaches for Model Predictive Control, especially approaches based on the Model Predictive Path Integral Control (MPPI) algorithm, have recently proven both to be highly effective for such applications and to map naturally to GPUs for hardware acceleration. However, both GPU and CPU implementations of such algorithms can struggle to meet tight energy and latency budgets on battery-constrained AMR platforms that leverage embedded compute. To address this issue, we present an FPGA-optimized MPPI design that exposes fine-grained parallelism and eliminates synchronization bottlenecks via deep pipelining and parallelism across algorithmic stages. This results in an average 3.1x to 7.5x speedup over optimized implementations on an embedded GPU and CPU, respectively, while simultaneously achieving a 2.5x to 5.4x reduction in energy usage. These results demonstrate that FPGA architectures are a promising direction for energy-efficient and high-performance edge robotics.
