DP-FedSAM
DPFL Algorithm
This repository provides an implementation of a differentially private federated learning algorithm designed to improve the robustness and performance of federated machine learning systems.
This repository contains the official implementation for the manuscript: Make Landscape Flatter in Differentially Private Federated Learning (2023 CVPR)
41 stars
2 watching
3 forks
Language: Python
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
xiyuanyang45/dynamicpfl | A method for personalizing machine learning models in federated learning settings with adaptive differential privacy to improve performance and robustness | 51 |
debcaldarola/fedsam | Improving generalization in federated learning by seeking flat minima through optimization techniques | 79 |
omarfoq/fedem | Develops and evaluates federated learning algorithms for personalizing machine learning models across heterogeneous client data distributions. | 154 |
optimization-ai/icml2023_fedxl | An implementation of a federated learning algorithm for optimization problems with compositional pairwise risk optimization. | 2 |
alshedivat/fedpa | A modular JAX implementation of federated learning via posterior averaging for decentralized optimization | 49 |
yamingguo98/fediir | An implementation of a federated learning algorithm that generalizes to out-of-distribution scenarios using implicit invariant relationships | 9 |
diaoenmao/heterofl-computation-and-communication-efficient-federated-learning-for-heterogeneous-clients | An implementation of efficient federated learning algorithms for heterogeneous clients | 152 |
jinheonbaek/fed-pub | Personalized Subgraph Federated Learning framework for distributed machine learning | 44 |
rong-dai/dispfl | An implementation of a personalized federated learning framework with decentralized sparse training and peer-to-peer communication protocol. | 68 |
harliwu/fedamd | This project presents an approach to federated learning with partial client participation by optimizing anchor selection for improving model accuracy and convergence. | 2 |
dawenzi098/sfl-structural-federated-learning | A Python implementation of Personalized Federated Learning with Graph using PyTorch. | 50 |
dual-grp/fedu_fmtl | An implementation of federated multi-task learning with laplacian regularization across various datasets | 16 |
ikostrikov/pytorch-ddpg-naf | An implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks. | 307 |
chunmeifeng/fedpr | An algorithm for learning federated visual prompts in null space to improve MRI reconstruction performance on limited local data and reduced communication costs | 42 |
wyjeong/fedmatch | A project implementing Federated Semi-Supervised Learning with Inter-Client Consistency & Disjoint Learning | 79 |