Skip to content

Commit

Permalink
add some papers, CVPR 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
greatzh committed Mar 9, 2024
1 parent b9a5a6b commit 53a4011
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 15 deletions.
43 changes: 28 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ description: >-
* [ ] Masked Auto-Encoders Meet Generative Adversarial Networks and Beyond (_CVPR '23_) **\[**[**Paper**](https://feizc.github.io/resume/ganmae.pdf)**]**
* [ ] A Kernel Perspective of Skip Connections in Convolutional Networks (_ICLR '23_) **\[**[**Paper**](https://arxiv.org/abs/2211.14810)**]**
* [ ] EfficientViT: Memory Efficient Vision Transformer with Cascaded Group Attention (_CVPR '23_) **\[**[**Paper**](https://arxiv.org/abs/2305.07027)**]** **\[**[**Code**](https://github.com/microsoft/Cream/tree/main/EfficientViT)**]** **\[**[**Note\_community**](https://blog.csdn.net/P\_LarT/article/details/130687567)**]**
* [ ] Vision Transformers Need Registers _(ICLR '24)_ **[[Paper](https://openreview.net/forum?id=2dnO3LLiJ1)]**

### Image Tampering

Expand All @@ -42,14 +43,17 @@ description: >-
<details open>
<summary>2024</summary>

* [ ] UnionFormer: Unified-Learning Transformer with Multi-View Representation for Image Manipulation Detection and Localization _(CVPR '24)_
* [ ] Towards Modern Image Manipulation Localization: A Large-Scale Dataset and Novel Methods _(CVPR '24)_
* [ ] EditGuard: Versatile Image Watermarking for Tamper Localization and Copyright Protection _(CVPR '24)_ **[[Paper](https://arxiv.org/abs/2312.08883)]** **[[Code](https://github.com/xuanyuzhang21/EditGuard)]**
* [ ] DiffForensics: Leveraging Diffusion Prior to Image Forgery Detection and Localization _(CVPR '24)_
* [ ] CIMGEN: Controlled Image Manipulation by Finetuning Pretrained Generative Models on Limited Data _(arXiv '24)_ **[[Paper](https://arxiv.org/abs/2401.13006)]**

</details>

<details open>
<summary>2023</summary>

* [ ] EditGuard: Versatile Image Watermarking for Tamper Localization and Copyright Protection _(arXiv '23)_ **[[Paper](https://arxiv.org/abs/2312.08883)]** **[[Code](https://github.com/xuanyuzhang21/EditGuard)]**
* [ ] PL-GNet: Pixel Level Global Network for detection and localization of image forgeries _(IMAGE '23)_ **[[Paper](https://www.sciencedirect.com/science/article/pii/S092359652300111X)]** **[[Code](https://github.com/znshi/PL-GNet)]**
* [ ] Pixel-Inconsistency Modeling for Image Manipulation Localization _(arXiv '23)_ **[[Paper](https://arxiv.org/abs/2310.00234)]**
* [ ] Progressive Feedback-Enhanced Transformer for Image Forgery Localization _(arXiv '23)_ **[[Paper](https://arxiv.org/abs/2311.08910)]** **[[Code(N/A)](https://github.com/multimediaFor/ProFact)]**
Expand Down Expand Up @@ -140,6 +144,9 @@ description: >-

_Some of the above papers also contain methods to detect tampered images generated by GANs or DMs for synthetic images_

* [ ] Forgery-aware Adaptive Transformer for Generalizable Synthetic Image Detection _(CVPR '24)_ **[[Paper](https://arxiv.org/abs/2312.16649)]**
* [ ] Preserving Fairness Generalization in Deepfake Detection _(CVPR '24)_ **[[Paper](https://arxiv.org/abs/2402.17229)]** **[[Code](https://github.com/Purdue-M2/Fairness-Generalization)]**
* [ ] Leveraging Representations from Intermediate Encoder-blocks for Synthetic Image Detection _(arXiv '24)_ **[[Paper](https://arxiv.org/abs/2402.19091)]** **[[Code](https://github.com/mever-team/rine)]**
* [ ] Forgery-aware Adaptive Transformer for Generalizable Synthetic Image Detection _(arXiv '23)_ **[[Paper](https://arxiv.org/abs/2312.16649)]**
* [ ] AntifakePrompt: Prompt-Tuned Vision-Language Models are Fake Image Detectors (_arXiv '23_) **\[**[**Paper**](https://arxiv.org/abs/2310.17419)**]** **[[Code](https://github.com/nctu-eva-lab/AntifakePrompt)]**
* [ ] MaLP: Manipulation Localization Using a Proactive Scheme (_CVPR '23_) **\[**[**Paper**](https://arxiv.org/abs/2303.16976)**]** **\[**[**Code**](https://github.com/vishal3477/pro\_loc)**]**
Expand Down Expand Up @@ -235,6 +242,9 @@ _Some of the above papers also contain methods to detect tampered images generat

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

* [ ] Contrastive Learning for DeepFake Classification and Localization via Multi-Label Ranking _(CVPR '24)_
* [ ] Transcending Forgery Specificity with Latent Space Augmentation for Generalizable Deepfake Detection _(CVPR '24)_ **[[Paper](https://arxiv.org/abs/2311.11278)]**
* [ ] Poisoned Forgery Face: Towards Backdoor Attacks on Face Forgery Detection _(ICLR '24)_ **[[Paper](https://openreview.net/pdf?id=8iTpB4RNvP)]** **[[Code](https://github.com/JWLiang007/PFF)]**
* [ ] Improving Fairness in Deepfake Detection _(WACV '24)_ **[[Paper](https://arxiv.org/abs/2306.16635)]** **[[Code](https://github.com/littlejuyan/DF_Fairness)]**
* [ ] Weakly-Supervised Deepfake Localization in Diffusion-Generated Images _(WACV '24)_ **[[Paper](https://arxiv.org/abs/2311.04584)]** **[[Code](https://github.com/bit-ml/dolos)]**
* [ ] Controllable Guide-Space for Generalizable Face Forgery Detection (_ICCV '23_) **\[**[**Paper**](https://arxiv.org/abs/2307.14039)**]**
Expand Down Expand Up @@ -273,6 +283,7 @@ _Some of the above papers also contain methods to detect tampered images generat

图像中的**文本篡改检测**问题 (parts of)

- [ ] A Two-Stage Dual-Path Framework for Text Tampering Detection and Recognition _(arXiv '24)_ **[[Paper](https://arxiv.org/abs/2402.13545)]**
- [ ] Toward Real Text Manipulation Detection: New Dataset and New Solution _(arXiv '23)_ **[[Paper](https://arxiv.org/abs/2312.06934)]** **[[Code](https://github.com/DrLuo/RTM)]**
- [ ] Towards Robust Tampered Text Detection in Document Image: New dataset and New Solution (_CVPR '23_) **\[**[**Paper**](https://openaccess.thecvf.com/content/CVPR2023/papers/Qu_Towards_Robust_Tampered_Text_Detection_in_Document_Image_New_Dataset_CVPR_2023_paper.pdf)**]** **[[Code](https://github.com/qcf-568/DocTamper)]**
- [ ] Progressive Supervision for Tampering Localization in Document Images (_ICONIP '23_) **[[Paper](https://link.springer.com/chapter/10.1007/978-981-99-8184-7_11)]**
Expand Down Expand Up @@ -308,7 +319,7 @@ Low-level tasks include super-resolution, denoise, dehze, low-light enhancement,
>
> <sup>1</sup>State Key Laboratory of Mobile Network and Mobile Multimedia Technology, <sup>2</sup>Sanechips Technology, Chengdu, China
* [ ] Q-Bench: A Benchmark for General-Purpose Foundation Models on Low-level Vision (_arXiv_ '23\_) [📖](https://arxiv.org/abs/2309.14181), [👨‍💻](https://github.com/VQAssessment/Q-Bench)
* [ ] Q-Bench: A Benchmark for General-Purpose Foundation Models on Low-level Vision (_ICLR_ '24\_) [📖](https://arxiv.org/abs/2309.14181), [👨‍💻](https://github.com/VQAssessment/Q-Bench)

> [Haoning Wu](https://teowu.github.io/)<sup>1\*</sup>, [Zicheng Zhang](https://github.com/zzc-1998)<sup>2\*</sup>, [Erli Zhang](https://github.com/ZhangErliCarl/)<sup>1\*</sup>, [Chaofeng Chen](https://chaofengc.github.io/)<sup>1</sup>, [Liang Liao](https://liaoliang92.github.io/)<sup>1</sup>, [Annan Wang](https://github.com/AnnanWangDaniel)<sup>1</sup>, [Chunyi Li](https://github.com/lcysyzxdxc)<sup>2</sup>, [Wenxiu Sun](https://wenxiusun.com/)<sup>3</sup>, [Qiong Yan](https://scholar.google.com/citations?user=uT9CtPYAAAAJ\&hl=en)<sup>3</sup>, [Guangtao Zhai](https://ee.sjtu.edu.cn/en/FacultyDetail.aspx?id=24\&infoid=153\&flag=153)<sup>2</sup>, [Weisi Lin](https://personal.ntu.edu.sg/wslin/Home.html)<sup>1#</sup>
>
Expand All @@ -328,6 +339,7 @@ Low-level tasks include super-resolution, denoise, dehze, low-light enhancement,

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

* [ ] Weakly Supervised Open-Vocabulary Object Detection _(AAAI '24)_ **[[Paper](https://arxiv.org/abs/2312.12437)]**
* [ ] OTA: Optimal Transport Assignment for Object Detection (_CVPR '21_) **\[**[**Paper**](https://arxiv.org/abs/2103.14259)**]** **\[**[**Code**](https://github.com/Megvii-BaseDetection/OTA)**]**
* [ ] Consistency-basd Active Learning for Object Detection (_CVPRW '22_) **\[**[**Paper**](http://128.84.21.203/abs/2103.10374)**]** **\[**[**Code**](https://github.com/we1pingyu/CALD)**]**
* [ ] [Zoom In and Out: A Mixed-scale Triplet Network for Camouflaged Object Detection](object-dection/zoomnet-cod.md) (_CVPR '22_) **\[**[**Paper**](https://arxiv.org/abs/2203.02688)**]** **\[**[**Code**](https://github.com/lartpang/ZoomNet)**]**
Expand Down Expand Up @@ -357,18 +369,19 @@ Low-level tasks include super-resolution, denoise, dehze, low-light enhancement,

### Useful Links

1. WACV 2024 Papers <https://openaccess.thecvf.com/WACV2024>
2. MM 2023 Proceedings <https://dl.acm.org/doi/proceedings/10.1145/3581783>
3. ICML 2023 https://dblp.org/db/conf/icml/icml2023.html
4. ICCV 2023 Paper List <https://huggingface.co/spaces/ICCV2023/ICCV2023-papers>
5. ICLR 2023 Papers List <https://openreview.net/group?id=ICLR.cc/2023/Conference>
6. CVPR 2023 Accepted Papers <https://cvpr2023.thecvf.com/Conferences/2023/AcceptedPapers>
7. CVPR 2023 Workshops <https://openaccess.thecvf.com/CVPR2023\_workshops/menu>
8. IJCAI 2023 Accepted Papers List <https://ijcai-23.org/main-track-accepted-papers/>
9. ECCV 2022 Accepted papers <https://eccv2022.ecva.net/program/accepted-papers/>
10. SIGGRAPH _unofficial_ <https://kesen.realtimerendering.com/> eg SIGGRAPH 2023 <https://kesen.realtimerendering.com/sig2023.html>
11. AAAI 2022 <https://dblp.org/db/conf/aaai/aaai2022.html>
12. TIFS <https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=10206>
13. [More...](related/papersource.md)
1. CVPR 2024 Accepted Papers <https://cvpr2023.thecvf.com/Conferences/2024/AcceptedPapers>
2. ICLR 2024 Papers List <https://openreview.net/group?id=ICLR.cc/2024/Conference>
3. WACV 2024 Papers <https://openaccess.thecvf.com/WACV2024>
4. MM 2023 Proceedings <https://dl.acm.org/doi/proceedings/10.1145/3581783>
5. ICML 2023 https://dblp.org/db/conf/icml/icml2023.html
6. ICCV 2023 Paper List <https://huggingface.co/spaces/ICCV2023/ICCV2023-papers>
7. CVPR 2023 Accepted Papers <https://cvpr2023.thecvf.com/Conferences/2023/AcceptedPapers>
8. CVPR 2023 Workshops <https://openaccess.thecvf.com/CVPR2023\_workshops/menu>
9. IJCAI 2023 Accepted Papers List <https://ijcai-23.org/main-track-accepted-papers/>
10. AAAI 2023 <https://dblp.org/db/conf/aaai/aaai2023.html>
11. ECCV 2022 Accepted papers <https://eccv2022.ecva.net/program/accepted-papers/>
12. SIGGRAPH _unofficial_ <https://kesen.realtimerendering.com/> eg SIGGRAPH 2023 <https://kesen.realtimerendering.com/sig2023.html>
13. TIFS <https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=10206>
14. [More...](related/papersource.md)

### [Back to Home](https://zihol.gitbook.io/)
4 changes: 4 additions & 0 deletions image-forgery/2024/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2024

- [ ] UnionFormer: Unified-Learning Transformer with Multi-View Representation for Image Manipulation Detection and Localization _(CVPR '24)_
- [ ] Towards Modern Image Manipulation Localization: A Large-Scale Dataset and Novel Methods _(CVPR '24)_
- [ ] EditGuard: Versatile Image Watermarking for Tamper Localization and Copyright Protection _(CVPR '24)_ **[[Paper](https://arxiv.org/abs/2312.08883)]** **[[Code](https://github.com/xuanyuzhang21/EditGuard)]**
- [ ] DiffForensics: Leveraging Diffusion Prior to Image Forgery Detection and Localization _(CVPR '24)_
- [ ] CIMGEN: Controlled Image Manipulation by Finetuning Pretrained Generative Models on Limited Data _(arXiv '24)_ **[[Paper](https://arxiv.org/abs/2401.13006)]**
2 changes: 2 additions & 0 deletions related/papersource.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@
1. WACV 2023 Papers <https://openaccess.thecvf.com/WACV2023>
2. MM 2022 Proceedings https://dl.acm.org/doi/proceedings/10.1145/3503161
3. ICML 2022 <https://dblp.org/db/conf/icml/icml2022.html>
4. ICLR 2023 Papers List <https://openreview.net/group?id=ICLR.cc/2023/Conference>
5. AAAI 2022 <https://dblp.org/db/conf/aaai/aaai2022.html>

0 comments on commit 53a4011

Please sign in to comment.