cs.LGJun 25, 2026

Finding Stationary Points by Comparisons

Authors: Helin Wang, Chenyi Zhang, Xiwen Tao, Yexin Zhang, Tongyang Li

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

Abstract

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→Rf\colon\mathbb R^n\to\mathbb R with Lipschitz gradient and Hessian, we develop an algorithm that visits an εε-stationary point using O~(n2/ε1.5)\widetilde O(n^2/ε^{1.5}) queries. Our approach uses a subroutine that estimates the normalized Hessian to accuracy δδ using O~(n2log⁡(1/δ))\widetilde O(n^2\log(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)\widetilde O(n/ε^{1.5}) queries.

Explore similar work

CardsList
  1. Min-Max Optimization Requires Exponentially Many Queries

    May 13, 2026Martino Bernasconi, Matteo Castiglioni, Andrea Celli +1Convex OptimizationNonconvex