English

Improving Efficiency in Neural Network Accelerator Using Operands Hamming Distance optimization

Computer Vision and Pattern Recognition 2020-02-14 v1 Machine Learning

Abstract

Neural network accelerator is a key enabler for the on-device AI inference, for which energy efficiency is an important metric. The data-path energy, including the computation energy and the data movement energy among the arithmetic units, claims a significant part of the total accelerator energy. By revisiting the basic physics of the arithmetic logic circuits, we show that the data-path energy is highly correlated with the bit flips when streaming the input operands into the arithmetic units, defined as the hamming distance of the input operand matrices. Based on the insight, we propose a post-training optimization algorithm and a hamming-distance-aware training algorithm to co-design and co-optimize the accelerator and the network synergistically. The experimental results based on post-layout simulation with MobileNetV2 demonstrate on average 2.85X data-path energy reduction and up to 8.51X data-path energy reduction for certain layers.

Keywords

Cite

@article{arxiv.2002.05293,
  title  = {Improving Efficiency in Neural Network Accelerator Using Operands Hamming Distance optimization},
  author = {Meng Li and Yilei Li and Pierce Chuang and Liangzhen Lai and Vikas Chandra},
  journal= {arXiv preprint arXiv:2002.05293},
  year   = {2020}
}

Comments

12 pages, 10 figures, 6 tables

R2 v1 2026-06-23T13:40:17.512Z