Skip to content

For our AAAI 2023 paper AAAI 2023 paper DisGUIDE: Disagreement-Guided Data-Free Model Extraction

License

Notifications You must be signed in to change notification settings

shanchaoL/disguide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DisGUIDE: Disagreement-Guided Data-Free Model Extraction

This is the artifact repository for the AAAI 2023 paper: DisGUIDE: Disagreement-Guided Data-Free Model Extraction.

The codebase is based on prior work codebases from DFME. https://github.com/cake-lab/datafree-model-extraction The DFME authors in turn based their code on the DFAD paper codebase. https://github.com/VainF/Data-Free-Adversarial-Distillation

In order to run the codebase:

  1. Add an appropriate teacher model to disguide/checkpoint/teacher/
    1. Publicly available models are available from the original DFAD codebase: https://github.com/VainF/Data-Free-Adversarial-Distillation
  2. Name the model cifar10-resnet34_8x.pt with appropriate substitutions for cifar100 and resnet18
  3. Run either ./run_cifar-10.sh or ./run_cifar-100.sh as appropriate.

About

For our AAAI 2023 paper AAAI 2023 paper DisGUIDE: Disagreement-Guided Data-Free Model Extraction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%