13
4

Convex Relaxation Regression: Black-Box Optimization of Smooth Functions by Learning Their Convex Envelopes

Abstract

Finding efficient and provable methods to solve non-convex optimization problems is an outstanding challenge in machine learning and optimization theory. A popular approach used to tackle non-convex problems is to use convex relaxation techniques to find a convex surrogate for the problem. Unfortunately, convex relaxations typically must be found on a problem-by-problem basis. Thus, providing a general-purpose strategy to estimate a convex relaxation would have a wide reaching impact. Here, we introduce Convex Relaxation Regression (CoRR), an approach for learning convex relaxations for a class of smooth functions. The main idea behind our approach is to estimate the convex envelope of a function ff by evaluating ff at a set of TT random points and then fitting a convex function to these function evaluations. We prove that with probability greater than 1δ1-\delta, the solution of our algorithm converges to the global optimizer of ff with error O((log(1/δ)T)α)\mathcal{O} \Big( \big(\frac{\log(1/\delta) }{T} \big)^{\alpha} \Big) for some α>0\alpha> 0. Our approach enables the use of convex optimization tools to solve a class of non-convex optimization problems.

View on arXiv
Comments on this paper