paper-with-me

홈 › Papers

Sample-and-Bound for Non-Convex Optimization

2024-01-09 · Yaoguang Zhai, Zhizhen Qin, Sicun Gao

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.

📄 PDF Abstract BibTeX arXiv:2401.04812

Code (1)

aaucsd/mcir 공식 구현 jax

Tasks

global-optimization

Similar Papers 제목 키워드 기반

Generalization of ERM in Stochastic Convex Optimization: The Dimension Strikes Back

2016-08-15 · NeurIPS 2016 12 · Vitaly Feldman

In stochastic convex optimization the goal is to minimize a convex function $F(x) \doteq {\mathbf E}_{{\mathbf f}\sim D}[{\mathbf f}(x)]$ over a convex set $\cal K \subset {\mathbb R}^d$ where $D$ is some unknown distrib…

Convex Risk Bounded Continuous-Time Trajectory Planning and Tube Design in Uncertain Nonconvex Environments

2023-05-26 · Ashkan Jasour, Weiqiao Han, Brian Williams

In this paper, we address the trajectory planning problem in uncertain nonconvex static and dynamic environments that contain obstacles with probabilistic location, size, and geometry. To address this problem, we provide…

Trajectory Planning

Private Stochastic Convex Optimization: Optimal Rates in Linear Time

2020-05-10 · Vitaly Feldman, Tomer Koren, Kunal Talwar

We study differentially private (DP) algorithms for stochastic convex optimization: the problem of minimizing the population loss given i.i.d. samples from a distribution over convex loss functions. A recent work of Bass…

Information Theoretic Lower Bounds for Information Theoretic Upper Bounds

2023-02-09 · NeurIPS 2023 11 · Roi Livni

We examine the relationship between the mutual information between the output model and the empirical sample and the generalization of the algorithm in the context of stochastic convex optimization. Despite increasing in…

Generalization Bounds

All ERMs Can Fail in Stochastic Convex Optimization Lower Bounds in Linear Dimension

2026-02-09 · Tal Burla, Roi Livni arxiv

We study the sample complexity of the best-case Empirical Risk Minimizer in the setting of stochastic convex optimization. We show that there exists an instance in which the sample size is linear in the dimension, learni…