CVLGNov 5, 2020

Defense-friendly Images in Adversarial Attacks: Dataset and Metrics for Perturbation Difficulty

arXiv:2011.02675v22 citations
AI Analysis

This work addresses dataset bias in adversarial machine learning benchmarking, which is an incremental improvement for researchers evaluating attack and defense algorithms.

The paper identifies a class of robust images that are resilient to attacks and recover better under adversarial attacks, which can bias dataset evaluations, and proposes three metrics and a dataset of 15000+ images to address this issue.

Dataset bias is a problem in adversarial machine learning, especially in the evaluation of defenses. An adversarial attack or defense algorithm may show better results on the reported dataset than can be replicated on other datasets. Even when two algorithms are compared, their relative performance can vary depending on the dataset. Deep learning offers state-of-the-art solutions for image recognition, but deep models are vulnerable even to small perturbations. Research in this area focuses primarily on adversarial attacks and defense algorithms. In this paper, we report for the first time, a class of robust images that are both resilient to attacks and that recover better than random images under adversarial attacks using simple defense techniques. Thus, a test dataset with a high proportion of robust images gives a misleading impression about the performance of an adversarial attack or defense. We propose three metrics to determine the proportion of robust images in a dataset and provide scoring to determine the dataset bias. We also provide an ImageNet-R dataset of 15000+ robust images to facilitate further research on this intriguing phenomenon of image strength under attack. Our dataset, combined with the proposed metrics, is valuable for unbiased benchmarking of adversarial attack and defense algorithms.

Code Implementations1 repo
Foundations

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

Your Notes