Learning-To-Measure: In-context Active Feature Acquisition
Yuta Kobayashi, Zilin Jing, Jiayu Yao, Hongseok Namkoong, Shalmali Joshi
TL;DR
The paper tackles meta-active feature acquisition (meta-AFA), addressing how to learn acquisition policies that generalize across tasks with retrospective missingness. It introduces Learning-to-Measure (L2M), a two-stage framework that combines sequence-model uncertainty quantification with an uncertainty-guided greedy acquisition policy, trained end-to-end via a differentiable surrogate of conditional mutual information and implemented with a transformer architecture. By formalizing identifiability conditions under missingness mechanisms (e.g., MAR, exclusion restrictions, positivity) and enabling in-context learning, L2M achieves reliable uncertainty estimates and strong acquisition performance on synthetic and real-world tabular benchmarks, particularly when labels are scarce. The work demonstrates scalable, in-context AFA without per-task retraining, with potential impact in healthcare and other domains where feature costs are high and data are incomplete.
Abstract
Active feature acquisition (AFA) is a sequential decision-making problem where the goal is to improve model performance for test instances by adaptively selecting which features to acquire. In practice, AFA methods often learn from retrospective data with systematic missingness in the features and limited task-specific labels. Most prior work addresses acquisition for a single predetermined task, limiting scalability. To address this limitation, we formalize the meta-AFA problem, where the goal is to learn acquisition policies across various tasks. We introduce Learning-to-Measure (L2M), which consists of i) reliable uncertainty quantification over unseen tasks, and ii) an uncertainty-guided greedy feature acquisition agent that maximizes conditional mutual information. We demonstrate a sequence-modeling or autoregressive pre-training approach that underpins reliable uncertainty quantification for tasks with arbitrary missingness. L2M operates directly on datasets with retrospective missingness and performs the meta-AFA task in-context, eliminating per-task retraining. Across synthetic and real-world tabular benchmarks, L2M matches or surpasses task-specific baselines, particularly under scarce labels and high missingness.
