Estimating Conditional Mutual Information for Dynamic Feature Selection
Soham Gadgil, Ian Covert, Su-In Lee
TL;DR
This work tackles dynamic feature selection by reframing CMI-based feature acquisition as a discriminative estimation problem. It introduces DIME, which jointly trains a predictor and a per-feature CMI estimator to recover $I({\mathbf{y}}; {\mathbf{x}}_i \mid x_S)$ without generative models, and it extends the framework to handle prior information, non-uniform feature costs, and variable budgets. The authors prove that, at optimality, the value network recovers the CMI (or the corresponding loss-reduction quantity) and demonstrate consistent gains over state-of-the-art methods across tabular and image datasets, including ViT-based architectures that better handle partial inputs. The approach yields flexible stopping criteria (budget, confidence, or penalized), enabling improved cost-accuracy tradeoffs with practical implications for cost-sensitive deployment in domains like medical diagnosis and histopathology.
Abstract
Dynamic feature selection, where we sequentially query features to make accurate predictions with a minimal budget, is a promising paradigm to reduce feature acquisition costs and provide transparency into a model's predictions. The problem is challenging, however, as it requires both predicting with arbitrary feature sets and learning a policy to identify valuable selections. Here, we take an information-theoretic perspective and prioritize features based on their mutual information with the response variable. The main challenge is implementing this policy, and we design a new approach that estimates the mutual information in a discriminative rather than generative fashion. Building on our approach, we then introduce several further improvements: allowing variable feature budgets across samples, enabling non-uniform feature costs, incorporating prior information, and exploring modern architectures to handle partial inputs. Our experiments show that our method provides consistent gains over recent methods across a variety of datasets.
