paper-with-me

Papers

Reference-Specific Unlearning Metrics Can Hide the Truth: A Reality Check

2025-10-14 · Sungjun Cho, Dasol Hwang, Frederic Sala, Sangheum Hwang, Kyunghyun Cho, Sungmin Cha arxiv

Current unlearning metrics for generative models evaluate success based on reference responses or classifier outputs rather than assessing the core objective: whether the unlearned model behaves indistinguishably from a model that never saw the unwanted data. This reference-specific approach creates systematic blind spots, allowing models to appear successful while retaining unwanted knowledge accessible through alternative prompts or attacks. We address these limitations by proposing Functional Alignment for Distributional Equivalence (FADE), a novel metric that measures distributional similarity between unlearned and reference models by comparing bidirectional likelihood assignments over generated samples. Unlike existing approaches that rely on predetermined references, FADE captures functional alignment across the entire output distribution, providing a principled assessment of genuine unlearning. Our experiments on the TOFU benchmark for LLM unlearning and the UnlearnCanvas benchmark for text-to-image diffusion model unlearning reveal that methods achieving near-optimal scores on traditional metrics fail to achieve distributional equivalence, with many becoming more distant from the gold standard than before unlearning. These findings expose fundamental gaps in current evaluation practices and demonstrate that FADE provides a more robust foundation for developing and assessing truly effective unlearning methods.

📄 PDF Abstract BibTeX arXiv:2510.12981

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Redefining Machine Unlearning: A Conformal Prediction-Motivated Approach

2025-01-31 · Yingdan Shi, Sijia Liu, Ren Wang

Machine unlearning seeks to remove the influence of specified data from a trained model. While metrics such as unlearning accuracy (UA) and membership inference attack (MIA) provide baselines for assessing unlearning per…

Adversarial AttackConformal Predictionimage-classificationImage Classification+5

Forgetting Has Neighbors: Localized Collateral Forgetting in Machine Unlearning

2026-05-29 · Polina Dolgova, Sebastian U. Stich arxiv

Machine unlearning aims to remove the influence of selected training examples without full retraining. Standard evaluations often summarize unlearning quality with aggregate metrics, such as accuracy- and forgetting-base…

Erase or Hide? Suppressing Spurious Unlearning Neurons for Robust Unlearning

2025-09-26 · Nakyeong Yang, Dong-Kyum Kim, Jea Kwon, Minsung Kim 외 arxiv

Large language models trained on web-scale data can memorize private or sensitive knowledge, raising significant privacy risks. Although some unlearning methods mitigate these risks, they remain vulnerable to "relearning…

Alternate Preference Optimization for Unlearning Factual Knowledge in Large Language Models

2024-09-20 · Anmol Mekala, Vineeth Dorna, Shreya Dubey, Abhishek Lalwani 외

Machine unlearning aims to efficiently eliminate the influence of specific training data, known as the forget set, from the model. However, existing unlearning methods for Large Language Models (LLMs) face a critical cha…

Machine Unlearning

Uncovering the Potential Risks in Unlearning: Danger of English-only Unlearning in Multilingual LLMs

2025-10-28 · Kyomin Hwang, Hyeonjin Kim, Seungyeon Kim, Sunghyun Wee 외 arxiv

There have been a couple of studies showing that attempting to erase multilingual knowledge using only English data is insufficient for multilingual LLMs. However, their analyses remain highly performance-oriented. In th…