paper-with-me

Papers

Minimal Random Code Learning: Getting Bits Back from Compressed Model Parameters

2018-09-30 · ICLR 2019 5 · Marton Havasi, Robert Peharz, José Miguel Hernández-Lobato

While deep neural networks are a highly successful model class, their large memory footprint puts considerable strain on energy consumption, communication bandwidth, and storage requirements. Consequently, model size reduction has become an utmost goal in deep learning. A typical approach is to train a set of deterministic weights, while applying certain techniques such as pruning and quantization, in order that the empirical weight distribution becomes amenable to Shannon-style coding schemes. However, as shown in this paper, relaxing weight determinism and using a full variational distribution over weights allows for more efficient coding schemes and consequently higher compression rates. In particular, following the classical bits-back argument, we encode the network weights using a random sample, requiring only a number of bits corresponding to the Kullback-Leibler divergence between the sampled variational distribution and the encoding distribution. By imposing a constraint on the Kullback-Leibler divergence, we are able to explicitly control the compression rate, while optimizing the expected loss on the training set. The employed encoding scheme can be shown to be close to the optimal information-theoretical lower bound, with respect to the employed variational family. Our method sets new state-of-the-art in neural network compression, as it strictly dominates previous approaches in a Pareto sense: On the benchmarks LeNet-5/MNIST and VGG-16/CIFAR-10, our approach yields the best test performance for a fixed memory budget, and vice versa, it achieves the highest compression rates for a fixed test performance.

📄 PDF Abstract BibTeX arXiv:1810.00440

Code (2)

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

Tasks

Neural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

FOGO: Forgetting-aware Orthogonalization Optimizer

2026-06-09 · Toan Nguyen, Yang Liu, Trung Le, Celso de Melo 외 arxiv

We argue that forgetting is not confined to continual learning but is a general optimization phenomenon: during standard training, dominant mini-batch gradients suppress rare but useful update directions, causing short-t…

Continual Learning

Low-Rank Adaptation Reduces Catastrophic Forgetting in Sequential Transformer Encoder Fine-Tuning: Controlled Empirical Evidence and Frozen-Backbone Representation Probes

2026-03-29 · Ashish Pandey arxiv

Sequential fine-tuning of pretrained language encoders often overwrites previously acquired capabilities, but the forgetting behavior of parameter-efficient updates remains under-characterized. We present a controlled em…

Continual Learning

Can RL Improve Generalization of LLM Agents? An Empirical Study

2026-03-12 · Zhiheng Xi, Xin Guo, Jiaqi Liu, Jiazheng Zhang 외 arxiv

Reinforcement fine-tuning (RFT) has shown promise for training LLM agents to perform multi-turn decision-making based on environment feedback. However, most existing evaluations remain largely in-domain: training and tes…

Learning Compact Binary Descriptors With Unsupervised Deep Neural Networks

2016-06-01 · CVPR 2016 6 · Kevin Lin, Jiwen Lu, Chu-Song Chen, Jie zhou

In this paper, we propose a new unsupervised deep learning approach called DeepBit to learn compact binary descriptor for efficient visual object matching. Unlike most existing binary descriptors which were designed with…

Image RetrievalObjectObject RecognitionQuantization+1

Learning compact binary descriptors with unsupervised deep neural networks

2016-06-01 · CVPR2016 2016 6 · Kevin Lin; Jiwen Lu; Chu-Song Chen; Jie Zhou

In this paper, we propose a new unsupervised deep learning approach called DeepBit to learn compact binary descriptor for efficient visual object matching. Unlike most existing binary descriptors which were designed with…

Image RetrievalObjectObject RecognitionQuantization+1