Optimizing the Preconditioner: A Black-box Online-to-Nonconvex Conversion with Static Regret Minimization Oracles
arXiv:2607.17607
2026
Optimization
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper provides a black-box way to turn any static-regret online convex optimizer into a nonconvex optimizer that learns its preconditioner online, rather than fixing Adam-like coordinate scaling by hand. The transferable asset is the separation between a predictable gradient tracker and a regret-minimizing preconditioner: the tracker predicts the direction, while an OCO learner chooses how strongly each coordinate or subspace is applied. The signed comparator-regret term is especially useful because the learned preconditioner can provably outperform the identity update when its regret against the identity comparator is negative. A practical first transfer is a diagonal projected-OGD preconditioner driven by linear losses measuring alignment between the stochastic gradient and the predicted gradient.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace a fixed optimizer preconditioner with a diagonal matrix selected by an online convex optimizer. A gradient predictor supplies the direction, while a linear-loss regret update learns coordinate-wise gains that favor transformations aligned with the realized stochastic gradient. The method retains the identity preconditioner as an explicit comparator, so it can be tested for negative regret and improvement over ordinary SGD.
Useful8/10
Difficulty4/10
Novelty6/10