paper-with-me

Papers

OrScale: Orthogonalised Optimization with Layer-Wise Trust-Ratio Scaling

2026-05-08 · Yuxuan Lou, Yang You arxiv

Muon improves neural-network training by orthogonalizing matrix-valued updates, but it leaves each layer's update magnitude controlled mostly by a global learning rate. We introduce OrScale, a trust-ratio extension of Muon built on a simple rule: the denominator of a layer-wise ratio should measure the Frobenius norm of the actual parameter-space direction that will be applied. This yields OrScale for general matrix layers and OrScale-LM for language models, where Moonlight shape scaling is combined with one-time per-layer calibration so every trust ratio starts at one. We analyze why three natural Muon-LAMB hybrids fail through shape-degenerate denominators, raw-momentum clip saturation, and decoupled weight-decay runaway, and show that the real-update-direction denominator with coupled weight decay avoids these failures. Theoretically, OrScale admits an O(1/sqrt(T)) nonconvex convergence guarantee in a nuclear-norm criterion, a strict layer-adaptive descent gain under measurable layer heterogeneity, and calibration properties that preserve muP-style learning-rate transfer at initialization. Empirically, OrScale ranks first on CIFAR-10/DavidNet across three seeds, improving Muon from 93.70% to 94.05% validation top-1, and OrScale-LM improves FineWeb-Edu pre-training versus Muon+Moonlight at three of four scales from 125M to 1.1B parameters while outperforming AdamW at every scale.

📄 PDF Abstract BibTeX arXiv:2605.07815

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Layer-wise Adaptive Rate Methods using Trust Ratio Clipping

2020-11-27 · Jeffrey Fong, Siwei Chen, Kaiqi Chen

Training neural networks with large batch is of fundamental significance to deep learning. Large batch training remarkably reduces the amount of training time but has difficulties in maintaining accuracy. Recent works ha…

image-classificationImage Classification

Adaptive Hypergraph Network for Trust Prediction

2024-02-07 · Rongwei Xu, Guanfeng Liu, Yan Wang, Xuyun Zhang 외

Trust plays an essential role in an individual's decision-making. Traditional trust prediction models rely on pairwise correlations to infer potential relationships between users. However, in the real world, interactions…

Contrastive LearningDecision MakingPrediction

Orthogonalising gradients to speed up neural network optimisation

2022-02-14 · Mark Tuddenham, Adam Prügel-Bennett, Jonathan Hare

The optimisation of neural networks can be sped up by orthogonalising the gradients before the optimisation step, ensuring the diversification of the learned representations. We orthogonalise the gradients of the layer's…

Trusting SVM for Piecewise Linear CNNs

2016-11-07 · Leonard Berrada, Andrew Zisserman, M. Pawan Kumar

We present a novel layerwise optimization algorithm for the learning objective of Piecewise-Linear Convolutional Neural Networks (PL-CNNs), a large class of convolutional neural networks. Specifically, PL-CNNs employ pie…

parameter estimation

Orthogonalising gradients to speedup neural network optimisation

2021-09-29 · Mark Tuddenham, Adam Prugel-Bennett, Jonathon Hare

The optimisation of neural networks can be sped up by orthogonalising the gradients before the optimisation step, ensuring the diversification of the learned representations. We hypothesize that components in the same la…