AIJan 9, 2024

Sample-and-Bound for Non-Convex Optimization

arXiv:2401.04812v32.31 citationsh-index: 6Has CodeAAAI
Originality Incremental advance
AI Analysis

This addresses the computational challenge of non-convex optimization for researchers and practitioners, but it is incremental as it builds on existing MCTS techniques with modifications.

The paper tackles the problem of global optimization of non-convex functions, where standard methods like branch-and-bound suffer from exponential growth in tree size with dimensions, by proposing new sampling-based methods that adapt Monte Carlo Tree Search (MCTS) to improve efficiency, achieving competitive results on high-dimensional benchmarks.

Standard approaches for global optimization of non-convex functions, such as branch-and-bound, maintain partition trees to systematically prune the domain. The tree size grows exponentially in the number of dimensions. We propose new sampling-based methods for non-convex optimization that adapts Monte Carlo Tree Search (MCTS) to improve efficiency. Instead of the standard use of visitation count in Upper Confidence Bounds, we utilize numerical overapproximations of the objective as an uncertainty metric, and also take into account of sampled estimates of first-order and second-order information. The Monte Carlo tree in our approach avoids the usual fixed combinatorial patterns in growing the tree, and aggressively zooms into the promising regions, while still balancing exploration and exploitation. We evaluate the proposed algorithms on high-dimensional non-convex optimization benchmarks against competitive baselines and analyze the effects of the hyper parameters.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes