paper-with-me

홈 › Papers

Bayesian Compression for Deep Learning

2017-05-24 · NeurIPS 2017 12 · Christos Louizos, Karen Ullrich, Max Welling

Compression and computational efficiency in deep learning have become a problem of great significance. In this work, we argue that the most principled and effective way to attack this problem is by adopting a Bayesian point of view, where through sparsity inducing priors we prune large parts of the network. We introduce two novelties in this paper: 1) we use hierarchical priors to prune nodes instead of individual weights, and 2) we use the posterior uncertainties to determine the optimal fixed point precision to encode the weights. Both factors significantly contribute to achieving the state of the art in terms of compression rates, while still staying competitive with methods designed to optimize for speed or energy efficiency.

📄 PDF Abstract BibTeX arXiv:1705.08665

Code (3)

KarenUllrich/Tutorial_BayesianCompressionForDL 공식 구현 pytorch
cambridge-mlg/miracle tf
cambridge-mlg/variational-shannon-coding tf

Tasks

Computational EfficiencyDeep Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Data Compression with Bayesian Attention Networks

2021-03-04 · Anonymous

The lossless data compression algorithm based on Bayesian Attention Networks is derived from first principles.

Data Compression

On Compression Principle and Bayesian Optimization for Neural Networks

2020-06-23 · Michael Tetelman

Finding methods for making generalizable predictions is a fundamental problem of machine learning. By looking into similarities between the prediction problem for unknown data and the lossless compression we have found a…

Bayesian OptimizationDimensionality Reduction

Enhanced Bayesian Compression via Deep Reinforcement Learning

2019-06-01 · CVPR 2019 6 · Xin Yuan, Liangliang Ren, Jiwen Lu, Jie Zhou

In this paper, we propose an Enhanced Bayesian Compression method to flexibly compress the deep networks via reinforcement learning. Unlike the existing Bayesian compression method which cannot explicitly enforce quantiz…

Deep Reinforcement LearningQuantizationreinforcement-learningReinforcement Learning+1

A Bayesian Optimization Framework for Neural Network Compression

2019-10-01 · ICCV 2019 10 · Xingchen Ma, Amal Rannen Triki, Maxim Berman, Christos Sagonas 외

Neural network compression is an important step for deploying neural networks where speed is of high importance, or on devices with limited memory. It is necessary to tune compression parameters in order to achieve the d…

Bayesian OptimizationKnowledge DistillationNeural Network Compression

Variable-Bitrate Neural Compression via Bayesian Arithmetic Coding

2020-01-01 · ICML 2020 1 · Yibo Yang, Robert Bamler, Stephan Mandt

Deep Bayesian latent variable models have enabled new approaches to both model and data compression. Here, we propose a new algorithm for compressing latent representations in deep probabilistic models, such as variation…

Data CompressionImage CompressionWord Embeddings