← Latest papers
🤖 machine learning

Rethinking Muon Beyond Pretraining: Spectral Failures and High-Pass Remedies for VLA and RLVR

This paper introduces Pion, a high-pass spectral optimizer that improves upon Muon by suppressing noisy gradient components and preserving per-head specialization, thereby achieving superior performance and stability in vision-language-action training and reinforcement learning with verifiable rewards where Muon and AdamW struggle.

Original authors: Chongyu Fan, Gaowen Liu, Mingyi Hong, Ramana Rao Kompella, Sijia Liu

Published 2026-05-20
📖 5 min read🧠 Deep dive

Original authors: Chongyu Fan, Gaowen Liu, Mingyi Hong, Ramana Rao Kompella, Sijia Liu

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

The Big Picture: A New Optimizer for Robots and Reasoning

Imagine training an AI is like teaching a student. For a long time, the best teacher (optimizer) for large language models (LLMs) was AdamW. Recently, a new, more advanced teacher called Muon came along. Muon is great at the "pretraining" phase—where the AI reads the entire internet to learn general knowledge. Muon works by treating the AI's brain like a musical instrument, ensuring every note (mathematical direction) is played with equal volume to encourage bold exploration.

However, the authors of this paper discovered that Muon has a major flaw when you try to use it for two specific, advanced tasks:

  1. Teaching Robots (VLA): Turning a smart language model into a robot that can see, talk, and move.
  2. Teaching Math/Logic (RLVR): Using rewards to teach an AI to solve hard problems like math puzzles.

In these new scenarios, Muon often fails, causing the robot to move clumsily or the math solver to forget everything it learned. The authors propose a new teacher called Pion that fixes these problems.


The Problem: Why Muon Fails in New Situations

To understand the problem, imagine the AI's learning process as a sound system with many speakers (mathematical directions).

1. The Robot Problem (The "Low-Rank" Issue)

When training a robot, the part of the brain that controls the arms (the "action module") is very simple. It only needs to move in a few specific directions.

  • The Analogy: Imagine a choir where only 3 singers have the right lyrics, but 97 are just humming random noise.
  • What Muon does: Muon is like an audio engineer who turns up the volume on every singer to the exact same level. It makes the 3 good singers loud, but it also blasts the 97 noisy singers to the same volume. The result? The robot gets confused by the noise and moves erratically.
  • The Fix: You need a system that keeps the good singers loud but mutes the noisy ones.

2. The Math Problem (The "Low Signal-to-Noise" Issue)

When teaching an AI to solve math problems using rewards (RLVR), the feedback is very "noisy." The AI guesses, gets a reward, and tries again. The signal (the actual math lesson) is weak, and the noise (random guessing) is strong.

  • The Analogy: Imagine trying to hear a whisper in a hurricane.
  • What Muon does: Muon tries to make the whisper and the hurricane wind equally loud. This drowns out the whisper completely, causing the AI to "collapse" and stop learning.
  • The Fix: You need a filter that amplifies the whisper but blocks the hurricane wind.

The Solution: Enter Pion

The authors created Pion (sPectral hIgh-pass Optimization on momeNtum). Think of Pion as a smart audio equalizer that Muon forgot to include.

Instead of turning up all the volume equally, Pion uses a two-step process:

  1. Promotion: It boosts the important, clear signals (the "head" of the sound).
  2. Suppression: It actively mutes the noisy, weak signals (the "tail" of the sound).

This is called a "High-Pass" filter. Just like a high-pass filter in music cuts out the low, rumbling bass noise to let the clear vocals shine, Pion cuts out the mathematical noise to let the useful learning directions shine.

Key Features of Pion:

  • Drop-in Replacement: It fits into the existing training code exactly where Muon goes. It doesn't require more computer power or time; it's just as fast.
  • Per-Head Mode: For the math problems, Pion can treat different parts of the AI's brain (called "attention heads") individually. It's like realizing that some students in a class are good at geometry while others are good at algebra, and giving them different homework, rather than treating the whole class as one big blob.

The Results: Robots and Math Get Smarter

The paper tested Pion in two main areas:

1. Real Robots (VLA)

  • The Test: They trained robots to pick up objects (like cucumbers or cubes) and place them in bowls or plates.
  • The Outcome:
    • AdamW: The robot struggled, often dropping things or missing the target.
    • Muon: The robot did better but was still jittery and sometimes crashed into things because it was "listening" to too much noise.
    • Pion: The robot was smooth and precise. In one test, Pion achieved a 100% success rate after 1,500 steps, while Muon only got 97% and AdamW got only 32%.
    • Real World: They even tested this on a real physical robot arm (Franka Research 3), and Pion still won, successfully picking up and placing objects much more reliably than the others.

2. Math Reasoning (RLVR)

  • The Test: They taught AI models (Qwen3) to solve math problems (MATH and GSM8K datasets) using reinforcement learning.
  • The Outcome:
    • Muon: The model collapsed. Its accuracy dropped to near zero because the noise overwhelmed the learning signal.
    • AdamW: The model learned slowly but steadily.
    • Pion: The model learned faster and achieved higher accuracy than AdamW, successfully navigating the noisy math environment.

Summary

The paper argues that while Muon is a fantastic tool for the initial "reading" phase of AI training, it is too "loud" and indiscriminate for the delicate tasks of controlling robots or solving math problems. Pion is the new tool that acts like a noise-canceling headphone for AI training: it keeps the important learning signals clear and loud while silencing the distracting noise, leading to smarter robots and better math solvers without slowing anything down.

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 →