English

Low-Precision Mixed-Computation Models for Inference on Edge

Machine Learning 2023-12-06 v1 Artificial Intelligence

Abstract

This paper presents a mixed-computation neural network processing approach for edge applications that incorporates low-precision (low-width) Posit and low-precision fixed point (FixP) number systems. This mixed-computation approach employs 4-bit Posit (Posit4), which has higher precision around zero, for representing weights with high sensitivity, while it uses 4-bit FixP (FixP4) for representing other weights. A heuristic for analyzing the importance and the quantization error of the weights is presented to assign the proper number system to different weights. Additionally, a gradient approximation for Posit representation is introduced to improve the quality of weight updates in the backpropagation process. Due to the high energy consumption of the fully Posit-based computations, neural network operations are carried out in FixP or Posit/FixP. An efficient hardware implementation of a MAC operation with a first Posit operand and FixP for a second operand and accumulator is presented. The efficacy of the proposed low-precision mixed-computation approach is extensively assessed on vision and language models. The results show that, on average, the accuracy of the mixed-computation is about 1.5% higher than that of FixP with a cost of 0.19% energy overhead.

Keywords

Cite

@article{arxiv.2312.02210,
  title  = {Low-Precision Mixed-Computation Models for Inference on Edge},
  author = {Seyedarmin Azizi and Mahdi Nazemi and Mehdi Kamal and Massoud Pedram},
  journal= {arXiv preprint arXiv:2312.02210},
  year   = {2023}
}
R2 v1 2026-06-28T13:40:50.430Z