← Latest papers
🤖 machine learning

Tackling Fake Forgetting through Uncertainty Quantification

This paper identifies the phenomenon of "fake forgetting," where unlearning accuracy fails to detect retained information, and proposes a new metric (CR) and framework (CPU) based on conformal prediction to ensure the ground truth label is effectively removed from the model's uncertainty set.

Original authors: Yingdan Shi, Sijia Liu, Kaize Ding, Ren Wang

Published 2026-05-13
📖 4 min read☕ Coffee break read

Original authors: Yingdan Shi, Sijia Liu, Kaize Ding, Ren Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very smart student who has memorized a huge textbook. Now, suppose a specific page in that textbook contains a secret that needs to be erased forever (perhaps due to privacy laws). You ask the student to "unlearn" that page.

The Problem: The "Fake Forgetting" Illusion

Traditionally, to check if the student has forgotten, we ask them a question about that specific page. If they get the answer wrong, we say, "Great! They've forgotten it."

But this paper argues that this test is flawed. It's like asking a student to name the capital of a country they were told to forget. If they say "Paris" instead of "London," we think they've forgotten. However, what if they still know it's London deep down, but just got confused by the question? Or worse, what if they can still guess the right answer if you give them a hint?

The authors call this "Fake Forgetting." The student looks like they've forgotten because they failed the simple test, but the information is still lingering in their brain, ready to be recovered.

The Solution: The "Confidence Net"

To catch this fake forgetting, the authors introduce a new tool based on something called Conformal Prediction.

Think of Conformal Prediction as a safety net or a guessing circle. Instead of asking the student for one single answer, you ask them to draw a circle around all the answers they think might be right.

  • If the student has truly forgotten the secret, their circle should be wide and messy, and it shouldn't include the real answer at all.
  • If they are only "faking" it, their circle will still be tight, and the real answer will be hiding right inside it, even if they didn't pick it as their top guess.

The New Metric: The "Confidence Ratio" (CR)

The authors created a new score called CR (Conformal Ratio) to measure this.

  • Old Score (UA): Only checked if the student got the single answer wrong. (Easy to fake).
  • New Score (CR): Checks if the real answer is still hiding inside the student's "safety net" of possible answers. If the real answer is still in the net, the score says, "You haven't really forgotten yet."

The New Framework: "CPU"

To fix the problem, the authors built a new training method called CPU (Conformal Prediction Unlearning).

Imagine you are teaching the student to forget.

  • Old way: You just tell them, "Don't say 'London'."
  • CPU way: You tell them, "Not only don't say 'London,' but make sure 'London' is so far away from your list of possible guesses that it falls completely outside your safety net."

They achieved this by borrowing a technique from cybersecurity (called the C&W attack) and tweaking it. Instead of just trying to lower the confidence in the wrong answer, they actively push the correct answer out of the prediction circle.

The Results

When they tested this on image recognition tasks (like identifying pictures of dogs or cars):

  1. They found that many existing methods were indeed "faking" forgetting. The models would misclassify the image, but the correct label was still hiding in their prediction circle.
  2. Their new CR score successfully caught these fakes.
  3. Their new CPU framework actually forced the models to push the correct answer out of the circle, resulting in much more reliable and genuine forgetting, without ruining the model's ability to recognize other things.

In a Nutshell

This paper says: "Don't just check if a model gets the answer wrong; check if the answer is still hiding in its safety net. If it is, it's not truly forgotten. We built a new way to measure this and a new training method to make sure the data is actually gone."

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →