paper-with-me

홈 › Papers

How Useful is Intermittent, Asynchronous Expert Feedback for Bayesian Optimization?

2024-06-10 · Agustinus Kristiadi, Felix Strieth-Kalthoff, Sriram Ganapathi Subramanian, Vincent Fortuin, Pascal Poupart, Geoff Pleiss

Bayesian optimization (BO) is an integral part of automated scientific discovery -- the so-called self-driving lab -- where human inputs are ideally minimal or at least non-blocking. However, scientists often have strong intuition, and thus human feedback is still useful. Nevertheless, prior works in enhancing BO with expert feedback, such as by incorporating it in an offline or online but blocking (arrives at each BO iteration) manner, are incompatible with the spirit of self-driving labs. In this work, we study whether a small amount of randomly arriving expert feedback that is being incorporated in a non-blocking manner can improve a BO campaign. To this end, we run an additional, independent computing thread on top of the BO loop to handle the feedback-gathering process. The gathered feedback is used to learn a Bayesian preference model that can readily be incorporated into the BO thread, to steer its exploration-exploitation process. Experiments on toy and chemistry datasets suggest that even just a few intermittent, asynchronous expert feedback can be useful for improving or constraining BO. This can especially be useful for its implication in improving self-driving labs, e.g. making them more data-efficient and less costly.

📄 PDF Abstract BibTeX arXiv:2406.06459

Code (1)

wiseodd/bo-async-feedback 공식 구현 pytorch

Tasks

Bayesian OptimizationBlockingscientific discovery

Similar Papers 제목 키워드 기반

Conformalized Interactive Imitation Learning: Handling Expert Shift and Intermittent Feedback

2024-10-11 · Michelle Zhao, Reid Simmons, Henny Admoni, Aaditya Ramdas 외

In interactive imitation learning (IL), uncertainty quantification offers a way for the learner (i.e. robot) to contend with distribution shifts encountered during deployment by actively seeking additional feedback from …

Conformal PredictionImitation LearningPredictionPrediction Intervals+1

Search Strategies for Self-driving Laboratories with Pending Experiments

2023-12-06 · Hao Wen, Jakob Zeitler, Connor Rupnow

Self-driving laboratories (SDLs) consist of multiple stations that perform material synthesis and characterisation tasks. To minimize station downtime and maximize experimental throughput, it is practical to run experime…

Bayesian Optimisation

Combining Multi-Fidelity Modelling and Asynchronous Batch Bayesian Optimization

2022-11-11 · Jose Pablo Folch, Robert M Lee, Behrang Shafei, David Walz 외

Bayesian Optimization is a useful tool for experiment design. Unfortunately, the classical, sequential setting of Bayesian Optimization does not translate well into laboratory experiments, for instance battery design, wh…

Bayesian Optimization

Breadcrumbs to the Goal: Goal-Conditioned Exploration from Human-in-the-Loop Feedback

2023-07-20 · Marcel Torne, Max Balsells, Zihan Wang, Samedh Desai 외

Exploration and reward specification are fundamental and intertwined challenges for reinforcement learning. Solving sequential decision-making tasks requiring expansive exploration requires either careful design of rewar…

Decision Makingreinforcement-learningReinforcement LearningSelf-Supervised Learning+1

Evidence-Gated LLM Priors for Multi-Objective Bayesian Optimization

2026-06-01 · Jiangyu Chen, Ban Yi arxiv

Large language models (LLMs) are increasingly used as heuristic advisors for black-box optimization, yet their suggestions and self-reported confidence are not necessarily calibrated to downstream objective values. This …