LGMLApr 21, 2021

Rule Generation for Classification: Scalability, Interpretability, and Fairness

arXiv:2104.10751v59 citations
AI Analysis

This work addresses the need for interpretable and fair classification methods, though it is incremental as it builds on existing optimization and fairness techniques.

The authors tackled the problem of classification with constraints by introducing a scalable rule-based optimization method that balances local interpretability, fairness, and accuracy, achieving a good compromise across these aspects on multiple datasets.

We introduce a new rule-based optimization method for classification with constraints. The proposed method leverages column generation for linear programming, and hence, is scalable to large datasets. The resulting pricing subproblem is shown to be NP-Hard. We recourse to a decision tree-based heuristic and solve a proxy pricing subproblem for acceleration. The method returns a set of rules along with their optimal weights indicating the importance of each rule for learning. We address interpretability and fairness by assigning cost coefficients to the rules and introducing additional constraints. In particular, we focus on local interpretability and generalize a separation criterion in fairness to multiple sensitive attributes and classes. We test the performance of the proposed methodology on a collection of datasets and present a case study to elaborate on its different aspects. The proposed rule-based learning method exhibits a good compromise between local interpretability and fairness on the one side, and accuracy on the other side.

Code Implementations1 repo
Foundations

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

Your Notes