paper-with-me

홈 › Papers

Progressive Weight Pruning of Deep Neural Networks using ADMM

2018-10-17 · ICLR 2019 5 · Shaokai Ye, Tianyun Zhang, Kaiqi Zhang, Jiayu Li, Kaidi Xu, Yunfei Yang, Fuxun Yu, Jian Tang, Makan Fardad, Sijia Liu, Xiang Chen, Xue Lin, Yanzhi Wang

Deep neural networks (DNNs) although achieving human-level performance in many domains, have very large model size that hinders their broader applications on edge computing devices. Extensive research work have been conducted on DNN model compression or pruning. However, most of the previous work took heuristic approaches. This work proposes a progressive weight pruning approach based on ADMM (Alternating Direction Method of Multipliers), a powerful technique to deal with non-convex optimization problems with potentially combinatorial constraints. Motivated by dynamic programming, the proposed method reaches extremely high pruning rate by using partial prunings with moderate pruning rates. Therefore, it resolves the accuracy degradation and long convergence time problems when pursuing extremely high pruning ratios. It achieves up to 34 times pruning rate for ImageNet dataset and 167 times pruning rate for MNIST dataset, significantly higher than those reached by the literature work. Under the same number of epochs, the proposed method also achieves faster convergence and higher compression rates. The codes and pruned DNN models are released in the link bit.ly/2zxdlss

📄 PDF Abstract BibTeX arXiv:1810.07378

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computingModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Progressive DNN Compression: A Key to Achieve Ultra-High Weight Pruning and Quantization Rates using ADMM

2019-03-23 · Shaokai Ye, Xiaoyu Feng, Tianyun Zhang, Xiaolong Ma 외

Weight pruning and weight quantization are two important categories of DNN model compression. Prior work on these techniques are mainly based on heuristics. A recent work developed a systematic frame-work of DNN weight p…

Model CompressionQuantization

Systematic Weight Pruning of DNNs using Alternating Direction Method of Multipliers

2018-02-15 · Tianyun Zhang, Shaokai Ye, Yi-Peng Zhang, Yanzhi Wang 외

We present a systematic weight pruning framework of deep neural networks (DNNs) using the alternating direction method of multipliers (ADMM). We first formulate the weight pruning problem of DNNs as a constrained nonconv…

Computational Efficiency

A Systematic DNN Weight Pruning Framework using Alternating Direction Method of Multipliers

2018-04-10 · ECCV 2018 9 · Tianyun Zhang, Shaokai Ye, Kaiqi Zhang, Jian Tang 외

Weight pruning methods for deep neural networks (DNNs) have been investigated recently, but prior work in this area is mainly heuristic, iterative pruning, thereby lacking guarantees on the weight reduction ratio and con…

Image ClassificationNetwork Pruning

ADMM-NN: An Algorithm-Hardware Co-Design Framework of DNNs Using Alternating Direction Method of Multipliers

2018-12-31 · Ao Ren, Tianyun Zhang, Shaokai Ye, Jiayu Li 외

To facilitate efficient embedded and hardware implementations of deep neural networks (DNNs), two important categories of DNN model compression techniques: weight pruning and weight quantization are investigated. The for…

Model CompressionQuantization

Fast and Effective Weight Update for Pruned Large Language Models

2024-01-01 · Vladimír Boža

Pruning large language models (LLMs) is a challenging task due to their enormous size. The primary difficulty is fine-tuning the model after pruning, which is needed to recover the lost performance caused by dropping wei…