SOTAVerified

Image Manipulation Detection by Multi-View Multi-Scale Supervision

2021-04-14ICCV 2021Code Available1· sign in to hype

Xinru Chen, Chengbo Dong, Jiaqi Ji, Juan Cao, Xirong Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The key challenge of image manipulation detection is how to learn generalizable features that are sensitive to manipulations in novel data, whilst specific to prevent false alarms on authentic images. Current research emphasizes the sensitivity, with the specificity overlooked. In this paper we address both aspects by multi-view feature learning and multi-scale supervision. By exploiting noise distribution and boundary artifact surrounding tampered regions, the former aims to learn semantic-agnostic and thus more generalizable features. The latter allows us to learn from authentic images which are nontrivial to be taken into account by current semantic segmentation network based methods. Our thoughts are realized by a new network which we term MVSS-Net. Extensive experiments on five benchmark sets justify the viability of MVSS-Net for both pixel-level and image-level manipulation detection.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Casia V1+MVSS-NetBalanced Accuracy0.53Unverified
CocoGlideMVSS-NetBalanced Accuracy0.12Unverified
ColumbiaMVSS-NetBalanced Accuracy0.73Unverified
COVERAGEMVSS-NetBalanced Accuracy0.51Unverified
DSO-1MVSS-NetBalanced Accuracy0.36Unverified

Reproductions