← Latest papers
📊 statistics

Expert Merging in Sparse Mixture of Experts with Nash Bargaining

This paper introduces NAMEx, a novel expert merging framework for Sparse Mixture of Experts that leverages Nash Bargaining and complex momentum to achieve balanced collaboration and accelerated convergence, demonstrating superior performance across various tasks and large-scale models.

Original authors: Dung V. Nguyen, Anh T. Nguyen, Minh H. Nguyen, Luc Q. Nguyen, Shiqi Jiang, Ethan Fetaya, Linh Duy Tran, Gal Chechik, Tan M. Nguyen

Published 2026-06-01
📖 4 min read☕ Coffee break read

Original authors: Dung V. Nguyen, Anh T. Nguyen, Minh H. Nguyen, Luc Q. Nguyen, Shiqi Jiang, Ethan Fetaya, Linh Duy Tran, Gal Chechik, Tan M. Nguyen

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 have built a massive, super-smart team of specialists (called "Experts") to solve difficult problems. In modern AI, these teams are often organized as Sparse Mixture of Experts (SMoE). Think of it like a giant hospital where, for every patient, only a few specific doctors are called in to help, while the rest take a break. This saves energy and money, but it creates a new problem: How do we combine the knowledge of all these doctors into one single, super-doctor when we need to deploy the model?

Currently, most AI teams just take a "simple average" of all the doctors' advice. It's like asking ten chefs to write down their secret recipes, mixing the ingredients in a giant pot, and hoping the result tastes good. Often, it doesn't. Some chefs might be great at soup but terrible at dessert, and averaging them out ruins both.

This paper introduces a new way to mix these experts called NAMEx (Nash Merging of Experts). Here is how it works, using simple analogies:

1. The Problem: The "Average" is a Bad Compromise

The authors argue that simply averaging experts is like a bad negotiation. If one expert says "Add salt" and another says "Add sugar," a simple average might give you "Add a little bit of both," which results in salty-sweet soup. Nobody wins.

2. The Solution: A Game of "Fair Negotiation"

Instead of averaging, the authors treat the experts as players in a game (specifically, a "Nash Bargaining" game).

  • The Players: Each expert is a player with their own unique "utility" (what they are good at).
  • The Goal: They need to agree on a single set of instructions (the merged model) that makes everyone as happy as possible without anyone feeling like they are being forced to do something they are terrible at.
  • The Result: The system finds a "Pareto optimal" point. Imagine a group of friends deciding where to eat. A simple average might pick a place that is "okay" for everyone but great for no one. The Nash Bargaining solution finds a restaurant where everyone is genuinely happy because their specific needs were respected.

In the paper, they mathematically prove that this "fair negotiation" leads to a better final model than just averaging.

3. The Speed Boost: "Complex Momentum"

There was a previous method (called EP-CAMEx) that tried to do something similar, but it was slow to learn, like a student who keeps re-reading the same page without understanding.

The authors added Complex Momentum to NAMEx.

  • The Analogy: Imagine pushing a heavy shopping cart.
    • Standard Momentum: You push it forward, and it keeps rolling a bit.
    • Complex Momentum: Imagine the cart is on a track that allows it to move not just forward/backward, but also "sideways" in a complex, spiraling way. This helps the cart navigate tricky corners (conflicts between experts) much faster and more smoothly without getting stuck.
  • The Claim: This mathematical trick helps the experts "agree" on the final model much faster and more stably, especially when the experts have very different or even conflicting ideas.

4. What They Tested (The Results)

The team tested this new "Negotiation Team" on several real-world tasks:

  • Language: Making the AI write better text (WikiText-103).
  • Understanding: Answering questions and understanding sentences (GLUE benchmarks).
  • Vision: Recognizing objects in pictures (ImageNet), even when the pictures are blurry, artistic, or weird (corrupted data).
  • Big Models: They tried it on massive, real-world AI systems like DeepSeek-MoE and Qwen1.5-MoE (models with billions of parameters).

The Outcome:
In almost every test, the "Negotiation Team" (NAMEx) beat the "Simple Average Team" and the "Old Slow Team." It was better at writing, understanding, and recognizing pictures. Even when the pictures were messy or the questions were hard, NAMEx held its ground better than the others.

Summary

The paper proposes that instead of blindly mixing AI experts together, we should let them negotiate using game theory. By treating the merging process as a fair bargaining game and adding a special "complex momentum" to speed things up, they created a method that builds stronger, more robust AI models that perform better across language, vision, and large-scale tasks.

Note: The paper focuses entirely on the mathematical method of merging these AI models and testing their performance on standard benchmarks. It does not claim to have medical applications, clinical uses, or specific future implications beyond improving how these AI systems are built and merged.

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 →