paper-with-me

홈 › Papers

Leveraging Submodule Linearity Enhances Task Arithmetic Performance in LLMs

2025-04-15 · Rui Dai, Sile Hu, Xu Shen, Yonggang Zhang, Xinmei Tian, Jieping Ye

Task arithmetic is a straightforward yet highly effective strategy for model merging, enabling the resultant model to exhibit multi-task capabilities. Recent research indicates that models demonstrating linearity enhance the performance of task arithmetic. In contrast to existing methods that rely on the global linearization of the model, we argue that this linearity already exists within the model's submodules. In particular, we present a statistical analysis and show that submodules (e.g., layers, self-attentions, and MLPs) exhibit significantly higher linearity than the overall model. Based on these findings, we propose an innovative model merging strategy that independently merges these submodules. Especially, we derive a closed-form solution for optimal merging weights grounded in the linear properties of these submodules. Experimental results demonstrate that our method consistently outperforms the standard task arithmetic approach and other established baselines across different model scales and various tasks. This result highlights the benefits of leveraging the linearity of submodules and provides a new perspective for exploring solutions for effective and practical multi-task model merging.

📄 PDF Abstract BibTeX arXiv:2504.10902

Code (1)

deep-analysis-research/slta 공식 구현

Tasks

Task Arithmetic

Similar Papers 제목 키워드 기반

LPCD: Unified Framework from Layer-Wise to Submodule Quantization

2025-12-01 · Yuma Ichikawa, Yudai Fujimoto, Akira Sakai arxiv

Post-training quantization (PTQ) aims to preserve model-level behavior; however, most methods focus on individual linear layers. Even recent extensions, such as QEP and LoaQ, which mitigate error propagation or target sp…

Integrating Arithmetic Learning Improves Mathematical Reasoning in Smaller Models

2025-02-18 · Neeraj Gangwar, Suma P Bhat, Nickvash Kani

While large models pre-trained on high-quality data exhibit excellent performance across various reasoning tasks, including mathematical reasoning (e.g. GSM8k, MultiArith), specializing smaller models to excel at mathema…

Data AugmentationGSM8KInstruction FollowingKnowledge Distillation+1

CLEAR-NeRF: Collinearity and Local-region Enhanced Accurate 3D Reconstruction in Unbounded Scenes

2026-05-27 · Vladislav Polianskii, Elijs Dima, Isabel Salmerón Marazuela, Gergő László Nagy 외 arxiv

Many real-world 3D reconstruction applications demand photorealism and metric accuracy across unbounded, complex scenes with challenging lighting and imperfect captures that current Neural Radiance Field (NeRF) pipelines…

3D Reconstruction

Mixture of Submodules for Domain Adaptive Person Search

2025-01-01 · CVPR 2025 1 · Minsu Kim, Seungryong Kim, Kwanghoon Sohn

Existing technique on domain adaptive person search commonly utilizes the unified framework for jointly localizing and identifying the person across domains. This framework, however, inevitably results in the gradien…

Human DetectionPerson Re-IdentificationPerson SearchTransfer Learning

From Parameters to Feature Space: Task Arithmetic for Backdoor Mitigation in Model Merging

2026-06-10 · Zhenqian Zhu, Yamin Hu, Yiya Diao, Weixiang Li 외 arxiv

Model merging (MM) has gained significant attention as a cost-effective approach to integrate multiple task-specific models into a unified model. However, recent work reveals that MM is highly susceptible to backdoor att…

parameter-efficient fine-tuning