DCApr 13

scaleTRIM: Scalable TRuncation-Based Integer Approximate Multiplier with Linearization and Compensation

arXiv:2303.024950.237 citationsh-index: 28
AI Analysis35

For hardware designers of energy-efficient computing systems, this work provides an approximate multiplier with improved accuracy-efficiency trade-offs, though it is an incremental improvement over existing methods.

The paper introduces scaleTRIM, a scalable approximate multiplier that replaces multiplication with linear functions, achieving a 15.2% improvement in MRED and 22.8% improvement in PDP over state-of-the-art designs, while maintaining accuracy in DNN-based image classification.

In this paper, we propose a scalable approximate multiplier design, scaleTRIM, that approximates the multiplication operation using fitted linear functions, also referred to as linearization. We show that multiplication operations can be completely replaced by low-cost addition and bit-wise shift operations by exploiting linearization. Moreover, our proposed design utilizes a lookup table (LUT)-based compensation unit as a novel error-reduction method. In essence, input operands are truncated to a reduced bit-width representation (i.e., h bits) based on their leading-one positions. Then, a curve-fitting method is employed to map the product term to a linear function. Additionally, a piecewise constant error-correction term is used to reduce the approximation error. To compute the piecewise constant, we divide the function space into M segments and average the errors within each segment. In particular, our multiplier supports various degrees of truncation and error compensation to offer a range of accuracy-efficiency trade-offs. The proposed multiplier improves the Mean Relative Error Distance (MRED) by about 15.2% while satisfying the efficiency constraint and improves the Power Delay Product (PDP) by about 22.8% while satisfying the accuracy and efficiency constraints compared to different state-of-the-art approximate multipliers. From a usability perspective, our evaluation of the proposed design for image classification using Deep Neural Networks (DNNs) demonstrates that scaleTRIM offers a better accuracy-efficiency trade-off than state-of-the-art approximate multiplier designs.

Foundations

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

Your Notes