Advances and Open Problems in Federated Learning
挖个大坑,等有空了再回来填。心心念念的大综述呀(吐血三升)!
郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布!
项目地址:https://github.com/open-intelligence/federated-learning-chinese
具体内容参见项目地址,欢迎大家在项目的issue上提出问题!!!

Abstract
联邦学习(FL)是一种机器学习环境,其中许多客户端(如移动设备或整个组织)在中央服务器(如服务提供商)的协调下协同训练模型,同时保持训练数据去中心化。FL体现了集中数据收集和最小化的原则,可以减轻传统的中心化机器学习和数据科学方法带来的许多系统隐私风险和成本。在FL研究爆炸式增长的推动下,本文讨论了近年来的进展,提出了大量的开放性问题和挑战。
Contents
1 Introduction
1.1 The Cross-Device Federated Learning Setting
1.1.1 The Lifecycle of a Model in Federated Learning
1.1.2 A Typical Federated Training Process
1.2 Federated Learning Research
1.3 Organization
2 Relaxing the Core FL Assumptions: Applications to Emerging Settings and Scenarios
2.1 Fully Decentralized / Peer-to-Peer Distributed Learning
2.1.1 Algorithmic Challenges
2.1.2 Practical Challenges
2.2 Cross-Silo Federated Learning
2.3 Split Learning
3 Improving Efficiency and Effectiveness
3.1 Non-IID Data in Federated Learning
3.1.1 Strategies for Dealing with Non-IID Data
3.2 Optimization Algorithms for Federated Learning
3.2.1 Optimization Algorithms and Convergence Rates for IID Datasets
3.2.2 Optimization Algorithms and Convergence Rates for Non-IID Datasets
3.3 Multi-Task Learning, Personalization, and Meta-Learning
3.3.1 Personalization via Featurization
3.3.2 Multi-Task Learning
3.3.3 Local Fine Tuning and Meta-Learning
3.3.4 When is a Global FL-trained Model Better?
3.4 Adapting ML Workflows for Federated Learning
3.4.1 Hyperparameter Tuning
3.4.2 Neural Architecture Design
3.4.3 Debugging and Interpretability for FL
3.5 Communication and Compression
3.6 Application To More Types of Machine Learning Problems and Models
4 Preserving the Privacy of User Data
4.1 Actors, Threat Models, and Privacy in Depth
4.2 Tools and Technologies
4.2.1 Secure Computations
4.2.2 Privacy-Preserving Disclosures
4.2.3 Verifiability
4.3 Protections Against External Malicious Actors
4.3.1 Auditing the Iterates and Final Model
4.3.2 Training with Central Differential Privacy
4.3.3 Concealing the Iterates
4.3.4 Repeated Analyses over Evolving Data
4.3.5 Preventing Model Theft and Misuse
4.4 Protections Against an Adversarial Server
4.4.1 Challenges: Communication Channels, Sybil Attacks, and Selection
4.4.2 Limitations of Existing Solutions
4.4.3 Training with Distributed Differential Privacy
4.4.4 Preserving Privacy While Training Sub-Models
4.5 User Perception
4.5.1 Understanding Privacy Needs for Particular Analysis Tasks
4.5.2 Behavioral Research to Elicit Privacy Preferences
5 Robustness to Attacks and Failures
5.1 Adversarial Attacks on Model Performance
5.1.1 Goals and Capabilities of an Adversary
5.1.2 Model Update Poisoning
5.1.3 Data Poisoning Attacks
5.1.4 Inference-Time Evasion Attacks
5.1.5 Defensive Capabilities from Privacy Guarantees
5.2 Non-Malicious Failure Modes
5.3 Exploring the Tension between Privacy and Robustness
6 Ensuring Fairness and Addressing Sources of Bias
6.1 Bias in Training Data
6.2 Fairness Without Access to Sensitive Attributes
6.3 Fairness, Privacy, and Robustness
6.4 Leveraging Federation to Improve Model Diversity
6.5 Federated Fairness: New Opportunities and Challenges
7 Concluding Remarks
A Software and Datasets for Federated Learning
Advances and Open Problems in Federated Learning的更多相关文章
- Local Model Poisoning Attacks to Byzantine-Robust Federated Learning
In federated learning, multiple client devices jointly learn a machine learning model: each client d ...
- How to handle Imbalanced Classification Problems in machine learning?
How to handle Imbalanced Classification Problems in machine learning? from:https://www.analyticsvidh ...
- 联邦学习(Federated Learning)
联邦学习简介 联邦学习(Federated Learning)是一种新兴的人工智能基础技术,在 2016 年由谷歌最先提出,原本用于解决安卓手机终端用户在本地更新模型的问题,其设计目标是 ...
- 联邦学习 Federated Learning 相关资料整理
本文链接:https://blog.csdn.net/Sinsa110/article/details/90697728代码微众银行+杨强教授团队的联邦学习FATE框架代码:https://githu ...
- Federated Learning: Challenges, Methods, and Future Directions
郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布! arXiv:1908.07873v1 [cs.LG] 21 Aug 2019 Abstract 联邦学习包括通过远程设备或孤立的数据中心( ...
- Overcoming Forgetting in Federated Learning on Non-IID Data
郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布! 以下是对本文关键部分的摘抄翻译,详情请参见原文. NeurIPS 2019 Workshop on Federated Learning ...
- Reliable Federated Learning for Mobile Networks
郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布! 以下是对本文关键部分的摘抄翻译,详情请参见原文. arXiv: 1910.06837v1 [cs.CR] 14 Oct 2019 Abst ...
- 【流行前沿】联邦学习 Partial Model Averaging in Federated Learning: Performance Guarantees and Benefits
Sunwoo Lee, , Anit Kumar Sahu, Chaoyang He, and Salman Avestimehr. "Partial Model Averaging in ...
- 【流行前沿】联邦学习 Federated Learning with Only Positive Labels
核心问题:如果每个用户只有一类数据,如何进行联邦学习? Felix X. Yu, , Ankit Singh Rawat, Aditya Krishna Menon, and Sanjiv Kumar ...
随机推荐
- Druid 连接池
记录Druid 连接池简单用法 package Utils; import com.alibaba.druid.pool.DruidDataSourceFactory; import javax.sq ...
- Python自动化运维:技术与最佳实践 PDF高清完整版|网盘下载内附地址提取码|
内容简介: <Python自动化运维:技术与最佳实践>一书在中国运维领域将有“划时代”的重要意义:一方面,这是国内第一本从纵.深和实践角度探讨Python在运维领域应用的著作:一方面本书的 ...
- Numpy访问数组元素
import numpy as np n = np.array(([1,2,3],[4,5,6],[7,8,9])) ''' array([[1, 2, 3], [4, 5, 6], [7, 8, 9 ...
- Hexo 静态博客指南:建站教程(中)
本文最初发布于我的个人博客Bambrow's Blog,采用 BY-NC-SA 许可协议,转载请注明出处.若有后续更新,将更新于原博客.欢迎去我的博客阅读更多文章! 本文详细记录一下站点建立过程,以便 ...
- PHP gregoriantojd() 函数
------------恢复内容开始------------ 实例 把格利高里历法的日期转换为儒略日计数,然后再转换回格利高里历法的日期: <?php$jd=gregoriantojd(6,20 ...
- PHP preg_split() 函数
preg_replace 函数通过一个正则表达式分隔字符串.高佣联盟 www.cgewang.com 语法 array preg_split ( string $pattern , string $s ...
- 小甲鱼零基础汇编语言学习笔记第二章之寄存器(CPU工作原理,CPU内部通讯)
这一章主要介绍了CPU中的重要器件——寄存器,整个系列通篇是以8086CPU作为探讨对象,其它更高级的CPU都是在此基础之上进行的升级. 1.一个典型的CPU是由运算器.控制器.寄存器等器件组成, ...
- Skill 计算两点距离
https://www.cnblogs.com/yeungchie/ code procedure(ycHowFar(a b) prog((xAB yAB sAB) xAB = xCoord(a) - ...
- 银弹谷零代码开发V百科|使用技巧:OMG!这些时间日期函数太好用了吧,盘它
银弹谷零代码开发V百科|使用技巧:OMG!这些时间日期函数太好用了吧,盘它 Hello~everybody!小V又来咯!这次小V给大家带来的是零代码开发V平台常用的时间日期函数.小V知道我们平时常常会 ...
- 你不是说你会Aop吗?
一大早,小王就急匆匆的跑过来找我,说:周哥,那个记录日志的功能我想请教一下. 因为公司某个项目要跟别的平台做对接,我们这边需要给他们提供一套接口.昨天,我就将记录接口日志的工作安排给了小王. 下面是我 ...