LoLaFL: Low-Latency Federated Learning via Forward-only Propagation
Jierui Zhang, Jianhao Huang, Kaibin Huang

TL;DR
LoLaFL introduces a low-latency federated learning framework using forward-only propagation and layer-wise communication, significantly reducing latency while maintaining accuracy, suitable for 6G mobile networks.
Contribution
The paper proposes LoLaFL, a novel federated learning framework that employs forward-only propagation and nonlinear aggregation schemes to drastically cut communication rounds and latency.
Findings
Achieves over 87% latency reduction with comparable accuracy.
Employs layer-wise transmission and aggregation for efficiency.
Introduces nonlinear aggregation schemes based on harmonic mean and low-rank features.
Abstract
Federated learning (FL) has emerged as a widely adopted paradigm for enabling edge learning with distributed data while ensuring data privacy. However, the traditional FL with deep neural networks trained via backpropagation can hardly meet the low-latency learning requirements in the sixth generation (6G) mobile networks. This challenge mainly arises from the high-dimensional model parameters to be transmitted and the numerous rounds of communication required for convergence due to the inherent randomness of the training process. To address this issue, we adopt the state-of-the-art principle of maximal coding rate reduction to learn linear discriminative features and extend the resultant white-box neural network into FL, yielding the novel framework of Low-Latency Federated Learning (LoLaFL) via forward-only propagation. LoLaFL enables layer-wise transmissions and aggregation with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
MethodsADaptive gradient method with the OPTimal convergence rate
