Efficient compression of neural networks and datasets

πŸ“… 2025-05-23
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

225K/year
πŸ€– AI Summary
This work addresses efficient, lossless compression of neural networks and datasets, aiming to drastically reduce model parameter counts while strictly bounding accuracy degradation. We propose a Monte Carlo–free probabilistic reconstruction framework based on β„“β‚€ regularization, integrating a smooth β„“β‚€ approximation, hierarchical pruning, and a teacher-student synthesis mechanism. For the first time, we establish a theoretical connection between neural compression and Solomonoff induction, with empirical validation. On CNNs (image classification) and Transformers (Wikipedia subset), our method achieves up to 90% parameter reduction with <1% test accuracy drop. Synthetic experiments demonstrate superior sample convergence of the proposed regularized model. Key contributions include: (i) a unified probabilistic modeling framework for neural compression; (ii) a novel differentiable paradigm for β„“β‚€-norm optimization; and (iii) a foundational interpretation of compression as Solomonoff-style inductive inference.

Technology Category

Application Category

πŸ“ Abstract
We compare, improve, and contribute methods that substantially decrease the number of parameters of neural networks while maintaining high test accuracy. When applying our methods to minimize description length, we obtain very effective data compression algorithms. In particular, we develop a probabilistic reformulation of $ell_0$ regularized optimization for nonlinear models that does not require Monte-Carlo sampling and thus improves upon previous methods. We also improve upon methods involving smooth approximations to the $ell_0$ norm, and investigate layerwise methods. We compare the methods on different architectures and datasets, including convolutional networks trained on image datasets and transformers trained on parts of Wikipedia. We also created a synthetic teacher-student setup to investigate compression in a controlled continuous setting. Finally, we conceptually relate compression algorithms to Solomonoff's theory of inductive inference and empirically verify the prediction that regularized models can exhibit more sample-efficient convergence.
Problem

Research questions and friction points this paper is trying to address.

Efficient neural network compression maintaining accuracy
Improved probabilistic reformulation for nonlinear models
Relating compression to inductive inference theory
Innovation

Methods, ideas, or system contributions that make the work stand out.

Probabilistic reformulation of ell_0 regularization
Improved smooth approximations to ell_0 norm
Layerwise compression methods for neural networks