๐ค AI Summary
To address the proliferation of forged images driven by generative AI, this paper proposes a novel image forgery localization method. Our approach uniquely leverages the inpainting pipeline of a state-of-the-art text-to-image modelโStable Diffusion 3โas a forensic signal source, marking the first such utilization in digital image forensics. We design a LoRA-based forensic feature extractor to efficiently reconstruct its refinement flow (RF) mechanism. Furthermore, we integrate controlled noise injection with semantic context modeling and incorporate a parameter-efficiently fine-tuned SAM encoder to enhance boundary-aware localization. The resulting multimodal feature fusion framework achieves state-of-the-art performance across multiple benchmarks, significantly outperforming existing methods. Notably, it demonstrates strong robustness against common post-processing attacks and social media compression artifacts.
๐ Abstract
The increasing accessibility of image editing tools and generative AI has led to a proliferation of visually convincing forgeries, compromising the authenticity of digital media. In this paper, in addition to leveraging distortions from conventional forgeries, we repurpose the mechanism of a state-of-the-art (SOTA) text-to-image synthesis model by exploiting its internal generative process, turning it into a high-fidelity forgery localization tool. To this end, we propose CLUE (Capture Latent Uncovered Evidence), a framework that employs Low- Rank Adaptation (LoRA) to parameter-efficiently reconfigure Stable Diffusion 3 (SD3) as a forensic feature extractor. Our approach begins with the strategic use of SD3's Rectified Flow (RF) mechanism to inject noise at varying intensities into the latent representation, thereby steering the LoRAtuned denoising process to amplify subtle statistical inconsistencies indicative of a forgery. To complement the latent analysis with high-level semantic context and precise spatial details, our method incorporates contextual features from the image encoder of the Segment Anything Model (SAM), which is parameter-efficiently adapted to better trace the boundaries of forged regions. Extensive evaluations demonstrate CLUE's SOTA generalization performance, significantly outperforming prior methods. Furthermore, CLUE shows superior robustness against common post-processing attacks and Online Social Networks (OSNs). Code is publicly available at https://github.com/SZAISEC/CLUE.