paper-with-me

홈 › Papers

Stake the Points: Structure-Faithful Instance Unlearning

2026-03-13 · Kiseong Hong, JungKyoo Shin, Eunwoo Kim arxiv

Machine unlearning (MU) addresses privacy risks in pretrained models. The main goal of MU is to remove the influence of designated data while preserving the utility of retained knowledge. Achieving this goal requires preserving semantic relations among retained instances, which existing studies often overlook. We observe that without such preservation, models suffer from progressive structural collapse, undermining both the deletion-retention balance. In this work, we propose a novel structure-faithful framework that introduces stakes, i.e., semantic anchors that serve as reference points to maintain the knowledge structure. By leveraging these anchors, our framework captures and stabilizes the semantic organization of knowledge. Specifically, we instantiate the anchors from language-driven attribute descriptions encoded by a semantic encoder (e.g., CLIP). We enforce preservation of the knowledge structure via structure-aware alignment and regularization: the former aligns the organization of retained knowledge before and after unlearning around anchors, while the latter regulates updates to structure-critical parameters. Results from image classification, retrieval, and face recognition show average gains of 32.9%, 22.5%, and 19.3% in performance, balancing the deletion-retention trade-off and enhancing generalization.

📄 PDF Abstract BibTeX arXiv:2603.12915

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationFace Recognition

Similar Papers 제목 키워드 기반

Measuring Faithfulness of Chains of Thought by Unlearning Reasoning Steps

2025-02-20 · Martin Tutek, Fateme Hashemi Chaleshtori, Ana Marasović, Yonatan Belinkov

When prompted to think step-by-step, language models (LMs) produce a chain of thought (CoT), a sequence of reasoning steps that the model supposedly used to produce its prediction. However, despite much work on CoT promp…

Question Answering

Leveraging Per-Instance Privacy for Machine Unlearning

2025-05-24 · Nazanin Mohammadi Sepahvand, Anvith Thudi, Berivan Isik, Ashmita Bhattacharyya 외

We present a principled, per-instance approach to quantifying the difficulty of unlearning via fine-tuning. We begin by sharpening an analysis of noisy gradient descent for unlearning (Chien et al., 2024), obtaining a be…

Machine Unlearning

RESTOR: Knowledge Recovery through Machine Unlearning

2024-10-31 · Keivan Rezaei, Khyathi Chandu, Soheil Feizi, Yejin Choi 외

Large language models trained on web-scale corpora can memorize undesirable datapoints such as incorrect facts, copyrighted content or sensitive data. Recently, many machine unlearning algorithms have been proposed that …

Machine Unlearning

From Domains to Instances: Dual-Granularity Data Synthesis for LLM Unlearning

2026-01-07 · Xiaoyu Xu, Minxin Du, Zitong Li, Zi Liang 외 arxiv

Although machine unlearning is essential for removing private, harmful, or copyrighted content from LLMs, current benchmarks often fail to faithfully represent the true ``forgetting scope'' learned by the model. We forma…

FaithUn: Toward Faithful Forgetting in Language Models by Investigating the Interconnectedness of Knowledge

2025-02-26 · Nakyeong Yang, Minsung Kim, Seunghyun Yoon, Joongbo Shin 외

Various studies have attempted to remove sensitive or private knowledge from a language model to prevent its unauthorized exposure. However, prior studies have overlooked the complex and interconnected nature of knowledg…

World Knowledge