Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
image
End of preview. Expand in Data Studio

ArenaBench

Dataset Description

ArenaBench is a large-scale benchmark designed for comprehensive evaluation of deepfake detection methods. It contains approximately 45K testing samples and evaluates detectors across five levels, including in-domain, cross-model, cross-manipulation, commercial models, and real-world scenarios.

Overview

Overview of the ArenaBench benchmark.

Benchmark Design

ArenaBench evaluates deepfake detectors under five complementary settings:

Evaluation Track Description
In-Domain Evaluates performance on manipulation or generation domains seen during training.
Cross-Model Evaluates generalization to unseen generative models.
Cross-Manipulation Evaluates generalization to unseen facial manipulation techniques.
Commercial-Model Evaluates detectors on images generated by recent commercial or closed-source generative models.
Real-world Scenarios Evaluates robustness under realistic data distributions and practical deployment scenarios.

Dataset Structure

ArenaBench/
β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ train/
|   |   β”œβ”€β”€ real/
|   |   |   └── *.png/
|   |   └── fake/
|   |   |   └── *.png/
β”‚   └── test/
|   |   β”œβ”€β”€ In-Domain/
|   |   |   β”œβ”€β”€ FaceForensics++/
|   |   |   |   β”œβ”€β”€ 0_real/
|   |   |   |   |   └── *.png/
|   |   |   |   β”œβ”€β”€ 1_fake/
|   |   |   |   |   └── *.png/
|   |   |   β”œβ”€β”€ stylegan3/
|   |   |   |   β”œβ”€β”€ ...
|   |   |   β”œβ”€β”€ SDXL/
|   |   |   |   β”œβ”€β”€ ...
|   |   β”œβ”€β”€ Cross-Model/
|   |   |   β”œβ”€β”€ FLUX.2/
|   |   |   |   β”œβ”€β”€ 0_real/
|   |   |   |   |   └── *.png/
|   |   |   |   β”œβ”€β”€ 1_fake/
|   |   |   |   |   └── *.png/
|   |   |   β”œβ”€β”€ GRN/
|   |   |   |   β”œβ”€β”€ .../
|   |   |   β”œβ”€β”€ ...
|   |   β”œβ”€β”€ Cross-Manipulation/
|   |   |   β”œβ”€β”€ EchoMimic/
|   |   |   |   β”œβ”€β”€ 0_real/
|   |   |   |   |   └── *.png/
|   |   |   |   β”œβ”€β”€ 1_fake/
|   |   |   |   |   └── *.png/
|   |   |   β”œβ”€β”€ OSDFace/
|   |   |   |   β”œβ”€β”€ .../
|   |   |   β”œβ”€β”€ ...
|   |   β”œβ”€β”€ Commercial-Model/
|   |   |   β”œβ”€β”€ Gpt-Image-2/
|   |   |   |   β”œβ”€β”€ 0_real/
|   |   |   |   |   └── *.png/
|   |   |   |   β”œβ”€β”€ 1_fake/
|   |   |   |   |   └── *.png/
|   |   |   β”œβ”€β”€ NanoBananaPro/
|   |   |   |   β”œβ”€β”€ .../
|   |   |   β”œβ”€β”€ ...
|   |   β”œβ”€β”€ Real-world-Scenarios/
|   |   |   β”œβ”€β”€ ScaleDF/
|   |   |   |   β”œβ”€β”€ 0_real/
|   |   |   |   |   └── *.png/
|   |   |   |   β”œβ”€β”€ 1_fake/
|   |   |   |   |   └── *.png/
|   |   |   β”œβ”€β”€ MFFI/
|   |   |   |   β”œβ”€β”€ .../
|   |   |   β”œβ”€β”€ ...
β”œβ”€β”€ annotations/
|   β”œβ”€β”€ train/
|   |   └── *.json/
|   └── test/
|   |   └── *.json/

Annotation Format

Each sample is represented as a JSON object:

{
  "images": [
    "ArenaBench/images/test/Cross_Model/FLUX.2/1_fake/image_0103.png"
  ],
  "type": "entire face generation",
  "label": 1
}

Download

The complete ArenaBench dataset can be downloaded using the Hugging Face CLI:

hf download ceil2/ArenaBench --repo-type dataset --local-dir ArenaBench

Limitations and Responsible Use

ArenaBench is intended for academic research on deepfake detection and multimedia forensics. All commercial use is strictly prohibited. Users are responsible for complying with the licenses and terms of use of the original data sources.

Downloads last month
13