Variational Information Pursuit for Interpretable Predictions
Aditya Chattopadhyay, Kwan Ho Ryan Chan, Benjamin D. Haeffele, Donald, Geman, Ren\'e Vidal

TL;DR
This paper introduces Variational Information Pursuit (V-IP), a new method for interpretable prediction that avoids complex generative models by directly optimizing query strategies with deep networks, achieving faster and more efficient decision chains.
Contribution
V-IP provides a variational framework for interpretable sequential decision-making that bypasses generative models, enabling end-to-end training of query strategies and classifiers.
Findings
V-IP is 10-100x faster than traditional IP.
V-IP produces shorter query chains than reinforcement learning.
V-IP achieves superior performance in medical diagnosis tasks.
Abstract
There is a growing interest in the machine learning community in developing predictive algorithms that are "interpretable by design". Towards this end, recent work proposes to make interpretable decisions by sequentially asking interpretable queries about data until a prediction can be made with high confidence based on the answers obtained (the history). To promote short query-answer chains, a greedy procedure called Information Pursuit (IP) is used, which adaptively chooses queries in order of information gain. Generative models are employed to learn the distribution of query-answers and labels, which is in turn used to estimate the most informative query. However, learning and inference with a full generative model of the data is often intractable for complex tasks. In this work, we propose Variational Information Pursuit (V-IP), a variational characterization of IP which bypasses…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification · Topic Modeling
