Paper Overview
- Research Area: Computer Vision (CV)
- Authors: Bowei Liu, Zheng Lu, Yuhan Bian, Xinchen Zhang, Xingming Shui, Yuesheng Huang, Xuhuan Li, Zihao Liu, Yifan Yang, Jun Zhou, Xiu Li
- Release Date: 2026-08-11
- arXiv: 2608.11201
- Meta-detection paradigm for video forensics: First work to jointly optimize label predictions and supporting evidence in reinforcement learning for AI-generated video detection.
- Automated paired real-fake data pipeline: Generates paired authentic and forged videos by replacing temporal segments with a boundary-frame-conditioned video generation model, ensuring that manipulation intervals are known and verifiable.
- Evidence-guided reward redistribution: Reallocates rewards among label-correct responses according to evidence quality, performing evidence-aware credit assignment that preserves reliable label supervision while encouraging fine-grained, verifiable forgery grounding.
- Empirical validation: Extensive experiments demonstrate that VidForensics-M1 effectively uses verifiable temporal evidence to achieve robust and generalizable detection across unseen scenarios and emerging video generators.
- Textual rationales: semantic but prone to hallucination and bias, since they rely on external language models for both generation and validation.
- Temporal grounding (timestamps/intervals): objective and verifiable, because the exact manipulation interval is known during synthetic data construction.
- Paper: https://arxiv.org/abs/2608.11201
Original Abstract (Translated)
Recent advances in video generation models have significantly improved the realism of synthetic videos, blurring the boundary between generated and authentic content and raising concerns about misinformation. Existing MLLM-based detectors mainly rely on supervised fine-tuning or label-level reinforcement learning, where coarse supervision limits generalization to unseen scenarios and emerging video generators.
To overcome these limitations, the authors are the first to introduce meta-detection into AI-generated video detection, enabling reliable forgery detection by jointly optimizing the predicted label and supporting evidence within reinforcement learning. This paradigm requires both reliable evidence signals and effective mechanisms to integrate them into label-level optimization.
Textual rationales provide semantic descriptions of forgery artifacts, but their generation and verification depend on external models, making supervision vulnerable to hallucination and semantic bias. In contrast, temporal grounding provides more objective and verifiable evidence, because manipulation intervals can be precisely controlled during the forgery construction process.
Key Contributions
Why Temporal Evidence?
The paper contrasts two evidence modalities:
This motivates using time-stamped manipulation intervals as the verifiable supervision signal in reinforcement learning.