Metric-Normalized Posterior Leakage (mPL): Attacker-Aligned Privacy for Joint Consumption
This paper introduces Metric-Normalized Posterior Leakage (mPL) and its adaptive control framework (AmPL) to address the privacy vulnerabilities of metric differential privacy in joint consumption settings, where aggregated evidence can still reveal sensitive information despite per-record protections.
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 Picture: Why "One Size Fits All" Privacy Fails
Imagine you are trying to protect a secret by adding "noise" to it, like sprinkling glitter over a message so it's hard to read. Traditional privacy methods (called Local Differential Privacy) treat every secret the same way. They sprinkle the same amount of glitter on a tiny, harmless detail (like your favorite color) as they do on a massive, dangerous secret (like your home address).
This is inefficient. You end up blinding your own eyes with too much glitter on the small stuff, or you don't use enough glitter on the big stuff.
Metric Differential Privacy (mDP) tried to fix this. It says, "Let's sprinkle more glitter on things that are far apart in meaning, and less on things that are similar." It's like a smart sprinkler system that adjusts based on the terrain.
The Problem: The paper argues that even with this "smart sprinkler," there is a hidden danger when an attacker looks at multiple pieces of data at once (Joint Consumption). If an attacker collects many slightly noisy clues about you, they can use a super-smart computer (a neural network) to piece them together, like a detective solving a puzzle. Even if each individual clue was protected, the combination of clues can reveal your secret.
The New Solution: mPL (The "Leakage Meter")
The authors introduce a new way to measure privacy called Metric-Normalized Posterior Leakage (mPL).
- The Analogy: Imagine you are playing a game of "Guess Who?" with a friend.
- Old Way (mDP): You check if the friend can guess your identity from a single card you show them. If the card is blurry enough, you say, "Safe!"
- New Way (mPL): You check if the friend can guess your identity after seeing ten cards you showed them over time.
- The Twist: mPL doesn't just ask "Did they guess?" It asks, "How much did their confidence sharpen?" If they went from "Maybe it's John" to "It's definitely John," that's a big leak. mPL measures that "sharpening" and normalizes it based on how different the secrets actually are.
The Core Discovery: The "Puzzle Effect"
The paper proves a surprising fact: You can pass the "single card" test but fail the "puzzle" test.
The authors showed that even if a system follows the strict rules of mDP for every single record, a smart attacker using a neural network (like an RNN, LSTM, or Transformer) can still combine multiple records to figure out the secret. It's like giving a detective ten blurry photos of a suspect. Individually, each photo is too blurry to identify the person. But when the detective stacks them together, the patterns align, and the face becomes clear.
The paper found that standard privacy methods often leave this "puzzle effect" wide open, allowing attackers to violate privacy rules without technically breaking the single-record rules.
The Fix: AmPL (The "Trust-and-Verify" Loop)
To fix this, the authors built a system called Adaptive mPL (AmPL). Think of it as a Security Guard who trains with the Thief.
Here is how the AmPL framework works in four steps:
- The Setup (Level-wise Perturbation): The system divides secrets into tiers. Some are "High Risk" (like your name or address) and get heavy noise. Others are "Medium Risk" (like your job title) and get lighter noise.
- The Thief (Learned Adversary): Before releasing the data, the system trains a "fake thief" (a neural network) on the data. This thief tries to reconstruct the original secrets from the noisy versions.
- The Audit (The Check): The system asks the fake thief: "How often did you guess the secret correctly?" If the thief is guessing too often (meaning the privacy "leakage" is too high), the system knows it's not safe.
- The Adjustment (Feedback Loop): The system automatically turns up the "noise" (the glitter) just enough to stop the thief, but not so much that the data becomes useless. It keeps doing this until the thief fails to guess the secret more often than a safe limit allows.
Finally, the system uses a trick called Bayesian Remapping. This is like taking the noisy, blurry photo and using a smart filter to sharpen it back up without revealing the secret again. It recovers the usefulness of the data while keeping the privacy guarantee intact.
The Results: A Real-World Test
The authors tested this on text data (like news articles and reviews) where they tried to hide personal details.
- The Bad News: Standard privacy methods (mDP) let "smart thieves" (neural networks) successfully guess secrets about 13% to 20% of the time, even when they were supposed to be safe.
- The Good News: The new AmPL system dropped that success rate significantly (often down to single digits) while keeping the data useful for things like search and recommendations.
Summary
- The Problem: Old privacy rules check if one piece of data is safe, but they miss the danger of combining many pieces of data.
- The New Measure (mPL): A new ruler that measures how much an attacker's confidence grows when they see multiple clues together.
- The Solution (AmPL): A self-correcting system that trains a fake attacker to find holes in the privacy, then automatically patches those holes by adjusting the noise, ensuring the data stays safe even when viewed as a whole group.
The paper concludes that for modern AI systems that look at lots of data at once, we need to stop checking privacy one record at a time and start checking how the whole puzzle looks to a smart attacker.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.