paper-with-me

홈 › Papers

Soft Weight-Sharing for Neural Network Compression

2017-02-13 · Karen Ullrich, Edward Meeds, Max Welling

The success of deep learning in numerous application domains created the de- sire to run and train them on mobile devices. This however, conflicts with their computationally, memory and energy intense nature, leading to a growing interest in compression. Recent work by Han et al. (2015a) propose a pipeline that involves retraining, pruning and quantization of neural network weights, obtaining state-of-the-art compression rates. In this paper, we show that competitive compression rates can be achieved by using a version of soft weight-sharing (Nowlan & Hinton, 1992). Our method achieves both quantization and pruning in one simple (re-)training procedure. This point of view also exposes the relation between compression and the minimum description length (MDL) principle.

📄 PDF Abstract BibTeX arXiv:1702.04008

Code (3)

KarenUllrich/Tutorial-SoftWeightSharingForNNCompression 공식 구현
KarenUllrich/Tutorial_BayesianCompressionForDL pytorch
akashrajkn/waffles-and-posteriors tf

Tasks

Neural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Improved Bayesian Compression

2017-11-17 · Marco Federici, Karen Ullrich, Max Welling

Compression of Neural Networks (NN) has become a highly studied topic in recent years. The main reason for this is the demand for industrial scale usage of NNs such as deploying them on mobile devices, storing them effic…

Model Compression

Bit-serial Weight Pools: Compression and Arbitrary Precision Execution of Neural Networks on Resource Constrained Processors

2022-01-25 · Shurui Li, Puneet Gupta

Applications of neural networks on edge systems have proliferated in recent years but the ever-increasing model size makes neural networks not able to deploy on resource-constrained microcontrollers efficiently. We propo…

Basis Sharing: Cross-Layer Parameter Sharing for Large Language Model Compression

2024-10-02 · Jingcun Wang, Yu-Guang Chen, Ing-Chao Lin, Bing Li 외

Large Language Models (LLMs) have achieved remarkable breakthroughs. However, the huge number of parameters in LLMs require significant amount of memory storage in inference, which prevents their practical deployment in …

Language ModelingLanguage ModellingLarge Language ModelModel Compression

Cross Domain Model Compression by Structurally Weight Sharing

2019-06-01 · CVPR 2019 6 · Shangqian Gao, Cheng Deng, Heng Huang

Regular model compression methods focus on RGB input. While cross domain tasks demand more DNN models, each domain often needs its own model. Consequently, for such tasks, the storage cost, memory footprint and computati…

Action RecognitionGraph EmbeddingmodelModel Compression+2

Exploiting Domain Knowledge via Grouped Weight Sharing with Application to Text Categorization

2017-02-08 · ACL 2017 7 · Ye Zhang, Matthew Lease, Byron C. Wallace

A fundamental advantage of neural models for NLP is their ability to learn representations from scratch. However, in practice this often means ignoring existing external linguistic resources, e.g., WordNet or domain spec…

General ClassificationModel CompressionText Categorization