paper-with-me

Papers

Aurora: A Leverage-Aware Spectral Optimizer

2026-06-26 · Alec Dewulf, Dhruv Pai, Li Yang, Ashley Zhang, Ben Keigwin arxiv

We show that for tall matrix parameters, like projection matrices in the MLP layers, the Muon update can have row norms that are arbitrarily non-uniform. This can lead to a self-reinforcing feedback loop whereby neurons receive persistently small updates and eventually do not contribute meaningfully to network outputs. This problem is effectively mitigated by an additional row normalization step, but current methods do this in a way that moves the Muon update geometry away from the polar factor of the momentum matrix, which we find is undesirable. We propose Aurora, an optimizer that enforces row-uniformity of matrix parameter updates while respecting Muon's polar factor geometry. Aurora outperforms Muon in our pre-training experiments and, when combined with existing methods, achieves state-of-the-art performance among spectral optimizers on the optimizer track of the modded-nanoGPT speedrun. Additionally, we find that Aurora's empirical gains over Muon scale with the MLP expansion factor, suggesting that Aurora may allow for effective training of very wide MLP layers.

📄 PDF Abstract BibTeX arXiv:2606.27715

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable Pretraining of Large Mixture of Experts Language Models on Aurora Super Computer

2026-04-01 · Dharma Teja Vooturi, Dhiraj Kalamkar, Dipankar Das, Bharat Kaul arxiv

Pretraining Large Language Models (LLMs) from scratch requires massive amount of compute. Aurora super computer is an ExaScale machine with 127,488 Intel PVC (Ponte Vechio) GPU tiles. In this work, we showcase LLM pretra…

AURORA-KITTI: Any-Weather Depth Completion and Denoising in the Wild

2026-03-16 · Yiting Wang, Tim Brödermann, Hamed Haghighi, Haonan Zhao 외 arxiv

Robust depth completion is fundamental to real-world 3D scene understanding, yet existing RGB-LiDAR fusion methods degrade significantly under adverse weather, where both camera images and LiDAR measurements suffer from …

Scene UnderstandingDepth Completion

Spectra: Rethinking Optimizers for LLMs Under Spectral Anisotropy

2026-01-30 · Zhendong Huang, Hengjie Cao, Fang Dong, Ruijun Huang 외 arxiv

Gradient signals in LLM training are highly anisotropic: recurrent linguistic structure concentrates energy into a small set of dominant spectral directions, while context specific information resides in a long tail. We …

An Uncertainty-Aware Resilience Micro-Agent for Causal Observability in the Computing Continuum

2026-05-11 · Suvi De Silva, Alfreds Lapkovskis, Alaa Saleh, Sasu Tarkoma 외 arxiv

Grey failures in the computing continuum produce ambiguous overlapping symptoms that existing approaches fail to diagnose reliably, either due to a lack of causal awareness or acting under high epistemic uncertainty, ris…

Tensorion: A Tensor-Aware Generalization of the Muon Optimizer

2026-06-24 · Vladimir Bogachev, Vladimir Aletov, Alexander Molozhavenko, Sergei Kudriashov 외 arxiv

Common first-order optimizers, such as Adam, implicitly treat each parameter block as an unstructured vector, which disregards the multilinear weight structure present in many modern machine learning models. Recent work …