Skip to content

new algorithm to targeted attack in IJCAI-2019 Alibaba Adversarial AI Challenge(AAAC 2019) rank: 11/2519

Notifications You must be signed in to change notification settings

YuehuaZhu/TargetedAttack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IJCAI-2019 Alibaba Adversarial AI Challenge

Background

Task: Targeted Adversarial Attack

The goal of the targeted attack is to slightly modify source image in a way that image will be classified as specified target class by generally unknown machine learning classifier.

Competition home page & Rank certificate(final rank: 11/2519)

Method

Our method can be seen a momentum iterative gradient method(MIGM). In order to further improve the transferability on different models, we adopted a ensemble learning strategy. In addition, we proposed a self-adaptive strategy to adaptively adjust the ensemble weight and disturbation scale according to our effect. To resist some general defend method like denoise, we utilize the Gassian Kernel to smooth the disturbation to improve the robustness of our method.

Dependencies

Python 3.6

TensorFlow 1.4.1

Pre-trained Model

You can download three official pre-trained models (inception_v1, resnet_v1_50, vgg_16) from here and save them to checkpoints/

About

new algorithm to targeted attack in IJCAI-2019 Alibaba Adversarial AI Challenge(AAAC 2019) rank: 11/2519

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages