Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SSR-Merge: Subspace Signal Routing for Training-Free LoRA Merging in Diffusion Models

About

Low-Rank Adaptation (LoRA) merging can efficiently combine diverse generative capabilities from multiple trained LoRAs for a diffusion model. However, existing LoRA merging techniques often suffer from severe parameter interference, causing destructive collisions in the shared parameter space. To address this, we propose Subspace Signal Routing (SSR), which resolves interference by routing internal signals instead of performing parameter-space merge. Specifically, SSR first constructs a unified subspace by concatenating candidate LoRAs along the rank dimension. Next, SSR employs an inverse correlation matrix to decorrelate mixed signals within this space. Finally, a directional guide matrix steers these purified signals into their respective task-specific subspaces. We provide a rigorous theoretical analysis proving that SSR aligns with the Ordinary Least Squares (OLS) solution, thereby ensuring mathematical optimality. We utilize the additivity of sufficient statistics to design a streaming algorithm. This enables on-the-fly updates that significantly reduce memory overhead and computation time. Extensive experiments validate that SSR significantly outperforms state-of-the-art methods while maintaining comparable efficiency. Code is available at https://github.com/nagara214/SSR-Merge.

Zhengxuan Wei, Yi Dong, Zonghui Li, Xianhui Lin, Xing Liu, Hong Gu, Shaofeng Zhang, Wenbin Li, Qi Fan• 2026

Related benchmarks

TaskDatasetResultRank
Natural Language UnderstandingGLUE
Average Score (GLUE)80.9
76
Single-task capability preservationFLUX.1 (dev)
DINO Score0.7342
32
Single-task capability preservationQwen-Image
DINO Score76.26
24
LoRA MergingFLUX.1 (dev)
Wall-clock Time (s)9.5
12
Multi-task GenerationFLUX.1 dev (test)
DINO Score57.04
5
Facial EditingFacial editing benchmark (test)
ArcFace Score0.961
4
Showing 6 of 6 rows

Other info

Follow for update