← Latest papers
💬 NLP

InfiGFusion: Graph-on-Logits Distillation via Efficient Gromov-Wasserstein for Model Fusion

InfiGFusion introduces a novel structure-aware model fusion framework that employs Graph-on-Logits Distillation with an efficient, closed-form Gromov-Wasserstein approximation to capture semantic dependencies between vocabulary channels, thereby significantly outperforming existing baselines in complex reasoning tasks.

Original authors: Yuanyi Wang, Zhaoyi Yan, Yiming Zhang, Qi Zhou, Yanggan Gu, Fei Wu, Hongxia Yang

Published 2026-05-25
📖 4 min read☕ Coffee break read

Original authors: Yuanyi Wang, Zhaoyi Yan, Yiming Zhang, Qi Zhou, Yanggan Gu, Fei Wu, Hongxia Yang

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 three different expert chefs. One is a master of Italian pasta, another is a wizard with spicy Indian curries, and the third is a genius at baking French pastries. You want to create a single "Super Chef" who can cook all three cuisines perfectly without needing to hire three separate people.

This is the challenge of Model Fusion in Artificial Intelligence. The paper introduces a new method called InfiGFusion to solve this problem, specifically for Large Language Models (LLMs) like the ones that power chatbots.

Here is how the paper explains their solution, using simple analogies:

1. The Problem: The "Solo" Approach vs. The "Team" Approach

Most current methods for combining AI models are like asking the Super Chef to look at the ingredients for a pasta dish, then look at the ingredients for a curry, and decide on a flavor one ingredient at a time.

  • The Flaw: This ignores how ingredients interact. In a real recipe, garlic and lemon work together to create a specific taste. If you treat them as separate items, you miss the "flavor profile" or the semantic dependency.
  • The Paper's View: Existing methods look at the AI's "thoughts" (called logits) word-by-word. They say, "The AI thinks 'cat' is likely, and 'dog' is likely," but they don't understand that the AI sees a relationship between "cat" and "dog" as "animals." They miss the structure of the thinking.

2. The Solution: Drawing a Map of Thoughts (Graph-on-Logits)

InfiGFusion changes the game by not looking at words individually, but by looking at how they connect.

  • The Analogy: Imagine the AI's thoughts aren't just a list of words, but a social network.
    • Nodes (People): Each possible word the AI could say is a person.
    • Edges (Friendships): If the AI often thinks about "fire" and "smoke" together, there is a strong friendship line between them.
  • The Innovation: Instead of just comparing the list of words the AI predicts, InfiGFusion compares the entire map of friendships. It asks: "Does the Super Chef's map of how 'fire' relates to 'smoke' look like the map from the Italian Chef and the Indian Chef?"

3. The Secret Sauce: The "Gromov-Wasserstein" Distance (The Shape Matcher)

To compare these complex maps, the authors use a mathematical tool called Gromov-Wasserstein (GW) distance.

  • The Analogy: Imagine you have two different shapes made of clay. One is a cube, one is a sphere. You want to know how similar they are.
    • Old Way: You measure the height, width, and depth of every single point. This is slow and messy.
    • GW Way: You look at the shape of the object. Does the cube have corners? Does the sphere have curves? You compare the relationships between the points, not just the points themselves.
  • The Problem with GW: Usually, this "shape matching" is incredibly slow and computationally expensive (like trying to solve a puzzle with a billion pieces). It would take too long to train the AI.

4. The Breakthrough: The "Sorting" Shortcut

The paper's biggest technical achievement is a new way to do this shape matching fast.

  • The Analogy: Instead of trying to match every single person in the social network one by one, they realized they could just rank everyone by how popular they are (how many connections they have).
    • If the "Super Chef" has a "Fire" person who is the 5th most popular, and the "Source Chef" also has a "Fire" person who is the 5th most popular, they match them!
  • The Result: This "sorting" trick turns a task that used to take forever (O(n⁴)) into a task that is almost instant (O(n log n)). It's like turning a 10-hour hike into a 10-minute bike ride.

5. The Results: Better at "Thinking"

The authors tested this new "Super Chef" on 11 different challenges, including math, coding, and logic puzzles.

  • The Outcome: InfiGFusion was significantly better at complex reasoning than previous methods.
    • Example: On a "Multi-step Arithmetic" test (solving a math problem that requires several steps), it improved by 35.6 points.
    • Example: On "Causal Judgement" (figuring out if A caused B), it improved by 37 points.
  • Why? Because it preserved the relationships between ideas. It didn't just memorize the answer; it learned the logic of how the source models reasoned.

Summary

InfiGFusion is a new way to combine AI models. Instead of just copying the answers word-for-word, it copies the structure of the thinking. It treats the AI's predictions like a map of connections and uses a clever "sorting" trick to align these maps quickly. The result is a fused AI that is much smarter at solving complex, multi-step problems than models that only look at words in isolation.

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 →