Datasets:
Add paper link, task category, and descriptive tags
Browse filesThis PR enhances the dataset card by:
- Adding `task_categories: ['image-segmentation']` to improve discoverability for relevant AI tasks, based on the paper's focus on semantic segmentation for AIGC detection.
- Including descriptive `tags` such as `aigc-detection`, `diffusion-editing`, `image-forgery-detection`, and `diffusion-models` for better search results and categorization.
- Integrating a direct link to the paper [DiffSeg30k: A Multi-Turn Diffusion Editing Benchmark for Localized AIGC Detection](https://huggingface.co/papers/2511.19111) within the introductory description.
- Removing the redundant license declaration from the Markdown content, as it is already present in the YAML metadata.
These changes will make the dataset more accessible and informative for researchers on the Hugging Face Hub.
|
@@ -1,9 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# ๐ผ๏ธ DiffSeg30k -- A multi-turn diffusion-editing dataset for localized AIGC detection
|
| 5 |
|
| 6 |
-
A dataset for **segmenting diffusion-based edits** โ ideal for training and evaluating models that localize edited regions and identify the underlying diffusion model
|
| 7 |
|
| 8 |
## ๐ Dataset Usage
|
| 9 |
- `xxxxxxxx.image.png`: Edited images. Each image may have undergone 1, 2, or 3 editing operations.
|
|
@@ -35,9 +43,4 @@ Each mask is a grayscale image (PNG format), where pixel values correspond to a
|
|
| 35 |
|
| 36 |
## ๐ Notes
|
| 37 |
|
| 38 |
-
- Each edited image may be edited **multiple turns**, so the corresponding mask may contain several different **label values** ranging from 0 to 8.
|
| 39 |
-
|
| 40 |
-
## ๐ License
|
| 41 |
-
|
| 42 |
-
Apache-2.0
|
| 43 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
tags:
|
| 6 |
+
- aigc-detection
|
| 7 |
+
- diffusion-editing
|
| 8 |
+
- image-forgery-detection
|
| 9 |
+
- diffusion-models
|
| 10 |
---
|
| 11 |
+
|
| 12 |
# ๐ผ๏ธ DiffSeg30k -- A multi-turn diffusion-editing dataset for localized AIGC detection
|
| 13 |
|
| 14 |
+
A dataset for **segmenting diffusion-based edits** โ ideal for training and evaluating models that localize edited regions and identify the underlying diffusion model, as presented in the paper [DiffSeg30k: A Multi-Turn Diffusion Editing Benchmark for Localized AIGC Detection](https://huggingface.co/papers/2511.19111).
|
| 15 |
|
| 16 |
## ๐ Dataset Usage
|
| 17 |
- `xxxxxxxx.image.png`: Edited images. Each image may have undergone 1, 2, or 3 editing operations.
|
|
|
|
| 43 |
|
| 44 |
## ๐ Notes
|
| 45 |
|
| 46 |
+
- Each edited image may be edited **multiple turns**, so the corresponding mask may contain several different **label values** ranging from 0 to 8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|