菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-16
📄 Abstract - The Courtroom Trial of Pixels: Robust Image Manipulation Localization via Adversarial Evidence and Reinforcement Learning Judgment

Although some existing image manipulation localization (IML) methods incorporate authenticity-related supervision, this information is typically utilized merely as an auxiliary training signal to enhance the model's sensitivity to manipulation artifacts, rather than being explicitly modeled as localization evidence opposing the manipulated regions. Consequently, when manipulation traces are subtle or degraded by post-processing and noise, these methods struggle to explicitly compare manipulated and authentic evidence, resulting in unreliable predictions in ambiguous areas. To address these issues, we propose a courtroom-style adjudication framework that regards IML task as the confrontation of evidence followed by judgment. The framework comprises a prosecution stream, a defense stream, and a judge model. We first build a dual-hypothesis segmentation architecture on a shared multi-scale encoder, in which the prosecution stream asserts manipulation and the defense stream asserts authenticity. Guided by edge priors, it produces evidence for manipulated and authentic regions through cascaded multi-level fusion, bidirectional disagreement suppression, and dynamic debate refinement. We further develop a reinforcement learning judge model that performs strategic re-inference and refinement on uncertain regions, yielding a manipulated-region mask. The judge model is trained with advantage-based rewards and a soft-IoU objective, and reliability is calibrated via entropy and cross-hypothesis consistency. Experimental results show that our model achieves superior average performance compared with SOTA IML methods.

顶级标签: computer vision model training model evaluation
详细标签: image manipulation localization adversarial evidence reinforcement learning segmentation forensics 或 搜索:

像素的法庭审判:通过对抗性证据与强化学习判决实现鲁棒的图像篡改定位 / The Courtroom Trial of Pixels: Robust Image Manipulation Localization via Adversarial Evidence and Reinforcement Learning Judgment


1️⃣ 一句话总结

这篇论文提出了一种新颖的法庭审判式框架,通过让‘控方’和‘辩方’分别提出图像篡改与真实的证据,并引入一个强化学习‘法官’对不确定区域进行最终裁决,从而显著提升了在篡改痕迹微弱或模糊情况下的图像篡改定位准确性和可靠性。

源自 arXiv: 2604.14703