paper-with-me

홈 › Papers

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 an approach that gives a solution. In this paper we propose a compression principle that states that an optimal predictive model is the one that minimizes a total compressed message length of all data and model definition while guarantees decodability. Following the compression principle we use Bayesian approach to build probabilistic models of data and network definitions. A method to approximate Bayesian integrals using a sequence of variational approximations is implemented as an optimizer for hyper-parameters: Bayesian Stochastic Gradient Descent (BSGD). Training with BSGD is completely defined by setting only three parameters: number of epochs, the size of the dataset and the size of the minibatch, which define a learning rate and a number of iterations. We show that dropout can be used for a continuous dimensionality reduction that allows to find optimal network dimensions as required by the compression principle.

📄 PDF Abstract BibTeX arXiv:2006.12714

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationDimensionality Reduction

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

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

Constraint-Aware Deep Neural Network Compression

2018-09-01 · ECCV 2018 9 · Changan Chen, Frederick Tung, Naveen Vedula, Greg Mori

Deep neural network compression has the potential to bring modern resource-hungry deep networks to resource-limited devices. However, in many of the most compelling deployment scenarios of compressed deep networks, the o…

Bayesian OptimizationNeural Network CompressionPedestrian Detection

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 po…

Computational EfficiencyDeep Learning

Directed Graph Grammars for Sequence-based Learning

2025-05-29 · Michael Sun, Orion Foo, Gang Liu, Wojciech Matusik 외

Directed acyclic graphs (DAGs) are a class of graphs commonly used in practice, with examples that include electronic circuits, Bayesian networks, and neural architectures. While many effective encoders exist for DAGs, i…

Bayesian OptimizationGraph GenerationProperty Prediction

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