paper-with-me

홈 › Papers

Robust Optimal Classification Trees Against Adversarial Examples

2021-09-08 · Daniël Vos, Sicco Verwer

Decision trees are a popular choice of explainable model, but just like neural networks, they suffer from adversarial examples. Existing algorithms for fitting decision trees robust against adversarial examples are greedy heuristics and lack approximation guarantees. In this paper we propose ROCT, a collection of methods to train decision trees that are optimally robust against user-specified attack models. We show that the min-max optimization problem that arises in adversarial learning can be solved using a single minimization formulation for decision trees with 0-1 loss. We propose such formulations in Mixed-Integer Linear Programming and Maximum Satisfiability, which widely available solvers can optimize. We also present a method that determines the upper bound on adversarial accuracy for any model using bipartite matching. Our experimental results demonstrate that the existing heuristics achieve close to optimal scores while ROCT achieves state-of-the-art scores.

📄 PDF Abstract BibTeX arXiv:2109.03857

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

Similar Papers 제목 키워드 기반

Robust Decision Trees Against Adversarial Examples

2019-02-27 · Hongge Chen, huan zhang, Duane Boning, Cho-Jui Hsieh

Although adversarial examples and model robustness have been extensively studied in the context of linear models and neural networks, research on this issue in tree-based models and how to make tree-based models robust a…

Adversarial AttackAdversarial Defense

Evaluating Defensive Distillation For Defending Text Processing Neural Networks Against Adversarial Examples

2019-08-21 · Marcus Soll, Tobias Hinz, Sven Magg, Stefan Wermter

Adversarial examples are artificially modified input samples which lead to misclassifications, while not being detectable by humans. These adversarial examples are a challenge for many tasks such as image and text classi…

Adversarial TextClassificationGeneral Classificationimage-classification+3

A Bayes-Optimal View on Adversarial Examples

2020-02-20 · Eitan Richardson, Yair Weiss

Since the discovery of adversarial examples - the ability to fool modern CNN classifiers with tiny perturbations of the input, there has been much discussion whether they are a "bug" that is specific to current neural ar…

Adversarial Attack

Stochastic Activation Pruning for Robust Adversarial Defense

2018-03-05 · ICLR 2018 1 · Guneet S. Dhillon, Kamyar Azizzadenesheli, Zachary C. Lipton, Jeremy Bernstein 외

Neural networks are known to be vulnerable to adversarial examples. Carefully chosen perturbations to real images, while imperceptible to humans, induce misclassification and threaten the reliability of deep learning sys…

Adversarial Defense

Countermeasures Against Adversarial Examples in Radio Signal Classification

2024-07-09 · Lu Zhang, Sangarapillai Lambotharan, Gan Zheng, Basil AsSadhan 외

Deep learning algorithms have been shown to be powerful in many communication network design problems, including that in automatic modulation classification. However, they are vulnerable to carefully crafted attacks call…

ClassificationDeep Learning