REVIEW 9 cited by
MaskLLM: Learnable Semi-Structured Sparsity for Large Language Models
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Large Language Models (LLMs) are distinguished by their massive parameter counts, which typically result in significant redundancy. This work introduces MaskLLM, a learnable pruning method that establishes Semi-structured (or ``N:M'') Sparsity in LLMs, aimed at reducing computational overhead during inference. Instead of developing a new importance criterion, MaskLLM explicitly models N:M patterns as a learnable distribution through Gumbel Softmax sampling. This approach facilitates end-to-end training on large-scale datasets and offers two notable advantages: 1) High-quality Masks - our method effectively scales to large datasets and learns accurate masks; 2) Transferability - the probabilistic modeling of mask distribution enables the transfer learning of sparsity across domains or tasks. We assessed MaskLLM using 2:4 sparsity on various LLMs, including LLaMA-2, Nemotron-4, and GPT-3, with sizes ranging from 843M to 15B parameters, and our empirical results show substantial improvements over state-of-the-art methods. For instance, leading approaches achieve a perplexity (PPL) of 10 or greater on Wikitext compared to the dense model's 5.12 PPL, but MaskLLM achieves a significantly lower 6.72 PPL solely by learning the masks with frozen weights. Furthermore, MaskLLM's learnable nature allows customized masks for lossless application of 2:4 sparsity to downstream tasks or domains. Code is available at https://github.com/NVlabs/MaskLLM.
Forward citations
Cited by 9 Pith papers
-
TinyFusion: Diffusion Transformers Learned Shallow
A learnable depth-pruning method that optimizes post-fine-tuning recoverability produces a 14-layer DiT-XL with FID 2.86 and a 2x speedup at 7% of the original training cost.
-
Amber Pruner: Leveraging N:M Activation Sparsity for Efficient Prefill in Large Language Models
Amber Pruner proposes training-free N:M activation sparsity for LLM prefill; however, the supplied manuscript body is an unrelated paper.
-
CoNNect: Connectivity-Based Regularization for Structural Pruning
CoNNect is a differentiable connectivity regularizer that encourages sparse but connected networks, improving structural pruning accuracy when added to DepGraph and LLM-pruner.
-
ProxSparse: Regularized Learning of Semi-Structured Sparsity Masks for Pretrained LLMs
ProxSparse learns 2:4 semi-structured sparsity masks for pretrained LLMs via regularized proximal-gradient optimization, outperforming heuristic baselines on seven models.
-
Expand Neurons, Not Parameters
Fixed Parameter Expansion — duplicating neurons and partitioning their incoming weights into disjoint sparse sub-neurons at constant non-zero parameter count — reduces measured feature interference and improves classi...
-
Pruning Weights but Not Truth: Safeguarding Truthfulness While Pruning LLMs
LLM pruning damages the internal features used to detect false statements; the proposed TPLO method reallocates sparsity to protect them, though the measured improvements are modest and potentially confounded by leaka...
-
SepPrune: Structured Pruning for Efficient Deep Speech Separation
SepPrune applies differentiable channel masks to compress speech separation models, reporting stronger accuracy than existing pruning baselines at matched FLOPs after fine-tuning.
-
SPAP: Structured Pruning via Alternating Optimization and Penalty Methods
SPAP combines a mixed-integer relaxation with a penalty method and alternating minimization to prune MLP columns in LLMs, reporting lower perplexity than CFSP, FLAP, SliceGPT and FASP at matched sparsity.
-
FASP: Fast and Accurate Structured Pruning of Large Language Models
FASP prunes LLMs by deleting coupled rows and columns across adjacent layers, using a Wanda-style column score and a least-squares weight restoration, and reports faster, lower-perplexity pruning than SliceGPT, NASLLM...
Discussion (0). Continue with ORCID to comment.