LGSep 6, 2019

Training Deep Neural Networks Using Posit Number System

arXiv:1909.03831v117 citations
Originality Highly original
AI Analysis

This work addresses the problem of efficient DNN training and inference for low-power accelerators, representing an incremental advancement in reduced-precision methods.

The paper tackles the high memory and computational demands of deep neural networks by proposing a methodology for training DNNs using the posit number system, achieving successful training on ImageNet with 16-bit posit and no accuracy loss, and also introduces an efficient hardware architecture for improved energy efficiency.

With the increasing size of Deep Neural Network (DNN) models, the high memory space requirements and computational complexity have become an obstacle for efficient DNN implementations. To ease this problem, using reduced-precision representations for DNN training and inference has attracted many interests from researchers. This paper first proposes a methodology for training DNNs with the posit arithmetic, a type- 3 universal number (Unum) format that is similar to the floating point(FP) but has reduced precision. A warm-up training strategy and layer-wise scaling factors are adopted to stabilize training and fit the dynamic range of DNN parameters. With the proposed training methodology, we demonstrate the first successful training of DNN models on ImageNet image classification task in 16 bits posit with no accuracy loss. Then, an efficient hardware architecture for the posit multiply-and-accumulate operation is also proposed, which can achieve significant improvement in energy efficiency than traditional floating-point implementations. The proposed design is helpful for future low-power DNN training accelerators.

Foundations

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

Your Notes