SOTAVerified

PSCC-Net: Progressive Spatio-Channel Correlation Network for Image Manipulation Detection and Localization

2021-03-19Code Available1· sign in to hype

Xiaohong Liu, Yaojie Liu, Jun Chen, Xiaoming Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

To defend against manipulation of image content, such as splicing, copy-move, and removal, we develop a Progressive Spatio-Channel Correlation Network (PSCC-Net) to detect and localize image manipulations. PSCC-Net processes the image in a two-path procedure: a top-down path that extracts local and global features and a bottom-up path that detects whether the input image is manipulated, and estimates its manipulation masks at multiple scales, where each mask is conditioned on the previous one. Different from the conventional encoder-decoder and no-pooling structures, PSCC-Net leverages features at different scales with dense cross-connections to produce manipulation masks in a coarse-to-fine fashion. Moreover, a Spatio-Channel Correlation Module (SCCM) captures both spatial and channel-wise correlations in the bottom-up path, which endows features with holistic cues, enabling the network to cope with a wide range of manipulation attacks. Thanks to the light-weight backbone and progressive mechanism, PSCC-Net can process 1,080P images at 50+ FPS. Extensive experiments demonstrate the superiority of PSCC-Net over the state-of-the-art methods on both detection and localization.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CASIAv1(Protoclo-CAT)PSCC-NetPixel Binary F10.59Unverified
Columbia(Protocol-CAT)PSCC-NetPixel Binary F10.86Unverified
COVERAGE(Protocol-CAT)PSCCPixel Binary F10.38Unverified
NIST16(Protocol-CAT)PSCC-NetPixel Binary F10.37Unverified

Reproductions