LGMLAug 16, 2017

BitNet: Bit-Regularized Deep Neural Networks

arXiv:1708.04788v310 citations
Originality Incremental advance
AI Analysis

This work addresses memory efficiency and training speed for deep learning practitioners, though it appears incremental as it builds on regularization and integer parameter ideas.

The authors tackled the problem of unconstrained parameters in neural networks by introducing BitNet, a method that dynamically controls parameter ranges and values to limit expressive power, resulting in faster convergence to superior solutions and significant memory savings on MNIST and CIFAR-10 datasets.

We present a novel optimization strategy for training neural networks which we call "BitNet". The parameters of neural networks are usually unconstrained and have a dynamic range dispersed over all real values. Our key idea is to limit the expressive power of the network by dynamically controlling the range and set of values that the parameters can take. We formulate this idea using a novel end-to-end approach that circumvents the discrete parameter space by optimizing a relaxed continuous and differentiable upper bound of the typical classification loss function. The approach can be interpreted as a regularization inspired by the Minimum Description Length (MDL) principle. For each layer of the network, our approach optimizes real-valued translation and scaling factors and arbitrary precision integer-valued parameters (weights). We empirically compare BitNet to an equivalent unregularized model on the MNIST and CIFAR-10 datasets. We show that BitNet converges faster to a superior quality solution. Additionally, the resulting model has significant savings in memory due to the use of integer-valued parameters.

Foundations

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

Your Notes