ForgerySleuth: Empowering Multimodal Large Language Models for Image Manipulation Detection

πŸ“… 2024-11-29
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 10
✨ Influential: 1
πŸ“„ PDF
πŸ€– AI Summary
Existing methods have not explored the potential of multimodal large language models (M-LLMs) for image forgery detection; direct application often induces hallucination and overthinking, resulting in inaccurate reasoning and coarse-grained localization. Method: We propose the first Chain-of-Clues prompting paradigm tailored for forgery detection, accompanied by theForgeryAnalysis dataset; design a joint clue-fusion and segmentation-generation architecture enabling text-guided pixel-level localization; and introduce a data synthesis and augmentation engine to support large-scale pretraining. Contribution/Results: Our approach significantly improves generalizability, robustness, and interpretability. It outperforms state-of-the-art methods across multiple benchmarks and achieves, for the first time, end-to-end, interpretable, fine-grained M-LLM–driven forgery analysis.

Technology Category

Application Category

πŸ“ Abstract
Multimodal large language models have unlocked new possibilities for various multimodal tasks. However, their potential in image manipulation detection remains unexplored. When directly applied to the IMD task, M-LLMs often produce reasoning texts that suffer from hallucinations and overthinking. To address this, in this work, we propose ForgerySleuth, which leverages M-LLMs to perform comprehensive clue fusion and generate segmentation outputs indicating specific regions that are tampered with. Moreover, we construct the ForgeryAnalysis dataset through the Chain-of-Clues prompt, which includes analysis and reasoning text to upgrade the image manipulation detection task. A data engine is also introduced to build a larger-scale dataset for the pre-training phase. Our extensive experiments demonstrate the effectiveness of ForgeryAnalysis and show that ForgerySleuth significantly outperforms existing methods in generalization, robustness, and explainability.
Problem

Research questions and friction points this paper is trying to address.

Detects image manipulation using multimodal language models
Reduces hallucinations in reasoning for forgery detection
Generates segmentation outputs for tampered image regions
Innovation

Methods, ideas, or system contributions that make the work stand out.

Leverages M-LLMs for comprehensive clue fusion and segmentation
Constructs dataset via Chain-of-Clues prompt for analysis and reasoning
Introduces data engine for large-scale pre-training dataset creation