Online Adversarial Attacks
Andjela Mladenovic, Avishek Joey Bose, Hugo Berard, William L., Hamilton, Simon Lacoste-Julien, Pascal Vincent, Gauthier Gidel

TL;DR
This paper formalizes the online adversarial attack problem on deep learning models, proposing a new algorithm with provable guarantees and demonstrating its effectiveness through theoretical analysis and experiments on image classifiers.
Contribution
It introduces the Virtual+ algorithm for online adversarial attacks, analyzes its theoretical performance, and extends the model to stochastic settings, bridging theory and practical attack strategies.
Findings
Virtual+ achieves the best competitive ratio for small k
Online algorithms outperform offline in attack scenarios
Simple attack strategies can outperform complex ones
Abstract
Adversarial attacks expose important vulnerabilities of deep learning models, yet little attention has been paid to settings where data arrives as a stream. In this paper, we formalize the online adversarial attack problem, emphasizing two key elements found in real-world use-cases: attackers must operate under partial knowledge of the target model, and the decisions made by the attacker are irrevocable since they operate on a transient data stream. We first rigorously analyze a deterministic variant of the online threat model by drawing parallels to the well-studied -secretary problem in theoretical computer science and propose Virtual+, a simple yet practical online algorithm. Our main theoretical result shows Virtual+ yields provably the best competitive ratio over all single-threshold algorithms for -- extending the previous analysis of the -secretary problem. We also…
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
Taxonomy
TopicsOptimization and Search Problems · Adversarial Robustness in Machine Learning · Machine Learning and Algorithms
