gradient-inversion-generative-image-prior
Gradient inversion vulnerability fix
An implementation of a method to invert gradients in federated learning to potentially reveal sensitive client data
39 stars
3 watching
6 forks
Language: Python
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
lhfowl/robbing_the_fed | This implementation allows an attacker to directly obtain user data from federated learning gradient updates by modifying the shared model architecture. | 23 |
jonasgeiping/invertinggradients | An implementation of an algorithm to recover input data from gradient information in neural networks. | 272 |
patrickzh/improved-deep-leakage-from-gradients | This project presents an improved method to extract accurate private training data from publicly shared gradients in distributed learning systems. | 144 |
gdisag/gradient_disaggregation | An algorithm that breaks secure aggregation protocols in federated learning by recovering individual model updates from aggregated sums | 14 |
git-disl/stdlens | A framework designed to protect federated learning models from hijacking attacks by identifying and removing compromised client gradients | 7 |
eth-sri/lamp | This is a research project that extracts text from gradients with language model priors using deep learning techniques. | 23 |
pkmr06/pytorch-smoothgrad | PyTorch implementation of a technique to improve the interpretability of deep learning models by adding noise to the gradients | 167 |
lancopku/meprop | A technique to simplify backpropagation in neural networks by selectively computing only the most relevant gradients | 110 |
dmizr/phuber | An implementation of gradient clipping as a method to mitigate the effects of noisy labels in machine learning models | 14 |
gink03/alt-i2v | An implementation of a deep learning-based image representation learning approach using a modified fully connected layer and transfer learning from VGG16 | 34 |
gbdt-pl/gbdt-pl | An implementation of a gradient boosting algorithm with piece-wise linear regression trees for efficient machine learning model training | 149 |
cchio/deep-pwning | A tool to test the vulnerability of machine learning models to adversarial attacks | 559 |
stanfordmlgroup/ngboost | A Python library implementing a machine learning boosting framework with probabilistic prediction capabilities | 1,654 |
megvii-research/tlc | Improves image restoration performance by converting global operations to local ones during inference | 231 |
buaa-cst/ilrg | Recovery method for Federated Learning datasets using gradients to estimate instance-wise batch label restoration | 5 |