paper-with-me

홈 › Papers

Improved Methods for Model Pruning and Knowledge Distillation

2025-05-20 · Wei Jiang, Anying Fu, Youling Zhang

Model pruning is a performance optimization technique for large language models like R1 or o3-mini. However, existing pruning methods often lead to significant performance degradation or require extensive retraining and fine-tuning. This technique aims to identify and remove neurons, connections unlikely leading to the contribution during the human-computer interaction phase. Our goal is to obtain a much smaller and faster knowledge distilled model that can quickly generate content almost as good as those of the unpruned ones. We propose MAMA Pruning, short for Movement and Magnitude Analysis, an improved pruning method that effectively reduces model size and computational complexity while maintaining performance comparable to the original unpruned model even at extreme pruned levels. The improved method is based on weights, bias fixed in the pre-training phase and GRPO rewards verified during the post-training phase as our novel pruning indicators. Preliminary experimental results show that our method outperforms and be comparable to state-of-the-art methods across various pruning levels and different downstream computational linguistics tasks.

📄 PDF Abstract BibTeX arXiv:2505.14052

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

oBERTa: Improving Sparse Transfer Learning via improved initialization, distillation, and pruning regimes

2023-03-30 · Daniel Campos, Alexandre Marques, Mark Kurtz, ChengXiang Zhai

In this paper, we introduce the range of oBERTa language models, an easy-to-use set of language models which allows Natural Language Processing (NLP) practitioners to obtain between 3.8 and 24.3 times faster models witho…

Knowledge DistillationModel CompressionQuantizationQuestion Answering+1

Group channel pruning and spatial attention distilling for object detection

2023-06-02 · Yun Chu, Pu Li, Yong Bai, Zhuhua Hu 외

Due to the over-parameterization of neural networks, many model compression methods based on pruning and quantization have emerged. They are remarkable in reducing the size, parameter number, and computational complexity…

Knowledge DistillationModel Compressionobject-detectionObject Detection+1

Structured Pruning Learns Compact and Accurate Models

2022-04-01 · ACL 2022 5 · Mengzhou Xia, Zexuan Zhong, Danqi Chen

The growing size of neural language models has led to increased attention in model compression. The two predominant approaches are pruning, which gradually removes weights from a pre-trained model, and distillation, whic…

Model Compression

Efficient Mathematical Reasoning Models via Dynamic Pruning and Knowledge Distillation

2025-11-15 · Fengming Yu, Qingyu Meng, Haiwei Pan, Kejia Zhang arxiv

With the rapid development of deep learning, large language models have shown strong capabilities in complex reasoning tasks such as mathematical equation solving. However, their substantial computational and storage cos…

Knowledge DistillationMathematical Reasoning

Distilling the Knowledge in Data Pruning

2024-03-12 · Emanuel Ben-Baruch, Adam Botach, Igor Kviatkovsky, Manoj Aggarwal 외

With the increasing size of datasets used for training neural networks, data pruning becomes an attractive field of research. However, most current data pruning algorithms are limited in their ability to preserve accurac…

Knowledge Distillation