ASAP: Advancing Semantic Alignment Promotes Multi-Modal Manipulation Detecting and Grounding
Zhenxing Zhang, Yaxiong Wang, Lechao Cheng, Zhun Zhong, Dan Guo, Meng Wang
TL;DR
ASAP addresses the DGM4 problem by focusing on fine-grained cross-modal semantic alignment between image and text. The approach combines Large Model-assisted Alignment (LMA) to generate auxiliary captions and explanations, Manipulation-Guided Cross Attention (MGCA) to direct model focus toward manipulated components, and Patch Manipulation Modeling (PMM) to provide local grounding priors; these components are integrated through a unified training loss that augments the standard DGM4 objectives. Empirical results on the HAMMER-derived DGM4 dataset show that ASAP achieves top performance across manipulation detection, manipulation type identification, image grounding, and text grounding, with substantial improvements over HAMMER baselines and related methods. The training-time alignment strategies rely on auxiliary texts and guidance masks, yet incur no inference-time overhead, highlighting practical benefits for robust, fine-grained multi-modal manipulation detection and grounding. Overall, ASAP advances cross-modal alignment as a central mechanism for improving DGM4, offering a scalable and effective framework for real-world media integrity analysis.
Abstract
We present ASAP, a new framework for detecting and grounding multi-modal media manipulation (DGM4).Upon thorough examination, we observe that accurate fine-grained cross-modal semantic alignment between the image and text is vital for accurately manipulation detection and grounding. While existing DGM4 methods pay rare attention to the cross-modal alignment, hampering the accuracy of manipulation detecting to step further. To remedy this issue, this work targets to advance the semantic alignment learning to promote this task. Particularly, we utilize the off-the-shelf Multimodal Large-Language Models (MLLMs) and Large Language Models (LLMs) to construct paired image-text pairs, especially for the manipulated instances. Subsequently, a cross-modal alignment learning is performed to enhance the semantic alignment. Besides the explicit auxiliary clues, we further design a Manipulation-Guided Cross Attention (MGCA) to provide implicit guidance for augmenting the manipulation perceiving. With the grounding truth available during training, MGCA encourages the model to concentrate more on manipulated components while downplaying normal ones, enhancing the model's ability to capture manipulations. Extensive experiments are conducted on the DGM4 dataset, the results demonstrate that our model can surpass the comparison method with a clear margin.
