Multi-Agent Forensic Reasoning for Generalizable Deepfake Video Detection

Hugging Face Daily Papers Papers

Summary

This paper introduces FaceVid-Forensics-100K, a large-scale deepfake video dataset with fine-grained annotations, and proposes a multi-agent forensic reasoning framework (ARGUS) that uses four specialized expert agents and a judge agent to outperform closed-source models on deepfake detection.

The malicious use of generative artificial intelligence to create highly realistic deepfake videos raises serious ethical concerns and poses substantial challenges to AI safety. However, existing deepfake video benchmarks provide limited coverage of recent synthesis methods and generally lack reliable fine-grained textual annotations. Meanwhile, conventional detectors and multimodal large language models (MLLMs), whether operating as a single model or relying on a single analytical perspective, often fail to capture subtle forgery artifacts, limiting their generalization to emerging AI-generated methods. To address these limitations, we introduce FaceVid-Forensics-100K, a large-scale deepfake video dataset comprising 100,000 videos and spanning 33 synthesis methods across face swapping, face reenactment, and entire-face synthesis, including recent generators such as Seedance 2.0. The dataset provides fine-grained textual annotations of visual observations and verdict-consistent forensic explanations, automatically synthesized through a multi-model aggregation and conflict-resolution pipeline powered by advanced MLLMs. Building on this benchmark, we propose a multi-agent forensic reasoning framework that employs four specialized domain-expert agents to independently analyze forgery cues from four perspectives: texture, lighting, motion, and physics. A judge agent then reconciles their reports to produce a final prediction together with an explanation. Extensive evaluations on out-of-domain test sets show that, despite being composed entirely of small open-source MLLMs, our framework outperforms all methods including closed-source GPT and Gemini models and ranks first across all reported metrics on this benchmark. The project page is available at https://xavierjiezou.github.io/ARGUS/.
Original Article
View Cached Full Text

Cached at: 08/10/26, 06:16 PM

Paper page - Multi-Agent Forensic Reasoning for Generalizable Deepfake Video Detection

Source: https://huggingface.co/papers/2608.06865

Abstract

ThemalicioususeofgenerativeartificialintelligencetocreatehighlyrealisticdeepfakevideosraisesseriousethicalconcernsandposessubstantialchallengestoAIsafety.However,existingdeepfakevideobenchmarksprovidelimitedcoverageofrecentsynthesismethodsandgenerallylackreliablefine-grainedtextualannotations.Meanwhile,conventionaldetectorsandmultimodallargelanguagemodels(MLLMs),whetheroperatingasasinglemodelorrelyingonasingleanalyticalperspective,oftenfailtocapturesubtleforgeryartifacts,limitingtheirgeneralizationtoemergingAI-generatedmethods.Toaddresstheselimitations,weintroduceFaceVid-Forensics-100K,alarge-scaledeepfakevideodatasetcomprising100,000videosandspanning33synthesismethodsacrossfaceswapping,facereenactment,andentire-facesynthesis,includingrecentgeneratorssuchasSeedance2.0.Thedatasetprovidesfine-grainedtextualannotationsofvisualobservationsandverdict-consistentforensicexplanations,automaticallysynthesizedthroughamulti-modelaggregationandconflict-resolutionpipelinepoweredbyadvancedMLLMs.Buildingonthisbenchmark,weproposeamulti-agentforensicreasoningframeworkthatemploysfourspecializeddomain-expertagentstoindependentlyanalyzeforgerycuesfromfourperspectives:texture,lighting,motion,andphysics.Ajudgeagentthenreconcilestheirreportstoproduceafinalpredictiontogetherwithanexplanation.Extensiveevaluationsonout-of-domaintestsetsshowthat,despitebeingcomposedentirelyofsmallopen-sourceMLLMs,ourframeworkoutperformsallmethodsincludingclosed-sourceGPTandGeminimodelsandranksfirstacrossallreportedmetricsonthisbenchmark.Theprojectpageisavailableathttps://xavierjiezou.github.io/ARGUS/.

View arXiv pageView PDFProject pageGitHub0Add to collection

Get this paper in your agent:

hf papers read 2608\.06865

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2608.06865 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2608.06865 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2608.06865 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent

Hugging Face Daily Papers

Video-DeepResearch (Video-DR) extends multimodal agents from static images to continuous video streams, introducing a decoupled perception-exploration pipeline and a new benchmark Video-DR-Bench. Their Video-DeepResearch-35B-A3B model achieves 64.0% accuracy, surpassing Claude-4.5-Sonnet, GPT-5, and Gemini 2.5 Pro.

Multi-Agent Collaborative Reasoning with Tool-Augmented Evidence for Urban Region Profiling

arXiv cs.AI

This paper proposes UrbanAgent, an agentic framework that reframes urban region profiling as a reasoning-driven inference problem using multi-agent collaborative reasoning and tool-augmented evidence retrieval. It outperforms baselines on global urban datasets for carbon emissions, GDP, and population estimation, achieving an average 8.1% improvement in R².

VideoKR: Towards Knowledge- and Reasoning-Intensive Video Understanding

Hugging Face Daily Papers

VideoKR introduces a large-scale video reasoning dataset and benchmark designed to enhance knowledge-intensive video understanding through expert-domain content and human-in-the-loop example generation. The dataset contains 315K video reasoning examples over 145K expert-domain videos.