lamp
Gradient extraction toolkit
This is a research project that extracts text from gradients with language model priors using deep learning techniques.
LAMP: Extracting Text from Gradients with Language Model Priors (NeurIPS '22)
23 stars
7 watching
6 forks
Language: Python
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
tianhongdai/integrated-gradient-pytorch | A PyTorch implementation of attributing the impact of inputs on deep neural network outputs | 181 |
lightning-universe/lightning-bolts | Provides a toolbox of components to extend PyTorch Lightning for deep learning research and production | 1,693 |
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 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,041 |
rentruewang/koila | A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,821 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
ml-postech/gradient-inversion-generative-image-prior | An implementation of a method to invert gradients in federated learning to potentially reveal sensitive client data | 39 |
google-deepmind/optax | A gradient processing and optimization library designed to facilitate research and productivity in machine learning by providing building blocks for custom optimizers and gradient processing components. | 1,697 |
pkmr06/pytorch-smoothgrad | PyTorch implementation of a technique to improve the interpretability of deep learning models by adding noise to the gradients | 167 |
johngiorgi/declutr | A tool for training and evaluating sentence embeddings using deep contrastive learning | 379 |
buaa-cst/ilrg | Recovery method for Federated Learning datasets using gradients to estimate instance-wise batch label restoration | 5 |
dvlab-research/lisa | A system that uses large language models to generate segmentation masks for images based on complex queries and world knowledge. | 1,861 |
nearai/torchfold | A PyTorch module for dynamic batching and optimized computation on deep neural networks | 221 |
media-smart/vedaseg | A PyTorch-based toolbox for building and training semantic segmentation models | 410 |
amphi-ai/amphi-etl | A Python-based ETL tool for data transformation and pipeline development with low-code interface and native code generation. | 904 |