Barzilai-Borwein Fails Superlinear Convergence on an Open Set of Quadratics for Every Dimension $n\geq 4$

arXiv:2607.21579 2026 Optimization 1 ideas extracted · analyzed Aug 30, 2026

What the math gives to ML

The paper exposes a concrete failure mode of the BB1 optimizer: an attracting periodic orbit in the projectivized gradient dynamics can produce only geometric convergence, even on strictly convex quadratics and for an open set of initial conditions. This is valuable for neural optimization because BB-style scalar curvature adaptation is cheap but can create persistent oscillatory regimes that are difficult to detect from the loss alone. The transferable mechanism is a cycle detector operating on normalized gradients and BB step sizes, coupled to a fallback such as BB2 or safeguarded steepest descent. The resulting optimizer is directly testable on deterministic quadratics before evaluation on small neural networks.

Ideas from this paper

Unverified 2026

Cycle-breaking BB optimizer

Use BB1 for inexpensive curvature adaptation, but monitor the projective gradient state for the periodic behavior identified in the paper. When the normalized gradient and scalar step size approximately repeat after seven iterations, temporarily switch to BB2 or a damped gradient step to destroy the attracting cycle, then return to BB1.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Barzilai-Borwein Fails Superlinear Convergence on an Open Set of Quadratics for Every Dimension $n\geq 4$ arXiv:2607.21579