Monte Carlo Tree Search based Space Transfer for Black-box Optimization
Shukuan Wang, Ke Xue, Lei Song, Xiaobin Huang, Chao Qian

TL;DR
This paper introduces MCTS-transfer, a novel search space transfer method for black-box optimization that adaptively identifies promising subspaces using Monte Carlo tree search, leading to faster convergence and better performance.
Contribution
It proposes a flexible, adaptive search space transfer approach based on MCTS that improves upon existing methods by efficiently leveraging source task information during optimization.
Findings
MCTS-transfer outperforms existing search space transfer methods.
It demonstrates superior results on synthetic, real-world, and hyper-parameter tasks.
The method effectively reconstructs search spaces during optimization.
Abstract
Bayesian optimization (BO) is a popular method for computationally expensive black-box optimization. However, traditional BO methods need to solve new problems from scratch, leading to slow convergence. Recent studies try to extend BO to a transfer learning setup to speed up the optimization, where search space transfer is one of the most promising approaches and has shown impressive performance on many tasks. However, existing search space transfer methods either lack an adaptive mechanism or are not flexible enough, making it difficult to efficiently identify promising search space during the optimization process. In this paper, we propose a search space transfer learning method based on Monte Carlo tree search (MCTS), called MCTS-transfer, to iteratively divide, select, and optimize in a learned subspace. MCTS-transfer can not only provide a well-performing search space for…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Medical Image Segmentation Techniques · Distributed and Parallel Computing Systems
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
