paper-with-me

홈 › Papers

CORAM: Coherent Orthogonal Rotation for Model Merging

2026-08-18 · Xinyi Sui, Ziran Liu, Nam Ling, Wei Wang, Wei Jiang arxiv

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. Orthogonal Model Merging (OrthoMerge) uses a single orthogonal transform for each weight matrix, but such a transform cannot change singular values. We propose CORAM, which partitions each target matrix into row slices, represents every expert slice by its singular value decomposition in the corresponding base-model SVD frame, and merges the task-specific factors on their corresponding manifolds. Because manifold averaging contracts the merged update, CORAM applies an amplification coefficient $λ=κ\hat{c}$. The scale c_hat is estimated from the expert and merged update norms and is approximately $\sqrt{N}$ for $N$ experts with comparable update magnitudes. The restoration strength kappa is selected from the dispersion of expert updates without evaluating candidate merged models. This rule remains within 0.72 points of the best swept value on all evaluated suites. CORAM also includes spread slicing to distribute highly updated rows across slices and a residual pathway for non-target layers. Across four suites covering three model families, 3B to 9B scales, and language and vision-language experts, CORAM improves over OrthoMerge by 0.25 to 1.35 points and matches or exceeds the strongest weight-space baselines.

📄 PDF Abstract BibTeX arXiv:2608.17366

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CORA: Per-Slice Coherent Orthogonal Rotation for SVD-based Low-Rank Adaptation

2026-06-30 · Pengcheng Wang, Ziran Liu, Wei Wang, Wei Jiang arxiv

Parameter-Efficient Fine-Tuning (PEFT) commonly adapts pretrained weights through low-rank updates, and recent methods further exploit the singular value decomposition (SVD) of the base weight for initialization or subsp…

parameter-efficient fine-tuningCode Generation

Why Do Accumulated Transformations Extrapolate?

2026-06-23 · Mahesh Godavarti arxiv

PaTH Attention showed that replacing RoPE's position-indexed rotations with accumulated data-dependent Householder reflections yields strong length extrapolation, though performance degrades at extreme context lengths. W…

Learning Unorthogonalized Matrices for Rotation Estimation

2023-12-01 · Kerui Gu, Zhihao LI, Shiyong Liu, Jianzhuang Liu 외

Estimating 3D rotations is a common procedure for 3D computer vision. The accuracy depends heavily on the rotation representation. One form of representation -- rotation matrices -- is popular due to its continuity, espe…

3D Human Pose EstimationPose Estimation

SaccadeNet: A Fast and Accurate Object Detector

2020-03-26 · CVPR 2020 6 · Shiyi Lan, Zhou Ren, Yi Wu, Larry S. Davis 외

Object detection is an essential step towards holistic scene understanding. Most existing object detection algorithms attend to certain object areas once and then predict the object locations. However, neuroscientists ha…

Objectobject-detectionObject DetectionScene Understanding

An Analysis of SVD for Deep Rotation Estimation

2020-06-25 · NeurIPS 2020 12 · Jake Levinson, Carlos Esteves, Kefan Chen, Noah Snavely 외

Symmetric orthogonalization via SVD, and closely related procedures, are well-known techniques for projecting matrices onto $O(n)$ or $SO(n)$. These tools have long been used for applications in computer vision, for exam…

3D Pose Estimation3D Rotation EstimationPose Estimation