ARAILGNov 1, 2024

LUTMUL: Exceed Conventional FPGA Roofline Limit by LUT-based Efficient Multiplication for Neural Network Inference

arXiv:2411.11852v19 citationsh-index: 8ASP-DAC
Originality Highly original
AI Analysis

This addresses performance bottlenecks in FPGA-based neural network inference, setting a new benchmark for efficiency, though it is incremental in leveraging existing LUT resources.

The paper tackled the limitation of DSP blocks in FPGA-based neural network accelerators by introducing LUTMUL, a method using look-up tables for multiplications, achieving a throughput of 1627 images per second and 70.95% top-1 accuracy on ImageNet.

For FPGA-based neural network accelerators, digital signal processing (DSP) blocks have traditionally been the cornerstone for handling multiplications. This paper introduces LUTMUL, which harnesses the potential of look-up tables (LUTs) for performing multiplications. The availability of LUTs typically outnumbers that of DSPs by a factor of 100, offering a significant computational advantage. By exploiting this advantage of LUTs, our method demonstrates a potential boost in the performance of FPGA-based neural network accelerators with a reconfigurable dataflow architecture. Our approach challenges the conventional peak performance on DSP-based accelerators and sets a new benchmark for efficient neural network inference on FPGAs. Experimental results demonstrate that our design achieves the best inference speed among all FPGA-based accelerators, achieving a throughput of 1627 images per second and maintaining a top-1 accuracy of 70.95% on the ImageNet dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes