paper-with-me

홈 › Papers

When and Why Grouping Attention Heads Accelerates Muon Optimization

2026-05-09 · Hongtao Zhang, Wenjie Zhou, Wei Chen, Xueqi Cheng arxiv

Muon orthogonalizes matrix updates, but multi-head attention naturally operates at the level of heads. This granularity mismatch raises the question of whether Muon should be applied to the full attention projection, to individual heads, or to intermediate head groups. We study this question through a one-step descent comparison between full-matrix Muon and group-wise Muon. Our analysis reveals a trade-off between the \textbf{group-wise whitening gain} from group-wise updates and the \textbf{grouping-induced norm cost}, an additional update-norm cost caused by replacing full-matrix whitening with group-wise whitening. Motivated by this trade-off, we propose \textbf{Group Muon}, which treats head group size and grouping rule as optimizer hyperparameters. On GPT-2 Small trained on FineWeb, appropriate grouping improves validation loss over both full-QKV Muon and fully head-wise MuonSplit.

📄 PDF Abstract BibTeX arXiv:2605.08933

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UNComp: Uncertainty-Aware Long-Context Compressor for Efficient Large Language Model Inference

2024-10-04 · Jing Xiong, Jianghan Shen, Fanghua Ye, Chaofan Tao 외

Deploying large language models (LLMs) is challenging due to their high memory and computational demands, especially during long-context inference. While key-value (KV) caching accelerates inference by reusing previously…

Language ModelingLanguage ModellingLarge Language Model

Beyond Uniform Query Distribution: Key-Driven Grouped Query Attention

2024-08-15 · Zohaib Khan, Muhammad Khaquan, Omer Tafveez, Burhanuddin Samiwala 외

The Transformer architecture has revolutionized deep learning through its Self-Attention mechanism, which effectively captures contextual information. However, the memory footprint of Self-Attention presents significant …

image-classificationImage Classification

QCQA: Quality and Capacity-aware grouped Query Attention

2024-06-08 · Vinay Joshi, Prashant Laddha, Shambhavi Sinha, Om Ji Omer 외

Excessive memory requirements of key and value features (KV-cache) present significant challenges in the autoregressive inference of large language models (LLMs), restricting both the speed and length of text generation.…

Text Generation

Variance-Adaptive Muon: Accelerating LLM Pretraining with NSR-Modulated and Variance-Scaled Momentum

2026-01-21 · Jingru Li, Yibo Fan, Huan Li arxiv

Large Language Models (LLMs) achieve competitive performance across diverse natural language processing (NLP) tasks, yet pretraining is computationally demanding, making optimizer efficiency an important practical consid…

AMUSE: Anytime Muon with Stable Gradient Evaluation

2026-05-21 · Jueun Kim, Baekrok Shin, Jihun Yun, Beomhan Baek 외 arxiv

Modern deep learning commonly relies on AdamW with prescribed learning rate schedules, but recent works challenge both components: Schedule-Free optimization removes explicit schedules via iterate averaging, and Muon imp…