OPEN_SOURCE ↗
REDDIT · REDDIT// 35d agoOPENSOURCE RELEASE
VeridisQuo open-sources explainable deepfake detector
VeridisQuo is an open-source deepfake detection project that combines an EfficientNet-B4 spatial stream with FFT and DCT frequency analysis, then uses GradCAM overlays to show which facial regions triggered the prediction. The GitHub repo also includes an API and a Hugging Face demo, which makes it more practical than a typical university-only release.
// ANALYSIS
VeridisQuo stands out because it tackles both detection quality and interpretability instead of stopping at a fake-or-real score.
- –The hybrid spatial-plus-frequency design is well matched to compressed social video, where spectral artifacts can survive even when pixel clues get blurred away.
- –The explainability layer is the real product hook, since highlighting manipulated regions makes the detector easier to debug, demo, and trust.
- –Shipping code, inference endpoints, and a live demo gives developers a usable baseline for building moderation, forensics, or media verification workflows.
- –The main caveat is evaluation breadth: results on FaceForensics++ are useful, but cross-dataset testing on Celeb-DF or DFDC will matter more for real-world credibility.
// TAGS
veridisquoopen-sourcesafetyresearch
DISCOVERED
35d ago
2026-03-07
PUBLISHED
35d ago
2026-03-07
RELEVANCE
7/ 10
AUTHOR
Gazeux_ML