paper-with-me

Papers

Muown Implicitly Performs Angular Step-size Decay

2026-06-22 · Florian Hübler, Kai Lion, Antonio Orvieto, Niao He arxiv

Matrix-aware optimizers such as Muon and Muown have recently shown strong empirical performance for pre-training Transformers. In particular, Muown separates each weight matrix into row magnitudes and an un-normalized direction variable, updating the former with Adam and the latter with Muon. We show that the directional update of Muown is equivalent to a Riemannian step on the normalized directions, while the magnitude of the un-normalized parameterization only modulates the angular step size. This explains the step-size stability of Muown and suggests making the angular step size explicit. The resulting method, AngularMuown, optimizes directly over the normalized directions and uses a schedulable angular multiplier decoupled from the radial magnitude update. AngularMuown improves over Muown and, at the time of writing, a preliminary version is leading the per-optimizer category of the modded nanoGPT speedrunning competition. Further experiments on Qwen2-0.5B, and 1.1B parameter mixture-of-experts models confirm the algorithm scales beyond small models. An implementation of the algorithm is available at https://github.com/fhueb/angular-muown

📄 PDF Abstract BibTeX arXiv:2606.23637

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Muown: Row-Norm Control for Muon Optimization

2026-05-11 · Kai Lion, Florian Hübler, Bingcong Li, Antonio Orvieto 외 arxiv

Muon has emerged as a strong competitor to AdamW for language model pre-training, yet its behavior at scale is sensitive to weight decay. Recent work has observed that, for Muon without decoupled weight decay, the spectr…

AngularGrad: A New Optimization Technique for Angular Convergence of Convolutional Neural Networks

2021-05-21 · S. K. Roy, M. E. Paoletti, J. M. Haut, S. R. Dubey 외

Convolutional neural networks (CNNs) are trained using stochastic gradient descent (SGD)-based optimizers. Recently, the adaptive moment estimation (Adam) optimizer has become very popular due to its adaptive momentum, w…

Sampling and Reconstructing Angular Domains with Uniform Arrays

2022-02-17 · Silvio Mandelli, Marcus Henninger, Jinfeng Du

The surge of massive antenna arrays in wireless networks calls for the adoption of analog/hybrid array solutions, where multiple antenna elements are driven by a common radio front end to form a beam along a specific ang…

ISAC

Light Field Implicit Representation for Flexible Resolution Reconstruction

2021-11-30 · Paramanand Chandramouli, Hendrik Sommerhoff, Andreas Kolb

Inspired by the recent advances in implicitly representing signals with trained neural networks, we aim to learn a continuous representation for narrow-baseline 4D light fields. We propose an implicit representation mode…

Decoder

Statistical Attention Localization (SAL): Methodology and Application to Object Classification

2022-08-03 · Yijing Yang, Vasileios Magoulianitis, Xinyu Wang, C. -C. Jay Kuo

A statistical attention localization (SAL) method is proposed to facilitate the object classification task in this work. SAL consists of three steps: 1) preliminary attention window selection via decision statistics, 2) …

ClassificationObject