REVIEW 3 major objections 5 minor 116 references
Muon's reported edge over AdamW vanishes under per-optimizer tuning in low-rank matrix factorization.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 05:44 UTC pith:MRDNH4AO
load-bearing objection A useful, carefully controlled negative result: Muon is not uniformly better than AdamW on matrix factorization, but the claim rests on LR-only tuning and deserves a referee who will push on Muon's fixed hyperparameters. the 3 major comments →
Reassessing Muon for Matrix Factorization
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the paper's own terms: across five matrix-recovery problems, with a controlled protocol that sweeps only the learning rate (20 or 25 log-spaced points) and holds all other hyperparameters fixed, Muon does not consistently outperform AdamW. At matched tuning, AdamW and plain gradient descent reach near machine precision on low-rank factorization while Muon plateaus several orders higher; on matrix completion the two adaptive methods are indistinguishable; on nonnegative factorization Muon wins clearly, reaching losses of 1e-9 to 1e-6 where AdamW stalls near 1e-3. An analytical derivation shows why: Muon's update is the polar factor of the negative gradient (the orthonormal-column matrix cl
What carries the argument
The comparison centers on Muon's Newton–Schulz orthogonalization, an approximate polar factor that discards singular-value magnitudes and acts as spectral-norm steepest descent, versus AdamW's coordinate-wise rescaling by the square root of a second moment. The experimental machinery is a systematic learning-rate sweep (25 or 20 log-spaced points per problem–optimizer–condition triple) with momentum, Nesterov flag, Newton–Schulz count, and orthogonalization coefficients held at standard values, plus a patience-based decay schedule and three seeds. This protocol exposes each method's stable learning-rate range and reveals that losses vary by roughly eleven orders of magnitude across the grid,
Load-bearing premise
The conclusion that Muon does not consistently beat AdamW rests on treating a learning-rate-only sweep (20 or 25 log-spaced values, all other hyperparameters fixed at standard values) as equal tuning; if Muon's momentum, Nesterov flag, Newton–Schulz count, or orthogonalization coefficients were tuned per problem, its reported losses could shift enough to change several rankings.
What would settle it
Re-run the paper's Table 1 protocol with per-optimizer sweeps over all free hyperparameters (momentum, Nesterov flag, Newton–Schulz count, orthogonalization coefficients for Muon; beta_1, beta_2, and weight decay for AdamW). The central claim fails if Muon then wins on plain low-rank factorization, or if AdamW wins on nonnegative matrix factorization.
If this is right
- Muon's reported gains on large-language-model training should not be attributed to a generic spectral-preconditioning benefit; on simple matrix factorization a well-tuned AdamW matches or beats it.
- On nonnegative matrix factorization, Muon's orthogonalized updates consistently win across ranks and spectral shapes, suggesting its value there comes from discouraging redundant, collinear factors.
- In tensor-train factorizations of increasing depth, Muon overtakes AdamW by one to two orders of magnitude at depth 6, so its advantage appears tied to deep, ill-conditioned product parameterizations rather than shallow ones.
- Because loss-minimizing learning rates differ across optimizers by 1.5–3.1 decades and tuning reverses default-rate rankings in nearly all nineteen settings, any comparison at a single learning rate is an artifact of that choice.
- At a fixed extreme condition number, AdamW adapts to clustered or heavy-tailed spectra while Muon does not; spectrum shape, not just condition number, determines which optimizer wins.
Where Pith is reading between the lines
- A testable extension: if full hyperparameter tuning (momentum, Nesterov, Newton–Schulz count, orthogonalization coefficients) were included, Muon's plain-factorization gap might shrink, but the paper's structural story predicts it would not reverse; the decisive experiment is to re-run Table 1 with per-optimizer sweeps over all knobs.
- The derived sqrt(N) scaling between AdamW and Muon step norms implies that when transferring Muon across matrix sizes, retuning should start at eta_muon ≈ sqrt(N) * eta_adamw rather than a fresh sweep; this is directly testable and, if confirmed, would give practical guidance the paper mostly leaves implicit.
- The subspace-alignment dynamics suggest Muon's implicit bias is more isotropic, distributing capacity across directions; on tasks where balanced recovery matters more than final training loss, such as fair or robust representation learning, Muon might generalize better even where its training loss is worse. This follows from the paper's mechanism but is not claimed in it.
- If the NMF advantage is truly about discouraging redundant factors, a prediction follows for tabular or sparse data with near-collinear features: Muon should show a similar edge on nonnegativity-constrained dictionary learning, a neighboring problem the paper does not test.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper revisits Muon on low-rank matrix factorization. It formulates symmetric factorization, matrix completion, NMF, tensor-train, and kernel factorization problems; for each, it sweeps learning rate over 20-30 log-spaced points while fixing all other optimizer hyperparameters, runs 3 seeds, and reports tuned final NMSE for Muon, AdamW, GD, and SignGD. The main empirical claim is that under this per-optimizer tuning, no method dominates: AdamW/GD win plain low-rank factorization, Muon and AdamW are comparable on completion, and Muon clearly wins on both NMF variants; conditioning and spectral shape change rankings. The paper includes a spectral-subspace analysis and an analytical appendix claiming to derive AdamW and Muon updates from trust-region and Procrustes proxies. The authors conclude that Muon's large-scale advantages are problem-dependent and argue for controlled benchmarks.
Significance. The controlled problem suite and the distinction between default-rate and tuned-rate rankings are useful; the paper makes a plausible case that Muon's advantage in LLM pretraining does not transfer automatically to simple spectral problems. If the empirical claims survive a broader hyperparameter sweep, the paper would be a valuable cautionary contribution to optimizer evaluation methodology. The learning-rate sweeps are extensive, the baselines are standard, and the NMF/tensor-train results provide a contrasting regime where orthogonalization helps. However, the headline negative claim is more conditional than the abstract states, for the reasons detailed below.
major comments (3)
- [Section 3.2 and Table 1] The protocol defines 'tuning' as a learning-rate sweep only: 25 or 20 log-spaced LR points with 'all other hyperparameters (momentum, and for Muon the Newton-Schulz count J and the orthogonalization coefficients) at standard values.' The Muon update (Eqs. 6-8 and 11) depends on mu, the Nesterov flag, J, and (a,b,c), and AdamW depends on beta1, beta2, and epsilon; none of these are varied. Therefore the central claim 'under per-optimizer tuning no method dominates universally' (Section 4, Table 1) is actually a claim about LR-tuned defaults. Since a non-representative default configuration could conceal a Muon advantage (or create one), the headline needs either a sensitivity analysis (at least over J and the Newton-Schulz coefficients, and preferably over mu) or a consistent rephrasing as 'under learning-rate-only tuning.' This concern directly bears on the paper's main conclusion.
- [Appendix L, Proposition 1 and Eq. (22)] Proposition 1 states that the AdamW update is the analytical solution of the linearized-loss/trust-region proxy. However, Eq. (22) uses the raw gradient G_t in the numerator, whereas the actual AdamW update uses the bias-corrected first moment m_t (with m_t = beta1 m_{t-1} + (1-beta1) G_t). The object solved in Eqs. (21)-(22) is a normalized-gradient method, not AdamW. Consequently the scale comparison in Eq. (37) and the explanation of why the Muon learning rate should be scaled by sqrt(N) are not valid as a derivation for AdamW. This does not invalidate the empirical Table 1, but it is a real inaccuracy in the theoretical framing and should be corrected or explicitly labeled as a heuristic for a gradient-normalization variant.
- [Table 1] Table 1, the main quantitative support for the 'no universal winner' claim, reports only geometric means over 3 seeds, with no per-seed values or confidence intervals. Some adjacent entries are extremely close (e.g., factorization kappa=1: AdamW 1.9e-13 vs GD 1.6e-13; completion kappa=1: Muon 4.6e-16 vs AdamW 4.8e-16), so the bold-faced 'best per row' is not robust to seed variation. The paper should report the spread (e.g., per-seed losses or log-std intervals in Table 1) or soften the ranking claims where differences are within noise.
minor comments (5)
- [Appendices E and J] Appendix E and Appendix J contain identical text, with the alignment matrix defined as Eq. (15) and Eq. (16). Please consolidate or remove one duplicate.
- [Figure 4 caption vs. text] The Figure 4 caption reports diagonal energy values 0.505 and 0.578, while the text reports 0.586 vs 0.643 in the caption/body. Please verify which numbers are correct.
- [Abstract and Section 3.2] The abstract says 'carefully tuned comparison' and the text says 'per-optimizer tuning,' but the protocol is a learning-rate-only sweep. The wording should be aligned with what was actually done.
- [Appendix L, Eq. (22)] The denominator in the AdamW-style update is written as sqrt(v_t) without the epsilon term used in the standard algorithm (sqrt(v_hat) + epsilon). Add epsilon or state that it is omitted.
- [Section 2 and Eq. (37)] The sentence 'We analyze the exact softplus...' has a stray capital 'We' after a comma. Also, Eq. (37) introduces N=1000 for the step-size ratio while the main experiments use d=100; clarify whether N refers to a different setting.
Circularity Check
No significant circularity: direct empirical comparisons against external baselines, no self-citations, and no fitted inputs renamed as predictions.
full rationale
The paper's central claims—that Muon does not consistently outperform AdamW on low-rank factorization under per-optimizer tuning, and that results are sensitive to learning rate and conditioning—are direct empirical comparisons against external baselines (AdamW, GD, SignGD). Table 1 reports minima over explicit learning-rate grids, not fitted predictions of a related quantity, so no fitted-input-called-prediction pattern appears. The reference list contains no self-citations by the authors (Parviz, Mishne, Cloninger), so there is no load-bearing self-citation or imported uniqueness theorem. Appendix L derives update-norm scaling from a local proxy problem; although Eq. 22 replaces AdamW's first moment m_t with the raw gradient G_t, making the derivation unfaithful to actual AdamW, this is a correctness/faithfulness issue rather than circularity: the derived sqrt(N) scaling follows from the stated proxy assumptions and is not an input to the empirical comparison. The main limitation—that Section 3.2 defines 'per-optimizer tuning' as a learning-rate sweep only, holding Muon's momentum, Nesterov flag, Newton–Schulz count J, and orthogonalization coefficients fixed—conditions the generality of the negative conclusion but does not make any result reduce by construction to its own inputs. No derivation chain in the paper is equivalent to its inputs, and no prediction is forced by a self-citation or by definition.
Axiom & Free-Parameter Ledger
free parameters (4)
- learning rate α (per optimizer, per setting) =
best point on logarithmic grid; exact values not tabulated (grid [1e-4,5e-1] or [1e-4,3.2])
- Muon momentum μ =
0.95
- Newton-Schulz iteration count J =
5
- AdamW betas/epsilon/weight decay =
not stated ('standard values')
axioms (4)
- standard math Thin SVD and polar decomposition of the gradient exist and satisfy the trace/bound identities used in Appendix L.
- domain assumption Small random initialization is used for all problems.
- domain assumption The factorized-matrix objective is a faithful minimal model of deep learning's product parameterizations.
- ad hoc to paper Muon's NMF advantage is caused by orthogonalized updates discouraging redundant factors.
read the original abstract
Muon has recently emerged as a strong optimizer for large-scale deep learning, where it reshapes gradient updates through approximate orthogonalization and has been reported to outperform Adam and AdamW in large language model training. Its empirical success has motivated a growing body of theoretical work that interprets Muon as steepest descent under the spectral norm. Yet it remains unclear which of Muon's advantages stem from its update rule itself and which are artifacts of the scale, architecture, and data of modern deep networks. In this work, we isolate the optimizer from these confounding factors by studying Muon on a simple, well-understood, and spectrally structured problem: low-rank matrix factorization. Through a controlled comparison against carefully tuned adaptive baselines, we find that Muon does not consistently outperform AdamW in this setting and that several previously reported advantages are sensitive to hyperparameter choices. Our results provide a more nuanced picture of when spectrum-aware orthogonalization is beneficial and argue for evaluating modern optimizers on controlled problems in addition to end-to-end benchmarks.
Figures
Reference graph
Works this paper leans on
-
[1]
2024 , note =
Keller Jordan , title =. 2024 , note =
2024
-
[2]
Jingyuan Liu and Jianlin Su and Xingcheng Yao and Zhejun Jiang and Guokun Lai and Yulun Du and Yidao Qin and Weixin Xu and Enzhe Lu and Junjie Yan and Yanru Chen and Huabin Zheng and Yibo Liu and Shaowei Liu and Bohong Yin and Weiran He and Han Zhu and Yuzhi Wang and Jianzhou Wang and Mengnan Dong and Zheng Zhang and Yongsheng Kang and Hao Zhang and Xinra...
-
[3]
Shuntaro Nagashima and Hideaki Iiduka , year=. Improved Convergence Rates of. 2601.19400 , archivePrefix=
-
[4]
Training Deep Learning Models with Norm-Constrained LMOs , booktitle =
Thomas Pethick and Wanyun Xie and Kimon Antonakopoulos and Zhenyu Zhu and Antonio Silveti. Training Deep Learning Models with Norm-Constrained LMOs , booktitle =. 2025 , url =
2025
-
[5]
2022 , eprint=
Orthogonalising gradients to speed up neural network optimisation , author=. 2022 , eprint=
2022
-
[6]
Proceedings of the 35th International Conference on Machine Learning,
Jeremy Bernstein and Yu. Proceedings of the 35th International Conference on Machine Learning,. 2018 , url =
2018
-
[7]
Preconditioning Benefits of Spectral Orthogonalization in
Jianhao Ma and Yu Huang and Yuejie Chi and Yuxin Chen , year=. Preconditioning Benefits of Spectral Orthogonalization in. 2601.13474 , archivePrefix=
-
[8]
International conference on machine learning , pages=
On the optimization of deep networks: Implicit acceleration by overparameterization , author=. International conference on machine learning , pages=. 2018 , organization=
2018
-
[9]
arXiv preprint arXiv:1711.00811 , year=
Expressive power of recurrent neural networks , author=. arXiv preprint arXiv:1711.00811 , year=
-
[10]
Conference on learning theory , pages=
On the expressive power of deep learning: A tensor analysis , author=. Conference on learning theory , pages=. 2016 , organization=
2016
-
[11]
Advances in neural information processing systems , volume=
Tensorizing neural networks , author=. Advances in neural information processing systems , volume=
-
[12]
Jiaxiang Li and Mingyi Hong , year=. A Note on the Convergence of. 2502.02900 , archivePrefix=
-
[13]
Artem Riabinin and Egor Shulgin and Kaja Gruntkowska and Peter Richt. Gluon: Making. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2505.13416 , eprinttype =. 2505.13416 , timestamp =
-
[14]
Wei Shen and Ruichuan Huang and Minhui Huang and Cong Shen and Jiawei Zhang , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2505.23737 , eprinttype =. 2505.23737 , timestamp =
-
[15]
Lizhang Chen and Jonathan Li and Qiang Liu , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2506.15054 , eprinttype =. 2506.15054 , timestamp =
-
[16]
Convergence Bound and Critical Batch Size of
Naoki Sato and Hiroki Naganuma and Hideaki Iiduka , year=. Convergence Bound and Critical Batch Size of. 2507.01598 , archivePrefix=
-
[17]
Journal of Machine Learning Research , year =
Vardan Papyan , title =. Journal of Machine Learning Research , year =
-
[18]
Proceedings of the 36th International Conference on Machine Learning , pages =
An Investigation into Neural Net Optimization via Hessian Eigenvalue Density , author =. Proceedings of the 36th International Conference on Machine Learning , pages =. 2019 , editor =
2019
-
[19]
Eigenvalues of the Hessian in Deep Learning: Singularity and Beyond , journal =
Levent Sagun and L. Eigenvalues of the Hessian in Deep Learning: Singularity and Beyond , journal =. 2017 , url=
2017
-
[20]
Levent Sagun and Utku Evci and V. Ugur G. Empirical Analysis of the Hessian of Over-Parametrized Neural Networks , booktitle =. 2018 , url =
2018
-
[21]
Investigating the Overlooked Hessian Structure: From
Qian-Yuan Tang and Yufei Gu and Yunfeng Cai and Mingming Sun and Ping Li and zhou Xun and Zeke Xie , booktitle=. Investigating the Overlooked Hessian Structure: From. 2025 , url=
2025
-
[22]
Measure Theory, Probability, and Stochastic Processes , series =. 2022 , isbn =. doi:10.1007/978-3-031-14205-5 , url =
-
[23]
Ishaan Shah and Anthony M. Polloreno and Karl Stratos and Philip Monk and Adarsh Chaluvaraju and Andrew Hojel and Andrew Ma and Anil Thomas and Ashish Tanwer and Darsh J. Shah and Khoi Nguyen and Kurt Smith and Michael Callahan and Michael Pust and Mohit Parmar and Peter Rushton and Platon Mazarakis and Ritvik Kapila and Saurabh Srivastava and Somanshu Si...
-
[24]
Proceedings of the 39th International Conference on Machine Learning , pages =
Only tails matter: Average-Case Universality and Robustness in the Convex Regime , author =. Proceedings of the 39th International Conference on Machine Learning , pages =. 2022 , volume =
2022
-
[25]
2019 , eprint=
Hessian based analysis of SGD for Deep Nets: Dynamics and Generalization , author=. 2019 , eprint=
2019
-
[26]
2019 , url=
Gradient Descent Happens in a Tiny Subspace , author=. 2019 , url=
2019
-
[27]
Minhak Song and Kwangjun Ahn and Chulhee Yun , booktitle=. Does. 2025 , url=
2025
-
[28]
Proceedings of the 37th International Conference on Machine Learning , pages =
Acceleration through spectral density estimation , author =. Proceedings of the 37th International Conference on Machine Learning , pages =. 2020 , volume =
2020
-
[29]
Dmitry Kovalev , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2503.12645 , eprinttype =. 2503.12645 , timestamp =
-
[30]
Beyond the Ideal: Analyzing the Inexact
Egor Shulgin and Sultan AlRashed and Francesco Orabona and Peter Richt. Beyond the Ideal: Analyzing the Inexact. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2510.19933 , eprinttype =. 2510.19933 , timestamp =
-
[31]
Kaja Gruntkowska and Alexander Gaponov and Zhirayr Tovmasyan and Peter Richt. Error Feedback for. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2510.00643 , eprinttype =. 2510.00643 , timestamp =
-
[32]
Convergence of
Kim, Gyu Yeol and Oh,. Convergence of. The Fourteenth International Conference on Learning Representations , year=
-
[33]
Damek Davis and Dmitriy Drusvyatskiy , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2512.04299 , eprinttype =. 2512.04299 , timestamp =
-
[34]
Weijie Su , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2511.00674 , eprinttype =. 2511.00674 , timestamp =
-
[35]
Noah Amsel and David Persson and Christopher Musco and Robert Gower , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2505.16932 , eprinttype =. 2505.16932 , timestamp =
-
[36]
2025 , eprint=
Factorization-free Orthogonal Projection onto the Positive Semidefinite Cone with Composite Polynomial Filtering , author=. 2025 , eprint=
2025
-
[37]
2024 , url =
Keller Jordan and Jeremy Bernstein and Brendan Rappazzo and @fernbear.bsky.social and Boza Vlado and You Jiacheng and Franz Cesista and Braden Koszarsky and @Grad62304977 , title =. 2024 , url =
2024
-
[38]
Ekaterina Grishina and Matvey Smirnov and Maxim V. Rakhuba , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2506.10935 , eprinttype =. 2506.10935 , timestamp =
-
[39]
2025 , month =
Franz Louis Cesista and You Jiacheng and Keller Jordan , title =. 2025 , month =
2025
-
[40]
Tim Tsz. PolarGrad:. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2505.21799 , eprinttype =. 2505.21799 , timestamp =
-
[41]
2025 , url =
Boumal, Nicolas and Gonon, Antoine , title =. 2025 , url =
2025
-
[42]
Advances in neural information processing systems , volume=
Implicit regularization in deep matrix factorization , author=. Advances in neural information processing systems , volume=
-
[43]
Advances in neural information processing systems , volume=
Implicit regularization in matrix factorization , author=. Advances in neural information processing systems , volume=
-
[44]
2025 , eprint=
Dion: Distributed Orthonormalized Updates , author=. 2025 , eprint=
2025
-
[45]
Chuan He and Zhanwang Deng and Zhaosong Lu , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2509.11983 , eprinttype =. 2509.11983 , timestamp =
-
[46]
Feihu Huang and Yuning Luo and Songcan Chen , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2509.14562 , eprinttype =. 2509.14562 , timestamp =
-
[47]
Ahmed Khaled and Kaan Ozkara and Tao Yu and Mingyi Hong and Youngsuk Park , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2510.16981 , eprinttype =. 2510.16981 , timestamp =
-
[48]
Rui Pan and Yang Luo and Yuxing Liu and Yang You and Tong Zhang , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2510.17802 , eprinttype =. 2510.17802 , timestamp =
-
[49]
Why transformers need
Zhang, Yushun and Chen, Congliang and Ding, Tian and Li, Ziniu and Sun, Ruoyu and Luo, Zhiquan , journal=. Why transformers need
-
[50]
Provable acceleration of
Xu, Zhenghao and Wang, Yuqing and Zhao, Tuo and Ward, Rachel and Tao, Molei , booktitle=. Provable acceleration of
-
[51]
Conference On Learning Theory , pages=
Algorithmic regularization in over-parameterized matrix sensing and neural networks with quadratic activations , author=. Conference On Learning Theory , pages=. 2018 , organization=
2018
-
[52]
arXiv preprint arXiv:2409.20325 , year=
Old optimizer, new norm: An anthology , author=. arXiv preprint arXiv:2409.20325 , year=
-
[53]
Advances in neural information processing systems , volume=
Preconditioned spectral descent for deep learning , author=. Advances in neural information processing systems , volume=
-
[54]
Training deep learning models with norm-constrained
Pethick, Thomas and Xie, Wanyun and Antonakopoulos, Kimon and Zhu, Zhenyu and Silveti-Falls, Antonio and Cevher, Volkan , journal=. Training deep learning models with norm-constrained
-
[55]
BIT Numerical Mathematics , volume=
Perturbation bounds in connection with singular value decomposition , author=. BIT Numerical Mathematics , volume=. 1972 , publisher=
1972
-
[56]
Proceedings of the International Congress of Mathematicians 2010 , pages=
Non-asymptotic theory of random matrices: extreme singular values , author=. Proceedings of the International Congress of Mathematicians 2010 , pages=. 2010 , organization=
2010
-
[57]
Numerical Linear Algebra with Applications , volume=
Some remarks on the perturbation of polar decompositions for rectangular matrices , author=. Numerical Linear Algebra with Applications , volume=. 2006 , publisher=
2006
-
[58]
International Conference on Machine Learning , pages=
Shampoo: Preconditioned stochastic tensor optimization , author=. International Conference on Machine Learning , pages=. 2018 , organization=
2018
-
[59]
2018 , organization=
Bernstein, Jeremy and Wang, Yu-Xiang and Azizzadenesheli, Kamyar and Anandkumar, Animashree , booktitle=. 2018 , organization=
2018
-
[60]
Stat , volume=
On the non-asymptotic and sharp lower tail bounds of random variables , author=. Stat , volume=. 2020 , publisher=
2020
-
[61]
SIAM journal on Matrix Analysis and Applications , volume=
The geometry of algorithms with orthogonality constraints , author=. SIAM journal on Matrix Analysis and Applications , volume=. 1998 , publisher=
1998
-
[62]
2013 , publisher=
Matrix computations , author=. 2013 , publisher=
2013
-
[63]
SIAM Journal on Matrix Analysis and Applications , volume=
New perturbation bounds for the unitary polar factor , author=. SIAM Journal on Matrix Analysis and Applications , volume=. 1995 , publisher=
1995
-
[64]
SIAM journal on matrix analysis and applications , volume=
Perturbation bounds of unitary and subunitary polar factors , author=. SIAM journal on matrix analysis and applications , volume=. 2002 , publisher=
2002
-
[65]
arXiv preprint arXiv:2410.21265 , year=
Modular duality in deep learning , author=. arXiv preprint arXiv:2410.21265 , year=
-
[66]
IEEE Journal of Selected Topics in Signal Processing , volume=
Stochastic spectral descent for discrete graphical models , author=. IEEE Journal of Selected Topics in Signal Processing , volume=. 2015 , publisher=
2015
-
[67]
Transformers are
Katharopoulos, Angelos and Vyas, Apoorv and Pappas, Nikolaos and Fleuret, Fran. Transformers are. International conference on machine learning , pages=. 2020 , organization=
2020
-
[68]
2008 , publisher=
Functions of matrices: theory and computation , author=. 2008 , publisher=
2008
-
[69]
Stochastic spectral descent for restricted
Carlson, David and Cevher, Volkan and Carin, Lawrence , booktitle=. Stochastic spectral descent for restricted. 2015 , organization=
2015
-
[70]
arXiv preprint arXiv:2202.07052 , year=
Orthogonalising gradients to speed up neural network optimisation , author=. arXiv preprint arXiv:2202.07052 , year=
-
[71]
arXiv preprint arXiv:2504.16041 , year=
Muon Optimizer Accelerates Grokking , author=. arXiv preprint arXiv:2504.16041 , year=
-
[72]
arXiv preprint arXiv:2310.01769 , year=
How over-parameterization slows down gradient descent in matrix sensing: The curses of symmetry and initialization , author=. arXiv preprint arXiv:2310.01769 , year=
-
[73]
The Polar Express: Optimal Matrix Sign Methods and Their Application to the
Amsel, Noah and Persson, David and Musco, Christopher and Gower, Robert , journal=. The Polar Express: Optimal Matrix Sign Methods and Their Application to the
-
[74]
Practical efficiency of
Shah, Ishaan and Polloreno, Anthony M and Stratos, Karl and Monk, Philip and Chaluvaraju, Adarsh and Hojel, Andrew and Ma, Andrew and Thomas, Anil and Tanwer, Ashish and Shah, Darsh J , journal=. Practical efficiency of
-
[75]
Understanding
Maes, Lucas and Zhang, Tianyue H and Jolicoeur-Martineau, Alexia and Mitliagkas, Ioannis and Scieur, Damien and Lacoste-Julien, Simon and Guille-Escuret, Charles , journal=. Understanding
-
[76]
Towards quantifying the preconditioning effect of
Das, Rudrajit and Agarwal, Naman and Sanghavi, Sujay and Dhillon, Inderjit S , journal=. Towards quantifying the preconditioning effect of
-
[77]
arXiv preprint arXiv:2502.01763 , year=
On The Concurrence of Layer-wise Preconditioning Methods and Provable Feature Learning , author=. arXiv preprint arXiv:2502.01763 , year=
-
[78]
Muon is scalable for
Liu, Jingyuan and Su, Jianlin and Yao, Xingcheng and Jiang, Zhejun and Lai, Guokun and Du, Yulun and Qin, Yidao and Xu, Weixin and Lu, Enzhe and Yan, Junjie and others , journal=. Muon is scalable for
-
[79]
Implicit Bias of Spectral Descent and
Fan, Chen and Schmidt, Mark and Thrampoulidis, Christos , journal=. Implicit Bias of Spectral Descent and
-
[80]
2013 , publisher =
Matrix Analysis , author =. 2013 , publisher =
2013
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.