ARLGApr 4, 2021

A Configurable BNN ASIC using a Network of Programmable Threshold Logic Standard Cells

arXiv:2104.01699v111 citations
AI Analysis

This work addresses energy consumption issues for BNN deployment in resource-constrained environments, representing a domain-specific incremental advance in hardware design.

The paper tackles the problem of energy efficiency in binary neural network (BNN) hardware by introducing TULIP, a configurable ASIC architecture using programmable threshold logic cells, achieving a 3X improvement in energy efficiency compared to conventional designs without sacrificing performance, area, or accuracy.

This paper presents TULIP, a new architecture for a binary neural network (BNN) that uses an optimal schedule for executing the operations of an arbitrary BNN. It was constructed with the goal of maximizing energy efficiency per classification. At the top-level, TULIP consists of a collection of unique processing elements (TULIP-PEs) that are organized in a SIMD fashion. Each TULIP-PE consists of a small network of binary neurons, and a small amount of local memory per neuron. The unique aspect of the binary neuron is that it is implemented as a mixed-signal circuit that natively performs the inner-product and thresholding operation of an artificial binary neuron. Moreover, the binary neuron, which is implemented as a single CMOS standard cell, is reconfigurable, and with a change in a single parameter, can implement all standard operations involved in a BNN. We present novel algorithms for mapping arbitrary nodes of a BNN onto the TULIP-PEs. TULIP was implemented as an ASIC in TSMC 40nm-LP technology. To provide a fair comparison, a recently reported BNN that employs a conventional MAC-based arithmetic processor was also implemented in the same technology. The results show that TULIP is consistently 3X more energy-efficient than the conventional design, without any penalty in performance, area, or accuracy.

Foundations

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

Your Notes