ARAILGNEMar 8, 2024

Algorithm-Hardware Co-Design of Distribution-Aware Logarithmic-Posit Encodings for Efficient DNN Inference

arXiv:2403.05465v223 citationsh-index: 10DAC
Originality Highly original
AI Analysis

This addresses the challenge of low-precision quantization for DNNs in hardware, offering significant efficiency gains for edge and embedded AI applications, though it builds on existing posit and quantization concepts.

The paper tackled the problem of inefficient DNN inference by introducing Logarithmic Posits (LP), an adaptive data type, and a co-designed hardware accelerator, achieving <1% accuracy drop and ~2x improvements in performance per unit area and energy efficiency compared to state-of-the-art methods.

Traditional Deep Neural Network (DNN) quantization methods using integer, fixed-point, or floating-point data types struggle to capture diverse DNN parameter distributions at low precision, and often require large silicon overhead and intensive quantization-aware training. In this study, we introduce Logarithmic Posits (LP), an adaptive, hardware-friendly data type inspired by posits that dynamically adapts to DNN weight/activation distributions by parameterizing LP bit fields. We also develop a novel genetic-algorithm based framework, LP Quantization (LPQ), to find optimal layer-wise LP parameters while reducing representational divergence between quantized and full-precision models through a novel global-local contrastive objective. Additionally, we design a unified mixed-precision LP accelerator (LPA) architecture comprising of processing elements (PEs) incorporating LP in the computational datapath. Our algorithm-hardware co-design demonstrates on average <1% drop in top-1 accuracy across various CNN and ViT models. It also achieves ~ 2x improvements in performance per unit area and 2.2x gains in energy efficiency compared to state-of-the-art quantization accelerators using different data types.

Code Implementations1 repo
Foundations

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

Your Notes