LGHCMLFeb 9, 2019

Assessing the Local Interpretability of Machine Learning Models

arXiv:1902.03501v278 citations
AI Analysis

This work addresses the need for accountability in ML by providing empirical evidence on interpretability, though it is incremental as it builds on existing definitions and metrics.

The study tackled the problem of assessing local interpretability in machine learning models by testing human performance on simulatability and 'what if' tasks with 1,000 participants, finding that increased operation count reduced accuracy and confirming decision trees and logistic regression as more interpretable than neural networks.

The increasing adoption of machine learning tools has led to calls for accountability via model interpretability. But what does it mean for a machine learning model to be interpretable by humans, and how can this be assessed? We focus on two definitions of interpretability that have been introduced in the machine learning literature: simulatability (a user's ability to run a model on a given input) and "what if" local explainability (a user's ability to correctly determine a model's prediction under local changes to the input, given knowledge of the model's original prediction). Through a user study with 1,000 participants, we test whether humans perform well on tasks that mimic the definitions of simulatability and "what if" local explainability on models that are typically considered locally interpretable. To track the relative interpretability of models, we employ a simple metric, the runtime operation count on the simulatability task. We find evidence that as the number of operations increases, participant accuracy on the local interpretability tasks decreases. In addition, this evidence is consistent with the common intuition that decision trees and logistic regression models are interpretable and are more interpretable than neural networks.

Foundations

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

Your Notes