paper-with-me

Papers

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, accuracy alone may not be sufficient. Many real-world problems also demand explanations and interpretability behind the predictions. One of the most popular interpretable models that are classification rules. This work aims to propose an incremental model for learning interpretable and balanced rules based on MaxSAT, called IMLIB. This new model was based on two other approaches, one based on SAT and the other on MaxSAT. The one based on SAT limits the size of each generated rule, making it possible to balance them. We suggest that such a set of rules seem more natural to be understood compared to a mixture of large and small rules. The approach based on MaxSAT, called IMLI, presents a technique to increase performance that involves learning a set of rules by incrementally applying the model in a dataset. Finally, IMLIB and IMLI are compared using diverse databases. IMLIB obtained results comparable to IMLI in terms of accuracy, generating more balanced rules with smaller sizes.

📄 PDF Abstract BibTeX arXiv:2403.16418

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

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

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

Incremental Cardinality Constraints for MaxSAT

2014-08-20 · Ruben Martins, Saurabh Joshi, Vasco Manquinho, Ines Lynce

Maximum Satisfiability (MaxSAT) is an optimization variant of the Boolean Satisfiability (SAT) problem. In general, MaxSAT algorithms perform a succession of SAT solver calls to reach an optimum solution making extensive…

IGMaxHS -- An Incremental MaxSAT Solver with Support for XOR Clauses

2024-10-21 · Ole Lübke

Recently, a novel, MaxSAT-based method for error correction in quantum computing has been proposed that requires both incremental MaxSAT solving capabilities and support for XOR constraints, but no dedicated MaxSAT solve…

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…

BIG-bench Machine LearningClassificationGeneral ClassificationInterpretable Machine Learning