This repository contains the code and models necessary to replicate the results of our paper:
Inequality phenomenon in
Paper: https://openreview.net/forum?id=4t9q35BxGr
Our pretrained model relies on the work Do Adversarially Robust ImageNet Models Transfer Better?
- Clone our repo.
- Install dependencies:
conda create -n inequality_test python=3.8
conda activate inequality_test
pip install -r requirements.txt
- Download pretrained model from the link
python inequality_test.py
python noise_eval.py
python occlusion_eval.py
python saliency_example.py
Please check the augments in each .py, change the attribution method in utils.py
@inproceedings{duaninequality,
title={Inequality phenomenon in $ l\_ $\{$$\backslash$infty$\}$ $-adversarial training, and its unrealized threats},
author={Duan, Ranjie and Chen, YueFeng and Zhu, Yao and Jia, Xiaojun and Zhang, Rong and others},
booktitle={The Eleventh International Conference on Learning Representations}
}
If you have any further question, please contact [email protected]