← Latest papers
🤖 machine learning

Muon-OGD: Muon-based Spectral Orthogonal Gradient Projection for LLM Continual Learning

The paper proposes Muon-OGD, a continual learning framework for large language models that mitigates catastrophic forgetting by integrating Muon-style spectral-norm geometry with orthogonal gradient projection, thereby improving the stability-plasticity trade-off and outperforming existing Euclidean-norm-based methods on diverse benchmarks.

Original authors: Binghang Lu, Zheyuan Deng, Runyu Zhang, Bing Hu, Yunhan Zhao, Yuan Tian, Changhong Mou, Guang Lin, Xiaomin Li

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

Original authors: Binghang Lu, Zheyuan Deng, Runyu Zhang, Bing Hu, Yunhan Zhao, Yuan Tian, Changhong Mou, Guang Lin, Xiaomin Li

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 Problem: The "Sponge" Effect

Imagine a student (a Large Language Model, or LLM) who is incredibly smart. They learn to speak French, then they learn to speak Spanish. But here's the catch: as soon as they start learning Spanish, they start forgetting French. This is called catastrophic forgetting.

In the world of AI, when a model learns a new task, it often overwrites the "neural pathways" it used for the old task. The model becomes a sponge that soaks up new information but squeezes out the old stuff.

The Old Solution: The "Traffic Cop"

Scientists have tried to fix this using a method called Orthogonal Gradient Descent (OGD).

Think of the model's knowledge as a giant, multi-dimensional map.

  • Old Tasks: The "French" knowledge occupies a specific lane on this map.
  • New Task: The "Spanish" learning wants to drive a car (the update) onto the map.

The old method acts like a Traffic Cop. It says, "You can drive anywhere you want to learn Spanish, but you are strictly forbidden from driving into the 'French' lane." It does this by projecting the new learning path so it stays perfectly perpendicular (at a 90-degree angle) to the old path.

The Flaw: This Traffic Cop assumes the map is flat and uniform, like a standard grid (Euclidean geometry). It measures distance using the "Frobenius norm," which is like measuring distance with a standard ruler. However, the paper argues that the internal structure of these AI models isn't a flat grid; it's more like a complex, curved landscape where some directions are "heavier" or more important than others.

The New Idea: The "Mountain Guide" (Muon-OGD)

The authors noticed a new optimizer called Muon that works differently. Instead of using a standard ruler, Muon uses a spectral norm.

The Analogy:
Imagine you are hiking up a mountain.

  • The Old Way (Frobenius): You measure your steps with a flat tape measure on the ground. You think you are moving efficiently, but you might be walking up a steep cliff face because you didn't account for the terrain's shape.
  • The Muon Way (Spectral Norm): You have a Mountain Guide who understands the 3D shape of the terrain. The guide knows that some paths are "steep" (high impact) and some are "gentle" (low impact). The guide tells you to take steps that respect the shape of the mountain, not just the flat distance. This keeps you stable and prevents you from sliding down the wrong side.

Muon-OGD combines these two ideas:

  1. It keeps the Traffic Cop (to protect the old French knowledge).
  2. But it hires the Mountain Guide (Muon) to decide how to take the steps.

Instead of just saying "don't go into the French lane," the new method says, "Don't go into the French lane, and also, take steps that respect the 3D shape of the mountain so you don't slip."

How It Works (The "Dual" Dance)

The paper describes a mathematical process to make this happen efficiently:

  1. The Setup: The model identifies the "protected lanes" (the French knowledge) that must not be touched.
  2. The Correction: Before taking a step, the model calculates a "corrected path." It asks: "If I take this step, will I accidentally bump into the French lane?"
  3. The Iteration: It doesn't just guess once. It runs a quick, internal loop (called dual iterations) to fine-tune the step. It's like a dancer adjusting their foot placement repeatedly in a split second to ensure they don't step on their partner's toes while moving in the most efficient direction possible.
  4. The Sign: Finally, it uses a mathematical trick (Newton-Schulz iteration) to snap the step into the perfect "orthogonal" shape, ensuring it's the most efficient move possible without breaking the rules.

The Results: A Better Student

The authors tested this new method (Muon-OGD) against the old methods on various "school subjects" (benchmarks):

  • Standard Tests: Text classification (like sorting news articles).
  • Harder Tests: A 15-task stream (learning 15 different topics in a row).
  • Specialized Tests: Coding, Math, and Medical reasoning.

The Outcome:
In every test, the Muon-OGD student performed better.

  • They learned the new subjects (plasticity) just as well as the others.
  • But they forgot much less of the old subjects (stability).
  • They were particularly good at keeping their skills in Coding, Math, and Medicine intact while learning new things, whereas the old methods started to lose their previous skills.

Summary

The paper claims that by changing how we measure "distance" in the AI's brain—from a flat ruler to a 3D mountain guide—and combining that with strict rules to protect old knowledge, we can teach AI new things without making it forget what it already knows. It's a more stable, efficient way to keep learning forever.

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 →