ReTeX Recovers Task Experts from Merged Multi-Task Models

Jinwook Jung, Taegyu Kim, Kumju Jo, Sungyong Baik· June 26, 2026 View original

▶ The 2-minute explainer

Summary

Researchers propose ReTeX, a framework that recovers the performance of individual task experts from a single multi-task merged model by predicting and undoing parameter interference. It also includes a router-free task identifier for unknown task identities.

A novel framework called Recover Task eXpert (ReTeX) has been introduced to address the challenge of parameter interference in multi-task model merging. While merging aims to consolidate multiple task-specific models into one, static merging often leads to performance degradation due to conflicting parameters. Dynamic merging attempts to mitigate this but typically requires storing and loading redundant expert components during inference, which is resource-intensive. ReTeX conceptualizes parameter interference as an affine transformation or additive offsets applied to each expert's parameters during the merging process. The framework is designed to predict these offsets, effectively "undoing" the interference and restoring the performance of individual task experts from a single, unified merged checkpoint. A key innovation is a router-free task identifier that uses SVD subspace signatures computed offline. This allows ReTeX to select the appropriate expert even when the task identity is unknown during inference, by finding the task whose subspace yields the smallest projection residual for a given input. Experiments across vision and NLP tasks show ReTeX recovers over 95% of individual expert performance and significantly improves generalization to unseen tasks by adaptively interpolating expert knowledge.

Why it matters

This research offers a significant advancement for deploying efficient and versatile AI models, allowing a single model to perform multiple tasks with near-expert performance without the overhead of storing or loading multiple full models.

How to implement this in your domain

  1. 1Evaluate ReTeX for consolidating multiple specialized models into a single, efficient deployment for diverse AI applications.
  2. 2Implement the router-free task identifier to enable dynamic expert recovery in multi-task inference scenarios.
  3. 3Explore applying ReTeX's parameter offset prediction mechanism to improve model adaptation for out-of-distribution tasks.
  4. 4Investigate the potential of ReTeX to reduce computational overhead and storage requirements in large-scale AI systems.

Who benefits

AI DevelopmentCloud ComputingEdge AISoftware Engineering

Key takeaways

  • ReTeX recovers individual expert performance from a single multi-task merged model.
  • It models parameter interference as additive offsets that can be predicted and undone.
  • A router-free task identifier enables expert selection for unknown task identities.
  • ReTeX significantly improves generalization to unseen tasks by adaptive knowledge interpolation.

Original post by Jinwook Jung, Taegyu Kim, Kumju Jo, Sungyong Baik

"arXiv:2606.26902v1 Announce Type: new Abstract: Multi-task model merging aims to consolidate several task-specific experts into a unified model, yet static merging consistently suffers from parameter interference. While dynamic merging models aim to bridge this gap, many works re…"

View on X

Originally posted by Jinwook Jung, Taegyu Kim, Kumju Jo, Sungyong Baik on X · view source

Want to go deeper?

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

Explore courses