paper-with-me

Papers

Restoring Pruned Large Language Models via Lost Component Compensation

2025-10-22 · Zijian Feng, Hanzhang Zhou, Zixiao Zhu, Tianjiao Li, Jia Jim Deryl Chua, Lee Onn Mak, Gee Wah Ng, Kezhi Mao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.21834

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Hierarchical Safety Realignment: Lightweight Restoration of Safety in Pruned Large Vision-Language Models

2025-05-22 · Yue Li, Xin Yi, Dongsheng Shi, Gerard de Melo 외

With the increasing size of Large Vision-Language Models (LVLMs), network pruning techniques aimed at compressing models for deployment in resource-constrained environments have garnered significant attention. However, w…

Network Pruning

Fast and Effective Weight Update for Pruned Large Language Models

2024-01-01 · Vladimír Boža

Pruning large language models (LLMs) is a challenging task due to their enormous size. The primary difficulty is fine-tuning the model after pruning, which is needed to recover the lost performance caused by dropping wei…

Self-Data Distillation for Recovering Quality in Pruned Large Language Models

2024-10-13 · Vithursan Thangarasa, Ganesh Venkatesh, Mike Lasby, Nish Sinnadurai 외

Large language models have driven significant progress in natural language processing, but their deployment requires substantial compute and memory resources. As models scale, compression techniques become essential for …

Computational Efficiency

Did You Forget What I Asked? Prospective Memory Failures in Large Language Models

2026-03-07 · Avni Mittal arxiv

Large language models often fail to satisfy formatting instructions when they must simultaneously perform demanding tasks. We study this behaviour through a prospective memory inspired lens from cognitive psychology, usi…

LOST: Low-rank and Sparse Pre-training for Large Language Models

2025-08-04 · Jiaxi Li, Lu Yin, Li Shen, Jinjin Xu 외 arxiv

While large language models (LLMs) have achieved remarkable performance across a wide range of tasks, their massive scale incurs prohibitive computational and memory costs for pre-training from scratch. Recent studies ha…