Coder Social home page Coder Social logo

harishgovardhandamodar / secretgen-modelinversionattack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ai-secure/secretgen

0.0 0.0 0.0 26 KB

A general model inversion attack against large pre-trained models.

License: MIT License

Python 100.00%

secretgen-modelinversionattack's Introduction

SecretGen: Privacy Recovery on Pre-trained Models via Distribution Discrimination

Requirements

Python 3.8 or higher PyTorch 1.8 or higher

$ pip install requirements.txt

Performing Attack

stage1.py: Train the generation backbone on public data.

$ python stage1.py --name <taret_model_arch> --mask <type_of_mask>

Set bb to True if it's blackbox case, which will use a public model instead of the target model for diversity loss.

stage2.py: Perform attack.

$ python stage2.py --name <taret_model_arch> --mask <type_of_mask> --target <method>

For the target parameter:

  • pii: PII (whitebox)
  • pii-bb: PII (blackbox)
  • gmi: GMI
  • init-bb: SecretGen (blackbox)
  • full-bb: SecretGen (blackbox + ground truth label)
  • init-wb: SecretGen (whitebox)
  • full: SecretGen (white + ground truth label)

Set save to True if you want to run evaluation protocol 2, which requires a completely recovered dataset.

secretgen-modelinversionattack's People

Contributors

eurekayuan avatar

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.