paper-with-me

홈 › Papers

PACT: Preserving Anchored Cores in Task-vectors for Model Merging

2026-06-17 · Ningyuan Shi, Zhipeng Zhou, Hao Wang, Chunyan Miao, Peilin Zhao arxiv

Model merging has emerged as a training-free alternative to multi-task learning, aiming to combine multiple task-specific fine-tuned models into a single multi-task model. Most existing model merging approaches follow the Task Arithmetic paradigm, which decomposes fine-tuned weights into pre-trained parameters and task vectors, and performs merging exclusively in the task-vector space. The effectiveness of this paradigm implicitly relies on the assumption that task-specific knowledge is encoded solely within task vectors. We argue that this assumption generally does not hold due to the intrinsic task preferences of pre-trained models. Specifically, we identify \textbf{Load-Bearing Wall (LBW) dimensions}, namely some task-critical knowledge that remains embedded in the pre-trained weights rather than being fully transferred into task vectors. We characterize LBW dimensions from both scalar-weight and subspace perspectives, thereby covering the major paradigms of existing model merging methods. Our analysis reveals that, by ignoring LBW dimensions, task-vector-based approaches fail to fully resolve task conflicts and may inadvertently damage task-specific knowledge encoded in the pre-trained model, leading to degradation. To address this issue, we propose PACT, which preserves the anchored task-specific cores (i.e., LBW dimensions) within task vectors by aligning their orthogonal complements with the subspace of the pre-trained weights. These aligned subspace components are then removed from the task vectors before applying existing model merging algorithms. Furthermore, we develop an efficient variant based on randomized SVD to improve scalability. PACT can be seamlessly integrated with existing methods. Extensive experiments across multiple benchmarks demonstrate that PACT consistently enhances mainstream model merging approaches and establishes new state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2606.18627

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Anchored Answers: Unravelling Positional Bias in GPT-2's Multiple-Choice Questions

2024-05-06 · Ruizhe Li, Yanjun Gao

Large Language Models (LLMs), such as the GPT-4 and LLaMA families, have demonstrated considerable success across diverse tasks, including multiple-choice questions (MCQs). However, these models exhibit a positional bias…

Decision MakingMultiple-choice

ARC: Anchored Representation Clouds for High-Resolution INR Classification

2025-03-19 · Joost Luijmes, Alexander Gielisse, Roman Knyazhitskiy, Jan van Gemert

Implicit neural representations (INRs) encode signals in neural network weights as a memory-efficient representation, decoupling sampling resolution from the associated resource costs. Current INR image classification me…

ARCAttributeimage-classificationImage Classification

Anchored Cyclic Generation: A Novel Paradigm for Long-Sequence Symbolic Music Generation

2026-04-07 · Boyu Cao, Lekai Qian, Dehan Li, Haoyu Gu 외 arxiv

Generating long sequences with structural coherence remains a fundamental challenge for autoregressive models across sequential generation tasks. In symbolic music generation, this challenge is particularly pronounced, a…

Music Generation

FIB: A Method for Evaluation of Feature Impact Balance in Multi-Dimensional Data

2022-07-10 · Xavier F. Cadet, Sara Ahmadi-Abhari, Hamed Haddadi

Errors might not have the same consequences depending on the task at hand. Nevertheless, there is limited research investigating the impact of imbalance in the contribution of different features in an error vector. There…

Model Selection

BAPO: Base-Anchored Preference Optimization for Overcoming Forgetting in Large Language Models Personalization

2024-06-30 · Gihun Lee, Minchan Jeong, Yujin Kim, Hojung Jung 외

While learning to align Large Language Models (LLMs) with human preferences has shown remarkable success, aligning these models to meet the diverse user preferences presents further challenges in preserving previous know…

Continual LearningGeneral KnowledgeKnowledge DistillationPersonalized and Emotional Conversation+1