Skip to content

TARP-VP: Towards Evaluation of Transferred Adversarial Robustness and Privacy on Label Mapping Visual Prompting Models

Notifications You must be signed in to change notification settings

TrustAI/TARP-VP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TARP-VP

Code for NeurIPS 2024 paper: TARP-VP: Towards Evaluation of Transferred Adversarial Robustness and Privacy on Label Mapping Visual Prompting Models

Usage Examples

VP black-box transfer AT for CIFAR10 using pre-trained Swin Transformer:
python VP_CIFAR10.py --dataset 'CIFAR10' --lr 0.05 --mode 'AT' --model_name 'swin'

VP white-box standard training for CIFAR10 using pre-trained Resnet50:
python VP_whitebox_cifar10.py --lr 0.05 --mode 'ST' --model_name 'resnet50'

Reference Code

[1] Prom-PATE: https://github.com/EzzzLi/Prom-PATE
[2] RPG: https://github.com/fshp971/RPG

About

TARP-VP: Towards Evaluation of Transferred Adversarial Robustness and Privacy on Label Mapping Visual Prompting Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages