Deepfakes are getting better, but the real threat isn't just how realistic they look, it's rather how easily they hide in plain sight.
When a manipulated video is uploaded to platforms like X (formerly Twitter), Instagram, or WhatsApp, the file is automatically "compressed". Compression is a technical process that shrinks a file's size to make it load faster, but it does so by deleting fine visual details. For a standard Artificial Intelligence (AI) detector trying to spot a deepfake, this is a nightmare. The subtle clues the AI is trained to look for, like unnatural skin textures or weird lighting, are entirely wiped away by the compression process, causing these security systems to fail.
The unchecked spread of these low-quality deepfakes is no longer just a social issue; it is a direct threat to economic stability and corporate security. Fabricated videos of political figures or corporate executives can ruin reputations, manipulate stock prices, and undermine public trust. As digital identity verification becomes the backbone of modern banking and commerce, the tech industry desperately needs a way to catch these degraded forgeries.
Enter Laleh Sadeghi, a computer science researcher at the University of New Brunswick, who may have cracked the code. In her February 2026 thesis, Sadeghi proposes a "hybrid" deep learning framework designed specifically to hunt down compressed deepfakes.
Instead of relying on one AI model, Sadeghi’s system combines two distinct architectures: known technically as ResNet-50 and EfficientNet-B0. Think of it like a detective team: one model acts as a magnifying glass, looking closely at local details like skin textures and lip boundaries. The other model acts as a wide-angle lens, looking at the big picture for global inconsistencies like lighting and facial symmetry. By fusing their findings together, the system gets a much more accurate read on whether a face is real or fake.
But the real secret weapon of this system is something called a "visibility matrix". Because compression hides obvious visual flaws, the visibility matrix trains the AI to ignore fragile, easily destroyed visual cues. Instead, it teaches the system to hunt for "invisible artifacts" - stubborn, mathematical traces of manipulation that survive the compression process.
The results are highly promising for the computing and cybersecurity industries. Under realistic, highly compressed conditions, older single-model detectors plummeted to a 67% accuracy rate. Sadeghi’s hybrid model, however, achieved a robust 83% accuracy.
Crucially, the system is also built for the real world. Despite running two AI models simultaneously, it requires an inference time (the time it takes the computer to process a single image and make a prediction) of just 18 milliseconds.
This speed and accuracy prove that the system isn't just a lab experiment. It is computationally efficient enough to be integrated into live, automated media monitoring systems, visual identity verification, and digital security platforms. As the arms race between deepfake creators and cybersecurity professionals continues, Sadeghi's work offers a practical, much needed shield for the digital economy.
