← Latest papers
🤖 machine learning

A Physical Response-and-Memory Model for Muon Optimization

This paper proposes a physical response-and-memory model for training dynamics that explains the efficacy of the Muon optimizer and introduces the Bi-Maxwell optimizer, which utilizes a dual-timescale memory kernel to achieve faster convergence on large language model benchmarks.

Original authors: Yinze Hu, Hongjun Xiang, Xingao Gong, Hongyu Yu

Published 2026-08-25
📖 5 min read🧠 Deep dive

Original authors: Yinze Hu, Hongjun Xiang, Xingao Gong, Hongyu Yu

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

In the vast, silent architecture of modern artificial intelligence, the most expensive and time-consuming task is not the design of the model itself, but the act of teaching it. To train a large language model, engineers feed it billions of words and adjust its internal settings, known as weights, to reduce errors. This process relies on a mathematical tool called an optimizer, which acts as the teacher's hand, deciding exactly how much to shift those weights after every single lesson. For years, the most effective teachers have been chosen through trial and error, guided by engineering intuition rather than a deep understanding of why they work. The goal is simple: with a fixed amount of computing power, how low can the error rate go, and how quickly can it get there? The answer depends entirely on the rules the optimizer follows to turn a mistake into a correction.

A recent study by researchers at Fudan University and Tongji University offers a new way to see this process. Instead of viewing the training of a neural network as a series of abstract calculations, they treated the network's weight matrix as a physical object with memory, much like a piece of metal or a gel that responds to force. They proposed that when the network makes an error, it creates a kind of internal stress, similar to the tension in a stretched spring. The optimizer's job is to release this stress efficiently. By applying the laws of physics to this digital medium, the researchers derived a new set of rules for how the network should learn. They found that the most effective way to update the weights is to move in a direction that dissipates this stress as quickly as possible, while respecting a safety limit on how much the network's output can change at once. This physical perspective explained why a specific, recently popular method called Muon works so well, and it revealed a flaw in how that method remembers past lessons.

The researchers discovered that the standard way these optimizers remember the past is too simple. They usually average out recent mistakes using a single, uniform timescale, as if the material they are made of relaxes its tension at only one speed. However, the researchers argued that real materials, and by extension, complex neural networks, have a more complicated internal structure. They possess both fast, local reactions and slow, deep structural changes. To test this, they replaced the single-speed memory of the standard optimizer with a new version they called Bi-Maxwell, which uses two different speeds: one fast to catch immediate changes and one slow to hold onto long-term patterns. When they tested this new approach on a public benchmark for training language models, the results were immediate and measurable. The new optimizer reached the target level of accuracy in 2,635 steps, beating the previous record of 2,690 steps. This might sound like a small difference, but in the world of training massive models where thousands of computers run for weeks, saving even a few dozen steps translates to significant savings in time and energy.

To ensure this improvement was not a fluke, the team performed a rigorous series of checks. They kept every other part of the training process exactly the same, changing only the memory kernel, the part responsible for remembering past gradients. They ran the experiment on different types of computer hardware and with different random starting points, and the new optimizer consistently outperformed the old one. They also investigated why the two-speed memory worked better by measuring how the network's needs changed over time. They found that early in training, the network learns quickly and needs a short memory to stay agile. As training progresses, the learning slows down, and the network benefits from a longer memory to smooth out the path. The single-speed optimizer cannot adapt to this shift; it is stuck with one setting for the entire journey. The two-speed version, however, naturally accommodates both the fast reactions needed at the start and the deep, steady memory required later.

The study also clarified what the optimizer is actually doing. It showed that the most efficient update direction is not just a random guess but a specific geometric path that maximizes the release of error potential without causing the network to become unstable. This direction is what the Muon optimizer uses, but the researchers provided the physical reasoning for why it works: it is the path of maximum energy dissipation under a safety constraint. Furthermore, they demonstrated that the "memory" in these systems is not just a mathematical trick to smooth out noise, but a representation of accumulated internal stress. Just as a physical object takes time to settle after being pushed, the neural network needs time to integrate the lessons from its mistakes. By treating the network as a responsive medium with a spectrum of relaxation times, the researchers were able to design an optimizer that respects the natural rhythm of learning.

This work suggests that the future of training artificial intelligence may lie in borrowing more deeply from the physical sciences. By viewing the learning process through the lens of materials science and thermodynamics, the researchers were able to move beyond trial and error and derive rules that are grounded in the fundamental behavior of the system. They did not just find a faster way to train a model; they provided a framework for understanding why certain methods work and how they can be improved. The success of the Bi-Maxwell optimizer, which simply added a second timescale to the memory, proves that even small, physically motivated changes can yield significant gains. As language models grow larger and more complex, the efficiency of their training becomes increasingly critical, and this physical approach offers a promising path forward for making that training faster, more stable, and more efficient.

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 →