Learning Rich Features for Image Manipulation Detection
Peng Zhou, Xintong Han, Vlad I. Morariu, Larry S. Davis

TL;DR
This paper introduces a two-stream Faster R-CNN framework that combines RGB and noise features to effectively detect manipulated regions in images, outperforming existing methods and demonstrating robustness to common image distortions.
Contribution
The paper presents a novel two-stream network architecture that fuses RGB and noise features for improved image manipulation detection.
Findings
Outperforms individual streams in manipulation detection accuracy.
Achieves state-of-the-art results on four standard datasets.
Robust to resizing and compression artifacts.
Abstract
Image manipulation detection is different from traditional semantic object detection because it pays more attention to tampering artifacts than to image content, which suggests that richer features need to be learned. We propose a two-stream Faster R-CNN network and train it endto- end to detect the tampered regions given a manipulated image. One of the two streams is an RGB stream whose purpose is to extract features from the RGB image input to find tampering artifacts like strong contrast difference, unnatural tampered boundaries, and so on. The other is a noise stream that leverages the noise features extracted from a steganalysis rich model filter layer to discover the noise inconsistency between authentic and tampered regions. We then fuse features from the two streams through a bilinear pooling layer to further incorporate spatial co-occurrence of these two modalities. Experiments…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
An AI For Image Manipulation Detection | Two Minute Papers #261· youtube
Taxonomy
TopicsDigital Media Forensic Detection · Image Processing Techniques and Applications · Advanced Steganography and Watermarking Techniques
MethodsRegion Proposal Network · Softmax · Convolution · RoIPool · Faster R-CNN
