paper-with-me

홈 › Papers

Exact Unlearning of Finetuning Data via Model Merging at Scale

2025-04-06 · Kevin Kuo, Amrith Setlur, Kartik Srinivas, aditi raghunathan, Virginia Smith

Approximate unlearning has gained popularity as an approach to efficiently update an LLM so that it behaves (roughly) as if it was not trained on a subset of data to begin with. However, existing methods are brittle in practice and can easily be attacked to reveal supposedly unlearned information. To alleviate issues with approximate unlearning, we instead propose SIFT-Masks (SIgn-Fixed Tuning-Masks), an exact unlearning method based on model merging. SIFT-Masks addresses two key limitations of standard model merging: (1) merging a large number of tasks can severely harm utility; and (2) methods that boost utility by sharing extra information across tasks make exact unlearning prohibitively expensive. SIFT-Masks solves these issues by (1) applying local masks to recover task-specific performance; and (2) constraining finetuning to align with a global sign vector as a lightweight approach to determine masks independently before merging. Across four settings where we merge up to 500 models, SIFT-Masks improves accuracy by 5-80% over naive merging and uses up to 250x less compute for exact unlearning compared to other merging baselines.

📄 PDF Abstract BibTeX arXiv:2504.04626

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Data Selection for Transfer Unlearning

2024-05-16 · Nazanin Mohammadi Sepahvand, Vincent Dumoulin, Eleni Triantafillou, Gintare Karolina Dziugaite

As deep learning models are becoming larger and data-hungrier, there are growing ethical, legal and technical concerns over use of data: in practice, agreements on data use may change over time, rendering previously-used…

Machine Unlearning

Guardrail Baselines for Unlearning in LLMs

2024-03-05 · Pratiksha Thaker, Yash Maurya, Shengyuan Hu, Zhiwei Steven Wu 외

Recent work has demonstrated that finetuning is a promising approach to 'unlearn' concepts from large language models. However, finetuning can be expensive, as it requires both generating a set of examples and running it…

Cross-Modal Attention Guided Unlearning in Vision-Language Models

2025-10-08 · Karuna Bhaila, Aneesh Komanduri, Minh-Hao Van, Xintao Wu arxiv

Vision-Language Models (VLMs) have demonstrated immense capabilities in multi-modal understanding and inference tasks such as Visual Question Answering (VQA), which requires models to infer outputs based on visual and te…

Visual Question Answering

Towards Irreversible Machine Unlearning for Diffusion Models

2025-12-03 · Xun Yuan, Zilong Zhao, Jiayu Li, Aryan Pasikhani 외 arxiv

Diffusion models are renowned for their state-of-the-art performance in generating synthetic images. However, concerns related to safety, privacy, and copyright highlight the need for machine unlearning, which can make d…

Rectifying Privacy and Efficacy Measurements in Machine Unlearning: A New Inference Attack Perspective

2025-06-16 · Nima Naderloui, Shenao Yan, Binghui Wang, Jie Fu 외

Machine unlearning focuses on efficiently removing specific data from trained models, addressing privacy and compliance concerns with reasonable costs. Although exact unlearning ensures complete data removal equivalent t…

Inference AttackMachine Unlearning