specific method · filed under optimization
Per-Head Muon
A Muon variant that partitions attention-head weights or momentum matrices and optimizes or orthogonalizes each head separately.
Also called head-wise Muon, Per-Head Muon optimizer.
- sources
- 4
- models
- 2
- labs adopt it
- 2
- strongest
- default
How sources treat it
One count per evidence span, weakest treatment to strongest.
Documented in
Evidence
5 spans quoted from the sources, strongest treatment first.
First, we use head-wise Muon, where Query weights are split by head before applying the Muon update.
we partition their momentum matrices along the head dimension and orthogonalize each head’s block separately.
We optimize the model using the Per-Head Muon optimizer (§ 2.5) together with the weight-clipping mechanism introduced in Kimi K2
Per-Head Muon optimizer: Learning rate scheduling at the individual attention head level
Per-Head Muon extends Muon by optimizing attention heads independently for more
Filed alongside
Other methods under optimization :: optimizer.