CORAM Improves Model Merging with Coherent Orthogonal Rotation

Xinyi Sui, Ziran Liu, Nam Ling, Wei Wang, Wei Jiang· August 19, 2026 View original

Key takeaways

  • Traditional linear model merging methods often fail to capture the geometry of model updates.
  • CORAM introduces coherent orthogonal rotation for more effective model merging.
  • It partitions weight matrices and merges task-specific factors on their manifolds.
  • CORAM significantly outperforms previous orthogonal merging and matches strong weight-space baselines.

Who benefits

AI/ML DevelopmentSoftware EngineeringCloud ComputingRoboticsNatural Language Processing

Summary

This paper introduces CORAM, a novel model merging technique that uses coherent orthogonal rotation to combine specialized capabilities from finetuned models more effectively than linear methods. CORAM partitions weight matrices, merges task-specific factors on manifolds, and includes an amplification coefficient for improved performance across various model families and scales.

Merging finetuned models is a critical technique for combining specialized capabilities without the need for joint training or access to original data. However, most existing methods rely on linear arithmetic in Euclidean weight space, which often fails to capture the underlying geometric properties of model updates. Orthogonal Model Merging (OrthoMerge) improved upon this by using orthogonal transforms, but it couldn't alter singular values, limiting its effectiveness. This research proposes CORAM (Coherent Orthogonal Rotation for Model Merging) to overcome these limitations. CORAM partitions each target weight matrix into row slices and represents each expert slice using its singular value decomposition within the base-model SVD frame. It then merges the task-specific factors on their corresponding manifolds, preserving more of the update's geometry. To counteract the contraction that can occur during manifold averaging, CORAM introduces an amplification coefficient, lambda, estimated from expert and merged update norms. It also includes spread slicing to distribute highly updated rows and a residual pathway for non-target layers. Across diverse benchmarks involving three model families, scales from 3B to 9B, and both language and vision-language experts, CORAM consistently outperforms OrthoMerge and matches or exceeds other strong weight-space baselines.

Why it matters

For AI/ML engineers and researchers, CORAM offers a more robust and effective method for merging specialized models, enabling the creation of more versatile and capable AI systems without extensive retraining. This can significantly reduce computational costs and accelerate model deployment.

How to implement this in your domain

  1. 1Evaluate current model merging strategies for their effectiveness and limitations, especially with specialized finetuned models.
  2. 2Investigate the CORAM framework, understanding its use of orthogonal rotation and manifold merging.
  3. 3Experiment with CORAM to combine multiple finetuned models into a single, more capable model.
  4. 4Compare CORAM's performance against existing linear merging methods and OrthoMerge on your specific tasks.
  5. 5Integrate CORAM into your model deployment pipeline to create more efficient and versatile AI systems.

Original post by Xinyi Sui, Ziran Liu, Nam Ling, Wei Wang, Wei Jiang

"arXiv:2608.17366v1 Announce Type: new Abstract: Merging finetuned models combines specialized capabilities without joint training or access to the original data. Most methods operate by linear arithmetic in Euclidean weight space, which cannot carry the geometry of the update. Or…"

View on X

Originally posted by Xinyi Sui, Ziran Liu, Nam Ling, Wei Wang, Wei Jiang 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