LGNEApr 13, 2021

Model Learning with Personalized Interpretability Estimation (ML-PIE)

arXiv:2104.06060v334 citations
Originality Incremental advance
AI Analysis

This addresses the need for user-specific interpretability in high-stakes AI applications, offering a personalized approach rather than incremental improvements.

The paper tackles the problem of synthesizing interpretable AI models tailored to individual users by developing a bi-objective evolutionary algorithm that learns personalized interpretability estimates through user feedback, resulting in users preferring these models over non-personalized ones in experiments with 61 participants.

High-stakes applications require AI-generated models to be interpretable. Current algorithms for the synthesis of potentially interpretable models rely on objectives or regularization terms that represent interpretability only coarsely (e.g., model size) and are not designed for a specific user. Yet, interpretability is intrinsically subjective. In this paper, we propose an approach for the synthesis of models that are tailored to the user by enabling the user to steer the model synthesis process according to her or his preferences. We use a bi-objective evolutionary algorithm to synthesize models with trade-offs between accuracy and a user-specific notion of interpretability. The latter is estimated by a neural network that is trained concurrently to the evolution using the feedback of the user, which is collected using uncertainty-based active learning. To maximize usability, the user is only asked to tell, given two models at the time, which one is less complex. With experiments on two real-world datasets involving 61 participants, we find that our approach is capable of learning estimations of interpretability that can be very different for different users. Moreover, the users tend to prefer models found using the proposed approach over models found using non-personalized interpretability indices.

Code Implementations1 repo
Foundations

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

Your Notes