中文
相关论文

相关论文: Federated Learning System without Model Sharing th…

200 篇论文

Federated Learning offers a way to train deep neural networks in a distributed fashion. While this addresses limitations related to distributed data, it incurs a communication overhead as the model parameters or gradients need to be…

机器学习 · 计算机科学 2023-05-26 Morten From Elvebakken , Alexandros Iosifidis , Lukas Esterle

Federated learning is a paradigm of distributed machine learning in which multiple clients coordinate with a central server to learn a model, without sharing their own training data. Standard federated optimization methods such as Federated…

机器学习 · 计算机科学 2024-05-15 Sohom Mukherjee , Nicolas Loizou , Sebastian U. Stich

Federated Learning (FL) enables multiple parties to collaboratively train machine learning models without sharing raw data. However, before training, data must be preprocessed to address missing values, inconsistent formats, and…

机器学习 · 计算机科学 2026-02-12 Xuefeng Xu , Graham Cormode

Federated learning is a distributed, privacy-aware learning scenario which trains a single model on data belonging to several clients. Each client trains a local model on its data and the local models are then aggregated by a central party.…

机器学习 · 计算机科学 2020-01-01 Hesham Mostafa

Federated Learning is a distributed machine-learning environment that allows clients to learn collaboratively without sharing private data. This is accomplished by exchanging parameters. However, the differences in data distributions and…

机器学习 · 计算机科学 2023-03-17 Kuang Hangdong , Mi Bo

Federated Learning has been recently proposed for distributed model training at the edge. The principle of this approach is to aggregate models learned on distributed clients to obtain a new more general "average" model (FedAvg). The…

机器学习 · 统计学 2022-07-20 Adnan Ben Mansour , Gaia Carenini , Alexandre Duplessis , David Naccache

We study a new form of federated learning where the clients train personalized local models and make predictions jointly with the server-side shared model. Using this new federated learning framework, the complexity of the central shared…

机器学习 · 计算机科学 2020-03-31 Alekh Agarwal , John Langford , Chen-Yu Wei

Machine learning in medical research, by nature, needs careful attention on obeying the regulations of data privacy, making it difficult to train a machine learning model over gathered data from different medical centers. Failure of…

机器学习 · 计算机科学 2021-10-19 Jun Luo , Shandong Wu

Federated learning (FL) is a new paradigm for distributed machine learning that allows a global model to be trained across multiple clients without compromising their privacy. Although FL has demonstrated remarkable success in various…

机器学习 · 计算机科学 2023-06-06 Haolin Wang , Xuefeng Liu , Jianwei Niu , Shaojie Tang , Jiaxing Shen

Federated learning, an emerging machine learning paradigm, enables clients to collaboratively train a model without exchanging local data. Clients participating in the training process significantly impact the convergence rate, learning…

机器学习 · 计算机科学 2024-08-30 Fares Fourati , Salma Kharrat , Vaneet Aggarwal , Mohamed-Slim Alouini , Marco Canini

In artificial intelligence (AI), especially deep learning, data diversity and volume play a pivotal role in model development. However, training a robust deep learning model often faces challenges due to data privacy, regulations, and the…

计算机视觉与模式识别 · 计算机科学 2024-03-15 Xiao Chen , Shunan Zhang , Eric Z. Chen , Yikang Liu , Lin Zhao , Terrence Chen , Shanhui Sun

Federated Learning enables diverse devices to collaboratively train a shared model while keeping training data locally stored, avoiding the need for centralized cloud storage. Despite existing privacy measures, concerns arise from potential…

机器学习 · 计算机科学 2024-07-29 Elie Atallah

Federated learning ensures the privacy of clients by conducting distributed training on individual client devices and sharing only the model weights with a central server. However, in real-world scenarios, the heterogeneity of data among…

机器学习 · 计算机科学 2024-04-30 Jaewon Jang , Bonjun Choi

Federated learning allows for the training of a model using data on multiple clients without the clients transmitting that raw data. However the standard method is to transmit model parameters (or updates), which for modern neural networks…

机器学习 · 计算机科学 2020-09-29 Jack Goetz , Ambuj Tewari

Many image and vision applications require a large amount of data for model training. Collecting all such data at a central location can be challenging due to data privacy and communication bandwidth restrictions. Federated learning is an…

机器学习 · 计算机科学 2020-06-24 Tiffany Tuor , Shiqiang Wang , Bong Jun Ko , Changchang Liu , Kin K. Leung

This paper proposes a federated learning framework designed to achieve \textit{relative fairness} for clients. Traditional federated learning frameworks typically ensure absolute fairness by guaranteeing minimum performance across all…

机器学习 · 统计学 2024-11-05 Shogo Nakakita , Tatsuya Kaneko , Shinya Takamaeda-Yamazaki , Masaaki Imaizumi

The performance of deep learning-based methods strongly relies on the number of datasets used for training. Many efforts have been made to increase the data in the medical image analysis field. However, unlike photography images, it is hard…

图像与视频处理 · 电气工程与系统科学 2020-09-29 Pochuan Wang , Chen Shen , Holger R. Roth , Dong Yang , Daguang Xu , Masahiro Oda , Kazunari Misawa , Po-Ting Chen , Kao-Lang Liu , Wei-Chih Liao , Weichung Wang , Kensaku Mori

Federated learning is a distributed machine learning method that aims to preserve the privacy of sample features and labels. In a federated learning system, ID-based sample alignment approaches are usually applied with few efforts made on…

密码学与安全 · 计算机科学 2020-06-12 Yang Liu , Xiong Zhang , Libin Wang

We propose an asymptotic framework to analyze the performance of (personalized) federated learning algorithms. In this new framework, we formulate federated learning as a multi-criterion objective, where the goal is to minimize each…

机器学习 · 计算机科学 2022-02-21 Gary Cheng , Karan Chadha , John Duchi