English

Learning to Maximize Mutual Information for Dynamic Feature Selection

Machine Learning 2023-06-09 v2 Information Theory math.IT Machine Learning

Abstract

Feature selection helps reduce data acquisition costs in ML, but the standard approach is to train models with static feature subsets. Here, we consider the dynamic feature selection (DFS) problem where a model sequentially queries features based on the presently available information. DFS is often addressed with reinforcement learning, but we explore a simpler approach of greedily selecting features based on their conditional mutual information. This method is theoretically appealing but requires oracle access to the data distribution, so we develop a learning approach based on amortized optimization. The proposed method is shown to recover the greedy policy when trained to optimality, and it outperforms numerous existing feature selection methods in our experiments, thus validating it as a simple but powerful approach for this problem.

Keywords

Cite

@article{arxiv.2301.00557,
  title  = {Learning to Maximize Mutual Information for Dynamic Feature Selection},
  author = {Ian Covert and Wei Qiu and Mingyu Lu and Nayoon Kim and Nathan White and Su-In Lee},
  journal= {arXiv preprint arXiv:2301.00557},
  year   = {2023}
}

Comments

ICML 2023 camera-ready

R2 v1 2026-06-28T07:59:15.800Z