paper-with-me

Papers

PolyLUT: Learning Piecewise Polynomials for Ultra-Low Latency FPGA LUT-based Inference

2023-09-05 · Marta Andronic, George A. Constantinides

Field-programmable gate arrays (FPGAs) are widely used to implement deep learning inference. Standard deep neural network inference involves the computation of interleaved linear maps and nonlinear activation functions. Prior work for ultra-low latency implementations has hardcoded the combination of linear maps and nonlinear activations inside FPGA lookup tables (LUTs). Our work is motivated by the idea that the LUTs in an FPGA can be used to implement a much greater variety of functions than this. In this paper, we propose a novel approach to training neural networks for FPGA deployment using multivariate polynomials as the basic building block. Our method takes advantage of the flexibility offered by the soft logic, hiding the polynomial evaluation inside the LUTs with minimal overhead. We show that by using polynomial building blocks, we can achieve the same accuracy using considerably fewer layers of soft logic than by using linear functions, leading to significant latency and area improvements. We demonstrate the effectiveness of this approach in three tasks: network intrusion detection, jet identification at the CERN Large Hadron Collider, and handwritten digit recognition using the MNIST dataset.

📄 PDF Abstract BibTeX arXiv:2309.02334

Code (1)

martaandronic/polylut 공식 구현 pytorch

Tasks

Handwritten Digit RecognitionIntrusion DetectionNetwork Intrusion Detection

Similar Papers 제목 키워드 기반

PolyLUT: Ultra-low Latency Polynomial Inference with Hardware-Aware Structured Pruning

2025-01-14 · Marta Andronic, Jiawen Li, George A. Constantinides

Standard deep neural network inference involves the computation of interleaved linear maps and nonlinear activation functions. Prior work for ultra-low latency implementations has hardcoded these operations inside FPGA l…

Intrusion DetectionNetwork Intrusion Detection

PolyLUT-Add: FPGA-based LUT Inference with Wide Inputs

2024-06-07 · Binglei Lou, Richard Rademacher, David Boland, Philip H. W. Leong

FPGAs have distinct advantages as a technology for deploying deep neural networks (DNNs) at the edge. Lookup Table (LUT) based networks, where neurons are directly modeled using LUTs, help maximize this promise of offeri…

Intrusion DetectionNetwork Intrusion Detection

SparseLUT: Sparse Connectivity Optimization for Lookup Table-based Deep Neural Networks

2025-03-17 · Binglei Lou, Ruilin Wu, Philip Leong

The deployment of deep neural networks (DNNs) on resource-constrained edge devices such as field-programmable gate arrays (FPGAs) requires a careful balance of latency, power, and resource usage while maintaining high ac…

Enhancing LUT-based Deep Neural Networks Inference through Architecture and Connectivity Optimization

2026-01-14 · Binglei Lou, Ruilin Wu, Philip Leong arxiv

Deploying deep neural networks (DNNs) on resource-constrained edge devices such as FPGAs requires a careful balance among latency, power, and hardware resource usage, while maintaining high accuracy. Existing Lookup Tabl…

TreeLUT: An Efficient Alternative to Deep Neural Networks for Inference Acceleration Using Gradient Boosted Decision Trees

2025-01-02 · Alireza Khataei, Kia Bazargan

Accelerating machine learning inference has been an active research area in recent years. In this context, field-programmable gate arrays (FPGAs) have demonstrated compelling performance by providing massive parallelism …

Quantization