English

A New Interpretable Neural Network-Based Rule Model for Healthcare Decision Making

Machine Learning 2023-09-21 v1 Artificial Intelligence

Abstract

In healthcare applications, understanding how machine/deep learning models make decisions is crucial. In this study, we introduce a neural network framework, Truth Table rules\textit{Truth Table rules} (TT-rules), that combines the global and exact interpretability properties of rule-based models with the high performance of deep neural networks. TT-rules is built upon Truth Table nets\textit{Truth Table nets} (TTnet), a family of deep neural networks initially developed for formal verification. By extracting the necessary and sufficient rules R\mathcal{R} from the trained TTnet model (global interpretability) to yield the same output as the TTnet (exact interpretability), TT-rules effectively transforms the neural network into a rule-based model. This rule-based model supports binary classification, multi-label classification, and regression tasks for small to large tabular datasets. After outlining the framework, we evaluate TT-rules' performance on healthcare applications and compare it to state-of-the-art rule-based methods. Our results demonstrate that TT-rules achieves equal or higher performance compared to other interpretable methods. Notably, TT-rules presents the first accurate rule-based model capable of fitting large tabular datasets, including two real-life DNA datasets with over 20K features.

Keywords

Cite

@article{arxiv.2309.11101,
  title  = {A New Interpretable Neural Network-Based Rule Model for Healthcare Decision Making},
  author = {Adrien Benamira and Tristan Guerand and Thomas Peyrin},
  journal= {arXiv preprint arXiv:2309.11101},
  year   = {2023}
}

Comments

This work was presented at IAIM23 in Singapore https://iaim2023.sg/. arXiv admin note: substantial text overlap with arXiv:2309.09638

R2 v1 2026-06-28T12:26:55.307Z