Extreme Model Compression with Structured Sparsity at Low Precision
Dan Liu, Nikita Dvornik, Xue Liu

TL;DR
This paper introduces SLOPE, a unified framework combining structured sparsity and low-precision quantization for neural networks, achieving significant size reduction with minimal accuracy loss.
Contribution
SLOPE is the first method to effectively integrate structured sparsity and low-bit quantization using a novel training regularization strategy.
Findings
Achieves ~20x model size reduction on ResNet-18 with 99% accuracy retention.
Outperforms existing methods in classification, detection, and segmentation tasks.
Applicable to various models like ResNet-18, ViT-Small, and Mask R-CNN.
Abstract
Deep neural networks (DNNs) are used in many applications, but their large size and high computational cost make them hard to run on devices with limited resources. Two widely used techniques to address this challenge are weight quantization, which lowers the precision of all weights, and structured sparsity, which removes unimportant weights while retaining the important ones at full precision. Although both are effective individually, they are typically studied in isolation due to their compounded negative impact on model accuracy when combined. In this work, we introduce SLOPE Structured Sparsity at Low Precision), a unified framework, to effectively combine structured sparsity and low-bit quantization in a principled way. We show that naively combining sparsity and quantization severely harms performance due to the compounded impact of both techniques. To address this, we propose a…
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
TopicsAdvanced Image Processing Techniques · Advanced Data Compression Techniques · Stochastic Gradient Optimization Techniques
