OCLGApr 2

Optimal Projection-Free Adaptive SGD for Matrix Optimization

arXiv:2604.0250599.81 citationsh-index: 24
AI Analysis

This work addresses incremental improvements in optimization algorithms for machine learning, specifically for matrix optimization problems.

The paper tackled the issue of Leon's hyperparameter tuning and lack of dimension-independent convergence guarantees by proving stability properties of its preconditioner, resulting in a practical variant of One-sided Shampoo with Nesterov acceleration that avoids projections and achieves improved dimension-independent rates in non-smooth non-convex settings.

Recently, Jiang et al. [2026] developed Leon, a practical variant of One-sided Shampoo [Xie et al., 2025a, An et al., 2025] algorithm for online convex optimization, which does not require computing a costly quadratic projection at each iteration. Unfortunately, according to the existing analysis, Leon requires tuning an additional hyperparameter in its preconditioner and cannot achieve dimension-independent convergence guarantees for convex optimization problems beyond the bounded gradients assumption. In this paper, we resolve this issue by proving certain stability properties of Leon's preconditioner. Using our improved analysis, we show that tuning the extra hyperparameter can be avoided and, more importantly, develop the first practical variant of One-sided Shampoo with Nesterov acceleration, which does not require computing projections at each iteration. As a side contribution, we obtain improved dimension-independent rates in the non-smooth non-convex setting and develop a unified analysis of the proposed algorithm, which yields accelerated projection-free adaptive SGD with (block-)diagonal preconditioners.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes