SOTAVerified

Second-order Conditional Gradient Sliding

2020-02-20Code Available0· sign in to hype

Alejandro Carderera, Sebastian Pokutta

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Constrained second-order convex optimization algorithms are the method of choice when a high accuracy solution to a problem is needed, due to their local quadratic convergence. These algorithms require the solution of a constrained quadratic subproblem at every iteration. We present the Second-Order Conditional Gradient Sliding (SOCGS) algorithm, which uses a projection-free algorithm to solve the constrained quadratic subproblems inexactly. When the feasible region is a polytope the algorithm converges quadratically in primal gap after a finite number of linearly convergent iterations. Once in the quadratic regime the SOCGS algorithm requires O(( 1/)) first-order and Hessian oracle calls and O( (1/) (1/)) linear minimization oracle calls to achieve an -optimal solution. This algorithm is useful when the feasible region can only be accessed efficiently through a linear optimization oracle, and computing first-order information of the function, although possible, is costly.

Reproductions