文章总览 - 139
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生成图像检测和文档图像处理定位四大任务,并基于基准实验,提出了独特的发现。

11
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图像与自适应学习的噪声敏感指纹,后者则通过仅使用真实数据进行自监督训练,精准捕捉相机内外部处理产生的伪影特征。

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

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

13
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。

14
ImgEdit
ImgEdit

15
Knowledge_Distillation
Knowledge_Distillation

16
Unlocking the Capabilities of Large Vision-Language Models for Generalizable and Explainable Deepfake Detection
Unlocking the Capabilities of Large Vision-Language Models for Generalizable and Explainable Deepfake Detection

发表于ICML2025,将细粒度的伪造特征转化为语言模型的输入,在LLM提示调优后,得到解释性的deepfake检测结果。

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

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

18
Cluster Triplet Loss for Unsupervised Domain Adaptation on Histology Images
Cluster Triplet Loss for Unsupervised Domain Adaptation on Histology Images

发表于CVPR2024,提出了一种新的无监督域适应方法,该方法采用聚类三元组损失函数,仅使用源域中的少量信息,从而提升目标域的性能。以源域中的重要节点的聚类中心为锚点,通过三元组损失,将目标域锚定到这些固定的聚类中心。源域的完美结构应该与目标域的完美结构相似,才能用作锚点。

19
三元组损失
三元组损失

20