LGAIMLJun 26, 2025

Linearity-based neural network compression

arXiv:2506.21146v1h-index: 21
Originality Incremental advance
AI Analysis

This work addresses the problem of model size reduction for efficient deployment, offering a novel approach that can be combined with existing methods, though it appears incremental in the broader compression landscape.

The paper tackles neural network compression by proposing a linearity-based method that merges layers based on linear behavior in ReLU-like activations, achieving lossless compression to 1/4 of the original model size in most tested models.

In neural network compression, most current methods reduce unnecessary parameters by measuring importance and redundancy. To augment already highly optimized existing solutions, we propose linearity-based compression as a novel way to reduce weights in a neural network. It is based on the intuition that with ReLU-like activation functions, neurons that are almost always activated behave linearly, allowing for merging of subsequent layers. We introduce the theory underlying this compression and evaluate our approach experimentally. Our novel method achieves a lossless compression down to 1/4 of the original model size in over the majority of tested models. Applying our method on already importance-based pruned models shows very little interference between different types of compression, demonstrating the option of successful combination of techniques. Overall, our work lays the foundation for a new type of compression method that enables smaller and ultimately more efficient neural network models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes