paper-with-me

Papers

When Foresight Pruning Meets Zeroth-Order Optimization: Efficient Federated Learning for Low-Memory Devices

2024-05-08 · Pengyu Zhang, Yingjie Liu, Yingbo Zhou, Xiao Du, Xian Wei, Ting Wang, Mingsong Chen

Although Federated Learning (FL) enables collaborative learning in Artificial Intelligence of Things (AIoT) design, it fails to work on low-memory AIoT devices due to its heavy memory usage. To address this problem, various federated pruning methods are proposed to reduce memory usage during inference. However, few of them can substantially mitigate the memory burdens during pruning and training. As an alternative, zeroth-order or backpropagation-free (BP-Free) methods can partially alleviate the memory consumption, but they suffer from scaling up and large computation overheads, since the gradient estimation error and floating point operations (FLOPs) increase as the dimensionality of the model parameters grows. In this paper, we propose a federated foresight pruning method based on Neural Tangent Kernel (NTK), which can seamlessly integrate with federated BP-Free training frameworks. We present an approximation to the computation of federated NTK by using the local NTK matrices. Moreover, we demonstrate that the data-free property of our method can substantially reduce the approximation error in extreme data heterogeneity scenarios. Since our approach improves the performance of the vanilla BP-Free method with fewer FLOPs and truly alleviates memory pressure during training and inference, it makes FL more friendly to low-memory devices. Comprehensive experimental results obtained from simulation- and real test-bed-based platforms show that our federated foresight-pruning method not only preserves the ability of the dense model with a memory reduction up to 9x but also boosts the performance of the vanilla BP-Free method with dramatically fewer FLOPs.

📄 PDF Abstract BibTeX arXiv:2405.04765

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

NTK 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Movement Pruning: Adaptive Sparsity by Fine-Tuning

2020-05-15 · NeurIPS 2020 12 · Victor Sanh, Thomas Wolf, Alexander M. Rush

Magnitude pruning is a widely used strategy for reducing model size in pure supervised learning; however, it is less effective in the transfer learning regime that has become standard for state-of-the-art natural languag…

Network PruningTransfer Learning

Zeroth-Order Topological Insights into Iterative Magnitude Pruning

2022-06-14 · Aishwarya Balwani, Jakob Krzyston

Modern-day neural networks are famously large, yet also highly redundant and compressible; there exist numerous pruning strategies in the deep learning literature that yield over 90% sparser sub-networks of fully-trained…

Zeroth-Order Optimization Meets Human Feedback: Provable Learning via Ranking Oracles

2023-03-07 · Zhiwei Tang, Dmitry Rybin, Tsung-Hui Chang

In this study, we delve into an emerging optimization challenge involving a black-box objective function that can only be gauged via a ranking oracle-a situation frequently encountered in real-world scenarios, especially…

Image Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

ZooPFL: Exploring Black-box Foundation Models for Personalized Federated Learning

2023-10-08 · Wang Lu, Hao Yu, Jindong Wang, Damien Teney 외

When personalized federated learning (FL) meets large foundation models, new challenges arise from various limitations in resources. In addition to typical limitations such as data, computation, and communication costs, …

Federated LearningPersonalized Federated Learning

Finding Lottery Tickets in Vision Models via Data-driven Spectral Foresight Pruning

2024-06-03 · CVPR 2024 1 · Leonardo Iurada, Marco Ciccone, Tatiana Tommasi

Recent advances in neural network pruning have shown how it is possible to reduce the computational costs and memory demands of deep learning models before training. We focus on this framework and propose a new pruning a…

Network Pruning