paper-with-me

Papers

Towards Sparsified Federated Neuroimaging Models via Weight Pruning

2022-08-24 · Dimitris Stripelis, Umang Gupta, Nikhil Dhinagar, Greg Ver Steeg, Paul Thompson, José Luis Ambite

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 centralized settings to reduce inference times. Combining centralized pruning techniques with federated training seems intuitive for reducing communication costs -- by pruning the model parameters right before the communication step. Moreover, such a progressive model pruning approach during training can also reduce training times/costs. To this end, we propose FedSparsify, which performs model pruning during federated training. In our experiments in centralized and federated settings on the brain age prediction task (estimating a person's age from their brain MRI), we demonstrate that models can be pruned up to 95% sparsity without affecting performance even in challenging federated learning environments with highly heterogeneous data distributions. One surprising benefit of model pruning is improved model privacy. We demonstrate that models with high sparsity are less susceptible to membership inference attacks, a type of privacy attack.

📄 PDF Abstract BibTeX arXiv:2208.11669

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Federated Progressive Sparsification (Purge, Merge, Tune)+

2022-04-26 · Dimitris Stripelis, Umang Gupta, Greg Ver Steeg, Jose Luis Ambite

To improve federated training of neural networks, we develop FedSparsify, a sparsification strategy based on progressive weight magnitude pruning. Our method has several benefits. First, since the size of the network bec…

The Sooner The Better: Investigating Structure of Early Winning Lottery Tickets

2019-09-25 · Shihui Yin, Kyu-Hyoun Kim, Jinwook Oh, Naigang Wang 외

The recent success of the lottery ticket hypothesis by Frankle & Carbin (2018) suggests that small, sparsified neural networks can be trained as long as the network is initialized properly. Several follow-up discussions …

Memorization

Sparsified Model Zoo Twins: Investigating Populations of Sparsified Neural Network Models

2023-04-26 · Dominik Honegger, Konstantin Schürholt, Damian Borth

With growing size of Neural Networks (NNs), model sparsification to reduce the computational cost and memory demand for model inference has become of vital interest for both research and production. While many sparsifica…

Sparsification Under Siege: Defending Against Poisoning Attacks in Communication-Efficient Federated Learning

2025-04-30 · Zhiyong Jin, Runhua Xu, Chao Li, Yizhong Liu 외

Federated Learning (FL) enables collaborative model training across distributed clients while preserving data privacy, yet it faces significant challenges in communication efficiency and vulnerability to poisoning attack…

Federated Learning

Sparsified Secure Aggregation for Privacy-Preserving Federated Learning

2021-12-23 · Irem Ergun, Hasin Us Sami, Basak Guler

Secure aggregation is a popular protocol in privacy-preserving federated learning, which allows model aggregation without revealing the individual models in the clear. On the other hand, conventional secure aggregation p…

Federated LearningPrivacy Preserving