CVAICRMMJul 16, 2024

TGIF: Text-Guided Inpainting Forgery Dataset

arXiv:2407.11566v220 citationsh-index: 19Has Code
Originality Synthesis-oriented
AI Analysis

This addresses a critical problem for digital media forensics by exposing inefficiencies in current detection methods against modern generative manipulations, though it is incremental as it focuses on dataset creation and benchmarking.

The paper tackles the challenge of detecting and localizing image forgeries created by text-guided inpainting with generative AI, introducing the TGIF dataset of 75k forged images and showing that state-of-the-art methods fail to detect regenerated inpainted images or localize inpainted areas, especially under compression like WEBP.

Digital image manipulation has become increasingly accessible and realistic with the advent of generative AI technologies. Recent developments allow for text-guided inpainting, making sophisticated image edits possible with minimal effort. This poses new challenges for digital media forensics. For example, diffusion model-based approaches could either splice the inpainted region into the original image, or regenerate the entire image. In the latter case, traditional image forgery localization (IFL) methods typically fail. This paper introduces the Text-Guided Inpainting Forgery (TGIF) dataset, a comprehensive collection of images designed to support the training and evaluation of image forgery localization and synthetic image detection (SID) methods. The TGIF dataset includes approximately 75k forged images, originating from popular open-source and commercial methods, namely SD2, SDXL, and Adobe Firefly. We benchmark several state-of-the-art IFL and SID methods on TGIF. Whereas traditional IFL methods can detect spliced images, they fail to detect regenerated inpainted images. Moreover, traditional SID may detect the regenerated inpainted images to be fake, but cannot localize the inpainted area. Finally, both IFL and SID methods fail when exposed to stronger compression, while they are less robust to modern compression algorithms, such as WEBP. In conclusion, this work demonstrates the inefficiency of state-of-the-art detectors on local manipulations performed by modern generative approaches, and aspires to help with the development of more capable IFL and SID methods. The dataset and code can be downloaded at https://github.com/IDLabMedia/tgif-dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes