Skip to content

ziquanliu/CVPR2023-TWINS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVPR2023-TWINS

Official code for "TWINS: A Fine-Tuning Framework for Improved Transferability of Adversarial Robustness and Generalization", CVPR 2023

Requirement

PyTorch >= 1.9.0

Description

The AT_cifar and AT_high_res_data are the baseline AT for CIFAR10/100 and high-resolution image data (Caltech, CUB, Stanford-Dogs). The proposed method is in TWINS_cifar and TWINS_high_res_data. We use the pre-trained model in https://github.com/microsoft/robust-models-transfer.

Citation

If you use our code in your research, please cite with:

@inproceedings{
liu2023twins,
title={TWINS: A Fine-Tuning Framework for Improved Transferability of Adversarial Robustness and Generalization},
author={Ziquan Liu and Yi Xu and Xiangyang Ji and Antoni B. Chan},
booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2023}
}

Acknowledgement

We use robustness package in the robust model fine-tuning and advprop in the two-branch batch norm implementation.

About

Official code for "TWINS: A Fine-Tuning Framework for Improved Transferability of Adversarial Robustness and Generalization", CVPR 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published