paper-with-me

홈 › Papers

GradPruner: Gradient-Guided Layer Pruning Enabling Efficient Fine-Tuning and Inference for LLMs

2026-01-27 · Wei Huang, Anda Cheng, Yinggui Wang arxiv

Fine-tuning Large Language Models (LLMs) with downstream data is often considered time-consuming and expensive. Structured pruning methods are primarily employed to improve the inference efficiency of pre-trained models. Meanwhile, they often require additional time and memory for training, knowledge distillation, structure search, and other strategies, making efficient model fine-tuning challenging to achieve. To simultaneously enhance the training and inference efficiency of downstream task fine-tuning, we introduce GradPruner, which can prune layers of LLMs guided by gradients in the early stages of fine-tuning. GradPruner uses the cumulative gradients of each parameter during the initial phase of fine-tuning to compute the Initial Gradient Information Accumulation Matrix (IGIA-Matrix) to assess the importance of layers and perform pruning. We sparsify the pruned layers based on the IGIA-Matrix and merge them with the remaining layers. Only elements with the same sign are merged to reduce interference from sign variations. We conducted extensive experiments on two LLMs across eight downstream datasets. Including medical, financial, and general benchmark tasks. The results demonstrate that GradPruner has achieved a parameter reduction of 40% with only a 0.99% decrease in accuracy. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2601.19503

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

GradMAP: Faster Layer Pruning with Gradient Metric and Projection Compensation

2026-02-16 · Hao Liu, Guangyan Li, Wensheng Zhang, Yongqiang Tang arxiv

Large Language Models (LLMs) exhibit strong reasoning abilities, but their high computational costs limit their practical deployment. Recent studies reveal significant redundancy in LLMs layers, making layer pruning an a…

Mix-and-Match Pruning: Globally Guided Layer-Wise Sparsification of DNNs

2026-03-17 · Danial Monachan, Samira Nazari, Mahdi Taheri, Ali Azarpeyvand 외 arxiv

Deploying deep neural networks (DNNs) on edge devices requires strong compression with minimal accuracy loss. This paper introduces Mix-and-Match Pruning, a globally guided, layer-wise sparsification framework that lever…

LLMs can Compress LLMs: Adaptive Pruning by Agents

2026-01-14 · Sai Varun Kodathala, Rakesh Vunnam arxiv

As Large Language Models (LLMs) continue to scale, post-training pruning has emerged as a promising approach to reduce computational costs while preserving performance. Existing methods such as SparseGPT and Wanda achiev…

FGP: Feature-Gradient-Prune for Efficient Convolutional Layer Pruning

2024-11-19 · Qingsong Lv, Jiasheng Sun, Sheng Zhou, Xu Zhang 외

To reduce computational overhead while maintaining model performance, model pruning techniques have been proposed. Among these, structured pruning, which removes entire convolutional channels or layers, significantly enh…

Computational Efficiency

Spiking Layer-Adaptive Magnitude-based Pruning

2026-03-16 · Junqiao Wang, Zhehang Ye, Yuqi Ouyang arxiv

Spiking Neural Networks (SNNs) provide energy-efficient computation but their deployment is constrained by dense connectivity and high spiking operation costs. Existing magnitude-based pruning strategies, when naively ap…