paper-with-me

Papers

Automatic Pruning for Quantized Neural Networks

2020-02-03 · Luis Guerra, Bohan Zhuang, Ian Reid, Tom Drummond

Neural network quantization and pruning are two techniques commonly used to reduce the computational complexity and memory footprint of these models for deployment. However, most existing pruning strategies operate on full-precision and cannot be directly applied to discrete parameter distributions after quantization. In contrast, we study a combination of these two techniques to achieve further network compression. In particular, we propose an effective pruning strategy for selecting redundant low-precision filters. Furthermore, we leverage Bayesian optimization to efficiently determine the pruning ratio for each layer. We conduct extensive experiments on CIFAR-10 and ImageNet with various architectures and precisions. In particular, for ResNet-18 on ImageNet, we prune 26.12% of the model size with Binarized Neural Network quantization, achieving a top-1 classification accuracy of 47.32% in a model of 2.47 MB and 59.30% with a 2-bit DoReFa-Net in 4.36 MB.

📄 PDF Abstract BibTeX arXiv:2002.00523

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Neural Network Compression using Binarization and Few Full-Precision Weights

2023-06-15 · Franco Maria Nardini, Cosimo Rulli, Salvatore Trani, Rossano Venturini

Quantization and pruning are two effective Deep Neural Networks model compression methods. In this paper, we propose Automatic Prune Binarization (APB), a novel compression technique combining quantization with pruning. …

BinarizationCPUModel CompressionNeural Network Compression+1

More Tokens, Lower Precision: Towards the Optimal Token-Precision Trade-off in KV Cache Compression

2024-12-17 · Jiebin Zhang, Dawei Zhu, YiFan Song, Wenhao Wu 외

As large language models (LLMs) process increasing context windows, the memory usage of KV cache has become a critical bottleneck during inference. The mainstream KV compression methods, including KV pruning and KV quant…

Quantization

Weight, Block or Unit? Exploring Sparsity Tradeoffs for Speech Enhancement on Tiny Neural Accelerators

2021-11-03 · Marko Stamenovic, Nils L. Westhausen, Li-Chia Yang, Carl Jensen 외

We explore network sparsification strategies with the aim of compressing neural speech enhancement (SE) down to an optimal configuration for a new generation of low power microcontroller based neural accelerators (microN…

Model CompressionSpeech Enhancement

Sensitivity-Guided Framework for Pruned and Quantized Reservoir Computing Accelerators

2026-02-24 · Atousa Jafari, Mahdi Taheri, Hassan Ghasemzadeh Mohammadi, Christian Herglotz 외 arxiv

This paper presents a compression framework for Reservoir Computing that enables systematic design-space exploration of trade-offs among quantization levels, pruning rates, model accuracy, and hardware efficiency. The pr…

Quantization vs Pruning: Insights from the Strong Lottery Ticket Hypothesis

2025-08-14 · Aakash Kumar, Emanuele Natale arxiv

Quantization is an essential technique for making neural networks more efficient, yet our theoretical understanding of it remains limited. Previous works demonstrated that extremely low-precision networks, such as binary…