Organizations: School of Electronics Engineering and Computer Science, Peking University · Center on Frontiers of Computing Studies, Peking University · Computer Science Department, Stanford University · School of Computer Science, Peking University
We study the problem of finding stationary points of non-convex functions when access to the objective is provided only through a comparison oracle that, given two points, outputs which has the larger function value. For a twice differentiable f:Rn→R with Lipschitz gradient and Hessian, we develop an algorithm that visits an ε-stationary point using O(n2/ε1.5) queries. Our approach uses a subroutine that estimates the normalized Hessian to accuracy δ using O(n2log(1/δ)) queries. We further study this problem with a quantum comparison oracle model where queries can be made in superpositions, and develop the first quantum algorithm that finds an ε-stationary point, which takes O(n/ε1.5) queries.
We study gradient testing and gradient estimation of smooth functions using only a comparison oracle that, given two points, indicates which one has the larger function value. For any smooth f:Rn→R, x∈Rn, and ε>0, we design a gradient testing algorithm that determines whether the normalized gradient ∇f(x)/∥∇f(x)∥ is ε-close or 2ε-far from a given unit vector v using O(1) queries, as well as a gradient estimation algorithm that outputs an ε-estimate of ∇f(x)/∥∇f(x)∥ using O(nlog(1/ε)) queries which we prove to be optimal. Furthermore, we study gradient estimation in the quantum comparison oracle model where queries can be made in superpositions, and develop a quantum algorithm using O(log(n/ε)) queries.
We study the query complexity of min-max optimization of a nonconvex-nonconcave function f over [0,1]d×[0,1]d. We show that, given oracle access to f and to its gradient ∇f, any algorithm that finds an ε-approximate stationary point must make a number of queries that is exponential in 1/ε or d.
Martino Bernasconi, Matteo Castiglioni, Andrea Celli +1
We study efficient algorithms for realizing the first-order oracle complexity of optimization of G-Lipschitz convex functions with respect to the ℓq-norm over an ℓp-ball of radius R, where 1≤p,q≤∞. For p<q, we obtain error Op,q(GR/T1/p−(1/q−1/2)+) after T oracle queries, efficiently realizing the nearly optimal rates of (MBG+26), thereby resolving the nonsmooth end of the COLT 2015 open problem (Guz15b). In particular, the rate is O(GR/T) for Euclidean Lipschitzness over an ℓ1-ball of radius R (p=1,q=2). Our solution consists of reducing convex Lipschitz optimization to the chasing nested convex sets problem in sublevel sets of an evolving bundle (LNN95; BBE+20): at each query we either find a point with low function value or we produce a deep cut in the current sublevel of the bundle, that we chase. The dichotomy between stability of selectors and forced movement by deep cuts bounds the number of iterations of the algorithm near optimally. For nested subsets of RBpd, we introduce a novel notion of stable center whose movement is bounded by Op,q(RT1−1/p+(1/q−1/2)+) in the ℓq-norm after T steps, which we show is nearly optimal in high dimensions. A Monte Carlo average of the proposed selector achieves near-optimal rates with high probability and can be implemented in polynomial time for our optimization algorithm in the real-arithmetic model.