paper-with-me

홈 › Papers

Efficient Adaptive Federated Optimization of Federated Learning for IoT

2022-06-23 · Zunming Chen, Hongyan Cui, Ensen Wu, Yu Xi

The proliferation of the Internet of Things (IoT) and widespread use of devices with sensing, computing, and communication capabilities have motivated intelligent applications empowered by artificial intelligence. The classical artificial intelligence algorithms require centralized data collection and processing which are challenging in realistic intelligent IoT applications due to growing data privacy concerns and distributed datasets. Federated Learning (FL) has emerged as a distributed privacy-preserving learning framework that enables IoT devices to train global model through sharing model parameters. However, inefficiency due to frequent parameters transmissions significantly reduce FL performance. Existing acceleration algorithms consist of two main type including local update considering trade-offs between communication and computation and parameter compression considering trade-offs between communication and precision. Jointly considering these two trade-offs and adaptively balancing their impacts on convergence have remained unresolved. To solve the problem, this paper proposes a novel efficient adaptive federated optimization (EAFO) algorithm to improve efficiency of FL, which minimizes the learning error via jointly considering two variables including local update and parameter compression and enables FL to adaptively adjust the two variables and balance trade-offs among computation, communication and precision. The experiment results illustrate that comparing with state-of-the-art algorithms, the proposed EAFO can achieve higher accuracies faster.

📄 PDF Abstract BibTeX arXiv:2206.11448

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Adaptive Federated Optimization

2020-02-29 · ICLR 2021 1 · Sashank Reddi, Zachary Charles, Manzil Zaheer, Zachary Garrett 외

Federated learning is a distributed machine learning paradigm in which a large number of clients coordinate with a central server to learn a model without sharing their own training data. Standard federated optimization …

Federated Learning

FADAS: Towards Federated Adaptive Asynchronous Optimization

2024-07-25 · Yujia Wang, Shiqiang Wang, Songtao Lu, Jinghui Chen

Federated learning (FL) has emerged as a widely adopted training paradigm for privacy-preserving machine learning. While the SGD-based FL algorithms have demonstrated considerable success in the past, there is a growing …

Federated LearningPrivacy Preserving

Accelerated Federated Learning with Decoupled Adaptive Optimization

2022-07-14 · Jiayin Jin, Jiaxiang Ren, Yang Zhou, Lingjuan Lyu 외

The federated learning (FL) framework enables edge clients to collaboratively learn a shared inference model while keeping privacy of training data on clients. Recently, many heuristics efforts have been made to generali…

Federated Learning

Faster Adaptive Momentum-Based Federated Methods for Distributed Composition Optimization

2022-11-03 · Feihu Huang

Federated Learning is a popular distributed learning paradigm in machine learning. Meanwhile, composition optimization is an effective hierarchical learning model, which appears in many machine learning applications such…

Federated LearningMeta-Learning

Locally Adaptive Federated Learning

2023-07-12 · Sohom Mukherjee, Nicolas Loizou, Sebastian U. Stich

Federated learning is a paradigm of distributed machine learning in which multiple clients coordinate with a central server to learn a model, without sharing their own training data. Standard federated optimization metho…

Federated Learning