← Latest papers
🤖 machine learning

Reassessing Muon for Matrix Factorization

This paper reevaluates the Muon optimizer on low-rank matrix factorization to isolate its update rule from confounding factors, revealing that it does not consistently outperform AdamW and that its reported advantages are often sensitive to hyperparameter choices.

Original authors: Ali Parviz, Gal Mishne, Alex Cloninger

Published 2026-07-16
📖 4 min read☕ Coffee break read

Original authors: Ali Parviz, Gal Mishne, Alex Cloninger

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a super-smart robot how to learn. To do this, you need a "coach" that tells the robot which way to step next to get better. In the world of artificial intelligence, this coach is called an optimizer. For years, the most popular coach has been a method called AdamW, which is great at adjusting its steps based on how slippery or bumpy the path is. But recently, a new, flashy coach named Muon arrived. Muon claims to be special because it doesn't just look at the path; it tries to "straighten out" the robot's steps using a fancy mathematical trick called orthogonalization. Think of it like a dance instructor who forces the dancer to move in perfect, non-overlapping directions, hoping this makes the dance more efficient.

The big question on everyone's mind is: Is Muon actually a better coach than AdamW for the massive, complex tasks modern AI does, like writing stories or generating images? Or is Muon just looking good because the dance floor is huge and chaotic? Scientists have been running huge tests on giant AI models, and Muon seems to win. But when you are dealing with billions of variables, it's hard to tell if the coach is doing the work or if the sheer size of the problem is just hiding the coach's mistakes. This is where the story gets interesting: to find the truth, you can't just watch the big show; you have to test the coaches in a quiet, controlled room.

This paper, titled "Reassessing Muon for Matrix Factorization," takes Muon and AdamW out of the chaotic, billion-parameter dance floor and drops them into a simple, well-lit practice room. The researchers decided to test them on a specific, fundamental task called matrix factorization. If you imagine a giant spreadsheet of numbers that you want to break down into two smaller, simpler spreadsheets that multiply back together, that's matrix factorization. It's a clean, mathematical puzzle where we know exactly what the solution looks like and can measure every tiny step the coaches take.

The researchers ran a massive experiment, tweaking the "learning rate" (how big a step the robot takes) for both coaches across many different versions of the puzzle. They tested everything from easy, smooth puzzles to extremely difficult, "ill-conditioned" ones where the numbers are tricky and decay rapidly. They also looked at different types of puzzles, including some where the numbers had to stay positive (Non-negative Matrix Factorization).

Here is what they found, and it might surprise you: Muon is not a magic bullet. When the researchers gave both coaches a fair chance to find their perfect step size, Muon did not consistently beat AdamW. In fact, for standard low-rank factorization tasks, AdamW and even plain old Gradient Descent often matched or even outperformed Muon. The "superiority" of Muon that people saw in giant AI models seems to vanish when you control the variables. The paper suggests that Muon's success in the real world might be an artifact of the specific scale and architecture of those huge models, rather than the optimizer itself being fundamentally better at the math.

However, Muon isn't useless. The paper found that Muon does have a clear advantage in one specific scenario: Non-negative Matrix Factorization (NMF). In these puzzles, where the numbers must stay positive, Muon's unique way of straightening out the steps helped it avoid redundant solutions and find more diverse answers. It seems Muon is a specialist, not a generalist. It shines when the problem has specific geometric quirks (like the NMF constraints) but struggles to dominate when the problem is just a standard, well-behaved math puzzle.

The study also revealed that the "conditioning" of the problem (how tricky the numbers are) changes the winner. In very difficult, ill-conditioned scenarios, the ranking of the coaches can flip completely depending on the shape of the data. The authors conclude that we can't just look at one test or one default setting to decide which optimizer is best. We need to test them across a wide range of conditions and step sizes. The takeaway is that while Muon is a powerful tool, it doesn't automatically dethrone the old champions like AdamW in every situation. Its success depends heavily on the specific shape of the problem it's trying to solve.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →