Explainable Deepfake Detection with RL Enhanced Self-Blended Images
Ning Jiang, Dingheng Zeng, Yanhong Liu, Haiyang Yi, Shijie Yu, Minghe Weng, Haifeng Shen, Ying Li
TL;DR
The paper tackles the lack of explainability in deepfake detection by integrating multimodal language models with reinforcement learning to produce interpretable CoT outputs. It introduces Self-Blended Images (SBI) to automatically generate forged data and a text-based forgery localization reward within a GRPO framework to mitigate reward sparsity, enabling effective RL for a binary detection task. A two-stage training pipeline—Supervised Fine-Tuning on CoT-rich data followed by GRPO-based reinforcement learning—delivers competitive cross-dataset performance without dedicated detectors, while producing precise forgery clues. The approach reduces annotation costs, strengthens cross-domain generalization, and provides explainable insights into detected forgeries, with implementation details available publicly.
Abstract
Most prior deepfake detection methods lack explainable outputs. With the growing interest in multimodal large language models (MLLMs), researchers have started exploring their use in interpretable deepfake detection. However, a major obstacle in applying MLLMs to this task is the scarcity of high-quality datasets with detailed forgery attribution annotations, as textual annotation is both costly and challenging - particularly for high-fidelity forged images or videos. Moreover, multiple studies have shown that reinforcement learning (RL) can substantially enhance performance in visual tasks, especially in improving cross-domain generalization. To facilitate the adoption of mainstream MLLM frameworks in deepfake detection with reduced annotation cost, and to investigate the potential of RL in this context, we propose an automated Chain-of-Thought (CoT) data generation framework based on Self-Blended Images, along with an RL-enhanced deepfake detection framework. Extensive experiments validate the effectiveness of our CoT data construction pipeline, tailored reward mechanism, and feedback-driven synthetic data generation approach. Our method achieves performance competitive with state-of-the-art (SOTA) approaches across multiple cross-dataset benchmarks. Implementation details are available at https://github.com/deon1219/rlsbi.
