LGCVFeb 18, 2021

GradFreeBits: Gradient Free Bit Allocation for Dynamic Low Precision Neural Networks

arXiv:2102.09298v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently deploying deep neural networks on low-resource edge devices by improving dynamic quantization, though it is incremental as it builds on existing quantization techniques.

The paper tackles the problem of optimizing discrete bit allocations in dynamic quantized neural networks by proposing GradFreeBits, a joint optimization scheme that alternates between gradient-based weight updates and gradient-free bit allocation, achieving better or on-par performance with state-of-the-art methods on CIFAR10/100 and ImageNet classification.

Quantized neural networks (QNNs) are among the main approaches for deploying deep neural networks on low resource edge devices. Training QNNs using different levels of precision throughout the network (dynamic quantization) typically achieves superior trade-offs between performance and computational load. However, optimizing the different precision levels of QNNs can be complicated, as the values of the bit allocations are discrete and difficult to differentiate for. Also, adequately accounting for the dependencies between the bit allocation of different layers is not straight-forward. To meet these challenges, in this work we propose GradFreeBits: a novel joint optimization scheme for training dynamic QNNs, which alternates between gradient-based optimization for the weights, and gradient-free optimization for the bit allocation. Our method achieves better or on par performance with current state of the art low precision neural networks on CIFAR10/100 and ImageNet classification. Furthermore, our approach can be extended to a variety of other applications involving neural networks used in conjunction with parameters which are difficult to optimize for.

Foundations

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

Your Notes