Skip to content

wany0824/autoAdv

 
 

Repository files navigation

Automatic Model Augmentation

Introduction

This repository contains the code for AutoMA: Towards Automatic Model Augmentation for Transferable Adversarial Attacks.

Method

We propose an Automatic Model Augmentation (AutoMA) approach to find a strong model augmentation policy for transferable adversarial attacks. Specifically, we design a discrete search space that contains various diffierentiable transformations with different parameters and adopt reinforcement learning to search for the strong augmentation policy.

Requirements

tensorflow==1.12.0 for policy evaluation

torch==1.2.0 for policy searching

Run the code

The evaluation models in paper could downloaded from here. The searching models (ResNet18, AlexNet, etc.) are implemented and pretrained in torch official release. For experimental results in paper, simply run benchmark/attacks/TI/run_lots_of_eval.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.5%
  • Jupyter Notebook 15.4%
  • C++ 8.1%
  • Shell 1.0%
  • Starlark 0.8%
  • HTML 0.8%
  • Other 0.4%