BOSS: Bidirectional One-Shot Synthesis of Adversarial Examples
Ismail R. Alkhouri, Alvaro Velasquez, George K. Atia

TL;DR
This paper introduces BOSS, a novel one-shot generative method for synthesizing adversarial examples that induce specific soft predictions in pre-trained models, maintaining high input similarity without extensive training data.
Contribution
It formulates the one-shot adversarial synthesis problem, proves its NP-completeness, and proposes a generative approach optimized via surrogate losses, extending to ensemble models.
Findings
Performs comparably to state-of-the-art attack algorithms.
Successfully generates targeted and low-confidence adversarial examples.
Demonstrates versatility across different applications and models.
Abstract
The design of additive imperceptible perturbations to the inputs of deep classifiers to maximize their misclassification rates is a central focus of adversarial machine learning. An alternative approach is to synthesize adversarial examples from scratch using GAN-like structures, albeit with the use of large amounts of training data. By contrast, this paper considers one-shot synthesis of adversarial examples; the inputs are synthesized from scratch to induce arbitrary soft predictions at the output of pre-trained models, while simultaneously maintaining high similarity to specified inputs. To this end, we present a problem that encodes objectives on the distance between the desired and output distributions of the trained model and the similarity between such inputs and the synthesized examples. We prove that the formulated problem is NP-complete. Then, we advance a generative approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Generative Adversarial Networks and Image Synthesis · Anomaly Detection Techniques and Applications
