paper-with-me

홈 › Papers

Towards Federated Learning Under Resource Constraints via Layer-wise Training and Depth Dropout

2023-09-11 · Pengfei Guo, Warren Richard Morningstar, Raviteja Vemulapalli, Karan Singhal, Vishal M. Patel, Philip Andrew Mansfield

Large machine learning models trained on diverse data have recently seen unprecedented success. Federated learning enables training on private data that may otherwise be inaccessible, such as domain-specific datasets decentralized across many clients. However, federated learning can be difficult to scale to large models when clients have limited resources. This challenge often results in a trade-off between model size and access to diverse data. To mitigate this issue and facilitate training of large models on edge devices, we introduce a simple yet effective strategy, Federated Layer-wise Learning, to simultaneously reduce per-client memory, computation, and communication costs. Clients train just a single layer each round, reducing resource costs considerably with minimal performance degradation. We also introduce Federated Depth Dropout, a complementary technique that randomly drops frozen layers during training, to further reduce resource usage. Coupling these two techniques enables us to effectively train significantly larger models on edge devices. Specifically, we reduce training memory usage by 5x or more in federated self-supervised representation learning and demonstrate that performance in downstream tasks is comparable to conventional federated self-supervised learning.

📄 PDF Abstract BibTeX arXiv:2309.05213

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

LW-FedSSL: Resource-efficient Layer-wise Federated Self-supervised Learning

2024-01-22 · Ye Lin Tun, Chu Myaet Thwal, Le Quang Huy, Minh N. H. Nguyen 외

Many studies integrate federated learning (FL) with self-supervised learning (SSL) to take advantage of raw data distributed across edge devices. However, edge devices often struggle with high computation and communicati…

Federated LearningSelf-Supervised Learning

Stragglers-Aware Low-Latency Synchronous Federated Learning via Layer-Wise Model Updates

2024-03-27 · Natalie Lang, Alejandro Cohen, Nir Shlezinger

Synchronous federated learning (FL) is a popular paradigm for collaborative edge learning. It typically involves a set of heterogeneous devices locally training neural network (NN) models in parallel with periodic centra…

Federated Learning

Resource-Efficient Federated Multimodal Learning via Layer-wise and Progressive Training

2024-07-22 · Ye Lin Tun, Chu Myaet Thwal, Minh N. H. Nguyen, Choong Seon Hong

Combining different data modalities enables deep neural networks to tackle complex tasks more effectively, making multimodal learning increasingly popular. To harness multimodal data closer to end users, it is essential …

Federated LearningPrivacy Preserving

SMoFi: Step-wise Momentum Fusion for Split Federated Learning on Heterogeneous Data

2025-11-13 · Mingkun Yang, Ran Zhu, Qing Wang, Jie Yang arxiv

Split Federated Learning is a system-efficient federated learning paradigm that leverages the rich computing resources at a central server to train model partitions. Data heterogeneity across silos, however, presents a m…

Federated Learning

Fedcompass: Federated Clustered and Periodic Aggregation Framework for Hybrid Classical-Quantum Models

2026-02-03 · Yueheng Wang, Xing He, Zinuo Cai, Rui Zhang 외 arxiv

Federated learning enables collaborative model training across decentralized clients under privacy constraints. Quantum computing offers potential for alleviating computational and communication burdens in federated lear…

Federated Learning