paper-with-me

홈 › Papers

DeepAgent: A Dual Stream Multi Agent Fusion for Robust Multimodal Deepfake Detection

2025-12-08 · Sayeem Been Zaman, Wasimul Karim, Arefin Ittesafun Abian, Reem E. Mohamed, Md Rafiqul Islam, Asif Karim, Sami Azam arxiv

The increasing use of synthetic media, particularly deepfakes, is an emerging challenge for digital content verification. Although recent studies use both audio and visual information, most integrate these cues within a single model, which remains vulnerable to modality mismatches, noise, and manipulation. To address this gap, we propose DeepAgent, an advanced multi-agent collaboration framework that simultaneously incorporates both visual and audio modalities for the effective detection of deepfakes. DeepAgent consists of two complementary agents. Agent-1 examines each video with a streamlined AlexNet-based CNN to identify the symbols of deepfake manipulation, while Agent-2 detects audio-visual inconsistencies by combining acoustic features, audio transcriptions from Whisper, and frame-reading sequences of images through EasyOCR. Their decisions are fused through a Random Forest meta-classifier that improves final performance by taking advantage of the different decision boundaries learned by each agent. This study evaluates the proposed framework using three benchmark datasets to demonstrate both component-level and fused performance. Agent-1 achieves a test accuracy of 94.35% on the combined Celeb-DF and FakeAVCeleb datasets. On the FakeAVCeleb dataset, Agent-2 and the final meta-classifier attain accuracies of 93.69% and 81.56%, respectively. In addition, cross-dataset validation on DeepFakeTIMIT confirms the robustness of the meta-classifier, which achieves a final accuracy of 97.49%, and indicates a strong capability across diverse datasets. These findings confirm that hierarchy-based fusion enhances robustness by mitigating the weaknesses of individual modalities and demonstrate the effectiveness of a multi-agent approach in addressing diverse types of manipulations in deepfakes.

📄 PDF Abstract BibTeX arXiv:2512.07351

Code (0)

등록된 구현이 없습니다.

Tasks

DeepFake Detection

Results from the Paper

RankTaskDatasetModelMetrics
#55 DeepFake Detection FakeAVCeleb DeepAgent Accuracy (%): 94.35

Similar Papers 제목 키워드 기반

DeepAgent: A General Reasoning Agent with Scalable Toolsets

2025-10-24 · Xiaoxi Li, Wenxiang Jiao, Jiarui Jin, Guanting Dong 외 arxiv

Large reasoning models have demonstrated strong problem-solving abilities, yet real-world tasks often require external tools and long-horizon interactions. Existing agent frameworks typically follow predefined workflows,…

Reinforcement Learning

Streaming Multi-Agent Autoregressive Diffusion Model with World State Registers

2026-07-23 · Sicheng Mo, Yuheng Li, Ziyang Leng, Krishna Kumar Singh 외 hf

Multi-agent interactive world models should not only generate consistent observations, but also maintain world states that persist across agents and evolve across views. Existing autoregressive video diffusion pipelines …

Video Generation

ACE: Pluggable Adaptive Context Elasticizer across Agents

2026-06-30 · Ning Liao, Zihao Long, Xiaoxing Wang, Xue Yang 외 arxiv

The increasing complexity of agentic tasks has led to rapidly growing trajectory lengths, which poses significant challenges for large language model (LLM) based agents with fixed context windows. Existing context manage…

Referring Atomic Video Action Recognition

2024-07-02 · Kunyu Peng, Jia Fu, Kailun Yang, Di Wen 외

We introduce a new task called Referring Atomic Video Action Recognition (RAVAR), aimed at identifying atomic actions of a particular person based on a textual description and the video data of this person. This task dif…

Action LocalizationAction RecognitionQuestion AnsweringReferring Expression+3

Residual Cross-Modal Fusion Networks for Audio-Visual Navigation

2026-01-11 · Yi Wang, Yinfeng Yu, Bin Ren arxiv

Audio-visual embodied navigation aims to enable an agent to autonomously localize and reach a sound source in unseen 3D environments by leveraging auditory cues. The key challenge of this task lies in effectively modelin…

Domain GeneralizationVisual Navigation