Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend ART to feature vectors #69

Merged
merged 24 commits into from
May 16, 2019
Merged

Extend ART to feature vectors #69

merged 24 commits into from
May 16, 2019

Commits on Apr 26, 2019

  1. Make clip values optional in all classifiers

    Irina Nicolae authored and Irina Nicolae committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    80d06b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Fix clipping data range for spatial transforms attack

    Irina Nicolae authored and Irina Nicolae committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    a4d314d View commit details
    Browse the repository at this point in the history
  2. Adapt attacks for unbounded data range

    Irina Nicolae authored and Irina Nicolae committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    69b5f88 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Add Iris dataset to utils

    Irina Nicolae authored and Irina Nicolae committed May 1, 2019
    Configuration menu
    Copy the full SHA
    e5930c4 View commit details
    Browse the repository at this point in the history
  2. Add doctring to compute_success in utils

    Irina Nicolae authored and Irina Nicolae committed May 1, 2019
    Configuration menu
    Copy the full SHA
    841525d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Update func to load Iris to perform splitting

    Irina Nicolae authored and Irina Nicolae committed May 3, 2019
    Configuration menu
    Copy the full SHA
    77dbce5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Update Iris loader and add more tests

    Irina Nicolae authored and Irina Nicolae committed May 7, 2019
    Configuration menu
    Copy the full SHA
    3222784 View commit details
    Browse the repository at this point in the history
  2. Add test models for Iris

    Irina Nicolae authored and Irina Nicolae committed May 7, 2019
    Configuration menu
    Copy the full SHA
    ccd4aac View commit details
    Browse the repository at this point in the history
  3. Include weights for Iris test model

    Irina Nicolae authored and Irina Nicolae committed May 7, 2019
    Configuration menu
    Copy the full SHA
    d96d3b9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Refactor weights loading for unit tests

    Irina Nicolae authored and Irina Nicolae committed May 8, 2019
    Configuration menu
    Copy the full SHA
    f3a2330 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Update script for running tests

    Irina Nicolae authored and Irina Nicolae committed May 10, 2019
    Configuration menu
    Copy the full SHA
    09a6abe View commit details
    Browse the repository at this point in the history
  2. Update Iris model weights to float64

    Irina Nicolae authored and Irina Nicolae committed May 10, 2019
    Configuration menu
    Copy the full SHA
    bc7815c View commit details
    Browse the repository at this point in the history
  3. Update attacks for feature vectors

    Irina Nicolae authored and Irina Nicolae committed May 10, 2019
    Configuration menu
    Copy the full SHA
    869ab9d View commit details
    Browse the repository at this point in the history
  4. Add data type conversion for MXNet and PyTorch to fix test errors

    Irina Nicolae authored and Irina Nicolae committed May 10, 2019
    Configuration menu
    Copy the full SHA
    0983ba2 View commit details
    Browse the repository at this point in the history
  5. Merge changes from dev

    Irina Nicolae authored and Irina Nicolae committed May 10, 2019
    Configuration menu
    Copy the full SHA
    31b7b85 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Fix gradient on thermo encoding and adapt to vectors

    Irina Nicolae authored and Irina Nicolae committed May 14, 2019
    Configuration menu
    Copy the full SHA
    e29ea95 View commit details
    Browse the repository at this point in the history
  2. Update defences to support feature vectors and add tests

    Irina Nicolae authored and Irina Nicolae committed May 14, 2019
    Configuration menu
    Copy the full SHA
    fa961f2 View commit details
    Browse the repository at this point in the history
  3. Add clipping in universal perturbation

    Irina Nicolae authored and Irina Nicolae committed May 14, 2019
    Configuration menu
    Copy the full SHA
    3c9624f View commit details
    Browse the repository at this point in the history
  4. Change tests script for python2

    Irina Nicolae authored and Irina Nicolae committed May 14, 2019
    Configuration menu
    Copy the full SHA
    93cf7f5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Fix test script

    Irina Nicolae authored and Irina Nicolae committed May 15, 2019
    Configuration menu
    Copy the full SHA
    2b64e8c View commit details
    Browse the repository at this point in the history
  2. Add Iris tests to wrappers

    Irina Nicolae authored and Irina Nicolae committed May 15, 2019
    Configuration menu
    Copy the full SHA
    c8218dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de43d81 View commit details
    Browse the repository at this point in the history
  4. Remove commented code to address PR review

    Irina Nicolae authored and Irina Nicolae committed May 15, 2019
    Configuration menu
    Copy the full SHA
    1e216aa View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat_vectors' of github.com:IBM/adversarial-robustness-…

    …toolbox into feat_vectors
    Irina Nicolae authored and Irina Nicolae committed May 15, 2019
    Configuration menu
    Copy the full SHA
    ab28411 View commit details
    Browse the repository at this point in the history