• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2023, Vol. 45 ›› Issue (06): 1030-1039.

• Computer Network and Znformation Security • Previous Articles     Next Articles

An image tampering detection model based on improved Faster R-CNN

TIAN Xiu-xia,LIU Zheng,LIU Qiu-xu,LI Hao-ran   

  1. (College of Computer Science and Technology,Shanghai University of Electric Power,Shanghai 200090,China)
  • Received:2021-07-06 Revised:2022-04-19 Accepted:2023-06-25 Online:2023-06-25 Published:2023-06-16

Abstract: With the development of artificial intelligence, digital images have been widely used in various fields. However, due to the appearance of image editing software, a large number of images have been tampered with maliciously, which seriously affects the authenticity of image content. Different from the general object detection, the study of image tampering detection needs to pay more attention to the tamper information of the image itself, which is often manifested in a weak form. Therefore, the detection model needs to focus on learning more abundant tamper features. This paper proposes a dual-stream Faster R-CNN model that combines gradient edge information and attention mechanism, and the model can realize detection and location of regions with different tampering types. One of the two streams is the color stream, which uses the attention mechanism to extract the surface features of the image, such as brightness contrast, visual difference of tampering with the boundary, etc. The second of the two streams is a gradient stream. A Gradient high-pass filter is used to enhance the anomaly edge features between the real area and the tampered area, making it easier for the model to find faint tampered traces in the tampered image. Finally, the features of color stream and gradient stream are fused by means of compact bilinear pooling. Due to the relatively small size of publicly available image tampering data sets, the Pascal VOC 2012 is used to create an image tampering detection data set which containing 10 010 images for model pre-training. The experimental results on COVER, Columbia, and CASIA data sets show that the model proposed in this paper improves the detection accuracy by 7.1% to 9.6% compared to the latest models, and exhibits higher robustness under JPEG compression and image blur attacks.

Key words: image tampering detection, deep learning, attention mechanism, compact bilinear pooling