All Projects → cfinlay → tulip

cfinlay / tulip

Licence: MIT license
Scaleable input gradient regularization

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to tulip

Adversarial Robustness Toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
Stars: ✭ 2,638 (+13784.21%)
Mutual labels:  adversarial-machine-learning, adversarial-examples
awesome-machine-learning-reliability
A curated list of awesome resources regarding machine learning reliability.
Stars: ✭ 31 (+63.16%)
Mutual labels:  adversarial-machine-learning, adversarial-examples
robust-local-lipschitz
A Closer Look at Accuracy vs. Robustness
Stars: ✭ 75 (+294.74%)
Mutual labels:  adversarial-machine-learning, adversarial-examples
procedural-advml
Task-agnostic universal black-box attacks on computer vision neural network via procedural noise (CCS'19)
Stars: ✭ 47 (+147.37%)
Mutual labels:  adversarial-machine-learning, adversarial-examples
Open set domain adaptation
Tensorflow Implementation of open set domain adaptation by backpropagation
Stars: ✭ 27 (+42.11%)
Mutual labels:  adversarial-learning
avc nips 2018
Code to reproduce the attacks and defenses for the entries "JeromeR" in the NIPS 2018 Adversarial Vision Challenge
Stars: ✭ 18 (-5.26%)
Mutual labels:  adversarial-examples
adversarial-recommender-systems-survey
The goal of this survey is two-fold: (i) to present recent advances on adversarial machine learning (AML) for the security of RS (i.e., attacking and defense recommendation models), (ii) to show another successful application of AML in generative adversarial networks (GANs) for generative applications, thanks to their ability for learning (high-…
Stars: ✭ 110 (+478.95%)
Mutual labels:  adversarial-machine-learning
Adversarial-Learning-for-Generative-Conversational-Agents
This repository contains a new adversarial training method for Generative Conversational Agents
Stars: ✭ 71 (+273.68%)
Mutual labels:  adversarial-learning
Machine-Learning-Andrew-Ng
机器学习-Coursera-吴恩达- python+Matlab代码实现
Stars: ✭ 127 (+568.42%)
Mutual labels:  regularization
cool-papers-in-pytorch
Reimplementing cool papers in PyTorch...
Stars: ✭ 21 (+10.53%)
Mutual labels:  adversarial-learning
FeatureScatter
Feature Scattering Adversarial Training
Stars: ✭ 64 (+236.84%)
Mutual labels:  adversarial-machine-learning
linguistic-style-transfer-pytorch
Implementation of "Disentangled Representation Learning for Non-Parallel Text Style Transfer(ACL 2019)" in Pytorch
Stars: ✭ 55 (+189.47%)
Mutual labels:  adversarial-learning
ijcnn19attacks
Adversarial Attacks on Deep Neural Networks for Time Series Classification
Stars: ✭ 57 (+200%)
Mutual labels:  adversarial-examples
traj-pred-irl
Official implementation codes of "Regularizing neural networks for future trajectory prediction via IRL framework"
Stars: ✭ 23 (+21.05%)
Mutual labels:  regularization
adversarial-attacks
Code for our CVPR 2018 paper, "On the Robustness of Semantic Segmentation Models to Adversarial Attacks"
Stars: ✭ 90 (+373.68%)
Mutual labels:  adversarial-examples
numpy-neuralnet-exercise
Implementation of key concepts of neuralnetwork via numpy
Stars: ✭ 49 (+157.89%)
Mutual labels:  regularization
Regularization-Pruning
[ICLR'21] PyTorch code for our paper "Neural Pruning via Growing Regularization"
Stars: ✭ 44 (+131.58%)
Mutual labels:  regularization
translearn
Code implementation of the paper "With Great Training Comes Great Vulnerability: Practical Attacks against Transfer Learning", at USENIX Security 2018
Stars: ✭ 18 (-5.26%)
Mutual labels:  adversarial-machine-learning
adVAE
Implementation of 'Self-Adversarial Variational Autoencoder with Gaussian Anomaly Prior Distribution for Anomaly Detection'
Stars: ✭ 17 (-10.53%)
Mutual labels:  adversarial-learning
Machine Learning From Scratch
Machine Learning models from scratch with a better visualisation
Stars: ✭ 15 (-21.05%)
Mutual labels:  regularization

Scaleable input gradient regularization for adversarial robustness

Code to reproduce the methods of the paper Scaleable input gradient regularization for adversarial robustness. Included are:

  • training scripts for CIFAR-10 and ImageNet-1k
  • scripts to evaluate trained models on test data (in particular, to calculate lower bounds on the minimum adversarial distance)
  • scripts to download pretrained models used in the paper's results section

Citation

If you use these methods in your scientific work, please cite as

@article{finlay_2019_scaleable,
  author    = {Chris Finlay and
               Adam M. Oberman},
  title     = {Scaleable input gradient regularization for adversarial robustness},
  journal   = {CoRR},
  volume    = {abs/1905.11468},
  year      = {2019},
  url       = {http://arxiv.org/abs/1905.11468},
  archivePrefix = {arXiv},
  eprint    = {1905.11468},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].