paper-with-me

Papers

Rule Generation for Classification: Scalability, Interpretability, and Fairness

2021-04-21 · Tabea E. Röber, Adia C. Lumadjeng, M. Hakan Akyüz, Ş. İlker Birbil

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 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.

📄 PDF Abstract BibTeX arXiv:2104.10751

Code (1)

sibirbil/RuleDiscovery 공식 구현

Tasks

ClassificationFairnessGeneral Classification

Similar Papers 제목 키워드 기반

LCS-DIVE: An Automated Rule-based Machine Learning Visualization Pipeline for Characterizing Complex Associations in Classification

2021-04-26 · Robert Zhang, Rachael Stolzenberg-Solomon, Shannon M. Lynch, Ryan J. Urbanowicz

Machine learning (ML) research has yielded powerful tools for training accurate prediction models despite complex multivariate associations (e.g. interactions and heterogeneity). In fields such as medicine, improved inte…

BIG-bench Machine LearningClusteringFairnessFeature Importance

Neuro-symbolic Rule Learning in Real-world Classification Tasks

2023-03-29 · Kexin Gu Baugh, Nuri Cingillioglu, Alessandra Russo

Neuro-symbolic rule learning has attracted lots of attention as it offers better interpretability than pure neural models and scales better than symbolic rule learning. A recent approach named pix2rule proposes a neural …

Binary ClassificationClassificationMulti-class ClassificationMulti-Label Classification+1

Learning Interpretable Rules for Scalable Data Representation and Classification

2023-10-22 · Zhuo Wang, Wei zhang, Ning Liu, Jianyong Wang

Rule-based models, e.g., decision trees, are widely used in scenarios demanding high model interpretability for their transparent inner structures and good model expressivity. However, rule-based models are hard to optim…

Classification

Scalable Rule-Based Representation Learning for Interpretable Classification

2021-09-30 · NeurIPS 2021 12 · Zhuo Wang, Wei zhang, Ning Liu, Jianyong Wang

Rule-based models, e.g., decision trees, are widely used in scenarios demanding high model interpretability for their transparent inner structures and good model expressivity. However, rule-based models are hard to optim…

ClassificationRepresentation Learning

Efficient Learning of Interpretable Classification Rules

2022-05-14 · Bishwamittra Ghosh, Dmitry Malioutov, Kuldeep S. Meel

Machine learning has become omnipresent with applications in various safety-critical domains such as medical, law, and transportation. In these domains, high-stake decisions provided by machine learning necessitate resea…

BIG-bench Machine LearningClassificationIncremental LearningInterpretable Machine Learning