← Latest papers
🤖 machine learning

Privacy Leakage via Output Label Space and Differentially Private Continual Learning

This paper identifies that the changing output label space in continual learning acts as a privacy side-channel and proposes a new formalization of differential privacy for continual learning, along with methods to mitigate this leakage while maintaining high model accuracy.

Original authors: Marlon Tobaben, Talal Alrawajfeh, Marcus Klasson, Mikko Heikkilä, Arno Solin, Antti Honkela

Published 2026-04-27
📖 4 min read☕ Coffee break read

Original authors: Marlon Tobaben, Talal Alrawajfeh, Marcus Klasson, Mikko Heikkilä, Arno Solin, Antti Honkela

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 are a librarian in a highly secretive, high-security library. This library contains sensitive information about people’s medical records. To protect everyone, you follow a strict rule called Differential Privacy (DP). This rule is like a "blurring filter": whenever you share information, you add just enough "noise" or static to the data so that no one can tell if a specific person’s record was included in the books or not.

However, this paper identifies a sneaky "backdoor" that even the best security guards might miss.

The Problem: The "Label Leak" (The Secret Menu Analogy)

Imagine you run a secret restaurant. You use a "blurring filter" to make sure no one knows exactly what ingredients are in your soup (this is the DP training). You think you are safe.

But then, you release your Menu.

If your menu yesterday only had "Tomato Soup" and "Onion Soup," but today your menu suddenly adds "Lobster Bisque," a spy doesn't need to see your ingredients to know something happened. They can look at that new menu item and say, "Aha! You must have bought lobster today!"

Even though the recipe was blurred, the mere existence of the label "Lobster" leaked the secret.

In machine learning, this is called a Privacy Side-Channel. In "Continual Learning" (where a model learns new things over time), the model constantly adds new categories (labels). If the model suddenly learns to recognize "Type 2 Diabetes," the attacker knows that the new data being fed into the system contains information about Type 2 Diabetes. The "Menu" (the list of things the model can recognize) has leaked the secret.


The Solution: Two Ways to Fix the Menu

The researchers propose two ways to stop this leak:

1. The "Noisy Menu" (The Blurred Label Method)

Instead of releasing a perfect, crystal-clear menu, you release a blurry menu.

  • How it works: Before you tell the world what you can cook, you use a mathematical process to decide which labels to show. If a new ingredient (like Lobster) only appears once, you might decide to hide it or call it "Special Seafood" to keep the secret safe.
  • The Trade-off: It’s like a restaurant that sometimes hides its best dishes to stay secret. You gain privacy, but you might lose some "utility" (the ability to accurately name everything).

2. The "Master Menu" (The Public Label Method)

Instead of changing your menu every time you get new ingredients, you start with a massive, giant menu that contains almost everything in the world.

  • How it works: Your menu already has "Tomato," "Onion," "Lobster," "Pizza," and "Sushi" on it from day one. When you actually get lobster, you don't add a new item to the menu; you just start using the "Lobster" item that was already there.
  • The Benefit: Since the menu never changes, a spy looking at the menu sees nothing new. The "side-channel" is closed.

The Results: Does it actually work?

The researchers tested these ideas using advanced AI models (like those used in image recognition). They found that:

  1. They beat the old ways: Their methods were more accurate and more private than previous attempts at "secret learning."
  2. The "Master Menu" is great: Using a large, pre-existing set of labels is a very effective way to keep the model's growth a secret.
  3. Efficiency matters: They showed that you can use "pre-trained" models (AI that already knows a lot about the world) to make this process much faster and more accurate, even while keeping the privacy filter turned on.

Summary in one sentence:

The paper proves that even if you hide the details of your data, simply announcing the names of the new things you've learned can leak secrets—and they provide a mathematical way to "blur" those names or use a "master list" to keep everything hidden.

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 →