paper-with-me

홈 › 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 active research topic. Layer pruning research primarily focuses on two aspects: measuring layer importance and recovering performance after pruning. Unfortunately, the present works fail to simultaneously maintain pruning performance and efficiency. In this study, we propose GradMAP, a faster layer pruning method with \textbf{Grad}ient \textbf{M}etric \textbf{A}nd \textbf{P}rojection compensation, which consists of two stages. In the first stage, we introduce a novel metric based on gradient magnitudes, enabling a global assessment of layer importance. Note that, it requires only a single backward propagation step per pruning decision, substantially enhancing pruning efficiency. In the second stage, we first analyze the layers with the largest mean shift resulting from pruning, and then incorporate a simple yet effective projection compensation matrix to correct this drift in one step. In this way, the degradation of model performance caused by layer pruning is effectively alleviated. Extensive experiments show that GradMAP outperforms previous layer pruning methods in both pruning speed (achieving an average $4\times$ speedup) and performance.

📄 PDF Abstract BibTeX arXiv:2602.14649

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GradMAP: Gradient-Based Multi-Agent Proximal Learning for Grid-Edge Flexibility

2026-04-27 · Yihong Zhou, Hongtai Zeng, Thomas Morstyn arxiv

Coordinating large populations of grid-edge devices requires learning methods that remain fully decentralised in deployment while still respecting three-phase AC distribution-network physics. This paper proposes gradient…

Self-Supervised Learning

Pruning Neural Machine Translation for Speed Using Group Lasso

2021-11-01 · WMT (EMNLP) 2021 11 · Maximiliana Behnke, Kenneth Heafield

Unlike most work on pruning neural networks, we make inference faster. Group lasso regularisation enables pruning entire rows, columns or blocks of parameters that result in a smaller dense network. Because the network i…

DecoderMachine TranslationTranslation

DRIVE: Dual Gradient-Based Rapid Iterative Pruning

2024-04-01 · Dhananjay Saikumar, Blesson Varghese

Modern deep neural networks (DNNs) consist of millions of parameters, necessitating high-performance computing during training and inference. Pruning is one solution that significantly reduces the space and time complexi…

Token Sparsification for Faster Medical Image Segmentation

2023-03-11 · Lei Zhou, Huidong Liu, Joseph Bae, Junjun He 외

Can we use sparse tokens for dense prediction, e.g., segmentation? Although token sparsification has been applied to Vision Transformers (ViT) to accelerate classification, it is still unknown how to perform segmentation…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Explainability-Inspired Layer-Wise Pruning of Deep Neural Networks for Efficient Object Detection

2026-02-15 · Abhinav Shukla, Nachiket Tapas arxiv

Deep neural networks (DNNs) have achieved remarkable success in object detection tasks, but their increasing complexity poses significant challenges for deployment on resource-constrained platforms. While model compressi…

Model CompressionObject Detection