paper-with-me

홈 › Papers

Sufficient reasons for classifier decisions in the presence of constraints

2021-05-12 · Niku Gorji, Sasha Rubin

Recent work has unveiled a theory for reasoning about the decisions made by binary classifiers: a classifier describes a Boolean function, and the reasons behind an instance being classified as positive are the prime-implicants of the function that are satisfied by the instance. One drawback of these works is that they do not explicitly treat scenarios where the underlying data is known to be constrained, e.g., certain combinations of features may not exist, may not be observable, or may be required to be disregarded. We propose a more general theory, also based on prime-implicants, tailored to taking constraints into account. The main idea is to view classifiers in the presence of constraints as describing partial Boolean functions, i.e., that are undefined on instances that do not satisfy the constraints. We prove that this simple idea results in reasons that are no less (and sometimes more) succinct. That is, not taking constraints into account (e.g., ignored, or taken as negative instances) results in reasons that are subsumed by reasons that do take constraints into account. We illustrate this improved parsimony on synthetic classifiers and classifiers learned from real data.

📄 PDF Abstract BibTeX arXiv:2105.06001

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A New Class of Explanations for Classifiers with Non-Binary Features

2023-04-28 · Chunxi Ji, Adnan Darwiche

Two types of explanations have been receiving increased attention in the literature when analyzing the decisions made by classifiers. The first type explains why a decision was made and is known as a sufficient reason fo…

counterfactualCounterfactual Explanation

On The Reasons Behind Decisions

2020-02-21 · Adnan Darwiche, Auguste Hirth

Recent work has shown that some common machine learning classifiers can be compiled into Boolean circuits that have the same input-output behavior. We present a theory for unveiling the reasons behind the decisions made …

counterfactual

Circuit Representations of Random Forests with Applications to XAI

2026-02-09 · Chunxi Ji, Adnan Darwiche arxiv

We make three contributions in this paper. First, we present an approach for compiling a random forest classifier into a set of circuits, where each circuit directly encodes the instances in some class of the classifier.…

Logic for Explainable AI

2023-05-09 · Adnan Darwiche

A central quest in explainable AI relates to understanding the decisions made by (learned) classifiers. There are three dimensions of this understanding that have been receiving significant attention in recent years. The…

Fairness of Classifiers in the Presence of Constraints between Features

2026-05-01 · Martin C. Cooper, Imane Bousdira arxiv

In Machine Learning, an accepted definition of fairness of a decision taken by a classifier is that it should not depend on protected features, such as gender. Unfortunately, when constraints exist between features, such…