LGAIJul 4, 2024

Sparsest Models Elude Pruning: An Exposé of Pruning's Current Capabilities

arXiv:2407.04075v1h-index: 16
Originality Incremental advance
AI Analysis

This exposes limitations in current pruning methods for achieving true sparsity in model compression, which is incremental but highlights critical gaps for researchers and practitioners.

The study investigated the effectiveness of pruning algorithms in recovering the sparsest models, revealing a significant performance gap compared to ideal sparse networks through 485,838 experiments on a synthetic dataset.

Pruning has emerged as a promising approach for compressing large-scale models, yet its effectiveness in recovering the sparsest of models has not yet been explored. We conducted an extensive series of 485,838 experiments, applying a range of state-of-the-art pruning algorithms to a synthetic dataset we created, named the Cubist Spiral. Our findings reveal a significant gap in performance compared to ideal sparse networks, which we identified through a novel combinatorial search algorithm. We attribute this performance gap to current pruning algorithms' poor behaviour under overparameterization, their tendency to induce disconnected paths throughout the network, and their propensity to get stuck at suboptimal solutions, even when given the optimal width and initialization. This gap is concerning, given the simplicity of the network architectures and datasets used in our study. We hope that our research encourages further investigation into new pruning techniques that strive for true network sparsity.

Code Implementations1 repo
Foundations

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

Your Notes