CVOct 13, 2021

Adversarial Attack across Datasets

arXiv:2110.07718v25 citations
AI Analysis

This work addresses a more realistic scenario in adversarial machine learning, where attackers cannot assume prior knowledge of target datasets, potentially improving security assessments for image classification systems.

The paper tackles the problem of adversarial attacks when the attacker lacks knowledge of the victim model's training set, proposing methods that outperform existing transfer attacks in this generalized setting, with experiments showing significant performance gains across multiple datasets.

Existing transfer attack methods commonly assume that the attacker knows the training set (e.g., the label set, the input size) of the black-box victim models, which is usually unrealistic because in some cases the attacker cannot know this information. In this paper, we define a Generalized Transferable Attack (GTA) problem where the attacker doesn't know this information and is acquired to attack any randomly encountered images that may come from unknown datasets. To solve the GTA problem, we propose a novel Image Classification Eraser (ICE) that trains a particular attacker to erase classification information of any images from arbitrary datasets. Experiments on several datasets demonstrate that ICE greatly outperforms existing transfer attacks on GTA, and show that ICE uses similar texture-like noises to perturb different images from different datasets. Moreover, fast fourier transformation analysis indicates that the main components in each ICE noise are three sine waves for the R, G, and B image channels. Inspired by this interesting finding, we then design a novel Sine Attack (SA) method to optimize the three sine waves. Experiments show that SA performs comparably to ICE, indicating that the three sine waves are effective and enough to break DNNs under the GTA setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes