CVCRAug 22, 2021

Detection and Localization of Multiple Image Splicing Using MobileNet V1

arXiv:2108.09674v258 citations
AI Analysis

This addresses the need for reliable forgery detection in digital images to mitigate misinformation on social media, but it is incremental as it adapts existing models to a specific task.

The paper tackles the problem of detecting and localizing multiple image splicing forgeries in digital images by proposing a method using Mask R-CNN with MobileNet V1 as a backbone, which outperforms ResNet variants on their custom dataset.

In modern society, digital images have become a prominent source of information and medium of communication. They can, however, be simply altered using freely available image editing software. Two or more images are combined to generate a new image that can transmit information across social media platforms to influence the people in the society. This information may have both positive and negative consequences. Hence there is a need to develop a technique that will detect and locates a multiple image splicing forgery in an image. This research work proposes multiple image splicing forgery detection using Mask R-CNN, with a backbone as a MobileNet V1. It also calculates the percentage score of a forged region of multiple spliced images. The comparative analysis of the proposed work with the variants of ResNet is performed. The proposed model is trained and tested using our MISD (Multiple Image Splicing Dataset), and it is observed that the proposed model outperforms the variants of ResNet models (ResNet 51,101 and 151).

Foundations

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

Your Notes