paper-with-me

Papers

Image Forgery Localization with State Space Models

2024-12-15 · Zijie Lou, Gang Cao

Pixel dependency modeling from tampered images is pivotal for image forgery localization. Current approaches predominantly rely on convolutional neural network (CNN) or Transformer-based models, which often either lack sufficient receptive fields or entail significant computational overheads. In this paper, we propose LoMa, a novel image forgery localization method that leverages the Selective State Space (S6) model for global pixel dependency modeling and inverted residual CNN for local pixel dependency modeling. Our method introduces the Mixed-SSM Block, which initially employs atrous selective scan to traverse the spatial domain and convert the tampered image into order patch sequences, and subsequently applies multidirectional S6 modeling. In addition, an auxiliary convolutional branch is introduced to enhance local feature extraction. This design facilitates the efficient extraction of global dependencies while upholding linear complexity. Upon modeling the pixel dependency with the SSM and CNN blocks, the pixel-wise forgery localization results are obtained by a simple MLP decoder. Extensive experimental results validate the superiority of LoMa over CNN-based and Transformer-based state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:2412.11214

Code (1)

multimediafor/loma 공식 구현 pytorch

Tasks

DecoderState Space Models

Similar Papers 제목 키워드 기반

SDiFL: Stable Diffusion-Driven Framework for Image Forgery Localization

2025-08-27 · Yang Su, Shunquan Tan, Jiwu Huang arxiv

Driven by the new generation of multi-modal large models, such as Stable Diffusion (SD), image manipulation technologies have advanced rapidly, posing significant challenges to image forensics. However, existing image fo…

Image ManipulationImage Generation

CFL-Net: Image Forgery Localization Using Contrastive Learning

2022-10-04 · Fahim Faisal Niloy, Kishor Kumar Bhaumik, Simon S. Woo

Conventional forgery localizing methods usually rely on different forgery footprints such as JPEG artifacts, edge inconsistency, camera noise, etc., with cross-entropy loss to locate manipulated regions. However, these m…

Contrastive LearningImage Manipulation

Exploring Multi-view Pixel Contrast for General and Robust Image Forgery Localization

2024-06-19 · Zijie Lou, Gang Cao, Kun Guo, Haochen Zhu 외

Image forgery localization, which aims to segment tampered regions in an image, is a fundamental yet challenging digital forensic task. While some deep learning-based forensic methods have achieved impressive results, th…

PromptForge-350k: A Large-Scale Dataset and Contrastive Framework for Prompt-Based AI Image Forgery Localization

2026-03-31 · Jianpeng Wang, Haoyu Wang, Baoying Chen, Jishen Zeng 외 arxiv

The rapid democratization of prompt-based AI image editing has recently exacerbated the risks associated with malicious content fabrication and misinformation. However, forgery localization methods targeting these emergi…

Contrastive LearningImage Editing

Can Image Splicing and Copy-Move Forgery Be Detected by the Same Model? Forensim: An Attention-Based State-Space Approach

2026-02-10 · Soumyaroop Nandi, Prem Natarajan arxiv

We introduce Forensim, an attention-based state-space framework for image forgery detection that jointly localizes both manipulated (target) and source regions. Unlike traditional approaches that rely solely on artifact …