← Latest papers
💻 computer science

Interpretable-Aware Privacy Preserving Framework for Deepfake Detection using Federated ResNet and Explainable AI Techniques

This paper proposes a privacy-preserving deepfake detection framework that integrates Federated Learning with ResNet-18 and the FedProx algorithm to achieve high accuracy (97.20%) on the FaceForensics++ dataset while ensuring data security and model interpretability without transferring raw images.

Original authors: Pochampally Chandra Sekhar Reddy, Kongara Srinivasa Rao

Published 2026-07-15
📖 5 min read🧠 Deep dive

Original authors: Pochampally Chandra Sekhar Reddy, Kongara Srinivasa Rao

Original paper licensed under CC BY 4.0 (https://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 a world where anyone can swap faces in a video or make a fake clip of a celebrity saying things they never said. These "deepfakes" are like digital magic tricks that are getting so good, even our eyes can't tell the difference. For a long time, the only way to catch these tricks was to gather every single video from around the world onto one giant computer server. But that's like trying to solve a mystery by asking everyone to hand over their private diaries to a detective—it's a huge privacy nightmare and a security risk.

This paper proposes a smarter, sneakier way to catch these fakes without ever seeing the private photos or videos themselves.

The "Secret Recipe" Approach

Instead of gathering all the data, the authors built a system called Federated Learning. Think of it like a cooking competition where the judges (the central server) don't want to see the ingredients (the private photos). Instead, they send a basic recipe (a model) to every contestant's kitchen. Each contestant cooks a dish using their own secret ingredients right there in their own home. They don't send the food or the ingredients to the judges; they only send back a note describing how they tweaked the recipe to make it taste better. The judges then mix all those recipe notes together to create one super-recipe that everyone can use.

In this study, the "recipe" is a specific type of brain-like computer program called ResNet-18. The authors chose this specific model because it's like a reliable, sturdy workhorse: it's not the heaviest or most expensive engine on the market, but it's just right for the job, balancing speed with the ability to spot tiny, weird details that humans miss.

The "Glue" That Stops the Chaos

There's a catch with this cooking competition: what if some contestants have very different ingredients? One might have only spicy food, another only sweet. If they all try to tweak the recipe based on their own limited tastes, the final super-recipe might get confused and fall apart.

To fix this, the authors used a special trick called FedProx. Imagine this as a gentle "glue" or a bungee cord that keeps every contestant's recipe tweaks from wandering too far away from the original group idea. It ensures that even if the data is messy or different across different devices, the group stays on the same page. The paper shows that this method helps the system learn steadily without getting lost in the noise.

The "X-Ray Vision" for Trust

Once the system learns to spot a fake, it doesn't just say "Fake!" or "Real!" like a black box. The authors added a layer of Explainable AI. This is like giving the detective a pair of X-ray glasses. When the system flags a video, it can highlight exactly where the trick happened. It looks for things like:

  • Weird Edges: Places where the face was pasted on that don't blend smoothly.
  • Hidden Noise: Tiny, unnatural patterns in the pixels that real cameras don't usually make.

The paper explains that by showing these "suspicious spots" to the user, the system becomes much more trustworthy. You aren't just taking the computer's word for it; you can see the evidence.

The Results: How Good Is It?

The authors tested this system on a huge collection of fake videos called FaceForensics++, which includes four different types of face-swapping tricks. They ran the system on a standard graphics card (an NVIDIA GeForce with 4 GB of memory).

Here is what they found:

  • The system got the right answer 97.20% of the time.
  • When it said something was fake, it was right 96.30% of the time.
  • It caught 96.72% of all the actual fakes.
  • The overall score (F1-score) was 96.90%.

It took about 45 minutes to train the system and only 12 seconds to check a new image.

What This Paper Does NOT Say

It's important to know what this paper doesn't claim. The authors did not say this is a magic bullet that solves the deepfake problem forever. They didn't claim it works on every single type of fake video in existence, nor did they suggest it can run on a tiny wristwatch (though it is lighter than some other models). They also didn't say this is the only way to do it; they just showed that this specific combination of privacy, a specific model (ResNet-18), and a specific glue (FedProx) works very well for the data they tested.

The Bottom Line

This study suggests that we can build a deepfake detector that is both a privacy guardian and a sharp-eyed detective. By letting computers learn from data without ever moving that data, and by using a "glue" to keep the learning stable, the authors created a system that is highly accurate and, crucially, explains why it made its decision. It's a step toward a future where we can trust our digital eyes again, without having to give up our private photos 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 →