← Latest papers
💻 computer science

Only Whats Necessary: Pareto Optimal Data Minimization for Privacy Preserving Video Anomaly Detection

This paper introduces "Only What's Necessary," a privacy-by-design framework for video anomaly detection that employs breadth- and depth-based data minimization to suppress personally identifiable information while preserving detection utility, using Pareto analysis to identify optimal trade-off points between privacy and performance in compliance with GDPR.

Original authors: Nazia Aslam, Abhisek Ray, Thomas B. Moeslund, Kamal Nasrollahi

Published 2026-03-30
📖 4 min read☕ Coffee break read

Original authors: Nazia Aslam, Abhisek Ray, Thomas B. Moeslund, Kamal Nasrollahi

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 run a security camera system in a busy city square. Your goal is to spot trouble—like a fight breaking out or someone dropping a package—so you can call for help. This is Video Anomaly Detection.

However, there's a catch. To spot the trouble, your cameras record everything. They capture faces, license plates, tattoos, and who is standing next to whom. While this helps the computer see the "fight," it also violates people's privacy. In fact, under laws like the EU's GDPR, you are only allowed to collect data that is strictly necessary for the job. You can't hoard private details just in case they might be useful later.

This paper introduces a clever solution called "Only What's Necessary." It's a framework that acts like a smart filter, stripping away everything the security system doesn't need to do its job, while keeping the critical clues.

Here is how it works, broken down into simple concepts:

1. The Two Ways to "Trim the Fat"

The authors realized you can reduce privacy risks in two different ways, which they call Breadth and Depth. Think of it like editing a movie:

  • Breadth-Based Minimization (The "Skip-a-Frame" Method):
    Imagine watching a movie where you skip every other frame. You still see the action (the fight), but you miss the subtle details of the actors' expressions.

    • In the paper: They simply show the computer fewer frames per second. If a fight happens, the computer sees the movement, but it doesn't have enough continuous video to clearly identify a face.
  • Depth-Based Minimization (The "Blur-and-Mask" Method):
    Imagine taking a photo of a crowd and putting a giant blur over everyone's face, or painting over their clothes so you only see their silhouette.

    • In the paper: They use techniques like blurring (making faces fuzzy), masking (hiding people entirely), or downsampling (making the image grainy). This keeps the motion (someone running) but destroys the identity (who is running).

2. The Balancing Act: The "Goldilocks" Zone

The tricky part is finding the sweet spot.

  • If you show the computer raw video, it's great at spotting fights (high utility), but it's a privacy nightmare (high risk).
  • If you blur everything and skip frames, it's super safe for privacy, but the computer might miss the fight because the video is too grainy or choppy (low utility).

The authors didn't just guess which method was best. They treated this like a tug-of-war between two goals:

  1. Keep the system smart (detect anomalies).
  2. Keep the system private (hide identities).

They tested every combination (e.g., "Blur + Skip 5 frames," "Mask + Skip 10 frames") and plotted the results on a graph. This graph is called a Pareto Frontier.

3. Finding the "Sweet Spot"

Imagine a map where the top-right corner is the "Dream Land" (Perfect detection + Perfect privacy). Obviously, that doesn't exist.

Instead, they found the Edge of the Cliff. This is the line where you can't improve privacy without making the detection worse, and you can't improve detection without risking privacy.

On this line, they looked for the "Sweet Spot"—the specific setting that gives you the most privacy protection for the least amount of drop in performance.

The Verdict: What Works Best?

After running thousands of tests, they found the winner:
Temporal Sampling (skipping frames) + Blurring.

Think of it like this: You are watching a security feed through a slightly foggy window, and you only get a quick glance every few seconds.

  • Is it enough to see a fight? Yes. The motion is still there.
  • Is it enough to recognize a face? No. The blur and the gaps in time make it impossible to identify who is involved.

Why This Matters

This paper proves that you don't have to choose between safety and privacy. By using a "Privacy-by-Design" approach, we can build security systems that are legally compliant (they only take what they need) and technically effective (they still catch the bad guys).

It's like hiring a security guard who is trained to look for actions (running, fighting) rather than identities (names, faces). They do their job perfectly, but they don't need to know your name to do it.

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 →