Skip to content
/ Papers Public

Image Forgery Detection and Localization (and related) Papers List

Notifications You must be signed in to change notification settings

greatzh/Papers

Repository files navigation

description
Deep learning papers notes sharing

😀 Overview

Related

Basics

Backbone

骨干网络,多为图像分类的网络。

Image Tampering

图像篡改检测定位

Image Editing

CNN-synthesized

  • MaLP: Manipulation Localization Using a Proactive Scheme (CVPR '23) [Paper] [Code]
  • Discrepancy-Guided Reconstruction Learning for Image Forgery Detection (IJCAI '23) [Paper] [Code]

Image Splicing

图像的拼接篡改检测定位

Image Harmonization

图像协调化

Face Forgery

人脸篡改,篡改方法以及检测问题

Copy Move

复制移动篡改定位问题

Image Matching

特征匹配,图像匹配问题。

Object Detection

目标检测,包括伪装物体目标检测和突出目标检测,COD以及SOD。

  • Zoom In and Out: A Mixed-scale Triplet Network for Camouflaged Object Detection (CVPR '22) [Paper] [Code]
  • OTA: Optimal Transport Assignment for Object Detection (CVPR '21) [Paper] [Code]
  • Consistency-basd Active Learning for Object Detection (CVPRW '22) [Paper] [Code]
  • Unsupervised Object Localization: Observing the Background to Discover Objects (CVPR '23) [Paper] [Code]
  • Camouflaged Object Detection with Feature Decomposition and Edge Reconstruction (CVPR '23) [Paper] [Code]
  • Feature Shrinkage Pyramid for Camouflaged Object Detection with Transformers (CVPR '23) [Paper] [Code]
  • Locate, Refine and Restore: A Progressive Enhancement Network for Camouflaged Object Detection (IJCAI '23)

Semantic Segmentation

语义分割,将图片中完整语义(具有标签或者类别)的部分分割出来。不仅要进行目标检测检测到图像中的物体,还需要对每个像素分类。

Useful Links

  1. ICLR 2023 Papers List https://openreview.net/group?id=ICLR.cc/2023/Conference
  2. CVPR 2023 Accepted Papers https://cvpr2023.thecvf.com/Conferences/2023/AcceptedPapers
  3. WACV 2023 Papers https://openaccess.thecvf.com/WACV2023
  4. IJCAI 2023 Accepted Papers List https://ijcai-23.org/main-track-accepted-papers/
  5. ECCV 2022 Accepted papers https://eccv2022.ecva.net/program/accepted-papers/
  6. MM 2022 Proceedings https://dl.acm.org/doi/proceedings/10.1145/3503161
  7. SIGGRAPH unofficial https://kesen.realtimerendering.com/ eg SIGGRAPH 2023 https://kesen.realtimerendering.com/sig2023.html
  8. ICML 2022 https://dblp.org/db/conf/icml/icml2022.html
  9. AAAI 2022 https://dblp.org/db/conf/aaai/aaai2022.html
  10. TIFS https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=10206
  11. More...