paper-with-me

Papers

Compressing Neural Networks using the Variational Information Bottelneck

2018-07-01 · ICML 2018 7 · Bin Dai, Chen Zhu, Baining Guo, David Wipf

Neural networks can be compressed to reduce memory and computational requirements, or to increase accuracy by facilitating the use of a larger base architecture. In this paper we focus on pruning individual neurons, which can simultaneously trim model size, FLOPs, and run-time memory. To improve upon the performance of existing compression algorithms we utilize the information bottleneck principle instantiated via a tractable variational bound. Minimization of this information theoretic bound reduces the redundancy between adjacent layers by aggregating useful information into a subset of neurons that can be preserved. In contrast, the activations of disposable neurons are shut off via an attractive form of sparse regularization that emerges naturally from this framework, providing tangible advantages over traditional sparsity penalties without contributing additional tuning parameters to the energy landscape. We demonstrate state-of-the-art compression rates across an array of datasets and network architectures.

📄 PDF Abstract BibTeX

Code (1)

zhuchen03/VIBNet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

REVE: Regularizing Deep Learning with Variational Entropy Bound

2019-10-15 · Antoine Saporta, Yifu Chen, Michael Blot, Matthieu Cord

Studies on generalization performance of machine learning algorithms under the scope of information theory suggest that compressed representations can guarantee good generalization, inspiring many compression-based regul…

Deep Learning

Compressing Neural Networks using the Variational Information Bottleneck

2018-02-28 · ICML 2018 · Bin Dai, Chen Zhu, David Wipf

Neural networks can be compressed to reduce memory and computational requirements, or to increase accuracy by facilitating the use of a larger base architecture. In this paper we focus on pruning individual neurons, whic…

Exploiting Elasticity in Tensor Ranks for Compressing Neural Networks

2021-05-10 · Jie Ran, Rui Lin, Hayden K. H. So, Graziano Chesi 외

Elasticities in depth, width, kernel size and resolution have been explored in compressing deep neural networks (DNNs). Recognizing that the kernels in a convolutional neural network (CNN) are 4-way tensors, we further e…

VTrans: Accelerating Transformer Compression with Variational Information Bottleneck based Pruning

2024-06-07 · Oshin Dutta, Ritvik Gupta, Sumeet Agarwal

In recent years, there has been a growing emphasis on compressing large pre-trained transformer models for resource-constrained devices. However, traditional pruning methods often leave the embedding layer untouched, lea…

Specializing Word Embeddings (for Parsing) by Information Bottleneck

2019-10-01 · IJCNLP 2019 11 · Xiang Lisa Li, Jason Eisner

Pre-trained word embeddings like ELMo and BERT contain rich syntactic and semantic information, resulting in state-of-the-art performance on various tasks. We propose a very fast variational information bottleneck (VIB) …

Dimensionality ReductionPOSTAGWord Embeddings