paper-with-me

Papers

Exploring Federated Pruning for Large Language Models

2025-05-19 · Pengxin Guo, Yinong Wang, Wei Li, Mengting Liu, Ming Li, Jinkai Zheng, Liangqiong Qu

LLM pruning has emerged as a promising technology for compressing LLMs, enabling their deployment on resource-limited devices. However, current methodologies typically require access to public calibration samples, which can be challenging to obtain in privacy-sensitive domains. To address this issue, we introduce FedPrLLM, a comprehensive federated pruning framework designed for the privacy-preserving compression of LLMs. In FedPrLLM, each client only needs to calculate a pruning mask matrix based on its local calibration data and share it with the server to prune the global model. This approach allows for collaborative pruning of the global model with the knowledge of each client while maintaining local data privacy. Additionally, we conduct extensive experiments to explore various possibilities within the FedPrLLM framework, including different comparison groups, pruning strategies, and the decision to scale weights. Our extensive evaluation reveals that one-shot pruning with layer comparison and no weight scaling is the optimal choice within the FedPrLLM framework. We hope our work will help guide future efforts in pruning LLMs in privacy-sensitive fields. Our code is available at https://github.com/Pengxin-Guo/FedPrLLM.

📄 PDF Abstract BibTeX arXiv:2505.13547

Code (1)

pengxin-guo/fedprllm 공식 구현 pytorch

Tasks

Privacy Preserving

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

FedSpaLLM: Federated Pruning of Large Language Models

2024-10-18 · Guangji Bai, Yijiang Li, Zilinghan Li, Liang Zhao 외

Large Language Models (LLMs) achieve state-of-the-art performance but are challenging to deploy due to their high computational and storage demands. Pruning can reduce model size, yet existing methods assume public acces…

Federated LearningPrivacy Preserving

Towards Sparsified Federated Neuroimaging Models via Weight Pruning

2022-08-24 · Dimitris Stripelis, Umang Gupta, Nikhil Dhinagar, Greg Ver Steeg 외

Federated training of large deep neural networks can often be restrictive due to the increasing costs of communicating the updates with increasing model sizes. Various model pruning techniques have been designed in centr…

Federated Learning

PPC-GPT: Federated Task-Specific Compression of Large Language Models via Pruning and Chain-of-Thought Distillation

2025-02-21 · Tao Fan, Guoqiang Ma, Yuanfeng Song, Lixin Fan 외

Compressing Large Language Models (LLMs) into task-specific Small Language Models (SLMs) encounters two significant challenges: safeguarding domain-specific knowledge privacy and managing limited resources. To tackle the…

Knowledge DistillationPrivacy PreservingText Generation

Federated Pruning: Improving Neural Network Efficiency with Federated Learning

2022-09-14 · Rongmei Lin, Yonghui Xiao, Tien-Ju Yang, Ding Zhao 외

Automatic Speech Recognition models require large amount of speech data for training, and the collection of such data often leads to privacy concerns. Federated learning has been widely used and is considered to be an ef…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Federated Learningspeech-recognition+1

FedLP: Layer-wise Pruning Mechanism for Communication-Computation Efficient Federated Learning

2023-03-11 · Zheqi Zhu, Yuchen Shi, Jiajun Luo, Fei Wang 외

Federated learning (FL) has prevailed as an efficient and privacy-preserved scheme for distributed learning. In this work, we mainly focus on the optimization of computation and communication in FL from a view of pruning…

Federated Learning