Papers for

social media platform security teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Agentic ai improves open world fake image detection by better evidence handling

Dissecting Agentic Forensics: The Role of Triage, Prompting, and Evidence Arbitration in Open-World Fake Image Detection

Abstract: Image forensics is increasingly an open-world problem: manipulations range from fully synthetic images to localized edits, splicing and swapping, while most forensic detectors remain specialized to a single manipulation family. Agentic AI has recently emerged as a promising solution. In principle, such systems can assess the reliability of individual detectors, identify out-of-scope evidence, and arbitrate conflicting reports. However, it remains unclear which components actually drive performance and whether their benefits persist under distribution shift. To answer these questions, we study a training-free agentic framework built around specialist detectors, per-detector triage, and conflict-aware evidence arbitration. Using six configurations and three multimodal large language model backbones, we dissect the role of triage, prompting, and reasoning quality on both in-distribution and out-of-distribution data. Our results show that naive detector fusion suffers from severe false-positive rates on authentic images. Triage and prompting consistently improve performance by filtering unreliable evidence and exposing detector limitations. However, the dominant factor is represented by reasoning itself: A stronger judge substantially outperforms a weaker one, particularly under distribution shift. Most notably, manipulation recall is nearly saturated across all configurations, indicating that the main challenge of open-world image forensics is not detecting manipulations, but calibrating trust in specialized forensic tools and arbitrating conflicting evidence.

Mon 21 SeptComputer Vision and Pattern RecognitionArtificial IntelligenceCryptography and Security
The gist
Detecting fake or edited images is tricky because many tools only look for specific types of changes. The authors study a system that uses several specialist detectors and an AI 'judge' to decide which parts of the evidence to trust and how to resolve conflicts. They found that simply combining many detectors leads to many false alarms on real images. The key to better detection is the AI’s reasoning ability to filter unreliable clues and decide which detector is more trustworthy, especially when facing new kinds of image forgeries.
Open 2609.24359v1

Instruction based multi face forgery detector improves detection accuracy

IMFD: End-to-end Multi-Face Forgery Detection through Instruction-based Large Vision-Language Models

Abstract: The rapid increase of deepfakes has raised significant concerns due to their spread on social media. Traditional multi-face forgery detectors crop and verify each face independently, ignoring background context and inter-face relationships, which often yields suboptimal performance. To overcome these limitations, we leverage instruction-based Large Vision-Language Models (LVLMs), which can interpret entire images and follow complex textual instructions. We propose a simple yet effective single-stage multi-face forgery detector, called IMFD (Instruction-based Multi-face Forgery Detector), which is trained end-to-end to jointly localize faces and predict per-face forgery labels. Rather than treating face box prediction only as a joint objective, IMFD explicitly integrates predicted face bounding boxes into the instruction as visual cues that enhance instruction grounding and forgery detection. To support the training and evaluation of IMFD, we convert existing multi-face forgery datasets into an instruction-based format. Experimental results and analyses show that IMFD improves multi-face forgery detection by integrating face bounding boxes into the instruction, and consistently outperforms various state-of-the-art methods.

Thu 17 SeptComputer Vision and Pattern Recognition
The gist
Deepfakes—fake images or videos made by computers—can trick people especially when multiple faces appear at once. Traditional methods check each face alone, missing important clues from the background or nearby faces. The authors created IMFD, a system that teaches a large AI model to look at the whole picture using instructions, finding and checking many faces together. By including info about where faces are in the instructions, IMFD spots fake faces better than earlier tools.
Open 2609.19693v1