OrthoFuse: Training-free Riemannian Fusion of Orthogonal Style-Concept Adapters for Diffusion Models

arXiv cs.LG / 4/8/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • OrthoFuse proposes a training-free method to merge multiple orthogonally fine-tuned adapters (specifically Group-and-Shuffle orthogonal matrices) for diffusion models, addressing how to fuse concept/subject and style adapters in a single model.
  • It leverages geometric properties of structured orthogonal parametrizations to derive efficient formulas, including an approximation of geodesics between two adapter states.
  • The paper introduces a “spectra restoration” transform intended to recover spectral properties after merging, improving the quality of the fused adapter.
  • Experiments on subject-driven generation tasks show that the merged adapters can unite concept and style features from different sources, and the authors claim it is the first training-free approach for merging multiplicative orthogonal adapters.
  • Code is provided via the project repository, enabling reproducibility and faster experimentation with the proposed fusion technique.

Abstract

In a rapidly growing field of model training there is a constant practical interest in parameter-efficient fine-tuning and various techniques that use a small amount of training data to adapt the model to a narrow task. However, there is an open question: how to combine several adapters tuned for different tasks into one which is able to yield adequate results on both tasks? Specifically, merging subject and style adapters for generative models remains unresolved. In this paper we seek to show that in the case of orthogonal fine-tuning (OFT), we can use structured orthogonal parametrization and its geometric properties to get the formulas for training-free adapter merging. In particular, we derive the structure of the manifold formed by the recently proposed Group-and-Shuffle (\mathcal{GS}) orthogonal matrices, and obtain efficient formulas for the geodesics approximation between two points. Additionally, we propose a \text{spectra restoration} transform that restores spectral properties of the merged adapter for higher-quality fusion. We conduct experiments in subject-driven generation tasks showing that our technique to merge two \mathcal{GS} orthogonal matrices is capable of uniting concept and style features of different adapters. To the best of our knowledge, this is the first training-free method for merging multiplicative orthogonal adapters. Code is available via the \href{https://github.com/ControlGenAI/OrthoFuse}{link}.