paper-with-me

Papers

Research on Resource Allocation for Efficient Federated Learning

2021-04-19 · Jianyang Ren, Wanli Ni, Gaofeng Nie, Hui Tian

As a promising solution to achieve efficient learning among isolated data owners and solve data privacy issues, federated learning is receiving wide attention. Using the edge server as an intermediary can effectively collect sensor data, perform local model training, and upload model parameters for global aggregation. So this paper proposes a new framework for resource allocation in a hierarchical network supported by edge computing. In this framework, we minimize the weighted sum of system cost and learning cost by optimizing bandwidth, computing frequency, power allocation and subcarrier assignment. To solve this challenging mixed-integer non-linear problem, we first decouple the bandwidth optimization problem(P1) from the whole problem and obtain a closed-form solution. The remaining computational frequency, power, and subcarrier joint optimization problem(P2) can be further decomposed into two sub-problems: latency and computational frequency optimization problem(P3) and transmission power and subcarrier optimization problem(P4). P3 is a convex optimization problem that is easy to solve. In the joint optimization problem(P4), the optimal power under each subcarrier selection can be obtained first through the successive convex approximation(SCA) algorithm. Substituting the optimal power value obtained back to P4, the subproblem can be regarded as an assignment problem, so the Hungarian algorithm can be effectively used to solve it. The solution of problem P2 is accomplished by solving P3 and P4 iteratively. To verify the performance of the algorithm, we compare the proposed algorithm with five algorithms; namely Equal bandwidth allocation, Learning cost guaranteed, Greedy subcarrier allocation, System cost guaranteed and Time-biased algorithm. Numerical results show the significant performance gain and the robustness of the proposed algorithm in the face of parameter changes.

📄 PDF Abstract BibTeX arXiv:2104.09177

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computingFederated Learning

Similar Papers 제목 키워드 기반

Resource Rationing for Wireless Federated Learning: Concept, Benefits, and Challenges

2021-04-14 · Cong Shen, Jie Xu, Sihui Zheng, Xiang Chen

We advocate a new resource allocation framework, which we term resource rationing, for wireless federated learning (FL). Unlike existing resource allocation methods for FL, resource rationing focuses on balancing resourc…

Federated Learning

Federated Reinforcement Learning for Resource Allocation in V2X Networks

2023-10-15 · Kaidi Xu, Shenglong Zhou, Geoffrey Ye Li

Resource allocation significantly impacts the performance of vehicle-to-everything (V2X) networks. Most existing algorithms for resource allocation are based on optimization or machine learning (e.g., reinforcement learn…

Federated Learningreinforcement-learningReinforcement Learning

A Comprehensive Survey on Joint Resource Allocation Strategies in Federated Edge Learning

2024-10-10 · Jingbo Zhang, Qiong Wu, Pingyi Fan, Qiang Fan

Federated Edge Learning (FEL), an emerging distributed Machine Learning (ML) paradigm, enables model training in a distributed environment while ensuring user privacy by using physical separation for each user data. Howe…

Federated Learning

Joint Optimization of Resource Allocation and Data Selection for Fast and Cost-Efficient Federated Edge Learning

2024-07-03 · Yunjian Jia, Zhen Huang, Jiping Yan, Yulu Zhang 외

Deploying federated learning at the wireless edge introduces federated edge learning (FEEL). Given FEEL's limited communication resources and potential mislabeled data on devices, improper resource allocation or data sel…

Federated Learning

Fair Resource Allocation in Federated Learning

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

Federated learning involves jointly learning over massively distributed partitions of data generated on remote devices. Naively minimizing an aggregate loss function in such a network may disproportionately advantage or …

FairnessFederated Learning