paper-with-me

Papers

Federated Learning From Big Data Over Networks

2020-10-27 · Y. Sarcheshmehpour, M. Leinonen, A. Jung

This paper formulates and studies a novel algorithm for federated learning from large collections of local datasets. This algorithm capitalizes on an intrinsic network structure that relates the local datasets via an undirected "empirical" graph. We model such big data over networks using a networked linear regression model. Each local dataset has individual regression weights. The weights of close-knit sub-collections of local datasets are enforced to deviate only little. This lends naturally to a network Lasso problem which we solve using a primal-dual method. We obtain a distributed federated learning algorithm via a message passing implementation of this primal-dual method. We provide a detailed analysis of the statistical and computational properties of the resulting federated learning algorithm.

📄 PDF Abstract BibTeX arXiv:2010.14159

Code (2)

sahelyiyi/FederatedLearning 공식 구현 pytorch
yutian8328/federatedlearning

Tasks

Federated Learningregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

A review of federated learning in renewable energy applications: Potential, challenges, and future directions

2023-12-18 · Albin Grataloup, Stefan Jonas, Angela Meyer

Federated learning has recently emerged as a privacy-preserving distributed machine learning approach. Federated learning enables collaborative training of multiple clients and entire fleets without sharing the involved …

Federated LearningPrivacy Preserving

Federated and Transfer Learning: A Survey on Adversaries and Defense Mechanisms

2022-07-05 · Ehsan Hallaji, Roozbeh Razavi-Far, Mehrdad Saif

The advent of federated learning has facilitated large-scale data exchange amongst machine learning models while maintaining privacy. Despite its brief history, federated learning is rapidly evolving to make wider use mo…

Federated LearningTransfer Learning

A Survey of Federated Evaluation in Federated Learning

2023-05-14 · Behnaz Soltani, Yipeng Zhou, Venus Haghighi, John C. S. Lui

In traditional machine learning, it is trivial to conduct model evaluation since all data samples are managed centrally by a server. However, model evaluation becomes a challenging problem in federated learning (FL), whi…

Federated LearningSurvey

Federated Analytics: A survey

2023-02-02 · Ahmed Roushdy Elkordy, Yahya H. Ezzeldin, Shanshan Han, Shantanu Sharma 외

Federated analytics (FA) is a privacy-preserving framework for computing data analytics over multiple remote parties (e.g., mobile devices) or silo-ed institutional entities (e.g., hospitals, banks) without sharing the d…

Federated LearningPrivacy PreservingSurvey

FedJAX: Federated learning simulation with JAX

2021-08-04 · Jae Hun Ro, Ananda Theertha Suresh, Ke wu

Federated learning is a machine learning technique that enables training across decentralized data. Recently, federated learning has become an active area of research due to an increased focus on privacy and security. In…

Federated Learning