Datasets:

ArXiv:
License:
Mu437 commited on
Commit
c9abe53
·
verified ·
1 Parent(s): 0da2e3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -3
README.md CHANGED
@@ -1,3 +1,60 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ # HiRes-50K Dataset
5
+
6
+ **HiRes-50K** is a **cross-domain evaluation-only dataset** designed to assess the **generalization capability of AI-generated image (AIGI) detection models** and their performance on **high-resolution, high-fidelity images**. This dataset is not intended for model training and should only be used for evaluation purposes.
7
+
8
+
9
+ ## Dataset Overview
10
+
11
+ HiRes-50K consists of **50,568 images**, covering long-edge resolutions from below 1K to over 10K pixels, with some reaching up to 64 megapixels.
12
+
13
+ The dataset is collected from the following publicly accessible communities:
14
+
15
+ - **AI-generated image sources**: [Freepik](https://www.freepik.com/) (2025), [LiblibAI](https://www.liblib.art/) (2025), [Civitai](https://civitai.com/) (2025)
16
+ - **Real image source**: [Unsplash](https://unsplash.com/) (2025)
17
+
18
+ All images were collected in compliance with the Terms of Service and Privacy Policies of their respective sources at the time of access.
19
+
20
+ ## Dataset Composition
21
+
22
+ ### 1. AI-Generated Images
23
+
24
+ - **Quantity**: ~25,000 images
25
+ - **Content categories**:
26
+ - Portraits (close-ups, upper-body, full-body, and group images)
27
+ - Landscapes (mountains, beaches, cities, rural areas, deserts, various weather conditions)
28
+ - Architecture (urban scenes, skyscrapers, villas, neighborhoods)
29
+ - Vehicles and animals
30
+
31
+ **Resolution distribution:**
32
+
33
+ | Resolution range (px, long edge) | Image count |
34
+ | -------------------------------- | ----------- |
35
+ | [0, 900) | 845 |
36
+ | [900, 1200) | 6,665 |
37
+ | [1200, 1500) | 6,399 |
38
+ | [1500, 2000) | 5,262 |
39
+ | [2000, 2500) | 3,674 |
40
+ | [2500, 3000) | 571 |
41
+ | [3000, 5000) | 1,196 |
42
+ | [5000, ∞) | 472 |
43
+
44
+ All images were filtered to ensure high JPEG quality (quality factor ≥ 75).
45
+
46
+ ### 2. Real Images
47
+
48
+ To ensure a fair comparison, real images were matched with AI-generated images in both **resolution** and **JPEG compression level**. Real images were resized to match the pixel count of their synthetic counterparts while preserving aspect ratios. JPEG compression was applied with identical quality settings
49
+
50
+ ## Citation
51
+
52
+ If you use this dataset in your research, please cite the following paper:
53
+
54
+ > @article{zhang2025nopixel,
55
+ > title={No Pixel Left Behind: A Detail-Preserving Architecture for Robust High-Resolution AI-Generated Image Detection},
56
+ > author={Lianrui Mu, Zou Xingze, Jianhong Bai, and others},
57
+ > journal={arXiv preprint arXiv:2508.17346},
58
+ > year={2025},
59
+ > url={https://arxiv.org/abs/2508.17346}
60
+ > }