kd7 commited on
Commit
b876538
·
verified ·
1 Parent(s): e15f50e

Add comprehensive README with GRAID statistics

Browse files
Files changed (1) hide show
  1. README.md +156 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "GRAID Waymo Perception Dataset Question-Answer Dataset"
3
+ language:
4
+ - en
5
+ license: "cc-by-nc-4.0"
6
+ task_categories:
7
+ - visual-question-answering
8
+ - object-detection
9
+ tags:
10
+ - visual-reasoning
11
+ - spatial-reasoning
12
+ - object-detection
13
+ - computer-vision
14
+ - autonomous-driving
15
+ - waymo
16
+ ---
17
+
18
+ # GRAID Waymo Perception Dataset Question-Answer Dataset
19
+
20
+ ## Overview
21
+
22
+ This dataset was generated using **GRAID** (**G**enerating **R**easoning questions from **A**nalysis of **I**mages via **D**iscriminative artificial intelligence), a framework for creating spatial reasoning datasets from object detection annotations.
23
+
24
+ **GRAID** transforms raw object detection data into structured question-answer pairs that test various aspects of object localization, visual reasoning, spatial reasoning, and object relationship comprehension.
25
+
26
+ ## Dataset Details
27
+
28
+ - **Total QA Pairs**: 13,855
29
+ - **Source Dataset**: Waymo Perception Dataset
30
+ - **Generation Date**: 2025-09-23
31
+ - **Image Format**: Embedded in parquet files (no separate image files)
32
+ - **Question Types**: 17 different reasoning patterns
33
+
34
+ ## Dataset Splits
35
+
36
+ - **train**: 11,049 (79.75%)
37
+ - **val**: 2,806 (20.25%)
38
+
39
+ ## Question Type Distribution
40
+
41
+ - **Are there {target} or more {object_1}(s) in this image? Respond Yes/No.**: 3,080 (22.23%)
42
+ - **Are there less than {target} {object_1}(s) in this image? Respond Yes/No.**: 3,080 (22.23%)
43
+ - **How many {object_1}(s) are there in this image?**: 1,540 (11.12%)
44
+ - **How many {object_1}(s) are in the image? Choose one: A) {range_a}, B) {range_b}, C) {range_c}, D) Unsure / Not Visible. Respond with the letter only.**: 1,186 (8.56%)
45
+ - **Is there at least one {object_1} to the left of any {object_2}?**: 1,074 (7.75%)
46
+ - **Is there at least one {object_1} to the right of any {object_2}?**: 1,074 (7.75%)
47
+ - **Rank the {k} kinds of objects that appear the largest (by pixel area) in the image from largest to smallest. Provide your answer as a comma-separated list of object names only.**: 531 (3.83%)
48
+ - **What kind of object appears the most frequently in the image?**: 497 (3.59%)
49
+ - **What kind of object appears the least frequently in the image?**: 497 (3.59%)
50
+ - **Are there more {object_1}(s) than {object_2}(s) in this image?**: 497 (3.59%)
51
+ - **If you were to draw a tight box around each object in the image, which type of object would have the biggest box?**: 423 (3.05%)
52
+ - **Divide the image into a grid of {N} rows x {M} columns. Number the cells from left to right, then top to bottom, starting with 1. In what cell does the {object_1} appear?**: 181 (1.31%)
53
+ - **Divide the image into thirds. In which third does the {object_1} primarily appear? Respond with the letter only: A) left third, B) middle third, C) right third.**: 104 (0.75%)
54
+ - **What is the leftmost object in the image?**: 38 (0.27%)
55
+ - **What is the rightmost object in the image?**: 37 (0.27%)
56
+ - **Does the rightmost object in the image appear to be wider than it is tall?**: 9 (0.06%)
57
+ - **Does the leftmost object in the image appear to be wider than it is tall?**: 7 (0.05%)
58
+
59
+ ## Performance Analysis
60
+
61
+ ### Question Processing Efficiency
62
+
63
+ | Question Type | is_applicable Avg (ms) | apply Avg (ms) | Predicate -> QA Hit Rate | Empty cases |
64
+ |---------------|------------------------|----------------|--------------------------|-------------|
65
+ | Divide the image into thirds. In which third does the {object_1} primarily appear? Respond with the letter only: A) left third, B) middle third, C) right third. | 0.03 | 0.32 | 66.2% | 53 |
66
+ | Divide the image into a grid of {N} rows x {M} columns. Number the cells from left to right, then top to bottom, starting with 1. In what cell does the {object_1} appear? | 0.01 | 1.82 | 28.8% | 447 |
67
+ | If you were to draw a tight box around each object in the image, which type of object would have the biggest box? | 0.02 | 18.40 | 78.3% | 117 |
68
+ | Rank the {k} kinds of objects that appear the largest (by pixel area) in the image from largest to smallest. Provide your answer as a comma-separated list of object names only. | 0.02 | 15.74 | 98.3% | 9 |
69
+ | What kind of object appears the most frequently in the image? | 0.01 | 0.02 | 92.0% | 43 |
70
+ | What kind of object appears the least frequently in the image? | 0.01 | 0.02 | 92.0% | 43 |
71
+ | Is there at least one {object_1} to the left of any {object_2}? | 1.60 | 9.09 | 100.0% | 0 |
72
+ | Is there at least one {object_1} to the right of any {object_2}? | 1.43 | 8.01 | 100.0% | 0 |
73
+ | What is the leftmost object in the image? | 0.02 | 1.47 | 24.2% | 119 |
74
+ | What is the rightmost object in the image? | 0.01 | 1.36 | 23.6% | 120 |
75
+ | How many {object_1}(s) are there in this image? | 0.01 | 0.02 | 100.0% | 0 |
76
+ | Are there more {object_1}(s) than {object_2}(s) in this image? | 0.01 | 0.02 | 92.0% | 43 |
77
+ | What appears the most in this image: {object_1}s, {object_2}s, or {object_3}s? | 0.01 | 0.02 | 0.0% | 540 |
78
+ | Does the leftmost object in the image appear to be wider than it is tall? | 0.01 | 0.50 | 4.5% | 150 |
79
+ | Does the rightmost object in the image appear to be wider than it is tall? | 0.01 | 0.55 | 5.7% | 148 |
80
+ | Are there {target} or more {object_1}(s) in this image? Respond Yes/No. | 0.01 | 0.02 | 100.0% | 0 |
81
+ | Are there less than {target} {object_1}(s) in this image? Respond Yes/No. | 0.01 | 0.02 | 100.0% | 0 |
82
+ | How many {object_1}(s) are in the image? Choose one: A) {range_a}, B) {range_b}, C) {range_c}, D) Unsure / Not Visible. Respond with the letter only. | 0.01 | 0.13 | 88.8% | 112 |
83
+ **Notes:**
84
+ - `is_applicable` checks if a question type can be applied to an image
85
+ - `apply` generates the actual question-answer pairs
86
+ - Predicate -> QA Hit Rate = Percentage of applicable cases that generated at least one QA pair
87
+ - Empty cases = Number of times is_applicable=True but apply returned no QA pairs
88
+ ## Usage
89
+
90
+ ```python
91
+ from datasets import load_dataset
92
+
93
+ # Load the complete dataset
94
+ dataset = load_dataset("kd7/graid-waymo-unique")
95
+
96
+ # Access individual splits
97
+ train_data = dataset["train"]
98
+ val_data = dataset["val"]
99
+
100
+ # Example of accessing a sample
101
+ sample = dataset["train"][0] # or "val"
102
+ print(f"Question: {sample['question']}")
103
+ print(f"Answer: {sample['answer']}")
104
+ print(f"Question Type: {sample['question_type']}")
105
+
106
+ # The image is embedded as a PIL Image object
107
+ image = sample["image"]
108
+ image.show() # Display the image
109
+ ```
110
+
111
+ ## Dataset Schema
112
+
113
+ - **image**: PIL Image object (embedded, no separate files)
114
+ - **annotations**: COCO-style bounding box annotations
115
+ - **question**: Generated question text
116
+ - **answer**: Corresponding answer text
117
+ - **reasoning**: Additional reasoning information (if applicable)
118
+ - **question_type**: Type of question (e.g., "HowMany", "LeftOf", "Quadrants")
119
+ - **source_id**: Original image identifier from Waymo Perception Dataset
120
+
121
+ ## License
122
+
123
+ This generated dataset is licensed under **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)**, which permits free use for non-commercial purposes including academic research and education.
124
+
125
+ **Commercial Use Policy**: Commercial entities (including startups and companies) that wish to use this dataset for commercial purposes must obtain a paid license from **MESH**. The CC BY-NC license prohibits commercial use without explicit permission.
126
+
127
+ To request a commercial license, please contact **Karim Elmaaroufi**.
128
+
129
+ **Original Source Compliance**: The original source datasets and their licenses still apply to the underlying images and annotations. You must comply with both the CC BY-NC terms and the source dataset terms:
130
+
131
+ This dataset is derived from the Waymo Perception Dataset. Please refer to the [Waymo Perception Dataset license terms](https://waymo.com/open/terms/) for usage restrictions.
132
+
133
+ ## Citation
134
+
135
+ If you use this dataset in your research, please cite both the original dataset and the GRAID framework:
136
+
137
+ ```bibtex
138
+ @dataset{graid_waymo,
139
+ title={GRAID Waymo Perception Dataset Question-Answer Dataset},
140
+ author={GRAID Framework},
141
+ year={2025},
142
+ note={Generated using GRAID: Generating Reasoning questions from Analysis of Images via Discriminative artificial intelligence}
143
+ }
144
+
145
+ @inproceedings{waymo,
146
+ title={Scalability in Perception for Autonomous Driving: Waymo Open Dataset},
147
+ author={Sun, Pei and Kretzschmar, Henrik and Dotiwalla, Xerxes and Chouard, Aurelien and Patnaik, Vijaysai and Tsui, Paul and Guo, James and Zhou, Yin and Chai, Yuning and Caine, Benjamin and others},
148
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
149
+ pages={2446--2454},
150
+ year={2020}
151
+ }
152
+ ```
153
+
154
+ ## Contact
155
+
156
+ For questions about this dataset or the GRAID framework, please open an issue in the repository.