paper-with-me

Papers

FedPaI: Achieving Extreme Sparsity in Federated Learning via Pruning at Initialization

2025-04-01 · Haonan Wang, Zeli Liu, Kajimusugura Hoshino, Tuo Zhang, John Paul Walters, Stephen Crago

Federated Learning (FL) enables distributed training on edge devices but faces significant challenges due to resource constraints in edge environments, impacting both communication and computational efficiency. Existing iterative pruning techniques improve communication efficiency but are limited by their centralized design, which struggles with FL's decentralized and data-imbalanced nature, resulting in suboptimal sparsity levels. To address these issues, we propose FedPaI, a novel efficient FL framework that leverages Pruning at Initialization (PaI) to achieve extreme sparsity. FedPaI identifies optimal sparse connections at an early stage, maximizing model capacity and significantly reducing communication and computation overhead by fixing sparsity patterns at the start of training. To adapt to diverse hardware and software environments, FedPaI supports both structured and unstructured pruning. Additionally, we introduce personalized client-side pruning mechanisms for improved learning capacity and sparsity-aware server-side aggregation for enhanced efficiency. Experimental results demonstrate that FedPaI consistently outperforms existing efficient FL that applies conventional iterative pruning with significant leading in efficiency and model accuracy. For the first time, our proposed FedPaI achieves an extreme sparsity level of up to 98% without compromising the model accuracy compared to unpruned baselines, even under challenging non-IID settings. By employing our FedPaI with joint optimization of model learning capacity and sparsity, FL applications can benefit from faster convergence and accelerate the training by 6.4 to 7.9 times.

📄 PDF Abstract BibTeX arXiv:2504.00308

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyFederated Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

FedDIP: Federated Learning with Extreme Dynamic Pruning and Incremental Regularization

2023-09-13 · Qianyu Long, Christos Anagnostopoulos, Shameem Puthiya Parambath, Daning Bi

Federated Learning (FL) has been successfully adopted for distributed training and inference of large-scale Deep Neural Networks (DNNs). However, DNNs are characterized by an extremely large number of parameters, thus, y…

Federated Learning

Learning Color Grading, No Photo Sharing: Federated Aesthetic Preference Learning for Personalized Image Enhancement

2026-07-30 · Chuanzhi Xu, Ziyuan Tao, Jean Julien KNell, Yanrong Chen 외 arxiv

Personalized image enhancement should reflect individual aesthetic taste, yet learning such preferences commonly depends on private photos and ratings that are unsuitable for centralized collection. The task must infer p…

Image Enhancement

TRIM: Achieving Extreme Sparsity with Targeted Row-wise Iterative Metric-driven Pruning

2025-05-22 · Florentin Beck, William Rudman, Carsten Eickhoff

Large Language Models (LLMs) present significant computational and memory challenges due to their extensive size, making pruning essential for their efficient deployment. Existing one-shot pruning methods often apply uni…

Pushing the Limits of Sparsity: A Bag of Tricks for Extreme Pruning

2024-11-20 · Andy Li, Aiden Durrant, Milan Markovic, Lu Yin 외

Pruning of deep neural networks has been an effective technique for reducing model size while preserving most of the performance of dense networks, crucial for deploying models on memory and power-constrained devices. Wh…

Sparse Learning

Pruning Pre-trained Language Models Without Fine-Tuning

2022-10-12 · Ting Jiang, Deqing Wang, Fuzhen Zhuang, Ruobing Xie 외

To overcome the overparameterized problem in Pre-trained Language Models (PLMs), pruning is widely used as a simple and straightforward compression method by directly removing unimportant weights. Previous first-order me…