Search papers, labs, and topics across Lattice.
This paper addresses the challenge of localizing AI-generated image forgeries, which traditional methods struggle to detect due to the absence of physical noise in synthetic data. By theoretically analyzing the diffusion process, the authors reveal that it creates a statistical energy gap that can be exploited for forgery detection. They introduce FLAME, a framework that leverages a LAD map and a parameter-efficient adapter for SAM, achieving state-of-the-art performance in pixel-level localization of forgeries across various generative models.
FLAME uncovers a hidden statistical energy gap in AI-generated images, enabling precise localization of forgeries that traditional methods miss.
Recent advancements in generative AI have led to image editing models capable of producing realistic forgeries that evade traditional image forgery localization methods, as these approaches depend on physical noise absent in synthetic data. To address this challenge, we theoretically demonstrate that the diffusion process inherently suppresses local high-frequency variance, creating a statistical energy gap that is distinguishable from the natural entropy of optical imaging. Guided by this insight, we propose FLAME, a unified framework that utilizes a LAD map to capture these intrinsic anomalies, coupled with a parameter-efficient adapter for SAM to achieve precise, pixel-level forgery localization. Furthermore, to bridge the lag between forensic benchmarks and evolving generative models, we introduce EditStream, an automated pipeline for continuous, instruction-based training data synthesis. Extensive experiments demonstrate that FLAME establishes a new state-of-the-art, significantly outperforming previous methods on AI-generated forgery datasets while effectively generalizing to unseen generative architectures. Our code is available at https://github.com/phoenixnir/FLAME.