paper-with-me

Papers

Elastically-Constrained Meta-Learner for Federated Learning

2023-06-29 · Peng Lan, Donglai Chen, Chong Xie, Keshu Chen, Jinyuan He, Juntao Zhang, Yonghong Chen, Yan Xu

Federated learning is an approach to collaboratively training machine learning models for multiple parties that prohibit data sharing. One of the challenges in federated learning is non-IID data between clients, as a single model can not fit the data distribution for all clients. Meta-learning, such as Per-FedAvg, is introduced to cope with the challenge. Meta-learning learns shared initial parameters for all clients. Each client employs gradient descent to adapt the initialization to local data distributions quickly to realize model personalization. However, due to non-convex loss function and randomness of sampling update, meta-learning approaches have unstable goals in local adaptation for the same client. This fluctuation in different adaptation directions hinders the convergence in meta-learning. To overcome this challenge, we use the historical local adapted model to restrict the direction of the inner loop and propose an elastic-constrained method. As a result, the current round inner loop keeps historical goals and adapts to better solutions. Experiments show our method boosts meta-learning convergence and improves personalization without additional calculation and communication. Our method achieved SOTA on all metrics in three public datasets.

📄 PDF Abstract BibTeX arXiv:2306.16703

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningMeta-Learning

Similar Papers 제목 키워드 기반

FedMeNF: Privacy-Preserving Federated Meta-Learning for Neural Fields

2025-08-08 · Junhyeog Yun, Minui Hong, Gunhee Kim arxiv

Neural fields provide a memory-efficient representation of data, which can effectively handle diverse modalities and large-scale data. However, learning to map neural fields often requires large amounts of training data …

Experience Constrained Hierarchical Federated Reinforcement Learning for Large-scale UAV Teams in Hazardous Environments

2026-05-04 · Qinwei Huang, Rui Zuo, Simon Khan, Qinru Qiu arxiv

Conventional federated learning assumes that greater learner participation improves training performance, by leveraging abundant, independently generated local data. However, in federated reinforcement learning (FRL) for…

Reinforcement LearningFederated Learning

Federated Neural Architecture Search with Model-Agnostic Meta Learning

2025-04-08 · Xinyuan Huang, Jiechao Gao

Federated Learning (FL) often struggles with data heterogeneity due to the naturally uneven distribution of user data across devices. Federated Neural Architecture Search (NAS) enables collaborative search for optimal mo…

Federated LearningMeta-LearningNeural Architecture Search

Federated Meta-Learning with Fast Convergence and Efficient Communication

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

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

Federated LearningMeta-LearningRecommendation Systems

Privacy Challenges in Meta-Learning: An Investigation on Model-Agnostic Meta-Learning

2024-06-01 · Mina Rafiei, Mohammadmahdi Maheri, Hamid R. Rabiee

Meta-learning involves multiple learners, each dedicated to specific tasks, collaborating in a data-constrained setting. In current meta-learning methods, task learners locally learn models from sensitive data, termed su…

Meta-Learning