paper-with-me

Papers

Sample-Efficient Optimisation with Probabilistic Transformer Surrogates

2022-05-27 · Alexandre Maraval, Matthieu Zimmer, Antoine Grosnit, Rasul Tutunov, Jun Wang, Haitham Bou Ammar

Faced with problems of increasing complexity, recent research in Bayesian Optimisation (BO) has focused on adapting deep probabilistic models as flexible alternatives to Gaussian Processes (GPs). In a similar vein, this paper investigates the feasibility of employing state-of-the-art probabilistic transformers in BO. Upon further investigation, we observe two drawbacks stemming from their training procedure and loss definition, hindering their direct deployment as proxies in black-box optimisation. First, we notice that these models are trained on uniformly distributed inputs, which impairs predictive accuracy on non-uniform data - a setting arising from any typical BO loop due to exploration-exploitation trade-offs. Second, we realise that training losses (e.g., cross-entropy) only asymptotically guarantee accurate posterior approximations, i.e., after arriving at the global optimum, which generally cannot be ensured. At the stationary points of the loss function, however, we observe a degradation in predictive performance especially in exploratory regions of the input space. To tackle these shortcomings we introduce two components: 1) a BO-tailored training prior supporting non-uniformly distributed points, and 2) a novel approximate posterior regulariser trading-off accuracy and input sensitivity to filter favourable stationary points for improved predictive performance. In a large panel of experiments, we demonstrate, for the first time, that one transformer pre-trained on data sampled from random GP priors produces competitive results on 16 benchmark black-boxes compared to GP-based BO. Since our model is only pre-trained once and used in all tasks without any retraining and/or fine-tuning, we report an order of magnitude time-reduction, while matching and sometimes outperforming GPs.

📄 PDF Abstract BibTeX arXiv:2205.13902

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimisationGaussian Processes

Similar Papers 제목 키워드 기반

Computationally Efficient Optimisation of Elbow-Type Draft Tube Using Neural Network Surrogates

2024-01-14 · Ante Sikirica, Ivana Lučin, Marta Alvir, Lado Kranjčević 외

This study aims to provide a comprehensive assessment of single-objective and multi-objective optimisation algorithms for the design of an elbow-type draft tube, as well as to introduce a computationally efficient optimi…

P3D: Scalable Neural Surrogates for High-Resolution 3D Physics Simulations with Global Context

2025-09-12 · Benjamin Holzschuh, Georg Kohl, Florian Redinger, Nils Thuerey arxiv

We present a scalable framework for learning deterministic and probabilistic neural surrogates for high-resolution 3D physics simulations. We introduce a hybrid CNN-Transformer backbone architecture targeted for 3D physi…

End-to-End Meta-Bayesian Optimisation with Transformer Neural Processes

2023-05-25 · NeurIPS 2023 11 · Alexandre Maraval, Matthieu Zimmer, Antoine Grosnit, Haitham Bou Ammar

Meta-Bayesian optimisation (meta-BO) aims to improve the sample efficiency of Bayesian optimisation by leveraging data from related tasks. While previous methods successfully meta-learn either a surrogate model or an acq…

Bayesian OptimisationInductive BiasReinforcement Learning (RL)valid

What can we learn from signals and systems in a transformer? Insights for probabilistic modeling and inference architecture

2025-08-27 · Heng-Sheng Chang, Prashant G. Mehta arxiv

In the 1940s, Wiener introduced a linear predictor, where the future prediction is computed by linearly combining the past data. A transformer generalizes this idea: it is a nonlinear predictor where the next-token predi…

Natural Evolutionary Search meets Probabilistic Numerics

2025-07-09 · Pierre Osselin, Masaki Adachi, Xiaowen Dong, Michael A. Osborne arxiv

Zeroth-order local optimisation algorithms are essential for solving real-valued black-box optimisation problems. Among these, Natural Evolution Strategies (NES) represent a prominent class, particularly well-suited for …