paper-with-me

홈 › Papers

Erase to Retain: Low Rank Adaptation Guided Selective Unlearning in Medical Segmentation Networks

2025-11-20 · Nirjhor Datta, Md. Golam Rabiul Alam arxiv

The ability to selectively remove knowledge from medical segmentation networks is increasingly important for privacy compliance, ethical deployment, and continual dataset revision. We introduce Erase to Retain, a controllable unlearning framework for medical image segmentation that achieves targeted forgetting without full retraining. Our method uses a teacher-student distillation paradigm with Low-Rank Adaptation (LoRA) constrained subspace updates, enabling the student network to erase lesion-specific or class-specific representations in low-rank decoder spaces while preserving global anatomical understanding. During the strong unlearning phase, LoRA modules are adversarially optimized to contradict the teacher's confident predictions on a designated forget subset, enforcing semantic removal. This is followed by a gentle restoration phase that recovers generalization on retained data through head-only supervised refinement. For ISIC segmentation, the student reduces forget-set IoU from 0.875 to 0.509 while maintaining competitive performance on the retain and validation splits (0.647 to 0.677 IoU). On the cross-domain CHASE dataset, Erase to Retain consistently lowers forget-set IoU while preserving utility on retain and validation sets. For ISIC classification, our method decreases accuracy on the forget subset from 87.0 percent to 64.1 percent while improving retain accuracy from 83.9 percent to 90.6 percent. These results demonstrate that LoRA-based subspace unlearning provides a practical pathway toward responsible, controllable, and reversible unlearning in medical image analysis, enabling models to forget sensitive samples or structures while preserving performance where it matters most.

📄 PDF Abstract BibTeX arXiv:2511.16574

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image Segmentation

Similar Papers 제목 키워드 기반

Consistency-Preserving Concept Erasure via Unsafe-Safe Pairing and Directional Fisher-weighted Adaptation

2026-02-05 · Yongwoo Kim, Sungmin Cha, Hyunsoo Kim, Jaewon Lee 외 arxiv

With the increasing versatility of text-to-image diffusion models, the ability to selectively erase undesirable concepts (e.g., harmful content) has become indispensable. However, existing concept erasure approaches prim…

UnGuide: Learning to Forget with LoRA-Guided Diffusion Models

2025-08-07 · Agnieszka Polowczyk, Alicja Polowczyk, Dawid Malarz, Artur Kasymov 외 arxiv

Recent advances in large-scale text-to-image diffusion models have heightened concerns about their potential misuse, especially in generating harmful or misleading content. This underscores the urgent need for effective …

Mechanism-Guided Selective Unlearning for RLVR-Induced Reasoning

2026-06-17 · Chenyu Zhou, Qiliang Jiang, Shuning Wu, Xu Zhou arxiv

We propose MAST (Mechanism-Aligned Selective Targeting), a mechanism-guided method for unlearning RLVR-induced reasoning with substantially lower collateral damage than standard full-parameter updates. In matched SFT/RLV…

CLIPErase: Efficient Unlearning of Visual-Textual Associations in CLIP

2024-10-30 · Tianyu Yang, Lisen Dai, Zheyuan Liu, Xiangqi Wang 외

Machine unlearning (MU) has gained significant attention as a means to remove specific data from trained models without requiring a full retraining process. While progress has been made in unimodal domains like text and …

image-classificationImage ClassificationMachine Unlearning

To Erase, or Not to Erase: Robust Training-Free Concept Erasure with Preservation aware Adaptive Ranked Subspace Expansion

2026-07-26 · Shaswati Saha, Rajasekhar Anguluri, Manas Gaur arxiv

Concept erasure techniques (CETs) edit text-to-image diffusion models to erase undesired targets such as NSFW content or copyrighted styles, while preserving model utility on benign concepts. Current CETs face a trade-of…