paper-with-me

홈 › Papers

Simulating, Fast and Slow: Learning Policies for Black-Box Optimization

2024-06-06 · Fabio Valerio Massoli, Tim Bakker, Thomas Hehn, Tribhuvanesh Orekondy, Arash Behboodi

In recent years, solving optimization problems involving black-box simulators has become a point of focus for the machine learning community due to their ubiquity in science and engineering. The simulators describe a forward process $f_{\mathrm{sim}}: (\psi, x) \rightarrow y$ from simulation parameters $\psi$ and input data $x$ to observations $y$, and the goal of the optimization problem is to find parameters $\psi$ that minimize a desired loss function. Sophisticated optimization algorithms typically require gradient information regarding the forward process, $f_{\mathrm{sim}}$, with respect to the parameters $\psi$. However, obtaining gradients from black-box simulators can often be prohibitively expensive or, in some cases, impossible. Furthermore, in many applications, practitioners aim to solve a set of related problems. Thus, starting the optimization ``ab initio", i.e. from scratch, each time might be inefficient if the forward model is expensive to evaluate. To address those challenges, this paper introduces a novel method for solving classes of similar black-box optimization problems by learning an active learning policy that guides a differentiable surrogate's training and uses the surrogate's gradients to optimize the simulation parameters with gradient descent. After training the policy, downstream optimization of problems involving black-box simulators requires up to $\sim$90\% fewer expensive simulator calls compared to baselines such as local surrogate-based approaches, numerical optimization, and Bayesian methods.

📄 PDF Abstract BibTeX arXiv:2406.04261

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Online DPO: Online Direct Preference Optimization with Fast-Slow Chasing

2024-06-08 · Biqing Qi, Pengfei Li, Fangyuan Li, Junqi Gao 외

Direct Preference Optimization (DPO) improves the alignment of large language models (LLMs) with human values by training directly on human preference datasets, eliminating the need for reward models. However, due to the…

Continual Learning

Towards Interpretable-AI Policies Induction using Evolutionary Nonlinear Decision Trees for Discrete Action Systems

2020-09-20 · Yashesh Dhebar, Kalyanmoy Deb, Subramanya Nageshrao, Ling Zhu 외

Black-box AI induction methods such as deep reinforcement learning (DRL) are increasingly being used to find optimal policies for a given control task. Although policies represented using a black-box AI are capable of ef…

Bilevel OptimizationDeep Reinforcement Learning

Multipoint-BAX: A New Approach for Efficiently Tuning Particle Accelerator Emittance via Virtual Objectives

2022-09-10 · Sara A. Miskovich, Willie Neiswanger, William Colocho, Claudio Emma 외

Although beam emittance is critical for the performance of high-brightness accelerators, optimization is often time limited as emittance calculations, commonly done via quadrupole scans, are typically slow. Such calculat…

Bayesian Optimization

Black-Box Data-efficient Policy Search for Robotics

2017-03-21 · Konstantinos Chatzilygeroudis, Roberto Rama, Rituraj Kaushik, Dorian Goepp 외

The most data-efficient algorithms for reinforcement learning (RL) in robotics are based on uncertain dynamical models: after each episode, they first learn a dynamical model of the robot, then they use an optimization a…

Continuous ControlReinforcement LearningReinforcement Learning (RL)

Structured Evolution with Compact Architectures for Scalable Policy Optimization

2018-04-06 · ICML 2018 7 · Krzysztof Choromanski, Mark Rowland, Vikas Sindhwani, Richard E. Turner 외

We present a new method of blackbox optimization via gradient approximation with the use of structured random orthogonal matrices, providing more accurate estimators than baselines and with provable theoretical guarantee…

OpenAI GymText-to-Image Generation