nielsr HF Staff commited on
Commit
36eb270
·
verified ·
1 Parent(s): 8951a6c

Add link to paper

Browse files

This PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2503.18286. It also updates the license to Apache 2.0.

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,21 +1,22 @@
1
  ---
2
- license: mit
 
 
 
 
3
  task_categories:
4
  - image-classification
5
  - text-to-image
6
- language:
7
- - en
8
  tags:
9
  - Deepfake
10
  - AIGC
11
- size_categories:
12
- - 100K<n<1M
13
  ---
14
 
15
-
16
  [![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?logo=github&logoColor=white)](https://github.com/Megum1/Co-Spy)
17
 
18
  # CO-SPY: Combining Semantic and Pixel Features to Detect Synthetic Images by AI (CVPR 2025)
 
 
19
  With the rapid advancement of generative AI, it is now possible to synthesize high-quality images in a few seconds. Despite the power of these technologies, they raise significant concerns regarding misuse.
20
  To address this, various synthetic image detectors have been proposed. However, many of them struggle to generalize across diverse generation parameters and emerging generative models.
21
  In this repository, we introduce Co-Spy-Bench, a comprehensive benchmark designed to evaluate the robustness and effectiveness of synthetic image detectors under a wide range of generative conditions.
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - 100K<n<1M
7
  task_categories:
8
  - image-classification
9
  - text-to-image
 
 
10
  tags:
11
  - Deepfake
12
  - AIGC
 
 
13
  ---
14
 
 
15
  [![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?logo=github&logoColor=white)](https://github.com/Megum1/Co-Spy)
16
 
17
  # CO-SPY: Combining Semantic and Pixel Features to Detect Synthetic Images by AI (CVPR 2025)
18
+ Paper: https://huggingface.co/papers/2503.18286
19
+
20
  With the rapid advancement of generative AI, it is now possible to synthesize high-quality images in a few seconds. Despite the power of these technologies, they raise significant concerns regarding misuse.
21
  To address this, various synthetic image detectors have been proposed. However, many of them struggle to generalize across diverse generation parameters and emerging generative models.
22
  In this repository, we introduce Co-Spy-Bench, a comprehensive benchmark designed to evaluate the robustness and effectiveness of synthetic image detectors under a wide range of generative conditions.