paper-with-me

Papers

MLIC: A MaxSAT-Based framework for learning interpretable classification rules

2018-12-05 · Dmitry Malioutov, Kuldeep S. Meel

The wide adoption of machine learning approaches in the industry, government, medicine and science has renewed the interest in interpretable machine learning: many decisions are too important to be delegated to black-box techniques such as deep neural networks or kernel SVMs. Historically, problems of learning interpretable classifiers, including classification rules or decision trees, have been approached by greedy heuristic methods as essentially all the exact optimization formulations are NP-hard. Our primary contribution is a MaxSAT-based framework, called MLIC, which allows principled search for interpretable classification rules expressible in propositional logic. Our approach benefits from the revolutionary advances in the constraint satisfaction community to solve large-scale instances of such problems. In experimental evaluations over a collection of benchmarks arising from practical scenarios, we demonstrate its effectiveness: we show that the formulation can solve large classification problems with tens or hundreds of thousands of examples and thousands of features, and to provide a tunable balance of accuracy vs. interpretability. Furthermore, we show that in many problems interpretability can be obtained at only a minor cost in accuracy. The primary objective of the paper is to show that recent advances in the MaxSAT literature make it realistic to find optimal (or very high quality near-optimal) solutions to large-scale classification problems. The key goal of the paper is to excite researchers in both interpretable classification and in the CP community to take it further and propose richer formulations, and to develop bespoke solvers attuned to the problem of interpretable ML.

📄 PDF Abstract BibTeX arXiv:1812.01843

Code (1)

meelgroup/mlic 공식 구현

Tasks

BIG-bench Machine LearningClassificationGeneral ClassificationInterpretable Machine Learning

Similar Papers 제목 키워드 기반

IMLI: An Incremental Framework for MaxSAT-Based Learning of Interpretable Classification Rules

2020-01-07 · Bishwamittra Ghosh, Kuldeep S. Meel

The wide adoption of machine learning in the critical domains such as medical diagnosis, law, education had propelled the need for interpretable techniques due to the need for end users to understand the reasoning behind…

General ClassificationMedical Diagnosis

An Incremental MaxSAT-based Model to Learn Interpretable and Balanced Classification Rules

2024-03-25 · Antônio Carlos Souza Ferreira Júnior, Thiago Alves Rocha

The increasing advancements in the field of machine learning have led to the development of numerous applications that effectively address a wide range of problems with accurate predictions. However, in certain cases, ac…

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

Learning Reliable Logical Rules with SATNet

2023-10-03 · NeurIPS 2023 11

Bridging logical reasoning and deep learning is crucial for advanced AI systems. In this work, we present a new framework that addresses this goal by generating interpretable and verifiable logical rules through differen…

Logical Reasoning

Boosting Multi-Label Image Classification with Complementary Parallel Self-Distillation

2022-05-23 · Jiazhi Xu, Sheng Huang, Fengtao Zhou, Luwen Huangfu 외

Multi-Label Image Classification (MLIC) approaches usually exploit label correlations to achieve good performance. However, emphasizing correlation like co-occurrence may overlook discriminative features of the target it…

image-classificationImage ClassificationKnowledge DistillationMulti-Label Image Classification