paper-with-me

Papers

Task Arithmetic in Trust Region: A Training-Free Model Merging Approach to Navigate Knowledge Conflicts

2025-01-25 · Wenju Sun, Qingyong Li, Wen Wang, Yangli-ao Geng, Boyang Li

Multi-task model merging offers an efficient solution for integrating knowledge from multiple fine-tuned models, mitigating the significant computational and storage demands associated with multi-task training. As a key technique in this field, Task Arithmetic (TA) defines task vectors by subtracting the pre-trained model ($\theta_{\text{pre}}$) from the fine-tuned task models in parameter space, then adjusting the weight between these task vectors and $\theta_{\text{pre}}$ to balance task-generalized and task-specific knowledge. Despite the promising performance of TA, conflicts can arise among the task vectors, particularly when different tasks require distinct model adaptations. In this paper, we formally define this issue as knowledge conflicts, characterized by the performance degradation of one task after merging with a model fine-tuned for another task. Through in-depth analysis, we show that these conflicts stem primarily from the components of task vectors that align with the gradient of task-specific losses at $\theta_{\text{pre}}$. To address this, we propose Task Arithmetic in Trust Region (TATR), which defines the trust region as dimensions in the model parameter space that cause only small changes (corresponding to the task vector components with gradient orthogonal direction) in the task-specific losses. Restricting parameter merging within this trust region, TATR can effectively alleviate knowledge conflicts. Moreover, TATR serves as both an independent approach and a plug-and-play module compatible with a wide range of TA-based methods. Extensive empirical evaluations on eight distinct datasets robustly demonstrate that TATR improves the multi-task performance of several TA-based model merging methods by an observable margin.

📄 PDF Abstract BibTeX arXiv:2501.15065

Code (0)

등록된 구현이 없습니다.

Tasks

NavigateTask Arithmetic

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A Control Architecture for Training-Free Memory Use

2026-04-20 · Yanzhen Lu, Muchen Jiang, Zhicheng Qian, Xingyu Zhou arxiv

Prompt-injected memory can improve reasoning without updating model weights, but it also creates a control problem: retrieved content helps only when it is applied in the right state. We study this problem in a strict tr…

Trust-Region-Free Policy Optimization for Stochastic Policies

2023-02-15 · Mingfei Sun, Benjamin Ellis, Anuj Mahajan, Sam Devlin 외

Trust Region Policy Optimization (TRPO) is an iterative method that simultaneously maximizes a surrogate objective and enforces a trust region constraint over consecutive policies in each iteration. The combination of th…

Inversion-based Latent Bayesian Optimization

2024-11-08 · Jaewon Chu, Jinyoung Park, Seunghun Lee, Hyunwoo J. Kim

Latent Bayesian optimization (LBO) approaches have successfully adopted Bayesian optimization over a continuous latent space by employing an encoder-decoder architecture to address the challenge of optimization in a high…

Bayesian OptimizationDecoder

Trust Region-Guided Proximal Policy Optimization

2019-01-29 · NeurIPS 2019 12 · Yuhui Wang, Hao He, Xiaoyang Tan, Yaozhong Gan

Proximal policy optimization (PPO) is one of the most popular deep reinforcement learning (RL) methods, achieving state-of-the-art performance across a wide range of challenging tasks. However, as a model-free RL method,…

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

No Train but Gain: Language Arithmetic for training-free Language Adapters enhancement

2024-04-24 · Mateusz Klimaszewski, Piotr Andruszkiewicz, Alexandra Birch

Modular deep learning is the state-of-the-art solution for lifting the curse of multilinguality, preventing the impact of negative interference and enabling cross-lingual performance in Multilingual Pre-trained Language …

Task ArithmeticTransfer Learning