paper-with-me

Papers

Federated Meta-Learning with Fast Convergence and Efficient Communication

2018-02-22 · Fei Chen, Mi Luo, Zhenhua Dong, Zhenguo Li, Xiuqiang He

Statistical and systematic challenges in collaboratively training machine learning models across distributed networks of mobile devices have been the bottlenecks in the real-world application of federated learning. In this work, we show that meta-learning is a natural choice to handle these issues, and propose a federated meta-learning framework FedMeta, where a parameterized algorithm (or meta-learner) is shared, instead of a global model in previous approaches. We conduct an extensive empirical evaluation on LEAF datasets and a real-world production dataset, and demonstrate that FedMeta achieves a reduction in required communication cost by 2.82-4.33 times with faster convergence, and an increase in accuracy by 3.23%-14.84% as compared to Federated Averaging (FedAvg) which is a leading optimization algorithm in federated learning. Moreover, FedMeta preserves user privacy since only the parameterized algorithm is transmitted between mobile devices and central servers, and no raw data is collected onto the servers.

📄 PDF Abstract BibTeX arXiv:1802.07876

Code (1)

adap/flower tf

Tasks

Federated LearningMeta-LearningRecommendation Systems

Similar Papers 제목 키워드 기반

FedNS: A Fast Sketching Newton-Type Algorithm for Federated Learning

2024-01-05 · Jian Li, Yong liu, Wei Wang, Haoran Wu 외

Recent Newton-type federated learning algorithms have demonstrated linear convergence with respect to the communication rounds. However, communicating Hessian matrices is often unfeasible due to their quadratic communica…

Federated Learning

Heterogeneous Tasks Offloading in Vehicular Edge Computing: A Federated Meta Deep Reinforcement Learning Approach

2026-05-18 · Yaorong Huang, Jingtao Luo, Xuechao Wang arxiv

Vehicular edge computing (VEC) enables latency-sensitive vehicular applications by offloading computation-intensive tasks to nearby edge servers. However, real-world vehicular workloads are typically modeled as heterogen…

Reinforcement Learning

Automated Federated Learning in Mobile Edge Networks -- Fast Adaptation and Convergence

2023-03-23 · Chaoqun You, Kun Guo, Gang Feng, Peng Yang 외

Federated Learning (FL) can be used in mobile edge networks to train machine learning models in a distributed manner. Recently, FL has been interpreted within a Model-Agnostic Meta-Learning (MAML) framework, which brings…

Federated LearningMeta-Learning

FedSA: Accelerating Intrusion Detection in Collaborative Environments with Federated Simulated Annealing

2022-05-23 · Helio N. Cunha Neto, Ivana Dusparic, Diogo M. F. Mattos, Natalia C. Fernandes

Fast identification of new network attack patterns is crucial for improving network security. Nevertheless, identifying an ongoing attack in a heterogeneous network is a non-trivial task. Federated learning emerges as a …

Federated LearningIntrusion Detection

FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph Convolutional Networks

2022-01-28 · NeurIPS 2023 11 · Yuhang Yao, Weizhao Jin, Srivatsan Ravi, Carlee Joe-Wong

Methods for training models on graphs distributed across multiple clients have recently grown in popularity, due to the size of these graphs as well as regulations on keeping data where it is generated. However, the cros…

Federated LearningNode Classification