paper-with-me

홈 › Papers

Beyond Manually Designed Pruning Policies with Second-Level Performance Prediction: A Pruning Framework for LLMs

2025-08-04 · Zuxin Ma, Yunhe Cui, Yongbin Qin arxiv

Non-uniform structured network pruning methods can effectively reduce Large Language Model (LLM) size by eliminating redundant channels or layers, offering lower performance degradation than uniform strategies. However, existing non-uniform methods rely heavily on manually designed pruning policies (e.g., layer importance and scaling factors), and therefore cannot efficiently adapt to scenarios with dynamic pruning ratio requirements. Additionly, a critical bottleneck -- the time-consuming evaluation of pruning policies -- further limits the feasibility of iteratively and dynamically finding optimal pruning policies. To address these limitations, we propose PPF (Predictive Pruning Framework), a novel pruning framework for LLMs that eliminates manual design dependencies via second-level performance prediction. PPF not only supports real-time pruning decisions under dynamic pruning ratios but is also applicable to static pruning scenarios. It employs an agent for producing adaptive and real-time pruning actions, while a lightweight performance predictor that can evaluate a pruning policy in seconds, significantly speeding up the iterative optimization process. Experiments on Llama2-7B and Llama3-8B show that PPF can generate dynamic/static pruning policies and it reduces perplexity by up to 33.4% (dynamic pruning) and 84.78% (static pruning) over existing methods, outperforming manually designed pruning policies. The performance predictor achieves second-level performance prediction with high accuracy (prediction error < 0.0011). It reduces the mean evaluation latency from minute-level (1 minute and 38.02 seconds of test-set evaluation methods) to second-level (1.52 seconds), achieving over 64 times speedup. Our code will be available at https://github.com/Ma-zx/PPF .

📄 PDF Abstract BibTeX arXiv:2508.02381

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Similar Papers 제목 키워드 기반

Automatic Attention Pruning: Improving and Automating Model Pruning using Attentions

2023-03-14 · Kaiqi Zhao, Animesh Jain, Ming Zhao

Pruning is a promising approach to compress deep learning models in order to deploy them on resource-constrained edge devices. However, many existing pruning solutions are based on unstructured pruning, which yields mode…

Learning Acrobatic Flight from Preferences

2025-08-26 · Colin Merk, Ismail Geles, Jiaxu Xing, Angel Romero 외 arxiv

Preference-based reinforcement learning (PbRL) enables agents to learn control policies without requiring manually designed reward functions, making it well-suited for tasks where objectives are difficult to formalize or…

Reinforcement LearningContinuous Control

Adaptive Activation-based Structured Pruning

2022-01-21 · Kaiqi Zhao, Animesh Jain, Ming Zhao

Pruning is a promising approach to compress complex deep learning models in order to deploy them on resource-constrained edge devices. However, many existing pruning solutions are based on unstructured pruning, which yie…

Differentiable Efficient Operator Search

2026-06-03 · Xiaohuan Pei, Jiyuan Zhang, Yuanfan Guo, Weiguo Feng 외 arxiv

Efficient multimodal foundation models often rely on manually designed token-reduction operators, such as pruning, merging, pooling, and adaptive reweighting. Although these operators appear different, we show that they …

On-Device Diffusion Transformer Policy for Efficient Robot Manipulation

2025-08-01 · Yiming Wu, Huan Wang, Zhenghao Chen, Jianxin Pang 외 arxiv

Diffusion Policies have significantly advanced robotic manipulation tasks via imitation learning, but their application on resource-constrained mobile platforms remains challenging due to computational inefficiency and e…

Robot Manipulation