Git Product home page Git Product logo

robust-unlearnable-examples's People

Contributors

fshp971 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

robust-unlearnable-examples's Issues

Question about training on EM noise

I'm generating error minimizing noise for cifar10 using :
python generate_em.py
--arch resnet18
--dataset cifar10
--train-steps 5000
--batch-size 128
--optim sgd
--lr 0.1
--lr-decay-rate 0.1
--lr-decay-freq 2000
--weight-decay 5e-4
--momentum 0.9
--pgd-radius 8
--pgd-steps 10
--pgd-step-size 1.6
--pgd-random-start
--report-freq 1000
--save-freq 1000
--data-dir ./data
--save-dir ./exp_data/cifar10/noise/em8
--save-name em


And perform standard training on error minimizing noise poisoned dataset using:
python train.py
--arch resnet18
--dataset cifar10
--train-steps 40000
--batch-size 128
--optim sgd
--lr 0.1
--lr-decay-rate 0.1
--lr-decay-freq 16000
--weight-decay 5e-4
--momentum 0.9
--pgd-radius 0
--pgd-steps 10
--pgd-step-size 0.8
--pgd-random-start
--report-freq 1000
--save-freq 100000
--noise-path ./exp_data/cifar10/noise/em8/em-fin-def-noise.pkl
--data-dir ./data
--save-dir ./exp_data/cifar10/train/em8/em
--save-name train


And the trained model accuarcy on clean testset is about 10.10± which is far below the result in your paper (13.20 in Table 1, 16.84 in Table 7 ). I'm quite confused by this huge difference. If I set the parameters wrong or it's due to the randomness of the experiments?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.