← Latest papers
🤖 machine learning

Sequential Subspace Noise Injection Prevents Accuracy Collapse in Certified Unlearning

This paper introduces sequential subspace noise injection, a method that distributes noise across orthogonal parameter subspaces to significantly improve the accuracy of certified unlearning while maintaining rigorous differential privacy guarantees.

Original authors: Polina Dolgova, Sebastian U. Stich

Published 2026-06-01
📖 4 min read☕ Coffee break read

Original authors: Polina Dolgova, Sebastian U. Stich

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

The Big Problem: The "Eraser" That Rubs Out Everything

Imagine you have a highly skilled artist (a machine learning model) who has painted a masterpiece based on a specific set of photos. Suddenly, a customer says, "I want you to forget that one specific photo I gave you."

In the legal world (like GDPR), you can't just pretend you forgot; you have to prove mathematically that the photo is gone. The current standard way to do this is called Certified Unlearning. It works like a very aggressive eraser. To prove the photo is gone, the algorithm adds a massive amount of "static noise" to the artist's memory and then tries to repaint the picture.

The Catch: The current method is so aggressive that it doesn't just erase the bad photo; it smears the entire canvas. The artist forgets everything, including the good parts of the painting. By the time they try to fix the painting, the colors are so muddy that the picture is ruined (this is called "accuracy collapse").

The Solution: The "One-Block-at-a-Time" Strategy

The authors propose a new method called Block-wise Noisy Fine-Tuning. Instead of smearing the whole canvas at once, they break the painting down into small, separate blocks (like a grid of tiles).

Here is how their method works, using a simple analogy:

  1. The Old Way (The Sledgehammer): Imagine trying to remove a specific stain from a giant tapestry by hitting the entire tapestry with a sledgehammer. You might get the stain out, but you've also torn holes in the whole thing.
  2. The New Way (The Scalpel): The authors suggest treating the tapestry like a puzzle. They cover the whole thing with a grid.
    • They pick one single tile (a block of the model's memory).
    • They apply the "noise" (the eraser) only to that one tile.
    • They leave all the other tiles frozen and untouched.
    • Then, they move to the next tile and repeat the process.

Why this helps: Because they are only shaking one small part of the model at a time, the rest of the model stays stable. The "noise" doesn't overwhelm the whole system. It's like cleaning a room by cleaning one drawer at a time, rather than throwing all the furniture out the window and hoping to find your socks later.

The Second Problem: The "Worst-Case" Fear

The paper also points out a second issue with the old method. The old rules were designed to work even if the artist started with a completely blank, random canvas. This forced the algorithm to assume the worst possible scenario, requiring even more noise to be safe.

The authors realized that in reality, the artist isn't starting from scratch; they are starting from a finished painting and just need to tweak it. They introduced a new way to measure the "distance" between the original painting and the one without the bad photo. By using this realistic measurement instead of a "worst-case" guess, they can use less noise, keeping the painting clearer.

The Results: A Clean Slate Without Ruining the Art

The researchers tested this on image recognition tasks (like identifying cats and dogs in photos).

  • The Old Method: When they tried to remove data, the model's accuracy dropped from 88% to below 20%. It was a disaster.
  • The New Method: By using the "one-block-at-a-time" approach, the model successfully removed the unwanted data (proving it was gone) but kept its ability to recognize images almost as good as if it had been retrained from scratch.

The Bottom Line

This paper doesn't just say "we made it faster." It solves a fundamental flaw where the safety guarantee (proving data is gone) was destroying the usefulness of the AI.

They found a way to apply the "safety noise" in a smart, sequential pattern (block by block) and with a more realistic starting point. This allows us to legally and mathematically "forget" specific data without destroying the AI's brain in the process. It bridges the gap between strict legal safety and practical, working technology.

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 →