LGAIMLMay 10, 2019

Hybrid Predictive Model: When an Interpretable Model Collaborates with a Black-box Model

arXiv:1905.04241v119 citations
Originality Incremental advance
AI Analysis

This work addresses the dilemma for practitioners in choosing between high accuracy and interpretability in machine learning, though it appears incremental as it builds on existing hybrid approaches.

The authors tackled the trade-off between predictive accuracy and interpretability in machine learning by proposing a Hybrid Predictive Model (HPM) that integrates an interpretable model with a black-box model, achieving efficient trade-offs characterized by efficient frontiers without specifying concrete numerical gains.

Interpretable machine learning has become a strong competitor for traditional black-box models. However, the possible loss of the predictive performance for gaining interpretability is often inevitable, putting practitioners in a dilemma of choosing between high accuracy (black-box models) and interpretability (interpretable models). In this work, we propose a novel framework for building a Hybrid Predictive Model (HPM) that integrates an interpretable model with any black-box model to combine their strengths. The interpretable model substitutes the black-box model on a subset of data where the black-box is overkill or nearly overkill, gaining transparency at no or low cost of the predictive accuracy. We design a principled objective function that considers predictive accuracy, model interpretability, and model transparency (defined as the percentage of data processed by the interpretable substitute.) Under this framework, we propose two hybrid models, one substituting with association rules and the other with linear models, and we design customized training algorithms for both models. We test the hybrid models on structured data and text data where interpretable models collaborate with various state-of-the-art black-box models. Results show that hybrid models obtain an efficient trade-off between transparency and predictive performance, characterized by our proposed efficient frontiers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes