paper-with-me

홈 › Papers

FinerCut: Finer-grained Interpretable Layer Pruning for Large Language Models

2024-05-28 · Yang Zhang, Yawei Li, Xinpeng Wang, Qianli Shen, Barbara Plank, Bernd Bischl, Mina Rezaei, Kenji Kawaguchi

Overparametrized transformer networks are the state-of-the-art architecture for Large Language Models (LLMs). However, such models contain billions of parameters making large compute a necessity, while raising environmental concerns. To address these issues, we propose FinerCut, a new form of fine-grained layer pruning, which in contrast to prior work at the transformer block level, considers all self-attention and feed-forward network (FFN) layers within blocks as individual pruning candidates. FinerCut prunes layers whose removal causes minimal alternation to the model's output -- contributing to a new, lean, interpretable, and task-agnostic pruning method. Tested across 9 benchmarks, our approach retains 90% performance of Llama3-8B with 25% layers removed, and 95% performance of Llama3-70B with 30% layers removed, all without fine-tuning or post-pruning reconstruction. Strikingly, we observe intriguing results with FinerCut: 42% (34 out of 80) of the self-attention layers in Llama3-70B can be removed while preserving 99% of its performance -- without additional fine-tuning after removal. Moreover, FinerCut provides a tool to inspect the types and locations of pruned layers, allowing to observe interesting pruning behaviors. For instance, we observe a preference for pruning self-attention layers, often at deeper consecutive decoder layers. We hope our insights inspire future efficient LLM architecture designs.

📄 PDF Abstract BibTeX arXiv:2405.18218

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

BlockPruner: Fine-grained Pruning for Large Language Models

2024-06-15 · Longguang Zhong, Fanqi Wan, Ruijun Chen, Xiaojun Quan 외

With the rapid growth in the size and complexity of large language models (LLMs), the costs associated with their training and inference have escalated significantly. Research indicates that certain layers in LLMs harbor…

Heuristic Search

Toward Adaptive Large Language Models Structured Pruning via Hybrid-grained Weight Importance Assessment

2024-03-16 · Jun Liu, Zhenglun Kong, Pu Zhao, Changdi Yang 외

Structured pruning for large language models (LLMs) has garnered significant academic interest due to its ability to efficiently compress and accelerate LLMs by eliminating redundant weight groups at a coarse-grained gra…

DecoderLanguage ModellingLarge Language Model

VScan: Rethinking Visual Token Reduction for Efficient Large Vision-Language Models

2025-05-28 · Ce Zhang, Kaixin Ma, Tianqing Fang, Wenhao Yu 외

Recent Large Vision-Language Models (LVLMs) have advanced multi-modal understanding by incorporating finer-grained visual perception and encoding. However, such methods incur significant computational costs due to longer…

Language ModelingLanguage ModellingToken Reduction

Distributed Pruning Towards Tiny Neural Networks in Federated Learning

2022-12-05 · Hong Huang, Lan Zhang, Chaoyue Sun, Ruogu Fang 외

Neural network pruning is an essential technique for reducing the size and complexity of deep neural networks, enabling large-scale models on devices with limited resources. However, existing pruning approaches heavily r…

Federated LearningNetwork Pruning

SwiftVLM: Efficient Vision-Language Model Inference via Cross-Layer Token Bypass

2026-02-03 · Chen Qian, Xinran Yu, Danyang Li, Guoxuan Chi 외 arxiv

Visual token pruning is a promising approach for reducing the computational cost of vision-language models (VLMs), and existing methods often rely on early pruning decisions to improve efficiency. While effective on coar…