paper-with-me

Papers

Evading classifiers in discrete domains with provable optimality guarantees

2018-10-25 · Bogdan Kulynych, Jamie Hayes, Nikita Samarin, Carmela Troncoso

Machine-learning models for security-critical applications such as bot, malware, or spam detection, operate in constrained discrete domains. These applications would benefit from having provable guarantees against adversarial examples. The existing literature on provable adversarial robustness of models, however, exclusively focuses on robustness to gradient-based attacks in domains such as images. These attacks model the adversarial cost, e.g., amount of distortion applied to an image, as a $p$-norm. We argue that this approach is not well-suited to model adversarial costs in constrained domains where not all examples are feasible. We introduce a graphical framework that (1) generalizes existing attacks in discrete domains, (2) can accommodate complex cost functions beyond $p$-norms, including financial cost incurred when attacking a classifier, and (3) efficiently produces valid adversarial examples with guarantees of minimal adversarial cost. These guarantees directly translate into a notion of adversarial robustness that takes into account domain constraints and the adversary's capabilities. We show how our framework can be used to evaluate security by crafting adversarial examples that evade a Twitter-bot detection classifier with provably minimal number of changes; and to build privacy defenses by crafting adversarial examples that evade a privacy-invasive website-fingerprinting classifier.

📄 PDF Abstract BibTeX arXiv:1810.10939

Code (2)

spring-epfl/trickster 공식 구현
bogdan-kulynych/textfool

Tasks

Adversarial RobustnessSpam detectionTwitter Bot Detectionvalid

Similar Papers 제목 키워드 기반

Evasion and Hardening of Tree Ensemble Classifiers

2015-09-25 · Alex Kantchelian, J. D. Tygar, Anthony D. Joseph

Classifier evasion consists in finding for a given instance $x$ the nearest instance $x'$ such that the classifier predictions of $x$ and $x'$ are different. We present two novel algorithms for systematically computing e…

Submodularity in Action: From Machine Learning to Signal Processing Applications

2020-06-17 · Ehsan Tohidi, Rouhollah Amiri, Mario Coutino, David Gesbert 외

Submodularity is a discrete domain functional property that can be interpreted as mimicking the role of the well-known convexity/concavity properties in the continuous domain. Submodular functions exhibit strong structur…

BIG-bench Machine Learning

DomainGAN: Generating Adversarial Examples to Attack Domain Generation Algorithm Classifiers

2019-11-14 · Isaac Corley, Jonathan Lwowski, Justin Hoffman

Domain Generation Algorithms (DGAs) are frequently used to generate numerous domains for use by botnets. These domains are often utilized as rendezvous points for servers that malware has command and control over. There …

Robust Spectral Inference for Joint Stochastic Matrix Factorization

2016-11-01 · NeurIPS 2015 12 · Moontae Lee, David Bindel, David Mimno

Spectral inference provides fast algorithms and provable optimality for latent topic analysis. But for real data these algorithms require additional ad-hoc heuristics, and even then often produce unusable results. We exp…

A discrete optimisation approach for target path planning whilst evading sensors

2021-06-16 · J. E. Beasley

In this paper we deal with a practical problem that arises in military mission planning. The problem is to plan a path for one, or more, agents to reach a target without being detected by enemy sensors. Agents are not pa…