English

Integrating White and Black Box Techniques for Interpretable Machine Learning

Machine Learning 2024-07-15 v1

Abstract

In machine learning algorithm design, there exists a trade-off between the interpretability and performance of the algorithm. In general, algorithms which are simpler and easier for humans to comprehend tend to show worse performance than more complex, less transparent algorithms. For example, a random forest classifier is likely to be more accurate than a simple decision tree, but at the expense of interpretability. In this paper, we present an ensemble classifier design which classifies easier inputs using a highly-interpretable classifier (i.e., white box model), and more difficult inputs using a more powerful, but less interpretable classifier (i.e., black box model).

Keywords

Cite

@article{arxiv.2407.08973,
  title  = {Integrating White and Black Box Techniques for Interpretable Machine Learning},
  author = {Eric M. Vernon and Naoki Masuyama and Yusuke Nojima},
  journal= {arXiv preprint arXiv:2407.08973},
  year   = {2024}
}

Comments

This paper was presented at ICICT2024 and will be published in conference proceedings by Springer LNNS. ISSN: 2367-3370, Series

R2 v1 2026-06-28T17:38:09.570Z