A Decomposed Bilevel Search for Variable-Metric Proximal Gradient Methods
arXiv:2608.25557
2026
Optimization
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper introduces a diagonal-plus-rank-one factorization for variable-metric proximal steps, replacing a difficult high-dimensional quasi-Newton proximal problem by repeated ordinary diagonal-metric proximal evaluations and a low-dimensional monotone root solve. This is directly transferable to neural-network training whenever the regularizer has a cheap diagonal proximal operator, such as group sparsity, sorted sparsity, or structured pruning penalties. The most practical adaptation is a proximal-gradient optimizer whose metric is a positive diagonal matrix plus one curvature-informed rank-one correction, with the rank-one scalar solved by safeguarded bisection and warm-started across iterations.
Ideas from this paper
✗ Mechanism failed
Re-invented
2026
Replace the diagonal preconditioner of a proximal-gradient or Adam-like optimizer with a positive diagonal-plus-rank-one metric. The resulting proximal update can be computed using only the existing diagonal-metric proximal operator plus a one-dimensional monotone root solve, allowing low-rank curvature information without forming or factorizing a dense Hessian.
Useful7/10
Difficulty5/10
Novelty6/10