LGAIAug 11, 2022

Mixed-Precision Neural Networks: A Survey

arXiv:2208.06064v122 citationsh-index: 67
Originality Synthesis-oriented
AI Analysis

It provides a comprehensive review for researchers and practitioners working on efficient deep learning deployment, but it is incremental as it synthesizes existing literature without new experimental results.

This paper surveys mixed-precision neural networks, which optimize energy efficiency and throughput for hardware deployment without accuracy loss, by summarizing quantization techniques and categorizing frameworks based on optimization methods like reinforcement learning.

Mixed-precision Deep Neural Networks achieve the energy efficiency and throughput needed for hardware deployment, particularly when the resources are limited, without sacrificing accuracy. However, the optimal per-layer bit precision that preserves accuracy is not easily found, especially with the abundance of models, datasets, and quantization techniques that creates an enormous search space. In order to tackle this difficulty, a body of literature has emerged recently, and several frameworks that achieved promising accuracy results have been proposed. In this paper, we start by summarizing the quantization techniques used generally in literature. Then, we present a thorough survey of the mixed-precision frameworks, categorized according to their optimization techniques such as reinforcement learning and quantization techniques like deterministic rounding. Furthermore, the advantages and shortcomings of each framework are discussed, where we present a juxtaposition. We finally give guidelines for future mixed-precision frameworks.

Foundations

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

Your Notes