REVIEW 32 cited by
SparseGPT: Massive Language Models Can Be Accurately Pruned in One-Shot
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
We show for the first time that large-scale generative pretrained transformer (GPT) family models can be pruned to at least 50% sparsity in one-shot, without any retraining, at minimal loss of accuracy. This is achieved via a new pruning method called SparseGPT, specifically designed to work efficiently and accurately on massive GPT-family models. We can execute SparseGPT on the largest available open-source models, OPT-175B and BLOOM-176B, in under 4.5 hours, and can reach 60% unstructured sparsity with negligible increase in perplexity: remarkably, more than 100 billion weights from these models can be ignored at inference time. SparseGPT generalizes to semi-structured (2:4 and 4:8) patterns, and is compatible with weight quantization approaches. The code is available at: https://github.com/IST-DASLab/sparsegpt.
Forward citations
Cited by 32 Pith papers
-
Is Your NPU Ready for LLMs? Dissecting the Hidden Efficiency Bottlenecks in Mobile LLM Inference
Cross-layer measurements of five mobile LLM frameworks on CPU/GPU/NPU reveal amplified NPU framework gaps, a prefill–decode backend phase split, and up to ~55% NPU energy savings from scheduling fixes.
-
You Only Prune Once: Designing Calibration-Free Model Compression With Policy Learning
PruneNet learns a calibration-free stochastic policy to prune FFN rows in LLMs while preserving the singular-value spectrum, retaining about 80% of LLaMA-2-7B's zero-shot accuracy at 30% compression.
-
Reduced Matrix Multiplication: Input-Adaptive Matrix-Product Reduction for LLM Inference
Selecting the highest-norm columns of the activation matrix inside each matrix product preserves quality at reduced compute, with attention far more reducible than MLP layers.
-
Fairness Pruning: Locating Demographic Bias in GLU-MLP Layers via Differential Activations
Unsigned differential activations locate a few GLU-MLP neurons whose zeroing surgically destabilizes demographic bias while retaining ~99.5% of measured capabilities.
-
Rethinking Depth Pruning for Vision Transformers: A Heterogeneity-Aware Perspective
Heterogeneity-aware depth pruning of attention and activation layers, guided by a polynomial model-accuracy predictor, delivers up to 1.58× speedup on DeiT-B and 5.19× when combined with width pruning.
-
Sparsity-Aware Low-Rank Representation for Efficient Fine-Tuning of Large Language Models
SALR combines static pruning of frozen weights with a trainable truncated-SVD low-rank residual adapter to match LoRA accuracy at 50% sparsity, cutting model size ~2x and giving ~1.7x inference speedup.
-
Detection Transformers Under the Knife: A Neuroscience-Inspired Approach to Ablations
Ablation experiments on DETR, DDETR, and DINO show a clear resilience gradient, with DINO's static content queries becoming largely expendable after training.
-
The Case for Instance-Optimized LLMs in OLAP Databases
IOLM-DB compresses a general-purpose LLM on a per-query basis to speed up LLM-invoking OLAP queries, reporting throughput gains up to 3.31x and smaller models in a three-workload prototype.
-
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.
-
The Journey Matters: Average Parameter Count over Pre-training Unifies Sparse and Dense Scaling Laws
Replacing the parameter count in a Chinchilla-style scaling law with the average active parameter count during pre-training predicts final loss for both dense and sparsely pre-trained LLMs.
-
TrimLLM: Progressive Layer Dropping for Domain-Specific LLMs
Progressive layer dropping during domain fine-tuning can halve an LLM's depth with small accuracy loss, yielding 2-5x throughput gains on consumer GPUs.
-
Preserving Deep Representations In One-Shot Pruning: A Hessian-Free Second-Order Optimization Framework
SNOWS prunes vision networks in one shot by optimizing a K-step nonlinear reconstruction objective with Hessian-free Newton steps, improving accuracy over layer-wise least-squares methods.
-
SAM Decoding: Speculative Decoding via Suffix Automaton
By replacing n-gram matching with suffix automaton longest-suffix retrieval over a static corpus and the current text, SAM-Decoding accelerates LLM generation and adds speedup when combined with EAGLE-2.
-
P$^2$ Law: Scaling Law for Post-Training After Model Pruning
Post-training loss of a pruned LLM follows a power-law curve fixed by pre-pruning model size, pruning rate, number of tokens, and the model's original loss.
-
PALS: Percentile-Aware Layerwise Sparsity for LLM Pruning
Activation-percentile-based per-layer sparsity allocation improves LLaMA-2-7B pruning by 15% perplexity over uniform Wanda, while gradient-based allocation fails worse than random.
-
Activation-Informed Pareto-Guided Low-Rank Compression for Efficient LLM/VLM
A single per-layer error tolerance, instead of a per-layer rank budget, improves zero-shot low-rank compression of LLMs and VLMs empirically, but the theorem that this uniform tolerance is Pareto-optimal is proven onl...
-
On the transferability of Sparse Autoencoders for interpreting compressed models
Pruning a pretrained sparse autoencoder can produce an interpretability tool for a WANDA-pruned LLM that is roughly comparable to retraining an SAE on the pruned model, though with notable caveats in the reported metrics.
-
A Sparsity Predicting Approach for Large Language Models via Activation Pattern Clustering
A clustering method for LLM activation patterns achieves up to 79% centroid precision and a best perplexity of 12.49, but the reported perplexity assumes 100% accurate cluster selection and no predictor is built.
-
Neural Parameter Search for Slimmer Fine-Tuned Models and Better Transfer
Neural Parameter Search (NPS) prunes fine-tuned models by evolutionary reweighting of magnitude-based task vector subspaces, improving transfer, fusion, and compression.
-
Constrained Edge AI Deployment: Fine-Tuning vs Distillation for LLM Compression
Under identical MLP-only pruning schedules, KL self-distillation matches or exceeds cross-entropy fine-tuning for recovering test accuracy of a pruned 7B language model, with a 2.5 to 5.5 point edge at 50% retention.
-
Lillama: Large Language Models Compression via Low-Rank Feature Distillation
Lillama compresses LLMs by SVD-initialized low-rank layers trained with a local Teacher plus Student activation distillation loss, achieving 20-40% parameter reduction with only 13 million calibration tokens.
-
Curvature-Weighted Capacity Allocation: A Minimum Description Length Framework for Layer-Adaptive Large Language Model Optimization
A curvature-based layer gain is converted into optimal allocation and pruning via water-filling and convex penalties, but the experiments substitute the baseline's influence scores and show only modest, mixed gains.
-
Enhancing Large Multimodal Models with Adaptive Sparsity and KV Cache Compression
A TPE-guided search over layer-wise pruning ratios and KV cache bit-widths compresses LLaVA-1.5 7B/13B with small accuracy loss, outperforming Wanda and SparseGPT on most tested benchmarks.
-
Can Compressed LLMs Truly Act? An Empirical Evaluation of Agentic Capabilities in LLM Compression
ACBench tests compressed LLMs on agentic tasks and finds 4-bit quantization keeps tool use and workflow generation strong while hurting real-world application performance.
-
CE-LSLM: Efficient Large-Small Language Model Inference and Communication via Cloud-Edge Collaboration
CE-LSLM reports lower edge inference latency by reusing cloud LLM KV caches in edge SLMs, but the cross-model reuse mechanism is asserted, not demonstrated.
-
Position: Enough of Scaling LLMs! Lets Focus on Downscaling
The paper advocates for downscaling LLMs, derives that training CO2 scales linearly with parameters and data, and proposes a condition under which ensembles of pruned small models beat the original at equal compute.
-
The Efficiency vs. Accuracy Trade-off: Optimizing RAG-Enhanced LLM Recommender Systems Using Multi-Head Early Exit
A GCN retriever plus multi-head early exit speeds up LLM click-through rate prediction, but the reported AUC numbers are internally inconsistent.
-
Edge Intelligence in Civil Aviation: Paradigms, Techniques, and Applications
A survey of edge-AI techniques and four cloud–edge–device deployment paradigms, mapped to civil aviation applications and future trends.
-
CPTQuant - A Novel Mixed Precision Post-Training Quantization Techniques for Large Language Models
CPTQuant proposes three sensitivity-based mixed precision quantization methods and claims up to 4x compression on BERT and OPT models, but the comparisons and method details are incomplete.
-
The Hitchhiker's Guide to Agentic AI: From Foundations to Systems
A survey-style reference book mapping the full agentic-AI stack from transformer internals to production deployment, with no new research result.
-
The 4/$\delta$ Bound: Designing Predictable LLM-Verifier Systems for Formal Method Guarantee
The 4/δ bound is the mean of four geometric distributions, not a new theorem, and the simulation validation is circular.
-
On Accelerating Edge AI: Optimizing Resource-Constrained Environments
The paper argues that model compression, neural architecture search, and compiler optimizations work together to accelerate edge AI, but it provides no new experimental evidence.
Discussion (0). Continue with ORCID to comment.