CVLGJun 28, 2020

Geometry-Inspired Top-k Adversarial Perturbations

arXiv:2006.15669v613 citations
Originality Incremental advance
AI Analysis

This addresses a practical issue for real-world digital scenarios where Top-k predictions are more relevant than Top-1, though it is incremental as it builds on existing adversarial example research.

The paper tackles the problem of adversarial perturbations for Top-k predictions in deep image classifiers, proposing a fast multi-objective optimization method that outperforms baseline techniques and improves universal adversarial perturbations.

The brittleness of deep image classifiers to small adversarial input perturbations has been extensively studied in the last several years. However, the main objective of existing perturbations is primarily limited to change the correctly predicted Top-1 class by an incorrect one, which does not intend to change the Top-k prediction. In many digital real-world scenarios Top-k prediction is more relevant. In this work, we propose a fast and accurate method of computing Top-k adversarial examples as a simple multi-objective optimization. We demonstrate its efficacy and performance by comparing it to other adversarial example crafting techniques. Moreover, based on this method, we propose Top-k Universal Adversarial Perturbations, image-agnostic tiny perturbations that cause the true class to be absent among the Top-k prediction for the majority of natural images. We experimentally show that our approach outperforms baseline methods and even improves existing techniques of finding Universal Adversarial Perturbations.

Foundations

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

Your Notes