LGAIMay 7

In-Context Black-Box Optimization with Unreliable Feedback

arXiv:2605.0618741.5
Predicted impact top 61% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for cross-task generalization in black-box optimization with multiple, possibly misleading feedback sources, offering a practical solution for science and engineering applications.

FICBO introduces a transformer-based in-context optimizer that leverages cheap, potentially unreliable auxiliary feedback alongside optimization history to improve black-box optimization, achieving robust performance gains over baselines on synthetic and real-world tasks.

Black-box optimization in science and engineering often comes with side information: experts, simulators, pretrained predictors, or heuristics can suggest which candidates look promising. This information can accelerate search, but it can also be biased, input-dependent, or misleading. Feedback-aware BO methods typically handle one task at a time, limiting their ability to generalize over multiple sources of feedback. In-context optimizers address cross-task adaptation, but usually assume that optimization history is the only available signal at test time. We study feedback-informed in-context black-box optimization (FICBO), where a pretrained optimizer conditions on both the observed history and cheap auxiliary feedback for the current candidate set. We introduce a structured feedback prior that models how feedback sources vary in their access, relevance, and distortion relative to the true objective, and use it to pretrain a feedback-aware transformer. At test time, the model estimates source reliability in context by comparing observed objective values with auxiliary signals, improving query selection. On synthetic and real-world tasks, FICBO effectively exploits informative feedback while remaining robust to weak or misleading sources, improving over other baselines. Empirical investigations further illustrate how the model perceives test-time sources, offering insights into its interpretability and decision-making process.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes