paper-with-me

홈 › Papers

Optimizing Value of Learning in Task-Oriented Federated Meta-Learning Systems

2025-01-07 · Bibo Wu, Fang Fang, Xianbin Wang

Federated Learning (FL) has gained significant attention in recent years due to its distributed nature and privacy preserving benefits. However, a key limitation of conventional FL is that it learns and distributes a common global model to all participants, which fails to provide customized solutions for diverse task requirements. Federated meta-learning (FML) offers a promising solution to this issue by enabling devices to finetune local models after receiving a shared meta-model from the server. In this paper, we propose a task-oriented FML framework over non-orthogonal multiple access (NOMA) networks. A novel metric, termed value of learning (VoL), is introduced to assess the individual training needs across devices. Moreover, a task-level weight (TLW) metric is defined based on task requirements and fairness considerations, guiding the prioritization of edge devices during FML training. The formulated problem, to maximize the sum of TLW-based VoL across devices, forms a non-convex mixed-integer non-linear programming (MINLP) challenge, addressed here using a parameterized deep Q-network (PDQN) algorithm to handle both discrete and continuous variables. Simulation results demonstrate that our approach significantly outperforms baseline schemes, underscoring the advantages of the proposed framework.

📄 PDF Abstract BibTeX arXiv:2501.03448

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessFederated LearningMeta-LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Meta-FL: A Novel Meta-Learning Framework for Optimizing Heterogeneous Model Aggregation in Federated Learning

2024-06-23 · Zahir Alsulaimawi

Federated Learning (FL) enables collaborative model training across diverse entities while safeguarding data privacy. However, FL faces challenges such as data heterogeneity and model diversity. The Meta-Federated Learni…

DiversityFederated LearningMeta-LearningNavigate

Task-Oriented Edge-Assisted Cross-System Design for Real-Time Human-Robot Interaction in Industrial Metaverse

2025-08-28 · Kan Chen, Zhen Meng, Xiangmin Xu, Jiaming Yang 외 arxiv

Real-time human-device interaction in industrial Metaverse faces challenges such as high computational load, limited bandwidth, and strict latency. This paper proposes a task-oriented edge-assisted cross-system framework…

Improving Federated Learning Personalization via Model Agnostic Meta Learning

2019-09-27 · Yihan Jiang, Jakub Konečný, Keith Rush, Sreeram Kannan

Federated Learning (FL) refers to learning a high quality global model based on decentralized data storage, without ever copying the raw data. A natural scenario arises with data created on mobile phones by the activity …

Federated LearningMeta-Learning

MRI-based and metabolomics-based age scores act synergetically for mortality prediction shown by multi-cohort federated learning

2024-09-02 · Pedro Mateus, Swier Garst, Jing Yu, Davy Cats 외

Biological age scores are an emerging tool to characterize aging by estimating chronological age based on physiological biomarkers. Various scores have shown associations with aging-related outcomes. This study assessed …

Federated LearningMortality Prediction

TOPAS: Workflow-Aware Prefix-State Scheduling for Multi-Agent LLM Serving

2026-08-26 · Hongqiu Ni, Han Tian, Chi Zhang, Guopeng Li 외 arxiv

Prefix caching introduces a fundamental tradeoff in multi-agent large language model (LLM) serving: retaining a long system-prompt key-value (KV) cache for an agent accelerates future calls, yet it reduces the GPU memory…