paper-with-me

Papers

Faster Repeated Evasion Attacks in Tree Ensembles

2024-02-13 · Lorenzo Cascioli, Laurens Devos, Ondřej Kuželka, Jesse Davis

Tree ensembles are one of the most widely used model classes. However, these models are susceptible to adversarial examples, i.e., slightly perturbed examples that elicit a misprediction. There has been significant research on designing approaches to construct such examples for tree ensembles. But this is a computationally challenging problem that often must be solved a large number of times (e.g., for all examples in a training set). This is compounded by the fact that current approaches attempt to find such examples from scratch. In contrast, we exploit the fact that multiple similar problems are being solved. Specifically, our approach exploits the insight that adversarial examples for tree ensembles tend to perturb a consistent but relatively small set of features. We show that we can quickly identify this set of features and use this knowledge to speedup constructing adversarial examples.

📄 PDF Abstract BibTeX arXiv:2402.08586

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Treant: Training Evasion-Aware Decision Trees

2019-07-02 · Stefano Calzavara, Claudio Lucchese, Gabriele Tolomei, Seyum Assefa Abebe 외

Despite its success and popularity, machine learning is now recognized as vulnerable to evasion attacks, i.e., carefully crafted perturbations of test inputs designed to force prediction errors. In this paper we focus on…

BIG-bench Machine Learning

Feature Partitioning for Robust Tree Ensembles and their Certification in Adversarial Scenarios

2020-04-07 · Stefano Calzavara, Claudio Lucchese, Federico Marcuzzi, Salvatore Orlando

Machine learning algorithms, however effective, are known to be vulnerable in adversarial scenarios where a malicious user may inject manipulated instances. In this work we focus on evasion attacks, where a model is trai…

Verifiable Learning for Robust Tree Ensembles

2023-05-05 · Stefano Calzavara, Lorenzo Cazzaro, Giulio Ermanno Pibiri, Nicola Prezza

Verifying the robustness of machine learning models against evasion attacks at test time is an important research problem. Unfortunately, prior work established that this problem is NP-hard for decision tree ensembles, h…

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…

Attack Tree Analysis for Adversarial Evasion Attacks

2023-12-28 · Yuki Yamaguchi, Toshiaki Aoki

Recently, the evolution of deep learning has promoted the application of machine learning (ML) to various systems. However, there are ML systems, such as autonomous vehicles, that cause critical damage when they misclass…

Adversarial AttackAutonomous Vehicles