LGAICLJun 24, 2024

ShadowLLM: Predictor-based Contextual Sparsity for Large Language Models

arXiv:2406.16635v229 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the high power consumption and latency issues in LLM deployments, offering a domain-specific incremental improvement for efficient inference.

The paper tackled the problem of improving efficiency in large language models (LLMs) by developing ShadowLLM, a predictor-based method for contextual sparsity that dynamically prunes attention heads and neurons, resulting in over 15% accuracy improvement and up to 20% speed-up compared to prior methods.

The high power consumption and latency-sensitive deployments of large language models (LLMs) have motivated efficiency techniques like quantization and sparsity. Contextual sparsity, where the sparsity pattern is input-dependent, is crucial in LLMs because the permanent removal of attention heads or neurons from LLMs can significantly degrade accuracy. Prior work has attempted to model contextual sparsity using neural networks trained to predict activation magnitudes, which can be used to dynamically prune structures with low predicted activation magnitude. In this paper, we look beyond magnitude-based pruning criteria to assess attention head and neuron importance in LLMs. We develop a novel predictor called ShadowLLM, which can shadow the LLM behavior and enforce better sparsity patterns, resulting in over 15% improvement in end-to-end accuracy compared to prior methods. In addition, ShadowLLM achieves up to a 20% speed-up over the state-of-the-art DejaVu framework. These enhancements are validated on Llama-2 and OPT models with up to 30 billion parameters. Our code is available at \href{https://github.com/abdelfattah-lab/shadow_llm/}{ShadowLLM}.

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