PulseAugur
EN
LIVE 08:53:15

Muon optimizer shows token efficiency gains on Mamba-2 130M

A new research paper explores the effectiveness of the Muon optimizer, which uses a Newton-Schulz iteration for steepest descent under the spectral norm, on state-space models. The study compares Muon with AdamW on the Mamba-2 130M model, finding that applying Muon to the output projection alone yielded the most significant benefits in token efficiency. This advantage was observed across different corpora and training durations, and it was not explained by conditioning improvements in the input projection. AI

IMPACT This research suggests potential improvements in training efficiency for state-space models, which could influence future model development and optimization strategies.

RANK_REASON The cluster contains a research paper detailing experimental results on an optimizer's performance with a specific model architecture. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Muon optimizer shows token efficiency gains on Mamba-2 130M

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Arslan Battalov, Karim Kramin, Alexander Markotenko, Sofia Sinitsina ·

    Muon Meets Mamba: Spectral Optimization for State Space Models

    arXiv:2608.03941v1 Announce Type: new Abstract: Muon is a recent optimizer that orthogonalizes the update to each weight matrix with a Newton-Schulz iteration, which performs steepest descent under the spectral norm. Almost all the evidence for it comes from Transformer models, a…