VendorBench-100: A Unified Cross-Paradigm Benchmark for Deepfake Image Detection
Authors: Sharayu N. Deshmukh, Md Rashidunnabi, Nelton Tiago Gemo, Kurundkar G. D., Mahamune M. R., Nilesh K. Deshmukh
Published: 2026-07-07 13:22:00+00:00
Comment: 22 pages, 10 figures, 3 tables. Code and data: https://github.com/sharayu-20/vendorbench-100
AI Summary
This paper introduces VendorBench-100, a cross-paradigm benchmark for deepfake image detection that evaluates 36 models from commercial APIs, zero-shot vision-language models (LLMs), and open-source detectors using a single, adversarial 100-image corpus. The benchmark emphasizes challenging real-world scenarios and uses Matthews correlation coefficient (MCC) and ROC-AUC for evaluation. The study reveals that commercial APIs generally perform best, but a significant divergence exists between a model's ranking ability (ROC-AUC) and its operating-point quality (MCC), which is considered the central finding.
Abstract
Deepfake image detection is currently served by three fundamentally different paradigms: commercial APIs, zero-shot vision-language models (LLMs), and open-source detectors. Despite their widespread use, these paradigms are rarely evaluated under a common protocol, making direct comparison difficult. We introduce VendorBench-100, a cross-paradigm benchmark that evaluates 36 representative models using a single adversarial 100-image corpus, a unified output schema, and a common evaluation framework. To ensure reliable assessment under the corpus's intentional class imbalance, models are ranked primarily by the Matthews correlation coefficient (MCC), with ROC-AUC reported as a threshold-independent measure of ranking ability. Rather than maximizing dataset size, VendorBench-100 emphasizes challenging real-world scenarios through a curated taxonomy of eight edge-case families, including face swaps, text-to-video stills, AI photo edits, avatar compositing, opaque-provenance images, and compressed research frames. Our evaluation shows that commercial APIs achieve the strongest median performance, followed by vision LLMs and open-source detectors. However, individual open-source models remain competitive with the best vision LLMs. More importantly, we identify a consistent divergence between ranking ability (ROC-AUC) and operating-point quality (MCC), demonstrating that strong score discrimination does not necessarily produce reliable default-threshold decisions. This metric disagreement, rather than any single leaderboard ranking, is the central finding of the benchmark. We release the complete evaluation framework and benchmark results to support reproducible future research. The source code and data are available at: https://github.com/sharayu-20/vendorbench-100