paper-with-me

Papers

Learning Accurate and Interpretable Decision Rule Sets from Neural Networks

2021-03-04 · Litao Qiao, Weijia Wang, Bill Lin

This paper proposes a new paradigm for learning a set of independent logical rules in disjunctive normal form as an interpretable model for classification. We consider the problem of learning an interpretable decision rule set as training a neural network in a specific, yet very simple two-layer architecture. Each neuron in the first layer directly maps to an interpretable if-then rule after training, and the output neuron in the second layer directly maps to a disjunction of the first-layer rules to form the decision rule set. Our representation of neurons in this first rules layer enables us to encode both the positive and the negative association of features in a decision rule. State-of-the-art neural net training approaches can be leveraged for learning highly accurate classification models. Moreover, we propose a sparsity-based regularization approach to balance between classification accuracy and the simplicity of the derived rules. Our experimental results show that our method can generate more accurate decision rule sets than other state-of-the-art rule-learning algorithms with better accuracy-simplicity trade-offs. Further, when compared with uninterpretable black-box machine learning approaches such as random forests and full-precision deep neural networks, our approach can easily find interpretable decision rule sets that have comparable predictive performance.

📄 PDF Abstract BibTeX arXiv:2103.02826

Code (1)

joeyonng/decision-rules-network pytorch

Tasks

General Classification

Similar Papers 제목 키워드 기반

Locally Interpretable Individualized Treatment Rules for Black-Box Decision Models

2026-02-12 · Yasin Khadem Charvadeh, Katherine S. Panageas, Yuan Chen arxiv

Individualized treatment rules (ITRs) aim to optimize healthcare by tailoring treatment decisions to patient-specific characteristics. Existing methods typically rely on either interpretable but inflexible models or high…

Learning Interpretable Decision Rule Sets: A Submodular Optimization Approach

2022-06-08 · NeurIPS 2021 12 · Fan Yang, Kai He, Linxiao Yang, Hongxia Du 외

Rule sets are highly interpretable logical models in which the predicates for decision are expressed in disjunctive normal form (DNF, OR-of-ANDs), or, equivalently, the overall model comprises an unordered collection of …

ExMo: Explainable AI Model using Inverse Frequency Decision Rules

2022-05-20 · Pradip Mainali, Ismini Psychoula, Fabien A. P. Petitcolas

In this paper, we present a novel method to compute decision rules to build a more accurate interpretable machine learning model, denoted as ExMo. The ExMo interpretable machine learning model consists of a list of IF...…

Fraud DetectionInterpretable Machine Learning

Interpretable classifiers using rules and Bayesian analysis: Building a better stroke prediction model

2015-11-05 · Benjamin Letham, Cynthia Rudin, Tyler H. McCormick, David Madigan

We aim to produce predictive models that are not only accurate, but are also interpretable to human experts. Our models are decision lists, which consist of a series of if...then... statements (e.g., if high blood pressu…

Interpretable and Fair Boolean Rule Sets via Column Generation

2021-11-16 · Connor Lawless, Sanjeeb Dash, Oktay Gunluk, Dennis Wei

This paper considers the learning of Boolean rules in disjunctive normal form (DNF, OR-of-ANDs, equivalent to decision rule sets) as an interpretable model for classification. An integer program is formulated to optimall…

ClassificationFairness