paper-with-me

홈 › Papers

Logic Shrinkage: Learned FPGA Netlist Sparsity for Efficient Neural Network Inference

2021-12-04 · Erwei Wang, James J. Davis, Georgios-Ilias Stavrou, Peter Y. K. Cheung, George A. Constantinides, Mohamed S. Abdelfattah

FPGA-specific DNN architectures using the native LUTs as independently trainable inference operators have been shown to achieve favorable area-accuracy and energy-accuracy tradeoffs. The first work in this area, LUTNet, exhibited state-of-the-art performance for standard DNN benchmarks. In this paper, we propose the learned optimization of such LUT-based topologies, resulting in higher-efficiency designs than via the direct use of off-the-shelf, hand-designed networks. Existing implementations of this class of architecture require the manual specification of the number of inputs per LUT, K. Choosing appropriate K a priori is challenging, and doing so at even high granularity, e.g. per layer, is a time-consuming and error-prone process that leaves FPGAs' spatial flexibility underexploited. Furthermore, prior works see LUT inputs connected randomly, which does not guarantee a good choice of network topology. To address these issues, we propose logic shrinkage, a fine-grained netlist pruning methodology enabling K to be automatically learned for every LUT in a neural network targeted for FPGA inference. By removing LUT inputs determined to be of low importance, our method increases the efficiency of the resultant accelerators. Our GPU-friendly solution to LUT input removal is capable of processing large topologies during their training with negligible slowdown. With logic shrinkage, we better the area and energy efficiency of the best-performing LUTNet implementation of the CNV network classifying CIFAR-10 by 1.54x and 1.31x, respectively, while matching its accuracy. This implementation also reaches 2.71x the area efficiency of an equally accurate, heavily pruned BNN. On ImageNet with the Bi-Real Net architecture, employment of logic shrinkage results in a post-synthesis area reduction of 2.67x vs LUTNet, allowing for implementation that was previously impossible on today's largest FPGAs.

📄 PDF Abstract BibTeX arXiv:2112.02346

Code (1)

awai54st/logic-shrinkage 공식 구현 tf

Tasks

Efficient Neural NetworkGPU

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

LogicNets: Co-Designed Neural Networks and Circuits for Extreme-Throughput Applications

2020-04-06 · Yaman Umuroglu, Yash Akhauri, Nicholas J. Fraser, Michaela Blott

Deployment of deep neural networks for applications that require very high throughput or extremely low latency is a severe computational challenge, further exacerbated by inefficiencies in mapping the computation to hard…

Intrusion DetectionNetwork Intrusion DetectionQuantization

Generalizable Cross-Graph Embedding for GNN-based Congestion Prediction

2021-11-10 · Amur Ghose, Vincent Zhang, Yingxue Zhang, Dong Li 외

Presently with technology node scaling, an accurate prediction model at early design stages can significantly reduce the design cycle. Especially during logic synthesis, predicting cell congestion due to improper logic c…

Graph EmbeddingGraph Neural Network

Quality Versus Sparsity in Image Recovery by Dictionary Learning Using Iterative Shrinkage

2025-08-05 · Mohammadsadegh Khoshghiaferezaee, Moritz Krauth, Shima Shabani, Michael Breuß arxiv

Sparse dictionary learning (SDL) is a fundamental technique that is useful for many image processing tasks. As an example we consider here image recovery, where SDL can be cast as a nonsmooth optimization problem. For th…

Silicon Aware Neural Networks

2026-04-21 · Sebastian Fieldhouse, Kea-Tiong Tang arxiv

Recent work in the machine learning literature has demonstrated that deep learning can train neural networks made of discrete logic gate functions to perform simple image classification tasks at very high speeds on CPU, …

Image Classification

Image Denoising in FPGA using Generic Risk Estimation

2021-11-16 · Rinson Varghese, Chandrasekhar Seelamantula, Rathna G N, Ashutosh Gupta 외

The generic risk estimator addresses the problem of denoising images corrupted by additive white noise without placing any restriction on the statistical distribution of the noise. In this paper, we discuss an efficient …

DenoisingImage Denoising