paper-with-me

Papers

BID-LoRA: A Parameter-Efficient Framework for Continual Learning and Unlearning

2026-04-14 · Jagadeesh Rachapudi, Ritali Vatsi, Praful Hambarde, Amit Shukla arxiv

Recent advances in deep learning underscore the need for systems that can not only acquire new knowledge through Continual Learning (CL) but also remove outdated, sensitive, or private information through Machine Unlearning (MU). However, while CL methods are well-developed, MU techniques remain in early stages, creating a critical gap for unified frameworks that depend on both capabilities. We find that naively combining existing CL and MU approaches results in knowledge leakage a gradual degradation of foundational knowledge across repeated adaptation cycles. To address this, we formalize Continual Learning Unlearning (CLU) as a unified paradigm with three key goals: (i) precise deletion of unwanted knowledge, (ii) efficient integration of new knowledge while preserving prior information, and (iii) minimizing knowledge leakage across cycles. We propose Bi-Directional Low-Rank Adaptation (BID-LoRA), a novel framework featuring three dedicated adapter pathways-retain, new, and unlearn applied to attention layers, combined with escape unlearning that pushes forget-class embeddings to positions maximally distant from retained knowledge, updating only 5% of parameters. Experiments on CIFAR-100 show that BID-LoRA outperforms CLU baselines across multiple adaptation cycles. We further evaluate on CASIA-Face100, a curated face recognition subset, demonstrating practical applicability to real-world identity management systems where new users must be enrolled and withdrawn users removed.

📄 PDF Abstract BibTeX arXiv:2604.12686

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFace Recognition

Similar Papers 제목 키워드 기반

On Large Language Model Continual Unlearning

2024-07-14 · Chongyang Gao, Lixu Wang, Kaize Ding, Chenkai Weng 외

While large language models have demonstrated impressive performance across various domains and tasks, their security issues have become increasingly severe. Machine unlearning has emerged as a representative approach fo…

DisentanglementLanguage ModelingLanguage ModellingLarge Language Model+2

Orthogonal Subspace Projection for Continual Machine Unlearning via SVD-Based LoRA

2026-04-14 · Yogachandran Rahulamathavan, Nasir Iqbal, Juncheng Hu, Sangarapillai Lambotharan arxiv

Continual machine unlearning aims to remove the influence of data that should no longer be retained, while preserving the usefulness of the model on everything else. This setting becomes especially difficult when deletio…

An Unlearning Framework for Continual Learning

2025-09-22 · Sayanta Adhikari, Vishnuprasadh Kumaravelu, P. K. Srijith arxiv

Growing concerns surrounding AI safety and data privacy have driven the development of Machine Unlearning as a potential solution. However, current machine unlearning algorithms are designed to complement the offline tra…

Continual Learning

ICCU: In-Context Continual Unlearning via Pattern-Induced Refusal Rules

2026-05-26 · Ruihao Pan, Suhang Wang arxiv

Machine unlearning aims to remove the influence of specific data from trained language models. In real-world deployments, unlearning requests often arrive sequentially, which challenges existing fine-tuning-based methods…

Continual Unlearning for Text-to-Image Diffusion Models: A Regularization Perspective

2025-11-11 · Justin Lee, Zheda Mai, Jinsu Yoo, Chongyu Fan 외 arxiv

Machine unlearning--the ability to remove designated concepts from a pre-trained model--has advanced rapidly, particularly for text-to-image diffusion models. However, existing methods typically assume that unlearning re…

Text-to-Image Generation