BitNet: Bit-Regularized Deep Neural Networks
Aswin Raghavan, Mohamed Amer, Sek Chai, Graham Taylor

TL;DR
BitNet introduces a novel training method that constrains neural network parameters to improve convergence speed and reduce memory usage by optimizing real-valued and integer-valued parameters within a regularization framework inspired by MDL.
Contribution
The paper proposes a new end-to-end optimization approach that dynamically controls parameter ranges, enabling efficient training and memory savings in neural networks.
Findings
Faster convergence to high-quality solutions on MNIST and CIFAR-10.
Significant memory savings due to integer-valued parameters.
Effective regularization inspired by MDL principle.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Stochastic Gradient Optimization Techniques
