当前位置:网站首页>Semi-Decentralized Federated Learning for Cooperative D2D Local Model Aggregation
Semi-Decentralized Federated Learning for Cooperative D2D Local Model Aggregation
2022-08-05 02:19:00 【carrion】
Summary
Proposed Dual Time Scale Hybrid Federated Learning (TT-HF), a semi-decentralized learning architecture that combines the traditional device-to-server communication paradigm for federated learning with a device-to-device (D2D) communication is combined.
During each global aggregation interval, a device
(i) performs multiple iterations of stochastic gradient descent on its single dataset,
(ii) communicates via cooperative distributed D2D within the local cluster, aperiodicallyparticipate in the negotiation process of its model parameters.
Developed an adaptive control algorithm that can adjust the step size of TT-HF, the number of D2D communication rounds and the global aggregation period over time to achieve a sub-linear convergence speed of O(1/t) while minimizing theoptimize network resource utilization.
Traditional Federated Learning
In each iteration, each device trains a local model based on its own dataset, usually using (stochastic) gradient descent.The device then uploads its local model to the server, which aggregates it into a global model, usually using a weighted average, and synchronizes the device with this new model to initiate the next round of local training.
To reduce the cost of uplink and downlink transmission, a combination of local model training and periodic but infrequent global aggregation is proposed.
However, local datasets may exhibit significant heterogeneity in their statistical distributions, resulting in learning models that may be biased towards the local datasets, thus reducing the accuracy of the global model.
TT_HF
(i) involves a mix between device-to-device and device-to-server communication
(ii) contains two timescales for model training: stochastic gradient descent iterations and clustering on a single deviceMulti-round collaborative D2D communication within.
During global aggregation, only one device in the cluster needs to upload the cluster model to the server,
Specifically, during the local update interval of federated learning, a device can systematically share its model parameters with other devices in its vicinity, to form a distributed consensus among each cluster of edge devices.
At the end of each local training interval, assuming that each device's model now reflects the consistency of its cluster, the master can randomly select a device from each cluster forGlobal Aggregation.
Quantify the relationship between device-level stochastic gradient updates, cluster-level consensus processes, and network-level global aggregation.and use them to adjust the length of each local update and consensus cycle.
Results: A version of federated learning that optimizes global model convergence properties while minimizing uplink communication requirements in the system.
Recommended Literature: A Comprehensive Understanding of Federated Learning
[28] S. Abdulrahman, H. Tout, H. Ould-Slimane, A. Mourad, C. Talhi, and
M. Guizani, “A survey onfederated learning: The journey from central-
ized to distributed on-site learning and beyond,” IEEE Internet Things
J., vol. 8, no. 7, pp. 5476–5497, Apr. 2021.
[29] T. Li, A. K. Sahu, A. Talwalkar, and V. Smith, “Federated learning:
Challenges, methods, and future directions,” IEEE Signal Process. Mag.,
vol. 37, no. 3, pp. 50–60, May 2020.
In terms of wireless communication efficiency, several works have investigated the impact of performing multiple rounds of local gradient updates between successive global aggregations, including optimizing the aggregation period according to the total resource budget.
To further reduce the need for global aggregation, [31] proposed a hierarchical system model for federated learning, where edge servers are used for partial global aggregation.
[31] L. Liu, J. Zhang, S. Song, and K. B. Letaief, “Client-edge-cloud hierarchical federated learning,” in Proc. IEEE Int. Conf. Commun.
(ICC),vol. 2020, pp. 1–6.
Model quantization[] and sparsification techniques are also proposed.
This paper proposes a semi-decentralized architecture in which D2D communication is used to exchange model parameters between nodes together with global aggregation.
For data heterogeneity, in [34], the authors propose to upload a portion of the local dataset to the server, which is then used to augment global model training.
[34] N. Y oshida, T. Nishio, M. Morikura, K. Yamamoto, and R. Yo onetani,
“Hybrid-FL for wireless networks: Cooperative learning mechanism
using non-IID data,” in Proc. IEEE Int. Conf. Commun. (ICC), Jun. 2020,
pp. 1–7.
this articleUsing D2D communication to exchange between devicesmodel parameters, which alleviates such concerns.
The distributed collaborative learning among devices is introduced into the local update process, forming a new system architecture with D2D reinforcement learning.
Addresses both communication efficiency and data heterogeneity challenges.
In this case
(i) the device may perform multiple (stochastic) gradient iterations between global aggregations,
(ii) the global aggregation is aperiodic,
(iii) the deviceThe consensus process among them may happen aperiodically during each global aggregation.
Due to device mobility, the topology of each cluster (i.e. the number of nodes and their location within the cluster) may change over time, although we assume that compared to the time between two global aggregates,This evolution is slow.
Triangular inequality is used for the upper bound on the gradient...Smoothness Condition
TT-HF: Dual Time Scale Hybrid Federated Learning
1) Overview and rationale: consists of a series of local model training intervals between aperiodic global aggregations.During each interval, the device performs local stochastic gradient descent (SGD) iterations and aperiodically synchronizes its model parameters through a local consistency process within the cluster.
Looking at it later, there are too many formulas.....
边栏推荐
- 优化Feed流遭遇拦路虎,是谁帮百度打破了“内存墙”?
- “配置”是把双刃剑,带你了解各种配置方法
- SuperMap iDesktop.Net之布尔运算求交——修复含拓扑错误复杂模型
- mysql树状结构查询问题
- 【MySQL系列】- LIKE查询 以%开头一定会让索引失效吗
- 浅谈数据安全治理与隐私计算
- 2022 EdgeX中国挑战赛8月3日即将盛大开幕
- Leetcode brushing questions - 22. Bracket generation
- KingbaseES V8 GIS data migration solution (2. Introduction to the capabilities of Kingbase GIS)
- Intel XDC 2022 Wonderful Review: Build an Open Ecosystem and Unleash the Potential of "Infrastructure"
猜你喜欢
"Dilili, wait for the lights, wait for the lights", the prompt sound for safe production in the factory
DAY23: Command Execution & Code Execution Vulnerability
Intel XDC 2022 Wonderful Review: Build an Open Ecosystem and Unleash the Potential of "Infrastructure"
[Endnote] Word inserts a custom form of Endnote document format
Tree search (bintree)
Live preview | 30 minutes started quickly!Look at credible distributed AI chain oar architectural design
Chapter 09 Use of Performance Analysis Tools [2. Index and Tuning] [MySQL Advanced]
Pisanix v0.2.0 发布|新增动态读写分离支持
01 【前言 基础使用 核心概念】
迁移学习——Distant Domain Transfer Learning
随机推荐
C language implements a simple number guessing game
01 [Foreword Basic Use Core Concepts]
".NET IoT from scratch" series
2022了你还不会『低代码』?数据科学也能玩转Low-Code啦!
CMS website construction process
mysql树状结构查询问题
hypervisor相关的知识点
用@Mapper查询oracle的分区情况报错
Using OpenVINO to implement the flying paddle version of the PGNet inference program
DAY22:sqli-labs 靶场通关wp(Less01~~Less20)
C学生管理系统 头添加学生节点
英特尔 XDC 2022 精彩回顾:共建开放生态,释放“基建”潜能
MySQL learning
【OpenCV 图像处理2】:OpenCV 基础知识
Amazon Cloud Technology joins hands with Thundersoft to build an AIoT platform for industry customers
[Unity Entry Plan] Handling of Occlusion Problems in 2D Games & Pseudo Perspective
力扣-二叉树的最大的深度
RAID磁盘阵列
STM32使用stm32cubemx LL库系列教程
1349. Maximum number of students taking the exam Status Compression