The method of ellipcenters with momentum and relaxation for convex quadratic minimization
arXiv:2608.29454
2026
Optimization
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper introduces an optimizer geometry that uses two points on the same objective level set and the intersection of their normal directions as an ellipcenter. For a strictly convex quadratic, the equal-value second point can be obtained exactly along the negative-gradient ray, and the two endpoint gradients define a two-dimensional subspace that captures local anisotropy. This suggests a minibatch optimizer that replaces part of a conventional gradient step with a curvature-aware secant construction, optionally mixed with momentum and relaxation. The main transferable asset is not the ellipse itself but the cheap use of two equal-loss gradient evaluations to infer a local two-dimensional geometry without forming a Hessian.
Ideas from this paper
Unverified
2026
Use two points with approximately equal minibatch loss to construct an ellipcenter: the intersection of the normal lines through the two points, where the normals are their gradients. The resulting update uses local curvature information in the span of two gradients and can be relaxed toward the current parameters or combined with momentum.
Useful6/10
Difficulty5/10
Novelty7/10