All Projects → MadryLab → Robustness_applications

MadryLab / Robustness_applications

Notebooks for reproducing the paper "Computer Vision with a Single (Robust) Classifier"

Projects that are alternatives of or similar to Robustness applications

Selfdrivingcar
A collection of all projects pertaining to different layers in the SDC software stack
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Aa228 Notebook
IJulia notebooks for AA228/CS238 Decision Making Under Uncertainty course at Stanford University
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Kalman And Bayesian Filters In Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
Stars: ✭ 11,233 (+10300.93%)
Mutual labels:  jupyter-notebook
Numba Examples
Example Numba implementations of functions
Stars: ✭ 108 (+0%)
Mutual labels:  jupyter-notebook
Tf Mrnn
Re-implementation of the m-RNN model using TensorFLow
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Facemaskdetection
开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
Stars: ✭ 1,677 (+1452.78%)
Mutual labels:  jupyter-notebook
Skincancer
Skin cancer detection project
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Ganlocalediting
Stars: ✭ 108 (+0%)
Mutual labels:  jupyter-notebook
Dwc
Darwin Core
Stars: ✭ 106 (-1.85%)
Mutual labels:  jupyter-notebook
Prml
PRML algorithms implemented in Python
Stars: ✭ 10,206 (+9350%)
Mutual labels:  jupyter-notebook
Numba tutorial scipy2017
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Texas Hold Em Ai
Research on Texas Hold'em AI
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+1238.89%)
Mutual labels:  jupyter-notebook
Clothing Recommender
ML
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Tensorflow Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Stars: ✭ 41,480 (+38307.41%)
Mutual labels:  jupyter-notebook
Aws Ai Bootcamp Labs
This library holds a collection of Notebooks and code examples for AWS AI Bootcamps.
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Python Machine Learning
Tous les codes utilisés dans la série YouTube Python Spécial Machine Learning !
Stars: ✭ 108 (+0%)
Mutual labels:  jupyter-notebook
Getting Started With Google Bert
Build and train state-of-the-art natural language processing models using BERT
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Pyldavis
Python library for interactive topic model visualization. Port of the R LDAvis package.
Stars: ✭ 1,550 (+1335.19%)
Mutual labels:  jupyter-notebook

Code for "Computer Vision with a Single (Robust) Classifier"

These are notebooks for reproducing our paper "Computer Vision with a Single (Robust) Classifier" (preprint, blog). Based on the robustness python library.

Running the notebooks

Steps to run the notebooks (for now, requires CUDA):

  • Clone this repository
  • Download our models from S3: CIFAR-10, Restricted ImageNet, ImageNet, Horse-to-Zebra, Summer-to-Winter, Apple-to-Orange
  • Make a models folder in the main repository folder, and save the checkpoints there
  • Install all the required packages with pip install -r requirements.txt
  • Edit paths in user_constants.py to point to PyTorch-formatted versions of the CIFAR and ImageNet datasets
  • Start a jupyter notebook server: jupyter notebook . --ip 0.0.0.0

Citation

@inproceedings{santurkar2019computer,
    title={Computer Vision with a Single (Robust) Classifier},
    author={Shibani Santurkar and Dimitris Tsipras and Brandon Tran and Andrew Ilyas and Logan Engstrom and Aleksander Madry},
    booktitle={ArXiv preprint arXiv:1906.09453},
    year={2019}
}
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].