LGFeb 5

Orthogonal Model Merging

arXiv:2602.05943v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses the challenge of integrating diverse capabilities into unified LLMs for AI practitioners, though it is incremental as it builds on existing finetuning and merging techniques.

The paper tackles the problem of merging finetuned Large Language Models (LLMs) by proposing Orthogonal Model Merging (OrthoMerge), a method that preserves geometric properties of weights through operations on a Riemannian manifold, resulting in effective mitigation of catastrophic forgetting and maintained performance across diverse tasks.

Merging finetuned Large Language Models (LLMs) has become increasingly important for integrating diverse capabilities into a single unified model. However, prevailing model merging methods rely on linear arithmetic in Euclidean space, which often destroys the intrinsic geometric properties of pretrained weights, such as hyperspherical energy. To address this, we propose Orthogonal Model Merging (OrthoMerge), a method that performs merging operations on the Riemannian manifold formed by the orthogonal group to preserve the geometric structure of the model's weights. By mapping task-specific orthogonal matrices learned by Orthogonal Finetuning (OFT) to the Lie algebra, OrthoMerge enables a principled yet efficient integration that takes into account both the direction and intensity of adaptations. In addition to directly leveraging orthogonal matrices obtained by OFT, we further extend this approach to general models finetuned with non-OFT methods (i.e., low-rank finetuning, full finetuning) via an Orthogonal-Residual Decoupling strategy. This technique extracts the orthogonal components of expert models by solving the orthogonal Procrustes problem, which are then merged on the manifold of the orthogonal group, while the remaining linear residuals are processed through standard additive merging. Extensive empirical results demonstrate the effectiveness of OrthoMerge in mitigating catastrophic forgetting and maintaining model performance across diverse tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes