Efficient Unstructured Pruning of Mamba State-Space Models for Resource-Constrained Environments
Ibne Farabi Shihab, Sanjeda Akter, Anuj Sharma

TL;DR
This paper introduces a novel unstructured pruning method for Mamba state-space models, reducing parameters by up to 70% while maintaining over 95% of performance, enabling efficient deployment in resource-limited environments.
Contribution
It presents a gradient-aware, iterative, and global pruning framework specifically designed for Mamba models, improving efficiency without significant performance loss.
Findings
Achieved up to 70% parameter reduction with minimal performance loss
Demonstrated effectiveness across multiple benchmarks including WikiText-103 and Long Range Arena
Provided insights into Mamba architecture's redundancy and robustness
Abstract
State-space models (SSMs), particularly the Mamba architecture, have emerged as powerful alternatives to Transformers for sequence modeling, offering linear-time complexity and competitive performance across diverse tasks. However, their large parameter counts pose significant challenges for deployment in resource-constrained environments. We propose a novel unstructured pruning framework tailored for Mamba models that achieves up to 70\% parameter reduction while retaining over 95\% of the original performance. Our approach integrates three key innovations: (1) a gradient-aware magnitude pruning technique that combines weight magnitude and gradient information to identify less critical parameters, (2) an iterative pruning schedule that gradually increases sparsity to maintain model stability, and (3) a global pruning strategy that optimizes parameter allocation across the entire model.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsModular Robots and Swarm Intelligence · AI-based Problem Solving and Planning · Distributed and Parallel Computing Systems
MethodsPruning · Mamba: Linear-Time Sequence Modeling with Selective State Spaces
