Nyan Prakash
Back to posts8 min read
SecurityAI

Deepfake detection: lessons from the field

What actually matters when building multimodal detection systems.

8 minute read

Deepfakes fail in weird edges. We built a triage system that surfaces frequency anomalies, facial landmark drift, and transcript sentiment in one dashboard.

Our best-performing stack was hybrid: MFCC features for audio, CLIP embeddings for frames, and a late-fusion classifier tuned on hard negatives.

Ground truth comes from humans. We paid for annotation rather than trusting synthetic labels—it doubled precision overnight.

Three guardrails we keep

Future work: streaming inference with WebRTC taps and watermark detection on-device.

Keep reading