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

发表于TIFS 2025,两阶段训练,第一阶段在图像内部、跨尺度和跨模态三个维度使用对比损失进行训练,第二阶段使用交叉熵训练定位头。

1
GIM:A Million-scale Benchmark for Generative Image Manipulation Detection and Localization
GIM:A Million-scale Benchmark for Generative Image Manipulation Detection and Localization

发表于AAAI2025,提出了GIM数据集,提出了双流网络GIMFormer。

2
Loupe:A Generalizable and Adaptive Framework for Image Forgery Detection
Loupe:A Generalizable and Adaptive Framework for Image Forgery Detection

发表于IJCAI 2025,Loupe通过整合补丁感知分类器与带条件查询的分割模块,实现了全局真实性分类与细粒度掩码预测的同步处理。为增强对测试集分布偏移的鲁棒性,该模型创新性地采用伪标签引导的测试时自适应机制,利用补丁级预测结果对分割头进行监督学习。。

3
ForensicHub:A Unified Benchmark & Codebase for All-Domain Fake Image Detection and Localization
ForensicHub:A Unified Benchmark & Codebase for All-Domain Fake Image Detection and Localization

发表于arxiv上的论文,非常棒的工作!其整合了深度伪造检测、图像篡改检测/定位、AI生成图像检测和文档图像处理定位四大任务,并基于基准实验,提出了独特的发现。

4
TruFor:Leveraging all-round clues for trustworthy image forgery detection and localization
TruFor:Leveraging all-round clues for trustworthy image forgery detection and localization

发表于CVPR2023,该框架通过基于Transformer的融合架构,同时提取高阶特征与低阶特征:前者整合RGB图像与自适应学习的噪声敏感指纹,后者则通过仅使用真实数据进行自监督训练,精准捕捉相机内外部处理产生的伪影特征。

5
Pixel-Inconsistency Modeling for Image Manipulation Localization
Pixel-Inconsistency Modeling for Image Manipulation Localization

发表于TPAMI2025,将输入图像分割成多个区块后,分别使用掩码自注意力和差异卷积分别建模全局和局部像素依赖,同时设计了新型的学习加权模块来融合全局和局部的特征,还设计了像素不一致性数据增强方法增强鲁棒性。但其比较论文实验的结果和原本论文在相同数据集相同指标下的结果相差太多,之后尝试在已给代码上进行测试,再完成之后阅读。

6
M2SFormer:Multi-Spectral and Multi-Scale Attention with Edge-Aware Difficulty Guidance for Image Forgery Localization
M2SFormer:Multi-Spectral and Multi-Scale Attention with Edge-Aware Difficulty Guidance for Image Forgery Localization

发表于ICCV2025,M2SFormer通过在跳跃连接中统一多频段和多尺度注意力机制,借助全局上下文信息,能更精准捕捉各类伪造特征。此外,我们的框架通过采用全局先验图(一种反映伪造检测难度的曲率度量指标)来解决上采样过程中细节丢失的问题。该方法使用分割的指标而不是图像篡改的传统指标,而且比较的方法并不是公认的sota。

7
Rethinking Image Forgery Detection via Soft Contrastive Learning and Unsupervised Clustering
Rethinking Image Forgery Detection via Soft Contrastive Learning and Unsupervised Clustering

TDSC2025的文章,首次使用对比学习加聚类的方法做图像篡改检测。

8
OmniGuard:Hybrid Manipulation Localization via Augmented Versatile Deep Image Watermarking
OmniGuard:Hybrid Manipulation Localization via Augmented Versatile Deep Image Watermarking

发表于CVPR2025,将版权水印和图像篡改主动保护两个任务联合起来。

9
Image Operation Chain Detection with Machine Translation Framework
Image Operation Chain Detection with Machine Translation Framework

发表于TMM2022,将机器学习应用到操作链检测的任务中,将每一个操作视为一个元素进行翻译。

10