paper-with-me

Papers

SQS: Bayesian DNN Compression through Sparse Quantized Sub-distributions

2025-10-10 · Ziyi Wang, Nan Jiang, Guang Lin, Qifan Song arxiv

Compressing large-scale neural networks is essential for deploying models on resource-constrained devices. Most existing methods adopt weight pruning or low-bit quantization individually, often resulting in suboptimal compression rates to preserve acceptable performance drops. We introduce a unified framework for simultaneous pruning and low-bit quantization via Bayesian variational learning (\method), which achieves higher compression rates than prior baselines while maintaining comparable performance. The key idea is to employ a spike-and-slab prior to induce sparsity and model quantized weights using Gaussian Mixture Models (GMMs) to enable low-bit precision. Due to the intractability of the objective involving spike-and-slab priors with GMMs, we derive an efficient approximation that facilitates effective compression with minimal accuracy loss. In theory, we provide a consistent result for our proposed variational approach to a sparse and quantized deep neural network. Extensive experiments on compressing ResNet, BERT-base, Llama3.2, and Qwen2.5 models show that our method achieves higher compression rates than a line of existing methods with comparable performance drops. Project page: https://comeusr.github.io/SQS_Webpage.

📄 PDF Abstract BibTeX arXiv:2510.08999

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantized sparse PCA for neural network weight compression

2021-09-29 · Andrey Kuzmin, Mart van Baalen, Markus Nagel, Arash Behboodi

In this paper, we introduce a novel method of weight compression. In our method, we store weight tensors as sparse, quantized matrix factors, whose product is computed on the fly during inference to generate the target m…

Quantization

Bayesian Deep Learning Via Expectation Maximization and Turbo Deep Approximate Message Passing

2024-02-12 · Wei Xu, An Liu, Yiting Zhang, Vincent Lau

Efficient learning and model compression algorithm for deep neural network (DNN) is a key workhorse behind the rise of deep learning (DL). In this work, we propose a message passing based Bayesian deep learning algorithm…

Bayesian InferenceFederated LearningHandwriting RecognitionModel Compression+1

Quantized Sparse Weight Decomposition for Neural Network Compression

2022-07-22 · Andrey Kuzmin, Mart van Baalen, Markus Nagel, Arash Behboodi

In this paper, we introduce a novel method of neural network weight compression. In our method, we store weight tensors as sparse, quantized matrix factors, whose product is computed on the fly during inference to genera…

Neural Network CompressionQuantization

Focused Quantization for Sparse CNNs

2019-03-07 · NeurIPS 2019 12 · Yiren Zhao, Xitong Gao, Daniel Bates, Robert Mullins 외

Deep convolutional neural networks (CNNs) are powerful tools for a wide range of vision tasks, but the enormous amount of memory and compute resources required by CNNs pose a challenge in deploying them on constrained de…

Model CompressionNeural Network CompressionQuantization

Uncovering the Hidden Cost of Model Compression

2023-08-29 · Diganta Misra, Muawiz Chaudhary, Agam Goyal, Bharat Runwal 외

In an age dominated by resource-intensive foundation models, the ability to efficiently adapt to downstream tasks is crucial. Visual Prompting (VP), drawing inspiration from the prompting techniques employed in Large Lan…

modelModel CompressionQuantizationTransfer Learning+1