Search papers, labs, and topics across Lattice.
This paper presents a minimalist preprocessing method for detecting synthesized images by analyzing pixel fluctuations through gradient calculations, which serve as a high-pass filter to enhance grayscale intensity variations. The approach is particularly significant given the rise of generative models that produce highly realistic images, posing risks of malicious use, especially on low-configured smart devices. Experimental results show that this method achieves detection accuracy comparable to state-of-the-art techniques while being computationally efficient enough for deployment on smartphones.
Achieving state-of-the-art image synthesis detection accuracy with a minimalist method that runs efficiently on low-end devices could revolutionize how we combat image-based deception.
Generative models have significantly advanced image generation, resulting in synthesized images that are increasingly indistinguishable from authentic ones. However, the creation of fake images with malicious intent is a growing concern. Low-configured smart devices have become highly popular, making it easier for deceptive images to reach users. Consequently, the demand for effective detection methods is increasingly urgent. In this paper, we introduce a simple yet efficient method that captures pixel fluctuations between neighboring pixels by calculating the gradient, which highlights variations in grayscale intensity. This approach functions as a high-pass filter, emphasizing key features for accurate image distinction while minimizing color influence. Our experiments on multiple datasets demonstrate that our method achieves accuracy levels comparable to state-of-the-art techniques while requiring minimal computational resources. Therefore, it is suitable for deployment on low-end devices such as smartphones. The code is available at https://github.com/vohoaidanh/adof.