LGMar 10, 2022

CoCoFL: Communication- and Computation-Aware Federated Learning via Partial NN Freezing and Quantization

arXiv:2203.05468v319 citationsh-index: 57
Originality Incremental advance
AI Analysis

This addresses fairness and efficiency issues in federated learning for devices with varying resources, representing an incremental improvement over existing methods.

The paper tackles the problem of device heterogeneity in federated learning by proposing CoCoFL, which freezes and quantizes selected layers to reduce resource requirements while maintaining full neural network structure, resulting in improved fairness and final model accuracy.

Devices participating in federated learning (FL) typically have heterogeneous communication, computation, and memory resources. However, in synchronous FL, all devices need to finish training by the same deadline dictated by the server. Our results show that training a smaller subset of the neural network (NN) at constrained devices, i.e., dropping neurons/filters as proposed by state of the art, is inefficient, preventing these devices to make an effective contribution to the model. This causes unfairness w.r.t the achievable accuracies of constrained devices, especially in cases with a skewed distribution of class labels across devices. We present a novel FL technique, CoCoFL, which maintains the full NN structure on all devices. To adapt to the devices' heterogeneous resources, CoCoFL freezes and quantizes selected layers, reducing communication, computation, and memory requirements, whereas other layers are still trained in full precision, enabling to reach a high accuracy. Thereby, CoCoFL efficiently utilizes the available resources on devices and allows constrained devices to make a significant contribution to the FL system, increasing fairness among participants (accuracy parity) and significantly improving the final accuracy of the model.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes