LGAIOCNov 16, 2021

Interpretable and Fair Boolean Rule Sets via Column Generation

arXiv:2111.08466v217 citations
Originality Incremental advance
AI Analysis

This addresses the need for interpretable and fair classifiers in domains requiring transparent decision-making, though it builds incrementally on existing optimization and fairness methods.

The paper tackles the problem of learning interpretable Boolean rule sets for classification while ensuring fairness, formulating it as an integer program to balance accuracy and simplicity, and extending it to include fairness constraints like equality of opportunity and equalized odds. Using column generation, it efficiently searches candidate rules, achieving better accuracy-simplicity trade-offs than alternatives in 8 out of 16 datasets and meeting stricter fairness notions with modest accuracy trade-offs.

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 optimally trade classification accuracy for rule simplicity. We also consider the fairness setting and extend the formulation to include explicit constraints on two different measures of classification parity: equality of opportunity and equalized odds. Column generation (CG) is used to efficiently search over an exponential number of candidate rules without the need for heuristic rule mining. To handle large data sets, we propose an approximate CG algorithm using randomization. Compared to three recently proposed alternatives, the CG algorithm dominates the accuracy-simplicity trade-off in 8 out of 16 data sets. When maximized for accuracy, CG is competitive with rule learners designed for this purpose, sometimes finding significantly simpler solutions that are no less accurate. Compared to other fair and interpretable classifiers, our method is able to find rule sets that meet stricter notions of fairness with a modest trade-off in accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes