paper-with-me

Papers

Image Splicing Localization Using A Multi-Task Fully Convolutional Network (MFCN)

2017-09-06 · Ronald Salloum, Yuzhuo Ren, C. -C. Jay Kuo

In this work, we propose a technique that utilizes a fully convolutional network (FCN) to localize image splicing attacks. We first evaluated a single-task FCN (SFCN) trained only on the surface label. Although the SFCN is shown to provide superior performance over existing methods, it still provides a coarse localization output in certain cases. Therefore, we propose the use of a multi-task FCN (MFCN) that utilizes two output branches for multi-task learning. One branch is used to learn the surface label, while the other branch is used to learn the edge or boundary of the spliced region. We trained the networks using the CASIA v2.0 dataset, and tested the trained models on the CASIA v1.0, Columbia Uncompressed, Carvalho, and the DARPA/NIST Nimble Challenge 2016 SCI datasets. Experiments show that the SFCN and MFCN outperform existing splicing localization algorithms, and that the MFCN can achieve finer localization than the SFCN.

📄 PDF Abstract BibTeX arXiv:1709.02016

Code (1)

namtpham/image_tampering_detection_references

Tasks

Multi-Task Learning

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Deep Matching and Validation Network -- An End-to-End Solution to Constrained Image Splicing Localization and Detection

2017-05-27 · Yue Wu, Wael Abd-Almageed, Prem Natarajan

Image splicing is a very common image manipulation technique that is sometimes used for malicious purposes. A splicing detec- tion and localization algorithm usually takes an input image and produces a binary decision in…

Image Manipulation

Attacking Image Splicing Detection and Localization Algorithms Using Synthetic Traces

2022-11-22 · Shengbang Fang, Matthew C Stamm

Recent advances in deep learning have enabled forensics researchers to develop a new class of image splicing detection and localization algorithms. These algorithms identify spliced content by detecting localized inconsi…

Generative Adversarial Network

Detection and Localization of Multiple Image Splicing Using MobileNet V1

2021-08-22 · Kalyani Kadam, Dr. Swati Ahirrao, Dr. Ketan Kotecha, Sayan Sahu

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 comb…

Spatio-temporal Co-attention Fusion Network for Video Splicing Localization

2023-09-18 · Man Lin, Gang Cao, Zijie Lou

Digital video splicing has become easy and ubiquitous. Malicious users copy some regions of a video and paste them to another video for creating realistic forgeries. It is significant to blindly detect such forgery regio…

Decoder

Multi-Scale Cross-Fusion and Edge-Supervision Network for Image Splicing Localization

2024-12-17 · Yakun Niu, Pei Chen, Lei Zhang, Hongjian Yin 외

Image Splicing Localization (ISL) is a fundamental yet challenging task in digital forensics. Although current approaches have achieved promising performance, the edge information is insufficiently exploited, resulting i…