paper-with-me

홈 › Papers

Purifying Task Vectors in Knowledge-Aware Subspace for Model Merging

2025-10-16 · Bang An, Yibo Yang, Philip Torr, Bernard Ghanem arxiv

Model merging aims to integrate task-specific abilities from individually fine-tuned models into a single model without extra training. In recent model merging methods, task vector has become a fundamental building block, as it can encapsulate the residual information from finetuning. However, the merged model often suffers from notable performance degradation due to the conflicts caused by task-irrelevant redundancy in task vectors. Existing efforts in overcoming redundancy by randomly dropping elements in the parameter space involves randomness and lacks knowledge awareness. To address these challenges, in this study, we propose Purifying TAsk Vectors (PAVE) in knowledge-aware subspace. Concretely, we sample some training examples from each task, and feed them into their corresponding fine-tuned models to acquire the covariance matrices before linear layers. We then perform a context-oriented singular value decomposition, which accentuates the weight components most relevant to the target knowledge. As a result, we can split fine-tuned model weights into task-relevant and redundant components in the knowledge-aware subspace, and purify the task vector by pruning the redundant components. To induce fair pruning efforts across models, we further introduce a spectral rank allocation strategy by optimizing a normalized activated pruning error. The task vector purification by our method as a plug-and-play scheme is applicable across various task vector-based merging methods to improve their performance. In experiments, we demonstrate the effectiveness of PAVE across a diverse set of merging methods, tasks, and model architectures.

📄 PDF Abstract BibTeX arXiv:2510.14697

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SUIT: Knowledge Editing with Subspace-Aware Key-Value Mappings

2025-09-29 · Haewon Park, Sangwoo Kim, Yohan Jo arxiv

Knowledge editing aims to efficiently correct factual errors in language models. Widely used locate-then-edit methods update an MLP layer by adjusting its weights to change the mapping between the layer's input vector (k…

knowledge editing

Model Merging on Loss Landscape: A Geometry Perspective

2026-05-26 · Juanwu Lu, Anand Bhaskar, Brian Axelrod, Ekaterina Tolstaya 외 arxiv

Model merging offers a promising avenue for knowledge integration and parallel development without retraining. Yet, existing methods either ignore the geometry of the loss landscape or rely on intractable full-space Hess…

Image Classification

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

2026-06-17 · Ningyuan Shi, Zhipeng Zhou, Hao Wang, Chunyan Miao 외 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 th…

Multi-Task Learning

PLAN: Proactive Low-Rank Allocation for Continual Learning

2025-10-24 · Xiequn Wang, Zhan Zhuang, Yu Zhang arxiv

Continual learning (CL) requires models to continuously adapt to new tasks without forgetting past knowledge. In this work, we propose \underline{P}roactive \underline{L}ow-rank \underline{A}llocatio\underline{N} (PLAN),…

Continual Learning

Diffusion Theory as a Scalpel: Detecting and Purifying Poisonous Dimensions in Pre-trained Language Models Caused by Backdoor or Bias

2023-05-08 · Zhiyuan Zhang, Deli Chen, Hao Zhou, Fandong Meng 외

Pre-trained Language Models (PLMs) may be poisonous with backdoors or bias injected by the suspicious attacker during the fine-tuning process. A core challenge of purifying potentially poisonous PLMs is precisely finding…