Skip to content

naver-ai/negmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Hyoseo Kim1,2*, Dongyoon Han1, Junsuk Choe2
* Work done during an internship at NAVER AI Lab, † corresponding authors
1NAVER AI LAB, 2Sogang University

paper

Abstract

Machine unlearning aims to selectively remove specific knowledge from a model. Current methods, such as task arithmetic, rely on fine-tuning models on the forget set, generating a task vector, and subtracting it from the original model. However, we argue the effectiveness of this approach is highly sensitive to hyperparameter selection, necessitating careful validation to identify the best model among many fine-tuned candidates. In this paper, we propose a novel method that leverages all given fine-tuned models rather than selecting a single one. By constructing task vectors from models trained with varied hyperparameters and merging only the components of the task vectors with consistent signs, we perform unlearning by negating the merged task vector from the original model. Given that existing methods also utilize multiple fine-tuned models, our approach delivers more effective unlearning without incurring additional computational costs. We demonstrate the effectiveness of our method on both vision-language models and standard image classification models, showing improved unlearning performance with minimal degradation on the retain set, outperforming state-of-the-art techniques.

Our Motivation: Hyperparameter Sensitivity in Fine-Tuned Models for Unlearning

  • (a) shows performance comparisons with competing methods (+ fine-tuned models alone) in task negation;

  • (b, c) illustrates detailed parameter sensitivity across various datasets (b), (c):

    image

Updates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published