ArXiv

Efficient Adaptive Data Acquisition via Pretrained Belief Representations

Authors
Daolang Huang, Zhuoyue Huang, Conor Hassan...
Categories
cs.LG, stat.ML
arXiv
https://arxiv.org/abs/2606.25197v1
PDF
https://arxiv.org/pdf/2606.25197v1

Brief

POLAR addresses adaptive data-acquisition by recognising that optimal actions depend on a sufficient belief state; it leverages pretrained predictive foundation models as belief encoders and trains a policy head on those representations. The resulting amortised framework covers Bayesian experimental design, Bayesian optimisation, and active learning, and the authors report stronger performance and much greater sample efficiency than prior amortised approaches. Summary based on the paper abstract (preprint).

Why it matters

POLAR (Policy Learning with Belief Representations) decouples representation learning from policy learning by using pretrained predictive foundation models as belief-state encoders and training a lightweight policy head on top.

Key details

  • The method yields a unified amortised policy-learning framework applicable to Bayesian experimental design, Bayesian optimisation, and active learning — differing only in the task-specific utility used to train the policy.
  • On diverse tasks, POLAR (Daolang Huang et al., arXiv:2606.25197v1, preprint 2026-06-23) empirically outperforms state-of-the-art amortised methods and requires far fewer training samples.
Source evidence

Abstract

Learning effective policies for adaptive data acquisition remains challenging: posterior-based methods rely on surrogate models and posterior approximations that can be misspecified or biased, while direct policy-learning methods map from historical observations and fail to exploit available model representations, making learning harder. We introduce policy learning with belief representations (POLAR), based on the insight that optimal data acquisition depends on the observation history only through a sufficient belief state. Specifically, POLAR decouples representation learning from policy learning by leveraging pretrained predictive foundation models as belief-state encoders, training a policy head on top of their representations. This yields a simple, unified amortised policy learning framework for Bayesian experimental design, Bayesian optimisation, and active learning, differing only in the task-specific utility used to train the policy. Empirically, we find that POLAR outperforms state-of-the-art amortised methods across diverse tasks while requiring far fewer training samples, demonstrating a significant step in the scalability and efficiency of amortised data acquisition.

Comment: Preprint