This Too Shall Pass: Removing Stale Observations in Dynamic Bayesian Optimization
Anthony Bardou, Patrick Thiran, Giovanni Ranieri

TL;DR
This paper introduces W-DBO, a dynamic Bayesian optimization method that removes outdated observations using Wasserstein distance, improving performance in continuous-time, dynamic black-box function optimization tasks.
Contribution
The paper proposes a novel Wasserstein distance-based criterion to identify and remove stale observations in dynamic Bayesian optimization, enhancing adaptability and accuracy.
Findings
W-DBO outperforms existing methods in dynamic optimization tasks.
The approach maintains high sampling frequency and predictive accuracy.
Numerical experiments confirm the effectiveness of the proposed method.
Abstract
Bayesian Optimization (BO) has proven to be very successful at optimizing a static, noisy, costly-to-evaluate black-box function . However, optimizing a black-box which is also a function of time (i.e., a dynamic function) remains a challenge, since a dynamic Bayesian Optimization (DBO) algorithm has to keep track of the optimum over time. This changes the nature of the optimization problem in at least three aspects: (i) querying an arbitrary point in is impossible, (ii) past observations become less and less relevant for keeping track of the optimum as time goes by and (iii) the DBO algorithm must have a high sampling frequency so it can collect enough relevant observations to keep track of the optimum through time. In this paper, we design a Wasserstein distance-based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReservoir Engineering and Simulation Methods · Machine Learning and Algorithms
