NOCTA: Non-Greedy Objective Cost-Tradeoff Acquisition for Longitudinal Data
Dzung Dinh, Boqi Chen, Yunni Qu, Marc Niethammer, Junier Oliva
TL;DR
NOCTA tackles the challenge of inference-time feature acquisition in longitudinal data by introducing a non-greedy planning objective, NOCT, that jointly considers predictive loss and feature acquisition costs. It provides two estimators for approximating NOCT at inference: NOCT-Contrastive, an embedding-based retrieval method, and NOCT-Amortized, a neural predictor for NOCT values. Across synthetic and real medical datasets, NOCTA consistently outperforms RL-based and greedy baselines, achieving higher accuracy at lower data-acquisition costs and exhibiting early, adaptive acquisition behavior. This framework enables efficient, cost-aware decision support in settings where measurements are expensive or risky, with broad potential applications beyond healthcare.
Abstract
In many critical domains, features are not freely available at inference time: each measurement may come with a cost of time, money, and risk. Longitudinal prediction further complicates this setting because both features and labels evolve over time, and missing measurements at earlier timepoints may become permanently unavailable. We propose NOCTA, a Non-Greedy Objective Cost-Tradeoff Acquisition framework that sequentially acquires the most informative features at inference time while accounting for both temporal dynamics and acquisition cost. NOCTA is driven by a novel objective, NOCT, which evaluates a candidate set of future feature-time acquisitions by its expected predictive loss together with its acquisition cost. Since NOCT depends on unobserved future trajectories at inference time, we develop two complementary estimators: (i) NOCT-Contrastive, which learns an embedding of partial observations utilizing the induced distribution over future acquisitions, and (ii) NOCT-Amortized, which directly predicts NOCT for candidate plans with a neural network. Experiments on synthetic and real-world medical datasets demonstrate that both NOCTA estimators outperform existing baselines, achieving higher accuracy at lower acquisition costs.
