LGCRCVOCMLJun 14, 2021

PopSkipJump: Decision-Based Attack for Probabilistic Classifiers

arXiv:2106.07445v14 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of probabilistic classifiers to adversarial attacks, showing that current randomized defenses offer little extra robustness, which is incremental but important for security in machine learning.

The authors tackled the problem of adversarial attacks on probabilistic classifiers, which existing methods often fail against, by proposing PopSkipJump, a decision-based attack that maintains output quality across noise levels and matches the query efficiency of its deterministic counterpart as noise decreases.

Most current classifiers are vulnerable to adversarial examples, small input perturbations that change the classification output. Many existing attack algorithms cover various settings, from white-box to black-box classifiers, but typically assume that the answers are deterministic and often fail when they are not. We therefore propose a new adversarial decision-based attack specifically designed for classifiers with probabilistic outputs. It is based on the HopSkipJump attack by Chen et al. (2019, arXiv:1904.02144v5 ), a strong and query efficient decision-based attack originally designed for deterministic classifiers. Our P(robabilisticH)opSkipJump attack adapts its amount of queries to maintain HopSkipJump's original output quality across various noise levels, while converging to its query efficiency as the noise level decreases. We test our attack on various noise models, including state-of-the-art off-the-shelf randomized defenses, and show that they offer almost no extra robustness to decision-based attacks. Code is available at https://github.com/cjsg/PopSkipJump .

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