← Latest papers
💻 computer science

AMUSE: Anytime Muon with Stable Gradient Evaluation

The paper introduces AMUSE, a new optimizer that combines Muon's rapid bulk progress with Schedule-Free averaging to stabilize training and eliminate the need for learning rate schedules, thereby achieving superior performance across vision and language tasks.

Original authors: Jueun Kim, Baekrok Shin, Jihun Yun, Beomhan Baek, Minhak Song, Chulhee Yun

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

Original authors: Jueun Kim, Baekrok Shin, Jihun Yun, Beomhan Baek, Minhak Song, Chulhee Yun

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: Training AI is Like Hiking a Mountain

Imagine you are trying to teach a computer (a neural network) to learn a skill, like recognizing cats or writing stories. To do this, the computer has to "climb down" a giant, complex mountain of errors to find the very bottom (the perfect solution).

The shape of this mountain is tricky. It's not just a smooth slope.

  • The River: There is a wide, flat, gentle valley floor where you can walk quickly and make great progress. This is where the real learning happens.
  • The Valley Walls: On the sides of this valley, the ground is incredibly steep and rocky. If you step too far toward the walls, you bounce back and forth wildly, wasting energy and going nowhere.

The Problem with Current Methods

For a long time, the standard way to hike this mountain (using an optimizer called AdamW) was like a hiker who needs a strict map. The map tells them exactly how fast to walk and when to slow down. If the hiker ignores the map, they get lost.

Recently, two new hiking strategies emerged:

  1. Schedule-Free (SF): This is like a hiker who doesn't need a map. They just keep walking, but they occasionally look back at where they've been to stay on the flat valley floor. They are very stable but sometimes a bit slow to start.
  2. Muon: This is a new, super-fast hiker. They have a special trick: they "straighten out" their steps so they don't get stuck on the steep walls. They sprint down the river incredibly fast. However, because they are so fast and aggressive, they sometimes bounce off the valley walls, causing them to wobble and lose stability.

The Solution: AMUSE

The authors of this paper realized that Muon is fast but shaky, while Schedule-Free is stable but sometimes slow. They wanted to combine the best of both worlds.

They created AMUSE (Anytime Muon with Stable gradient Evaluation).

The Analogy: The "Smart Interpolation" Hiker

Imagine you are driving a car down a winding road (the river).

  • Muon is like driving a sports car at 100 mph. You get there fast, but if you hit a bump (a steep wall), you might lose control.
  • Schedule-Free is like driving a heavy truck at 40 mph. You are very stable, but you take a long time to get anywhere.

AMUSE is like a smart driver who changes their driving style based on the time of day:

  1. Early in the trip (The Start): The driver is in a sports car mode. They drive fast (like Muon) to get moving quickly and cover ground. They are willing to take a few risks to speed up.
  2. Later in the trip (The End): As they get closer to the destination, the driver slowly shifts into "truck mode." They start looking more at the average path they've taken so far, smoothing out their turns. This stops them from bouncing off the walls and keeps them perfectly on the flat river floor.

How AMUSE Works (The Technical Magic)

The paper explains this using a "time-varying coefficient" (a fancy way of saying a dial that changes over time).

  • The Dial (βt\beta_t): At the beginning, the dial is set to focus on the "fast" path. As training continues, the dial slowly turns to focus on the "stable" path.
  • The Result: AMUSE gets the speed of Muon at the start and the stability of Schedule-Free at the end. It doesn't need a pre-written map (learning rate schedule) telling it when to slow down; it figures it out on its own.

What the Paper Found

The authors tested this new method on many different "mountains" (tasks):

  • Image Recognition: Teaching computers to identify pictures (like cats, dogs, or handwritten numbers).
  • Large Language Models: Training AI to write and understand text (like the models behind chatbots).

The Results:

  • Faster: AMUSE reached the same high-quality results as the other methods but in fewer steps. For example, on a large language model task, it reached the finish line 1.5 times faster than the next best method.
  • Stable: It didn't wobble or crash like Muon sometimes does.
  • Anytime: You can stop the training at any moment, and the model will be in a good state. You don't have to wait for a specific "end of training" moment to get a good result.

Summary

The paper introduces AMUSE, a new tool for training AI. It fixes the instability of the fast-but-wobbly Muon optimizer by borrowing the stability tricks from Schedule-Free optimization.

Think of it as a hiker who knows when to sprint and when to walk steadily, ensuring they reach the bottom of the mountain faster and without falling off the side. The paper claims this works better than current standard methods across images and text tasks, requiring no complex scheduling to manage.

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 →