paper-with-me

Papers

Distributed Pruning Towards Tiny Neural Networks in Federated Learning

2022-12-05 · Hong Huang, Lan Zhang, Chaoyue Sun, Ruogu Fang, Xiaoyong Yuan, Dapeng Wu

Neural network pruning is an essential technique for reducing the size and complexity of deep neural networks, enabling large-scale models on devices with limited resources. However, existing pruning approaches heavily rely on training data for guiding the pruning strategies, making them ineffective for federated learning over distributed and confidential datasets. Additionally, the memory- and computation-intensive pruning process becomes infeasible for recourse-constrained devices in federated learning. To address these challenges, we propose FedTiny, a distributed pruning framework for federated learning that generates specialized tiny models for memory- and computing-constrained devices. We introduce two key modules in FedTiny to adaptively search coarse- and finer-pruned specialized models to fit deployment scenarios with sparse and cheap local computation. First, an adaptive batch normalization selection module is designed to mitigate biases in pruning caused by the heterogeneity of local data. Second, a lightweight progressive pruning module aims to finer prune the models under strict memory and computational budgets, allowing the pruning policy for each layer to be gradually determined rather than evaluating the overall model structure. The experimental results demonstrate the effectiveness of FedTiny, which outperforms state-of-the-art approaches, particularly when compressing deep models to extremely sparse tiny models. FedTiny achieves an accuracy improvement of 2.61% while significantly reducing the computational cost by 95.91% and the memory footprint by 94.01% compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2212.01977

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Device-Wise Federated Network Pruning

2024-01-01 · CVPR 2024 1 · Shangqian Gao, Junyi Li, Zeyu Zhang, yanfu Zhang 외

Neural network pruning particularly channel pruning is a widely used technique for compressing deep learning models to enable their deployment on edge devices with limited resources. Typically redundant weights or st…

Edge-computingFederated LearningNetwork Pruning

Divide-and-Conquer the NAS puzzle in Resource Constrained Federated Learning Systems

2023-05-11 · Yeshwanth Venkatesha, Youngeun Kim, Hyoungseob Park, Priyadarshini Panda

Federated Learning (FL) is a privacy-preserving distributed machine learning approach geared towards applications in edge devices. However, the problem of designing custom neural architectures in federated environments i…

Federated LearningNeural Architecture SearchPrivacy Preserving

DP-FlogTinyLLM: Differentially private federated log anomaly detection using Tiny LLMs

2026-04-21 · Isaiah Thompson, Tanmay Sen, Ritwik Bhattacharya arxiv

Modern distributed systems generate massive volumes of log data that are critical for detecting anomalies and cyber threats. However, in real world settings, these logs are often distributed across multiple organizations…

Anomaly Detection

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

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