Explainable Deepfake Detection with RL Enhanced Self-Blended Images
This work addresses the problem of interpretable deepfake detection for security and media verification applications, offering a method to reduce annotation costs and improve generalization, though it is incremental in combining existing techniques.
The paper tackles the lack of explainable outputs in deepfake detection by proposing an automated Chain-of-Thought data generation framework using Self-Blended Images and an RL-enhanced detection method, achieving performance competitive with state-of-the-art approaches across multiple cross-dataset benchmarks.
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.