ARAIPFSep 12, 2023

DSLOT-NN: Digit-Serial Left-to-Right Neural Network Accelerator

arXiv:2309.06019v21 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses energy efficiency for hardware acceleration of neural network inference, but it is incremental as it builds on existing digit-serial and online arithmetic techniques.

The paper tackles the problem of accelerating convolution operations in deep neural networks by proposing DSLOT-NN, a digit-serial left-to-right neural network accelerator that achieves approximately 50% higher operations per watt compared to state-of-the-art methods.

We propose a Digit-Serial Left-tO-righT (DSLOT) arithmetic based processing technique called DSLOT-NN with aim to accelerate inference of the convolution operation in the deep neural networks (DNNs). The proposed work has the ability to assess and terminate the ineffective convolutions which results in massive power and energy savings. The processing engine is comprised of low-latency most-significant-digit-first (MSDF) (also called online) multipliers and adders that processes data from left-to-right, allowing the execution of subsequent operations in digit-pipelined manner. Use of online operators eliminates the need for the development of complex mechanism of identifying the negative activation, as the output with highest weight value is generated first, and the sign of the result can be identified as soon as first non-zero digit is generated. The precision of the online operators can be tuned at run-time, making them extremely useful in situations where accuracy can be compromised for power and energy savings. The proposed design has been implemented on Xilinx Virtex-7 FPGA and is compared with state-of-the-art Stripes on various performance metrics. The results show the proposed design presents power savings, has shorter cycle time, and approximately 50% higher OPS per watt.

Foundations

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

Your Notes