paper-with-me

홈 › 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, Choong Seon Hong

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 communication costs imposed by SSL and FL algorithms. To tackle this hindrance, we propose LW-FedSSL, a layer-wise federated self-supervised learning approach that allows edge devices to incrementally train a single layer of the model at a time. We introduce server-side calibration and representation alignment mechanisms to ensure LW-FedSSL delivers performance on par with conventional federated self-supervised learning (FedSSL) while significantly lowering resource demands. In a pure layer-wise training scheme, training one layer at a time may limit effective interaction between different layers of the model. The server-side calibration mechanism takes advantage of the resource-rich FL server to ensure smooth collaboration between different layers of the global model. During local training, the representation alignment mechanism encourages closeness between representations of local models and those of the global model, thereby preserving the layer cohesion established by server-side calibration. With the proposed mechanisms, LW-FedSSL achieves a $3.3 \times$ reduction in memory usage, $2.1 \times$ fewer computational operations (FLOPs), and a $3.2 \times$ lower communication cost while maintaining the same level of performance as its end-to-end training counterpart. Additionally, we explore a progressive training strategy called Prog-FedSSL, which matches end-to-end training in memory requirements but offers a $1.8 \times$ reduction in FLOPs and communication costs. Although Prog-FedSSL is not as resource-efficient as LW-FedSSL, its performance improvements make it a suitable candidate for FL environments with more lenient resource constraints.

📄 PDF Abstract BibTeX arXiv:2401.11647

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

FedSC: Provable Federated Self-supervised Learning with Spectral Contrastive Objective over Non-i.i.d. Data

2024-05-07 · Shusen Jing, Anlan Yu, Shuai Zhang, Songyang Zhang

Recent efforts have been made to integrate self-supervised learning (SSL) with the framework of federated learning (FL). One unique challenge of federated self-supervised learning (FedSSL) is that the global objective of…

Federated LearningSelf-Supervised Learning

Divergence-aware Federated Self-Supervised Learning

2022-04-09 · ICLR 2022 4 · Weiming Zhuang, Yonggang Wen, Shuai Zhang

Self-supervised learning (SSL) is capable of learning remarkable representations from centrally available data. Recent works further implement federated learning with SSL to learn from rapidly growing decentralized unlab…

Federated LearningFederated Unsupervised LearningLinear evaluationSelf-Supervised Learning

FedCon: A Contrastive Framework for Federated Semi-Supervised Learning

2021-09-09 · Zewei Long, Jiaqi Wang, Yaqing Wang, Houping Xiao 외

Federated Semi-Supervised Learning (FedSSL) has gained rising attention from both academic and industrial researchers, due to its unique characteristics of co-training machine learning models with isolated yet unlabeled …

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 외

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 dec…

Federated LearningRepresentation LearningSelf-Supervised Learning

Federated Self-Supervised Learning for Automatic Modulation Classification under Non-IID and Class-Imbalanced Data

2025-10-06 · Usman Akram, Yiyue Chen, Haris Vikalo arxiv

Training automatic modulation classification (AMC) models on centrally aggregated data raises privacy concerns, incurs communication overhead, and often fails to confer robustness to channel shifts. Federated learning (F…

Self-Supervised LearningRepresentation LearningFederated Learning