New Merging Method Improves Multi-Task AI Model Performance

Yihang Zhang, Shengke Sun, Junjie Wen, Feng Zeng· August 27, 2026 View original

Key takeaways

  • Task interference in model merging can be mitigated by high-dimensional sparse disentanglement.
  • Sparse Autoencoders help isolate task-specific features for better fusion.
  • A lightweight optimizer can identify critical layers for selective and efficient merging.
  • The method significantly outperforms existing baselines in multi-task performance.

Who benefits

Software DevelopmentAI/ML PlatformsCloud ComputingResearch & Development

Summary

This paper introduces a sparse-representation-based framework for merging multi-task models, using Sparse Autoencoders to disentangle task-specific features in a high-dimensional space. The method, which also includes a lightweight optimizer for selective merging, significantly outperforms existing baselines across various tasks on Qwen2.5 models.

Building generalist AI models from multiple specialized models often leads to performance degradation due to "task interference," where different task features become entangled within the model's parameters. This research proposes a novel merging framework designed to overcome this issue. It utilizes Sparse Autoencoders (SAEs) to project task vectors into a high-dimensional, sparse feature space, allowing for better disentanglement of task-specific components before they are combined. To enhance efficiency, the framework also incorporates a lightweight optimizer, Group-Ranked Zeroth-Order Optimizer (GR-ZOO), which identifies and targets only the most critical layers for merging. Extensive experiments on Qwen2.5-1.5B and Qwen2.5-7B models demonstrated that this approach consistently surpassed leading baseline methods across diverse tasks like mathematical reasoning, code generation, and instruction following, particularly excelling in scenarios with high task conflict.

Why it matters

For professionals building or deploying multi-task AI models, this method offers a way to improve performance and reduce interference without extensive retraining, leading to more robust and versatile AI applications.

How to implement this in your domain

  1. 1Evaluate the proposed sparse-representation merging framework for existing multi-task model development.
  2. 2Experiment with Sparse Autoencoders to disentangle task-specific features in your model architectures.
  3. 3Implement the Group-Ranked Zeroth-Order Optimizer for selective and efficient model merging.
  4. 4Compare the performance of this method against current model merging strategies on your specific multi-task benchmarks.

Original post by Yihang Zhang, Shengke Sun, Junjie Wen, Feng Zeng

"arXiv:2608.25354v1 Announce Type: new Abstract: Model merging provides an efficient way to construct multi-task generalist models without additional training, but its performance often degrades under severe task interference. Task interference in model merging primarily stems fro…"

View on X

Originally posted by Yihang Zhang, Shengke Sun, Junjie Wen, Feng Zeng on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools