HRGR: Enhancing Image Manipulation Detection via Hierarchical Region-aware Graph Reasoning
Xudong Wang, Jiaran Zhou, Huiyu Zhou, Junyu Dong, Yuezun Li
TL;DR
This work tackles image manipulation detection by replacing grid-based correlation modeling with Hierarchical Region-aware Graph Reasoning (HRGR). HRGR constructs content-coherent irregular regions via Differentiable Feature Partition, builds a hierarchical graph that spans intra- and inter-layer regions, and applies structure-agnostic graph reasoning to refine node representations in an end-to-end manner. The approach yields improvements over state-of-the-art methods across multiple datasets with minimal additional parameters and can serve as a versatile plug-in for existing detectors. The results underscore HRGR's ability to better capture manipulation traces by aligning regional features across scales and layers, enhancing localization accuracy and robustness to perturbations.
Abstract
Image manipulation detection is to identify the authenticity of each pixel in images. One typical approach to uncover manipulation traces is to model image correlations. The previous methods commonly adopt the grids, which are fixed-size squares, as graph nodes to model correlations. However, these grids, being independent of image content, struggle to retain local content coherence, resulting in imprecise detection.To address this issue, we describe a new method named Hierarchical Region-aware Graph Reasoning (HRGR) to enhance image manipulation detection. Unlike existing grid-based methods, we model image correlations based on content-coherence feature regions with irregular shapes, generated by a novel Differentiable Feature Partition strategy. Then we construct a Hierarchical Region-aware Graph based on these regions within and across different feature layers. Subsequently, we describe a structural-agnostic graph reasoning strategy tailored for our graph to enhance the representation of nodes. Our method is fully differentiable and can seamlessly integrate into mainstream networks in an end-to-end manner, without requiring additional supervision. Extensive experiments demonstrate the effectiveness of our method in image manipulation detection, exhibiting its great potential as a plug-and-play component for existing architectures. Codes and models are available at https://github.com/OUC-VAS/HRGR-IMD.
