LGOct 22, 2025

Restoring Pruned Large Language Models via Lost Component Compensation

arXiv:2510.21834v12 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the issue of restoring performance in pruned LLMs for efficient deployment, representing an incremental improvement over existing parameter-efficient fine-tuning methods.

The paper tackles the problem of performance degradation in pruned large language models by proposing RestoreLCC, a method that selectively reintroduces lost information via attention activation editing, which outperforms state-of-the-art baselines in recovery without compromising sparsity or efficiency.

Pruning is a widely used technique to reduce the size and inference cost of large language models (LLMs), but it often causes performance degradation. To mitigate this, existing restoration methods typically employ parameter-efficient fine-tuning (PEFT), such as LoRA, to recover the pruned model's performance. However, most PEFT methods are designed for dense models and overlook the distinct properties of pruned models, often resulting in suboptimal recovery. In this work, we propose a targeted restoration strategy for pruned models that restores performance while preserving their low cost and high efficiency. We observe that pruning-induced information loss is reflected in attention activations, and selectively reintroducing components of this information can significantly recover model performance. Based on this insight, we introduce RestoreLCC (Restoring Pruned LLMs via Lost Component Compensation), a plug-and-play method that contrastively probes critical attention heads via activation editing, extracts lost components from activation differences, and finally injects them back into the corresponding pruned heads for compensation and recovery. RestoreLCC is compatible with structured, semi-structured, and unstructured pruning schemes. Extensive experiments demonstrate that RestoreLCC consistently outperforms state-of-the-art baselines in both general and task-specific performance recovery, without compromising the sparsity or inference efficiency of pruned models.

Foundations

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

Your Notes