paper-with-me

홈 › Papers

Verifying Tree Ensembles by Reasoning about Potential Instances

2020-01-31 · Laurens Devos, Wannes Meert, Jesse Davis

Imagine being able to ask questions to a black box model such as "Which adversarial examples exist?", "Does a specific attribute have a disproportionate effect on the model's prediction?" or "What kind of predictions could possibly be made for a partially described example?" This last question is particularly important if your partial description does not correspond to any observed example in your data, as it provides insight into how the model will extrapolate to unseen data. These capabilities would be extremely helpful as they would allow a user to better understand the model's behavior, particularly as it relates to issues such as robustness, fairness, and bias. In this paper, we propose such an approach for an ensemble of trees. Since, in general, this task is intractable we present a strategy that (1) can prune part of the input space given the question asked to simplify the problem; and (2) follows a divide and conquer approach that is incremental and can always return some answers and indicates which parts of the input domains are still uncertain. The usefulness of our approach is shown on a diverse set of use cases.

📄 PDF Abstract BibTeX arXiv:2001.11905

Code (1)

laudv/treeck 공식 구현

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

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…

Adversarial Example Detection in Deployed Tree Ensembles

2022-06-27 · Laurens Devos, Wannes Meert, Jesse Davis

Tree ensembles are powerful models that are widely used. However, they are susceptible to adversarial examples, which are examples that purposely constructed to elicit a misprediction from the model. This can degrade per…

Robustness Verification of Tree-based Models

2019-06-10 · NeurIPS 2019 12 · Hongge Chen, huan zhang, Si Si, Yang Li 외

We study the robustness verification problem for tree-based models, including decision trees, random forests (RFs) and gradient boosted decision trees (GBDTs). Formal robustness verification of decision tree ensembles in…

Fair Training of Decision Tree Classifiers

2021-01-04 · Francesco Ranzato, Caterina Urban, Marco Zanella

We study the problem of formally verifying individual fairness of decision tree ensembles, as well as training tree models which maximize both accuracy and individual fairness. In our approach, fairness verification and …

Fairness

Quantifying Sensitivity for Tree Ensembles: A symbolic and compositional approach

2026-05-13 · Ajinkya Naik, Chaitanya Garg, S. Akshay, Ashutosh Gupta 외 arxiv

Decision tree ensembles (DTE) are a popular model for a wide range of AI classification tasks, used in multiple safety critical domains, and hence verifying properties on these models has been an active topic of study ov…