Weightless: Lossy Weight Encoding For Deep Neural Network Compression
Brandon Reagen, Udit Gupta, Robert Adolf, Michael M. Mitzenmacher,, Alexander M. Rush, Gu-Yeon Wei, David Brooks

TL;DR
This paper introduces Weightless, a lossy weight encoding scheme using Bloomier filters that significantly compresses neural network weights while maintaining accuracy, surpassing current methods.
Contribution
The novel use of Bloomier filters for lossy weight encoding in neural networks enables unprecedented compression ratios with minimal accuracy loss.
Findings
Achieves up to 496x compression of DNN weights.
Maintains model accuracy after compression.
Outperforms state-of-the-art compression techniques by 1.51x.
Abstract
The large memory requirements of deep neural networks limit their deployment and adoption on many devices. Model compression methods effectively reduce the memory requirements of these models, usually through applying transformations such as weight pruning or quantization. In this paper, we present a novel scheme for lossy weight encoding which complements conventional compression techniques. The encoding is based on the Bloomier filter, a probabilistic data structure that can save space at the cost of introducing random errors. Leveraging the ability of neural networks to tolerate these imperfections and by re-training around the errors, the proposed technique, Weightless, can compress DNN weights by up to 496x with the same model accuracy. This results in up to a 1.51x improvement over the state-of-the-art.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques · Image and Signal Denoising Methods · Digital Filter Design and Implementation
MethodsPruning
