paper-with-me

Papers

Efficient Model Editing with Task Vector Bases: A Theoretical Framework and Scalable Approach

2025-02-03 · Siqi Zeng, Yifei He, Weiqiu You, Yifan Hao, Yao-Hung Hubert Tsai, Makoto Yamada, Han Zhao

Task vectors, which are derived from the difference between pre-trained and fine-tuned model weights, enable flexible task adaptation and model merging through arithmetic operations such as addition and negation. However, existing approaches often rely on heuristics with limited theoretical support, often leading to performance gaps comparing to direct task fine tuning. Meanwhile, although it is easy to manipulate saved task vectors with arithmetic for different purposes, such compositional flexibility demands high memory usage, especially when dealing with a huge number of tasks, limiting scalability. This work addresses these issues with a theoretically grounded framework that explains task vector arithmetic and introduces the task vector bases framework. Building upon existing task arithmetic literature, our method significantly reduces the memory cost for downstream arithmetic with little effort, while achieving competitive performance and maintaining compositional advantage, providing a practical solution for large-scale task arithmetic.

📄 PDF Abstract BibTeX arXiv:2502.01015

Code (1)

uiuctml/TaskVectorBasis 공식 구현 pytorch

Tasks

Model EditingNegationTask Arithmetic

Similar Papers 제목 키워드 기반

When is Task Vector Provably Effective for Model Editing? A Generalization Analysis of Nonlinear Transformers

2025-04-15 · Hongkang Li, Yihua Zhang, Shuai Zhang, Meng Wang 외

Task arithmetic refers to editing the pre-trained model by adding a weighted sum of task vectors, each of which is the weight update from the pre-trained model to fine-tuned models for certain tasks. This approach recent…

Binary ClassificationDomain GeneralizationLarge Language ModelMachine Unlearning+4

When Test-Time Guidance Is Enough: Fast Image and Video Editing with Diffusion Guidance

2026-02-15 · Ahmed Ghorbel, Badr Moufad, Navid Bagheri Shouraki, Alain Oliviero Durmus 외 arxiv

Text-driven image and video editing can be naturally cast as inpainting problems, where masked regions are reconstructed to remain consistent with both the observed content and the editing prompt. Recent advances in test…

Knowledge Base Embeddings: Semantics and Theoretical Properties

2024-08-09 · Camille Bourgaux, Ricardo Guimarães, Raoul Koudijs, Victor Lacerda 외

Research on knowledge graph embeddings has recently evolved into knowledge base embeddings, where the goal is not only to map facts into vector spaces but also constrain the models so that they take into account the rele…

Knowledge Graph Embeddings

Trading Vector Data in Vector Databases

2025-11-10 · Jin Cheng, Xiangxiang Dai, Ningning Ding, John C. S. Lui 외 arxiv

Vector data trading is essential for cross-domain learning with vector databases, yet it remains largely unexplored. We study this problem under online learning, where sellers face uncertain retrieval costs and buyers pr…

LANGSAE EDITING: Improving Multilingual Information Retrieval via Post-hoc Language Identity Removal

2026-01-08 · Dongjun Kim, Jeongho Yoon, Chanjun Park, Heuiseok Lim arxiv

Dense retrieval in multilingual settings often searches over mixed-language collections, yet multilingual embeddings encode language identity alongside semantics. This language signal can inflate similarity for same-lang…

Information Retrieval