ICLR 2021poster19 citations

WrapNet: Neural Net Inference with Ultra-Low-Precision Arithmetic

Renkun Ni, Hong-min Chu, Oscar Castaneda, Ping-yeh Chiang, Christoph Studer, Tom Goldstein

Abstract

Low-precision neural networks represent both weights and activations with few bits, drastically reducing the cost of multiplications. Meanwhile, these products are accumulated using high-precision (typically 32-bit) additions. Additions dominate the arithmetic complexity of inference in quantized (e.g., binary) nets, and high precision is needed to avoid overflow. To further optimize inference, we propose WrapNet, an architecture that adapts neural networks to use low-precision (8-bit) additions while achieving classification accuracy comparable to their 32-bit counterparts. We achieve resilience to low-precision accumulation by inserting a cyclic activation layer that makes results invariant to overflow. We demonstrate the efficacy of our approach using both software and hardware platforms.

quantizationefficient inference
BibTeX
@inproceedings{
ni2021wrapnet,
title={WrapNet:  Neural Net Inference with Ultra-Low-Precision Arithmetic},
author={Renkun Ni and Hong-min Chu and Oscar Castaneda and Ping-yeh Chiang and Christoph Studer and Tom Goldstein},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=3SqrRe8FWQ-}
}
WrapNet: Neural Net Inference with Ultra-Low-Precision Arithmetic · ICLR 2021