Adversarial_Reprogramming
Network reprogramming
This project enables reprogramming of pre-trained neural networks to work on new tasks by fine-tuning them on smaller datasets.
Adversarial Reprogramming of Neural Networks
33 stars
4 watching
4 forks
Language: Python
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
paarthneekhara/rnn_adversarial_reprogramming | Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
eth-sri/diffai | Trains neural networks to be provably robust against adversarial examples using abstract interpretation techniques. | 218 |
dodohow1011/speechadvreprogram | Developing low-resource speech command recognition systems using adversarial reprogramming and transfer learning | 18 |
paarthneekhara/multimodal_rerprogramming | Cross-modal Adversarial Reprogramming enables retraining of image models on text classification tasks | 11 |
yerevann/warp | An approach to transfer learning for NLP tasks using adversarial reprogramming and word-level task-specific embeddings. | 83 |
qdata/adversarialdnn-playground | An online tool allowing users to visualize and generate adversarial examples to deceive neural networks | 130 |
neuralmagic/sparseml | Enables the creation of smaller neural network models through efficient pruning and quantization techniques | 2,071 |
microsoft/archai | Automates the search for optimal neural network configurations in deep learning applications | 467 |
ahmedfgad/neuralgenetic | Tools and techniques for training neural networks using genetic algorithms | 240 |
graal-research/poutyne | A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 569 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
yunyuntsai/black-box-adversarial-reprogramming | An approach to adapt machine learning models using scarce data and limited resources by modifying their internal workings without changing the model's original architecture or training data. | 37 |
jacobgil/pytorch-pruning | This project provides a PyTorch implementation of pruning techniques to reduce the computational resources required for neural network inference. | 875 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 333 |
marvinler/pypownet | A simulator for power networks that incorporates reinforcement learning and visualization. | 111 |