English

SAFIRE: Segment Any Forged Image Region

Computer Vision and Pattern Recognition 2024-12-12 v1 Artificial Intelligence Multimedia

Abstract

Most techniques approach the problem of image forgery localization as a binary segmentation task, training neural networks to label original areas as 0 and forged areas as 1. In contrast, we tackle this issue from a more fundamental perspective by partitioning images according to their originating sources. To this end, we propose Segment Any Forged Image Region (SAFIRE), which solves forgery localization using point prompting. Each point on an image is used to segment the source region containing itself. This allows us to partition images into multiple source regions, a capability achieved for the first time. Additionally, rather than memorizing certain forgery traces, SAFIRE naturally focuses on uniform characteristics within each source region. This approach leads to more stable and effective learning, achieving superior performance in both the new task and the traditional binary forgery localization.

Keywords

Cite

@article{arxiv.2412.08197,
  title  = {SAFIRE: Segment Any Forged Image Region},
  author = {Myung-Joon Kwon and Wonjun Lee and Seung-Hun Nam and Minji Son and Changick Kim},
  journal= {arXiv preprint arXiv:2412.08197},
  year   = {2024}
}

Comments

Accepted at AAAI 2025. Code is available at: https://github.com/mjkwon2021/SAFIRE

R2 v1 2026-06-28T20:30:40.428Z