- The paper introduces a six-control evaluation protocol that mitigates dataset confounds through techniques like canonical re-encoding and cross-dataset testing.
- The VidAudit toolkit standardizes benchmarking across forensic, motion, and multimodal detectors with reproducible, transparent reporting.
- Results reveal that high AUC scores can mask poor deployable recall, underscoring the need for multidimensional metrics and substrate fusion.
Motivation and Problem Setting
The proliferation of AI-generated video has intensified the need for robust automated detection systems, especially in domains with high stakes such as politics and finance. The paper "Auditing Generalization in AI-Generated Video Detection: A Six-Control Protocol and the VidAudit Toolkit" (2606.31004) addresses critical methodological flaws in current benchmarks for AI-generated video detection. Specifically, many leaderboards fail to control for confounding factors, leading to inflated generalization claims. The authors demonstrate with existence proofs that trivial classifiers exploiting dataset artifacts, such as clip length, can achieve near-perfect AUC scores under standard evaluationsโyet measure nothing about genuine generative artifacts.
Audited Six-Control Evaluation Protocol
To systematize robust evaluation, the authors define a protocol comprising six controls:
- Canonical codec re-encoding: eliminates codec-level fingerprints by transforming all input through a standardized pipeline.
- Leakage audit against trivial baselines: quantifies the impact of confounds such as frame-count features, ensuring results reflect detection of generative artifacts rather than dataset structure.
- Real-vs-real coherence probe: measures the lower bound of discrimination attributable to dataset identity, establishing a floor for genuine detection signal.
- Matched-harness re-training: standardizes readout and data splits to normalize performance comparisons.
- Multi-seed stability and bootstrap CIs: ensures numerical claims are robust to random seed and sample variability.
- Cross-dataset evaluation: tests generalization across independently curated benchmarks (GenVidBench, AIGVDBench).
The survey of twenty papers finds none adopting all six controls, with most benchmarks reporting single-metric AUCs highly susceptible to unmeasured confounds.
Existence Proof of Confounds and Audit Impact
The paper establishes the practical consequences of missing controls: a three-feature L2-regularized logistic regression classifier (using raw counts of I-, P-, and B-frames per clip) reaches LOGO AUC 0.998 under unaudited evaluation. However, application of the K=12 non-I-frame filter and canonical re-encode collapses performance to near chance ($0.529$), demonstrating confound removal.
Figure 1: The audit's verdict at a glance; margins above dataset-identity floor demarcate certified detectors versus those primarily exploiting confounds.
Under this protocol, the CLIP-ViT-B/32 appearance detector achieves nominal LOGO OOD AUC of $0.852$ but sits only +0.086 above the real-vs-real coherence floor, indicating its performance is largely driven by dataset identity. In contrast, motion-content detectors such as TemporalSpec (codec motion-vector features) and forensic detectors like WaveRep clear the floor by +0.189-+0.462 AUC points.
The VidAudit toolkit implements the protocol as a unified benchmarking suite, supporting fourteen detectors spanning forensic, appearance, motion, codec, fusion, and multimodal-LLM families behind a plugin API. Strong emphasis is placed on modularity, reproducibility, and transparent reporting. The white-box positive control, TemporalSpec, summarizes codec MVs via interpretable temporal and spectral features:
- Tier 0: overall motion magnitude, sparsity, variance, and temporal difference.
- Tier 1: spectral slope, spectral flatness, ACF decay time, first-zero lag, acceleration kurtosis, acceleration skewness, computed per-cell on a 4ร4 macroblock lattice.
These features are theoretically justified via spectral bias in current generative models and empirically validated against human perception, showing robust separation across real and generated data (see supplementary concordance with VBench annotations).
Figure 2: The TemporalSpec pipeline from canonical re-encoding through feature aggregation to white-box classification.
Complementary fusion architectures (XSFF) are explored, combining codec-MV features with deep-frame trajectories (e.g., DINOv2 via ReStraV). Under conditional substrate independence, empirical lifts of +1.4 to +1.6 AUC points over single-channel baselines are observed on both GenVidBench and AIGVDBench, validating detectable complementarity.
Re-Evaluation of State-of-the-Art Detectors
A rigorous re-evaluation under the protocol reveals profound discrepancies between leaderboard results and deployable accuracy:
- At a deployable FPR of 0.1%, only WaveRep (TPR $0.529$0) and ReStraV (TPR $0.529$1) retain meaningful recall; high-AUC methods such as FVMD, RAFT, and TemporalSpec ($0.529$2-$0.529$3 AUC) drop to $0.529$4 recall.
- The leaderboard order changes under operating-point metrics, with CLIP surpassing FVMD and RAFT in recall, despite lower AUC.
Figure 3: Leaderboard metric AUC versus deployable recall (TPR at FPR $0.529$5); most baselines collapse, highlighting the inadequacy of single-number reporting.
Figure 4: Audited cost-vs-OOD frontier on the matched 27k GenVidBench subset; minimum deployment cost for a certified detector (e.g., TemporalSpec at 14 ms/clip, CPU-only) clearly separates modalities.
Cross-Dataset Replication and Robustness
The audit exposes substantial challenge in detecting recent ($0.529$6-era) generatorsโsingle-channel detectors drop sharply on AIGVDBench, but cross-substrate fusion preserves complementarity gains. Robustness sweeps confirm insensitivity to codec variations, spatial rescaling, and quantization, with most degradation in frame-rate drift mitigated via canonical re-encode.
Theoretical and Practical Implications
The results mandate the adoption of multidimensional audited metrics:
- Metric tuple reporting (AUC, margin above floor, deployable recall, calibration error) is essential for operational deployments, replacing the single-metric paradigm.
- Orthogonal substrate fusion is necessary to prevent protocol circumvention.
- Transparent feature engineering and open-source reproducibility are emphasized for trustworthiness and benchmarking.


Figure 5: Detection AUC: Tier~0, Tier~1, and joint, across generators, revealing motion-structure discrimination is distributed and not trivial.
Figure 6: Motion smoothness: spectral and ACF statistics track human rating axes, validating feature interpretability.
Conclusion
This paper establishes that current benchmarks and protocols in AI-generated video detection are fundamentally flawed, often measuring dataset artifacts rather than generative fingerprints. Through stringent controls, audit protocols, and open-source benchmarking, the findings advocate for transition from leaderboard-centric evaluation to empirical certification of detection claims. The VidAudit toolkit and protocol provide the implementation blueprint for such rigorous evaluation. The implications for AI safety and digital media forensics are substantial: practical deployment must ensure genuine signal detection, robust to dataset confounds and adversarial circumvention, with multidimensional, audited reporting. Ensemble strategies and substrate fusion are necessary to ensure resilience against evolving generative models and dataset shifts.