paper-with-me

홈 › Papers

Unified Data-Free Compression: Pruning and Quantization without Fine-Tuning

2023-08-14 · ICCV 2023 1 · Shipeng Bai, Jun Chen, Xintian Shen, Yixuan Qian, Yong liu

Structured pruning and quantization are promising approaches for reducing the inference time and memory footprint of neural networks. However, most existing methods require the original training dataset to fine-tune the model. This not only brings heavy resource consumption but also is not possible for applications with sensitive or proprietary data due to privacy and security concerns. Therefore, a few data-free methods are proposed to address this problem, but they perform data-free pruning and quantization separately, which does not explore the complementarity of pruning and quantization. In this paper, we propose a novel framework named Unified Data-Free Compression(UDFC), which performs pruning and quantization simultaneously without any data and fine-tuning process. Specifically, UDFC starts with the assumption that the partial information of a damaged(e.g., pruned or quantized) channel can be preserved by a linear combination of other channels, and then derives the reconstruction form from the assumption to restore the information loss due to compression. Finally, we formulate the reconstruction error between the original network and its compressed network, and theoretically deduce the closed-form solution. We evaluate the UDFC on the large-scale image classification task and obtain significant improvements over various network architectures and compression methods. For example, we achieve a 20.54% accuracy improvement on ImageNet dataset compared to SOTA method with 30% pruning ratio and 6-bit quantization on ResNet-34.

📄 PDF Abstract BibTeX arXiv:2308.07209

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Theoretical Compression Bounds for Wide Multilayer Perceptrons

2025-12-06 · Houssam El Cheairi, David Gamarnik, Rahul Mazumder arxiv

Pruning and quantization techniques have been broadly successful in reducing the number of parameters needed for large neural networks, yet theoretical justification for their empirical success falls short. We consider a…

Automated Model Compression by Jointly Applied Pruning and Quantization

2020-11-12 · Wenting Tang, Xingxing Wei, Bo Li

In the traditional deep compression framework, iteratively performing network pruning and quantization can reduce the model size and computation cost to meet the deployment requirements. However, such a step-wise applica…

AutoMLModel CompressionNetwork Pruningobject-detection+2

Towards Optimal Compression: Joint Pruning and Quantization

2023-02-15 · Ben Zandonati, Glenn Bucagu, Adrian Alan Pol, Maurizio Pierini 외

Model compression is instrumental in optimizing deep neural network inference on resource-constrained hardware. The prevailing methods for network compression, namely quantization and pruning, have been shown to enhance …

Model CompressionNeural Architecture SearchQuantization

AWP: Activation-Aware Weight Pruning and Quantization with Projected Gradient Descent

2025-06-11 · Jing Liu, Toshiaki Koike-Akino, Ye Wang, Hassan Mansour 외

To address the enormous size of Large Language Models (LLMs), model compression methods, such as quantization and pruning, are often deployed, especially on edge devices. In this work, we focus on layer-wise post-trainin…

Model CompressionQuantization

OPQ: Compressing Deep Neural Networks with One-shot Pruning-Quantization

2022-05-23 · Peng Hu, Xi Peng, Hongyuan Zhu, Mohamed M. Sabry Aly 외

As Deep Neural Networks (DNNs) usually are overparameterized and have millions of weight parameters, it is challenging to deploy these large DNN models on resource-constrained hardware platforms, e.g., smartphones. Numer…

Quantization